Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-12 | cc_emit_upstart: do not bother filtering | Scott Moser | |
this module should "work" everywhere, in that it will only do anything if /sbin/initctl exists (which is going to be upstart). | |||
2014-02-12 | merge from trunk | Scott Moser | |
2014-02-12 | Add CloudSigma data source | Kiril Vladimiroff | |
2014-02-10 | doc/examples/cloud-config-landscape.txt: fix invalid example | David Britton | |
LP: #1277746 | |||
2014-02-10 | oops | David Britton | |
2014-02-10 | properlly format the landscape example | David Britton | |
2014-02-10 | DataSourceEc2: Fix incorrect return in _get_url_settings | Scott Moser | |
get_url_settings should return a pair of max wait and timeout and not false, fix this bug by checking the max_wait <= 0 in the calling function and returning correctly from there instead. | |||
2014-02-10 | rpm build fixes | Scott Moser | |
- failing build due to missing Requires (changed to requirements.txt) - RH: require sudo >= 1.7.2p2-3 (with sudoers.d/) | |||
2014-02-10 | remove the 'tools/sudo' file and references in cloud-init.spec.in | Scott Moser | |
I'm not really sure what the function of tools/sudo was, and it was definitely not required for fixing the rpm build. | |||
2014-02-10 | Azure: fix issue with stale data in /var/lib/waagent | Scott Moser | |
If a datasource was found other than in /var/lib/waagent, and /var/lib/waagent contained all the files necessary for 'wait_for_files' (most likely 'SharedConfig.xml'), then cloud-init would continue on before looking properly. To address this, if the ovf-env.xml came from somewhere other than /var/lib/waagent, and it differs from the file in /var/lib/waagent, then we clean up some files that we expect to be provided by 'wait_for_files'. Also some minor changes to the tests here. LP: #1269626 | |||
2014-02-10 | make a defined var of DATA_DIR_CLEAN_LIST, some pylint cleanups | Scott Moser | |
2014-02-10 | change behavior to only delete SharedConfig.xml. | Scott Moser | |
2014-02-08 | Handle code not existing in older requests versions | Joshua Harlow | |
2014-02-08 | Spacing and comment cleanup | Joshua Harlow | |
2014-02-08 | Update requests ssl not supported message | Joshua Harlow | |
2014-02-08 | Capture IOError and use LOG better | Joshua Harlow | |
2014-02-08 | wrap url get call in try/except clause | Vaidas Jablonskis | |
2014-02-08 | Remove HEAD usage and other small adjustments | Joshua Harlow | |
2014-02-07 | Add test for disabled dsmode | Joshua Harlow | |
2014-02-07 | Adjust detection of python versions and variables exposed | Joshua Harlow | |
2014-02-07 | Add a bunch of new tests | Joshua Harlow | |
2014-02-07 | Remerged with trunk | Joshua Harlow | |
2014-02-07 | Forgot to include _trim_key function | Vaidas Jablonskis | |
Got removed somehow | |||
2014-02-07 | Made new ovf-env.xml handling more robust. Test cases included | Ben Howard | |
2014-02-07 | use url_helper instead of requests | Vaidas Jablonskis | |
2014-02-07 | Rebase on upstream | Ben Howard | |
2014-02-06 | Removed yum exclude module entry from gentoo distro | Nate House nathan.house@rackspace.com | |
2014-02-06 | Removed exclude conditional on keys-to-console | Nate House nathan.house@rackspace.com | |
2014-02-06 | Added arch distro class to merge request | Nate House nathan.house@rackspace.com | |
2014-02-06 | Added arch network config | Nate House nathan.house@rackspace.com | |
2014-02-06 | Removed exclude bits from yum module as its not a default | Nate House nathan.house@rackspace.com | |
2014-02-05 | Init script after consistency | Nate House nathan.house@rackspace.com | |
2014-02-05 | Cleanup and cloud-init-local local/net mount dep fix | Nate House nathan.house@rackspace.com | |
2014-02-04 | Merge gentoo branch and updated set-password to support systemctl | Nate House nathan.house@rackspace.com | |
2014-02-04 | Update ssh_svcname in init | Nate House nathan.house@rackspace.com | |
2014-02-04 | Initial arch distro add. | Nate House nathan.house@rackspace.com | |
2014-02-03 | Added is_excluded tests and updated gentoo init script | Nate House nathan.house@rackspace.com | |
2014-02-03 | Fix merge conflict | Nate House nathan.house@rackspace.com | |
2014-02-03 | Update yum unittest | Nate House nathan.house@rackspace.com | |
2014-02-03 | Fix sshd restart | Nate House nathan.house@rackspace.com | |
2014-02-03 | Add Google Compute Engine data source support. | Vaidas Jablonskis | |
2014-02-02 | Net interface up updates and override ssh_svcname to init scripts | Nate House nathan.house@rackspace.com | |
2014-02-01 | Don't forget the rest of the files! | Joshua Harlow | |
2014-02-01 | Add a openstack specific datasource | Joshua Harlow | |
Openstack has a unique derivative datasource that is gaining usage. Previously the config drive datasource provided part of this functionality as well as the ec2 datasource, but since new functionality is being added to openstack is seems benefical to combine the used parts into one datasource just made for handling openstack deployments. This patch factors out the common logic shared between the config drive and the openstack metadata datasource and places that in a shared helper file and then creates a new openstack datasource that readers from the openstack metadata service and refactors the config drive datasource to use this common logic. | |||
2014-02-01 | Fix incorrect return | Joshua Harlow | |
get_url_settings should return a pair of max wait and timeout and not false, fix this bug by checking the max_wait <= 0 in the calling function and returning correctly from there instead. | |||
2014-01-31 | Fix sudo cfg. file mode. Require sudo >= 1.7.2p2-3 with sudoers.d support. | Vlastimil Holer | |
2014-01-31 | Added config for sudo. Apply sudo config in RPM for Red Hat. | Vlastimil Holer | |
2014-01-31 | Fix Requires->requirements.txt rename in RPM build. | Vlastimil Holer | |
2014-01-29 | DataSourceNoCloud: support reading vendor-data | Scott Moser | |
Here we add the ability to read vendor-data from a file named vendor-data at the same location as the user-data and meta-data files. At the moment, vendor-data is not read at all from 'seedfrom'. | |||
2014-01-29 | merge from trunk | Scott Moser | |