lp:~evarlast/cloud-init/add-apt_sources-docs-to-rtd

Created by Jay R. Wren and last modified
Get this branch:
bzr branch lp:~evarlast/cloud-init/add-apt_sources-docs-to-rtd
Only Jay R. Wren can upload to this branch. If you are Jay R. Wren please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jay R. Wren
Project:
cloud-init
Status:
Development

Recent revisions

1120. By Jay R. Wren

document key and key_id parameter of apt_sources

1119. By Jay R. Wren

add apt_sources docs to cloud-config rtd

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.

1116. By Scott Moser

apt_configure: fix importing of apt gpg keys under in python3

1115. By Scott Moser

cc_rh_subscription: fixes for python3

1114. By Dan Watkins

Add ChangeLog entry for last merge.

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] | optional

You 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 systemd

This 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:~cloud-init-dev/cloud-init/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers