lp:~harlowja/cloud-init/vd-helper-layer

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/vd-helper-layer
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:
Development

Recent revisions

963. By Joshua Harlow

Do the vendor data namespace in the openstack helper

Since both the config drive datasource and the openstack
datasource expose the vendor data attribute make sure that
we do the namespacing in the underlying helper layer instead
of the datasource layer.

962. By Scott Moser

distros/freebsd.py: fix regression due to previous pylint cleanup

961. By Scott Moser

tools/make-tarball: add ability to include uncommited changes

if you have UNCOMMITTED=1 in environment then the tree will
contain uncommitted changes.

960. By Scott Moser

test_altcloud: fix altcloud tests when running on arm

Similar test-hack as the SmartOS one.
Here we just pretend that we're running on x86_64 so as to avoid
re-writing the tests to expect otherwise on arm.

959. By Scott Moser

AltCloud: to not run dmidecode on arm systems.

As with SmartOS change earlier, running dmidecode on arm will crash kvm.
So instead of doing that, just return UNKNOWN which will cause this
data source to not activate.

958. By Scott Moser

pep8 and pylint

957. By Scott Moser

SmartOS: do not run on arm as dmidecode causes problems

See LP: #1243287 for more information, but the easiest thing to do
here is just not run smartos on arm.

956. By Scott Moser

netinfo.py: fix regression causing ubuntu to show 'addr:v.x.y.z'

after freebsd merge, ubuntu shows addr:v.x.y.z instead of v.x.y.z for the
ipv4 address. This should fix that by just skipping the 'inet' (or inet6)
token if the next token starts with 'addr:'.

955. By Scott Moser

ConfigDrive: trim trailing newlines in previous-instance-id

When cloud-init writes previous-instance-id, it does so with a
trailing '\n'. This isn't ideal, as other readers also have to know
that this will have a trailing '\n' on it, but here we just trim that off.

954. By Scott Moser

DataSourceOpenStack: debug, not warn on non-ideal version. do not use latest.

do not search 'latest', as that would be assuming the versioned
api would never break.

Also, instead of warning when we use something else, just debug.

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