lp://staging/~darkmuggle-deactivatedaccount/cloud-init/lp1272115
- Get this branch:
- bzr branch lp://staging/~darkmuggle-deactivatedaccount/cloud-init/lp1272115
Branch merges
- Scott Moser: Pending requested
-
Diff: 504 lines (+307/-32)3 files modifiedcloudinit/sources/DataSourceSmartOS.py (+96/-6)
doc/sources/smartos/README.rst (+74/-18)
tests/unittests/test_datasource/test_smartos.py (+137/-8)
Related bugs
Related blueprints
Branch information
Recent revisions
- 923. By Ben Howard
-
Fixes for SmartOS datasource (LP: #1272115):
1. fixed conflation of user-data and cloud-init user-data. Cloud-init
user-data is now namespaced as 'cloud-init:user- data'.
2. user-scripts are now fetched from the meta-data service each boot and
executed as in the scripts directory
3. datacenter name is now namespaced as sdc:datacenter
4. user-scripts should be shebanged if there is no file magic - 922. By Scott Moser
-
fix util.which if PATH is not in environment
This fixes a test case that failed because PATH was unset in the os.environ.
- 918. By Paul Querna
-
Consider partitions as sources for configdrive if labelled correctly
This change removes the filtering of partitions from potential ConfigDrive
sources, if the LABEL of the partition is set to "config-2".This is useful for a bare metal device. It may not have a separate device for
ConfigDrive, but instead have a ConfigDrive available on a partition. - 917. By Joshua Harlow
-
Split net-parsing into own module
The ubuntu/debian networking file parsing function really is more generic
than just a rhel utility function and can be used by others that want to
use this functionality for there own purposes (say in writing down a
freebsd network format instead) so moving this to its own module to
encourage its usage outside of rhel.
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