lp:~jbellone/cloud-init/redhat-cc-ca-certs

Created by John Bellone and last modified

This branch refactors the CA certificates module to add support for RHEL-based distributions.

Get this branch:
bzr branch lp:~jbellone/cloud-init/redhat-cc-ca-certs
Only John Bellone can upload to this branch. If you are John Bellone please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
John Bellone
Project:
cloud-init
Status:
Experimental

Recent revisions

1022. By John Bellone

Fix a few bits due to my Python ignorance.

1021. By John Bellone

Add support for RHEL distributions in CA certificates.

This refactor adds support for Red Hat distributions to the CA certificates cloud
configuration module. It splits the logic into two separate handlers: the default
which is Debian (Ubuntu) family, and an alternative which initializes off of the
 name for Red Hat distributions.

1020. By Scott Moser

MetadataMaterializer support custom leaf decoder

This allows the caller to supply their own leaf decoder, which will
then be in charge of translating the content of the url.

1019. By Scott Moser

cc_grub_dpkg consider /dev/xvda as a candidate for grub installation

HVM instances on EC2 have grub on /dev/xvda.
The bug here resulted in a prompt on grub update.

1018. By Scott Moser

resizefs: fix backgrounded resizing

add kwargs to fork_cb, and utilize that to call log_time and pass through
the provided args to resize_cmd.

1017. By Scott Moser

cloud-init-blocknet: remove debug code going to /run/cloud-init-blocknet

1016. By Scott Moser

upstart/cloud-init-nonet.conf: only mention wait if larger than 5 seconds

silently wait 5 seconds for networking to come up.
We started seeing the message more now, as we are now blocking
the networking from coming up until cloud-init-local is done.

Previously that would have happened in parallel, and we were less likely
to see that message.

1015. By Scott Moser

upstart: add blocknet which blocks net until after cloud-init-local

This makes it so networking wont start to come up until after
cloud-init-local has had a chance to search local datasources
and write /etc/network/interfaces.

The changes most likely need to still be done for systemd.

1014. By Scott Moser

netinfo: log error on failure of route info

1013. By Scott Moser

OpenStack: fix consumption of vendor-data to allow namespacing

Not all vendor data is destined for cloud-init. This sanely reads
the vendor data as a dict, array or a string.

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