lp:~harlowja/cloud-init/patch-ifup-names

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/patch-ifup-names
Only Joshua Harlow can upload to this branch. If you are Joshua Harlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joshua Harlow
Project:
cloud-init
Status:
Merged

Recent revisions

660. By Joshua Harlow

Instead of special casing the empty list
we are going to check for the 'all' entry
and if that exists then only fire off one
call (since debian supports this).

659. By Joshua Harlow

Fix the ifup so that if a list of devices is provided
then each interface is brought up individually instead
of using the '--all' which isn't on rhel. The default
debian behavior will be to use this still though as it
overrides the new bring up interfaces function for this
case.

658. By Scott Moser

doc: document 'tags' as comma delimited strings

657. By Joshua Harlow

add general signal handlers

A cloud-init job (user-data) might invoke /sbin/reboot or in some other
way end up killing cloud-init. Rather than spewing the stack trace,
we just print a nicer message.

656. By Garrett Holmstrom

fix 'update_package_sources' on rhel to only update package sources

update_package_sources on RHEL called "yum update", which actually
upgrades packages on the system. Thix fix makes it instead call "yum
makecache" instead.

655. By Joshua Harlow

Add the translation from the ubuntu format for nameservers and dns search

servers and add in the writing of /etc/resolv.conf in rhel from that
translation.

654. By Scott Moser

do not write a comment in /etc/hostname.

Network Manager (LP: #1053048), and apparently fedora/redhat do not like
comments in this file.

653. By Scott Moser

write trailing newlines on generated files

This adds trailing newlines to /etc/default/locale, /etc/hostname,
/etc/timezone.

652. By Garrett Holmstrom

Add support for 'selinux_user' key to useradd cloud-config syntax

Fedora and RHEL and friends' useradd program supports an "--selinux-user"
option that sets what SELinux user a new user should log in with. This commit
introduces an "selinux-user" directive to cloud-config "users" lists that
exposes this option.

651. By Robie Basak

fix incorrect ubuntu mirror locations for 'ports'

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~cloud-init-dev/cloud-init/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers