lp:~rcj/cloud-init/lp1540965
- Get this branch:
- bzr branch lp:~rcj/cloud-init/lp1540965
Branch merges
- Scott Moser: Pending requested 2016-02-04
-
Diff: 614 lines (+221/-138)3 files modifiedcloudinit/sources/DataSourceSmartOS.py (+159/-108)
doc/examples/cloud-config-datasources.txt (+7/-0)
tests/unittests/test_datasource/test_smartos.py (+55/-30)
Related bugs
Bug #1540965: Support Joyent lx-brand environment in smartos datasource | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 1158. By Robert C Jennings on 2016-02-04
-
SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)
LX-brand zones on Joyent's SmartOS use a different metadata source
(socket file) than the KVM-based SmartOS virtualization (serial port).
This patch adds support for recognizing the different flavors of
virtualization on SmartOS and setting up a metadata source file object.
After the file object is created, the rest of the code for the datasource - 1157. By Scott Moser on 2015-11-30
-
systemd/
power_state: fix power_state when cloud-final exited failure if a runcmd exited failure, then power_state would not work.
This was because systemd was killing off subprocesses, and cloud-init
implemented power off with a subprocess that waited for the parent
to exit. - 1156. By Scott Moser on 2015-11-18
-
Azure: get instance id from dmi instead of SharedConfig
Replace the use of SharedConfig.xml in both the walinuxagent case,
and the case where we communicate with the Azure fabric ourselves.The instance id present in the dmi data is unfortunately different
that that in the SharedConfig. This means that something needs
to handle migration so that a reboot after newer version is installed
will not re-run first instance things.In Ubuntu this is being handled in packaging.
- 1155. By Scott Moser on 2015-11-10
-
cc_mounts: use 'nofail' if system uses systemd. (LP: #1514485)
'nofail' is the systemd equivalent of the mountall/upstart 'nobootwait'.
So, if a system uses systemd, then use 'nofail' in /etc/fstab for
ephemeral mounts. - 1154. By Scott Moser on 2015-11-05
-
ubuntu templates: enable backports
Previous commit intended to enable backports, but failed to do so.
- 1153. By Scott Moser on 2015-11-04
-
Ubuntu templates: make sources.list consistent with ISO installs.
This modifies a designed decision to have trimmer sources.list than
one would find on a server iso install. Specifically, here we now
enable: restricted and multiverse and backports. - 1151. By Ben Howard on 2015-11-02
-
Enable backports source pockets for Ubuntu archives (LP: #1177432).
- 1149. By Scott Moser on 2015-10-15
-
azure: support extracting SSH key values from ovf-env.xml
Azure has or will be offering shortly the ability to directly define the SSH
key value instead of a fingerprint in the ovf-env.xml file. This patch
favors defined SSH keys over the fingerprint method (LP: #1506244).
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