lp:~harlowja/cloud-init/cloud-jsonpatch

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/cloud-jsonpatch
Only Joshua Harlow can upload to this branch. If you are Joshua Harlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joshua Harlow
Project:
cloud-init
Status:
Merged

Recent revisions

838. By Joshua Harlow

Ensure we remove the same way we detect.

837. By Joshua Harlow

Remove json-patch inclusion header if payload contains it.

836. By Joshua Harlow

Fix constant move.

835. By Joshua Harlow

Fix content-type constant.

834. By Joshua Harlow

Add usage of '#json-patch'

833. By Joshua Harlow

Add the ability to merge with jsonpatch.

Jsonpatch is a new RFC standard for merging
json-like structures which the cloud-init
cloud-config is one such structure. To use this
in a limited fashion (to start) add the ability
for the cloud-config handler to accept this
content-type and use it as an alternate way to
merge new cloud-config sections into the accumulated
cloud-config.

832. By Juerg Haefliger

adds support for SLES plus some basic unittests.

Some code from the RHEL handler was moved to a new file so that it can
be used by the SLES handler.

831. By Scott Moser

Azure: make /var/lib/waagent with 0700 perms

The walinux agent expects that the files it writes with 0644 (default umask)
permissions are not globally readable. Since we were creating the directory
for it, and using default umaks (0755), the files inside were readable to
non-priviledged users.

830. By Ben Howard

DataSourceAzure: fix inverted logic on DisablesshPasswordAuthentication

DisablesshPasswordAuthentication == True
means that ssh_pwauth should be disabled rather than enabled.

829. By Scott Moser

DataSourceAzure.py: allow 'customdata' to be the name for userdata

Also, fix a comment and write a log message on how long we waited
for the files to appear.

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