lp:~darkmuggle-deactivatedaccount/cloud-init/azure-disk_format
Created by
Ben Howard
and last modified
- Get this branch:
- bzr branch lp:~darkmuggle-deactivatedaccount/cloud-init/azure-disk_format
Only
Ben Howard
can upload to this branch. If you are
Ben Howard
please log in for upload directions.
Branch merges
Propose for merging
- Scott Moser: Pending requested
-
Diff: 745 lines (+245/-145)8 files modifiedChangeLog (+1/-0)
cloudinit/config/cc_disk_setup.py (+83/-82)
cloudinit/sources/DataSourceAzure.py (+21/-7)
cloudinit/sources/DataSourceSmartOS.py (+8/-8)
doc/examples/cloud-config-disk-setup.txt (+46/-16)
doc/sources/smartos/README.rst (+17/-11)
tests/unittests/test_datasource/test_azure.py (+55/-5)
tests/unittests/test_datasource/test_smartos.py (+14/-16)
Related bugs
Bug #1231490: [SRU] cloud-init should handle formating the azure disks | Medium | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 890. By Scott Moser
-
find_device_node: treat label=None as label=""
Since for a string there is no difference, we're just
checking for this here. - 884. By Scott Moser
-
adjust aliases early rather than late.
this adds 2 functions
update_disk_setup_ devices
update_fs_setup_ devices Which update the appropriate datatype, and translate the names.
Translating early means we don't have to deal with updating in the mkfs or
mkpart calls explicitly.These are more easily unit tested as they just take a dictionary of the
expected type and a 'transformer' that should return a new name or None.
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