lp:~smoser/ubuntu/quantal/cloud-init/sru
- Get this branch:
- bzr branch lp:~smoser/ubuntu/quantal/cloud-init/sru
Branch merges
Related bugs
Bug #1066115: The landscape client plugin doesn't create the config file with the proper permissions | Medium | Fix Released | |
Bug #1070345: need to restart landscape after updating config | Medium | Fix Released | |
Bug #1073077: zsh complains about locale_warn on launch | Low | Fix Released | |
Bug #1076811: Cloud-init modules do not reflect loaded config | High | Fix Released | |
Bug #1077020: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf | High | Fix Released | |
Bug #1077700: Issue with ConfigDriveV2 and ssh authorized_keys | High | Fix Released | |
Bug #1080985: 'noblock' setting for resize_rootfs is broken | Medium | Fix Released | |
Bug #1100545: It should be possible to access the ConfigDrive as a CDROM drive as well | Medium | Fix Released |
Related blueprints
Branch information
- Owner:
- Scott Moser
- Status:
- Development
Recent revisions
- 238. By Scott Moser
-
debian/
patches/ lp-1100545- allow-config- drive-from- cdrom.patch:
in config-drive data to be provided from a CD-ROM (LP: #1100545) - 236. By Scott Moser
-
debian/
patches/ lp-1090482- fix-cloud- config- mirrors. patch:
fix issue with cloud-config data in user-data providing mirror
info (LP: #1073077) - 234. By Scott Moser
-
update lp-1076811-
fix-userdata- update- to-distro- config. patch The previous patch for this was not complete, as it left the
DataSourceNone without a distro. I saw this inadvertantly when
testing the package. To reproduce the issue, I did:* launch instance
* echo "datasource_list: [ None ]" |
sudo tee /etc/cloud/cloud.cfg. d/99-nocloud. cfg
* sudo rm -Rf /var/lib/cloud
* sudo cloud-init init --local ; sudo cloud-init init
# the above will find the DataSourceNone
* sudo cloud-init single --name=apt-configure --frequency=always
# in 12.10 and prior:
# sudo cloud-init single --name=apt-update- upgrade --frequency=always This would have left cloud-init broken for using the DataSourceNone path
which is actually relied upon in some cases. (Ie, if you had no DataSource,
but had a runcmd in /etc/cloud.cfg.d you still want that to run.) - 233. By Scott Moser
-
debian/
patches/ lp-1077020- fix-ca- certificates- blanklines. patch: fix
adding of empty lines in ca-certificates file (LP: #1077020) - 231. By Scott Moser
-
fix broken lp-1076811-
fix-userdata- update- to-distro- config. patch patch lp-1076811-
fix-userdata- update- to-distro- config. patch was , as it
did not keep reference to the two added files, and had a strange
deleted then added one. - 230. By Scott Moser
-
debian/
patches/ lp-1070345- restart- landscape- if-needed. patch:
restart the landscape-client if changes to config were made. (LP: #1070345)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu/raring/cloud-init