lp://staging/~oddbloke/cloud-init/lp1460715
- Get this branch:
- bzr branch lp://staging/~oddbloke/cloud-init/lp1460715
Branch merges
- Server Team CI bot: Needs Fixing (continuous-integration)
- cloud-init Commiters: Pending requested
-
Diff: 135 lines (+76/-8)2 files modifiedcloudinit/config/cc_disk_setup.py (+8/-8)
tests/unittests/test_handler/test_handler_disk_setup.py (+68/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1149. By Scott Moser
-
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). - 1148. By Scott Moser
-
support configuring and installing the Ubuntu fan driver
#cloud-config
fan:
config: |
# fan 240
10.0.0.0/8 eth0/16 dhcp
10.0.0.0/8 eth1/16 dhcp off
# fan 241
241.0.0.0/8 eth0/16 dhcp
config_path: /etc/network/fan - 1147. By Scott Moser
-
MAAS: fix issues with url_helper and oauth module
This would cause problems in the event that we actually had a bad
clock. We add a retry in the main (for test) also, to ensure that
the oauth timestamp fix gets in place. - 1146. By Scott Moser
-
webhook: report with json data
the handler was passing a dictionary to readurl
which was then passing that on to requests.request as 'data'.
the requests library would urlencode that, but we want the
json data posted instead. - 1144. By Scott Moser
-
snappy: enable ssh on snappy if ssh keys are provided or password auth
If the user provides ssh keys or requests password auth in their
user-data then we will enable ssh by default. - 1143. By Scott Moser
-
power_state: support 'condition' argument
if 'condition' is provided to config in power_state, then
consult it before powering off.This allows the user to shut down only if a condition is met, and
leave the system in a debuggable state otherwise.An example is as simple as:
power_state:
mode: poweroff
condition: ['sh', '-c', '[ -f /disable-poweroff ]']
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~cloud-init-dev/cloud-init/trunk