lp://staging/~oddbloke/cloud-init/rtd_examples_datasources_disks
- Get this branch:
- bzr branch lp://staging/~oddbloke/cloud-init/rtd_examples_datasources_disks
Branch merges
- Server Team CI bot: Needs Fixing (continuous-integration)
- Dan Watkins: Approve
- cloud-init Commiters: Pending requested
-
Diff: 81 lines (+34/-6)1 file modifieddoc/rtd/topics/examples.rst (+34/-6)
Related bugs
Bug #1459604: Some examples missing from readthedocs | Low | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1110. By Matt Vinall <email address hidden>
-
Added examples for datasources, disk partitions and apt update
- 1109. By Scott Moser
-
Azure: Redact on-disk user password in /var/lib/
ovf-env. xml The fabric provides the user password in plain text via the CDROM,
and cloud-init has previously wrote the ovf-env.xml in /var/lib/waagent
with the password in plain text. This change redacts the password. - 1108. By Scott Moser
-
EC2: be aware of eu-central-1 availability zone
eu-central-1 means that 'central' is a direction to update the
regular expression to understand. - 1107. By Scott Moser
-
packages/brpm: fix for oauth library name
brpm was broken when change from oauth to oauthlib.
- 1106. By Scott Moser
-
temporarily disasble test if no bin/cloud-init
the tests of bin/cloud-init would fail in a package build environment.
so, temporariliy skip them in that environment. - 1104. By Scott Moser
-
Azure: remove dependency on walinux-agent
This takes away our dependency on walinux-agent, by providing a builtin
path for doing cloud-init had delegated to it.Currently the default is to still use the old path, but adding this code
in will allow us to move to the new code path with more confidence. - 1103. By Scott Moser
-
detect that CentOS 7 uses systemd, write previous-hostname in that case.
Also, on RHEL-type systems using systemd,
/var/lib/cloud/data/ previous- hostname would never get created (because
rather then write to files, it was executing hostnamectl) - 1102. By Scott Moser
-
read_seeded: fix reed_seeded after regression
read_seeded was assuming a Response object back from load_tfile_or_url
but load_tfile_or_url was returning string.since the only other user of this was a test, move load_tfile_or_url to
a test, and just do the right thing in read_seeded.
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