lp://staging/~evarlast/cloud-init/add-apt_sources-docs-to-rtd
- Get this branch:
- bzr branch lp://staging/~evarlast/cloud-init/add-apt_sources-docs-to-rtd
Branch merges
- cloud-init Commiters: Pending requested
-
Diff: 97 lines (+90/-0)1 file modifieddoc/examples/cloud-config-add-apt-repos.txt (+90/-0)
Branch information
Recent revisions
- 1118. By Scott Moser
-
Use wget to fetch CloudStack passwords.
Different versions of the CloudStack password server respond differently;
wget handles these nicely for us, so it's easier to just use wget. - 1117. By Scott Moser
-
growpart: fix specification of 'devices' list.
given config:
{'growpart': {'devices': ["/"]}}the 'devices' was ignored, it was incorrectly read from the top
level non-namespaced location. - 1113. By Dan Watkins
-
Add a cloud-init plugin for helping users register and subscribe their RHEL-based systems.
This patch adds a cloud-init plugin for helping users register and subscribe
their RHEL based systems. As inputs, it can take:- user and password OR activation key and org | requires on of the two pair
- auto-attach: True or False | optional
- service-level: <string> | optional
- add-pool [list, of, pool, ids] | optional
- enable-repos [list, of, yum, repos, to, enable] | optional
- disable-repos [list, of, yum, repos, to, disable] | optionalYou can also pass the following to influence your registration via rhsm.conf:
- rhsm-baseurl | optional
- server-hostname | optional - 1112. By Scott Moser
-
check for systemd using sd_booted() semantics
The existing code determines if systemd is in use by looking at the
distribution name and version. This is prone to error because:
- RHEL derivatives other than CentOS (e.g., Scientific Linux) will fail
this test
- Distributions that are not derived from RHEL also use systemdThis patch makes cloud-init use the same logic that is used in systemd's
sd_booted() method
http://www.freedesktop .org/software/ systemd/ man/sd_ booted. html - 1111. By Scott Moser
-
packages/
debian/ control. in: mention recommends of gdisk some of the partitioning code in 'disk_setup' module needs sgdisk.
In the future that could move to using sfdisk also but for now we
do need sgdisk for this.
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