Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-09 | change: C-i is installed in /usr/local/. | Harm Weites | |
2014-08-09 | fix: Command (the binary) is cloud-init, not cloud_init. | Harm Weites | |
2014-08-09 | change: Cloud-init config should go under /usr/local since /etc/ is reserved | Harm Weites | |
for base. | |||
2014-08-09 | fix: To install the new freebsd sysvinit scripts, accept a new | Harm Weites | |
sysvinit_freebsd argument. Specifying sysvinit will install the RH scripts, which is wrong. | |||
2014-08-09 | fix: The correct path end with an s. | Harm Weites | |
2014-08-08 | new: Config for FreeBSD. | Harm Weites | |
This doesn't differ much from the regular (linux) config, but currently it helps while testing and setting up fbsd cloud instances. | |||
2014-08-08 | fix: Skip lines from /etc/rc.conf not matching the pattern key=value. | Harm Weites | |
2014-08-08 | merge: These are the changes from the freebsd-static-networking branch. | Harm Weites | |
2014-07-31 | ubuntu-init-switch: support disabling of reboot, minor tweeks. | Scott Moser | |
- modify timeout for ~60 seconds before going on. - allow specifying 'reboot' on 'cloud-init single' or in config. - use stdin for subprocess so log is less noisy. - reboot --force: this is required this early in boot for upstart and to my experience at this point always required for systemd | |||
2014-07-31 | ubuntu-init-switch: fix for determining if systemd | Scott Moser | |
/run/systemd/ seems to exist even if systemd is not the init system. but /run/systemd/system/ only exists if it has been used as init. | |||
2014-07-31 | add ubuntu-init-switch module for testing systemd. | Scott Moser | |
The module is useful primarily for testing in Ubuntu's transition to systemd. It should be very harmless elsewhere as it defaults to doing nothing, and will only run if configured as 'ubuntu' distro *and* 'dpkg' is available. | |||
2014-07-31 | exit and warn if no 'dpkg' (probably wrong distro) | Scott Moser | |
2014-07-31 | add some doc to module | Scott Moser | |
2014-07-31 | fix path to systemd | Scott Moser | |
2014-07-31 | fix for config, allow specifying target for cloud-init --single | Scott Moser | |
2014-07-31 | initial commit oif iniit_switch | Scott Moser | |
2014-07-29 | cc_power_state_change: improve TypeError messages | Scott Moser | |
Include the value that was found to be invalid in the error message. | |||
2014-07-29 | do not put comments in /etc/timezone | Scott Moser | |
comments in /etc/timezone are not expected, and can cause problems if another tool tries to read it. LP: #1341710 | |||
2014-07-24 | SeLinuxGuard: remove invalid check for sanity around restorecon, fix test | Scott Moser | |
previous commit occurred because the selinux test was failing in a schroot where there was no /etc/hosts. Now, fix that test more correctly, and fix some bad assumptions in the SeLinuxGuard. | |||
2014-07-24 | test: make selinux test skipped if selinux not available. | Scott Moser | |
Also, in debian packaging depend on it (so it wont skip there). | |||
2014-07-24 | change trunk packaging to be more modern. | Scott Moser | |
use pybuild and drop cdbs. This also now runs test during that build and does then require build dependencies. | |||
2014-07-24 | pep8 fixes (2 unrelated to this mp) | Scott Moser | |
2014-07-24 | remove duplicate entry in control.in | Scott Moser | |
2014-07-24 | remove print statement from setup.py | Scott Moser | |
2014-07-24 | merge from trunk | Scott Moser | |
2014-07-24 | bddeb: do not sign by default | Scott Moser | |
instead of making the common use case need to pass '-us -uc', make the less common use case pass '--sign'. | |||
2014-07-24 | default bddeb to building both systemd and upstart | Scott Moser | |
2014-07-24 | change default path of systemd files to /lib/sysemd/system. | Scott Moser | |
2014-07-24 | Merge systemd instlal paths. | Dimitri John Ledkov | |
2014-07-24 | refactor redundant systemd_root | Dimitri John Ledkov | |
2014-07-24 | Use pkg-config | Dimitri John Ledkov | |
2014-07-24 | Yeah, tests pass now. | Dimitri John Ledkov | |
2014-07-23 | fix httpretty based test cases if http_proxy is set. | Scott Moser | |
previously this would fail: http_proxy=http://foo.bar make test now it will pass. This works around a bug where httpretty is not able to patch http operations if http_proxy is set. https://github.com/gabrielfalcao/HTTPretty/issues/122 | |||
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | use override targets | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more import statements | Dimitri John Ledkov | |
2014-07-23 | Use nosetests and absolute imports | Dimitri John Ledkov | |
2014-07-23 | Use tests | Dimitri John Ledkov | |
2014-07-23 | fix up | Dimitri John Ledkov | |
2014-07-23 | fix ups | Dimitri John Ledkov | |
2014-07-23 | refactor | Dimitri John Ledkov | |
2014-07-23 | Modernise packaging, and allow multiple init system installation (based on ↵ | Dimitri John Ledkov | |
smoser pastebins). | |||
2014-07-23 | Make systemd root installation dir appropriate for debian-like systems, else ↵ | Dimitri John Ledkov | |
fallback to universally acceptable one. | |||
2014-07-21 | Allow the usage of jinja2 templates | Scott Moser | |
This drops the hard requirement on Cheetah. Jinja is a python 2.4->3.x compatible templating engine, allow its optional usage (until we can depreciate cheetah) by allowing for specifying a template file header that can define which template engine to use. If the template file header does not specify a renderer, then assume that that is cheetah. If cheetah is not available, then use a limited builtin renderer on a best effort basis, and log the warning. LP: #1219223 | |||
2014-07-21 | add package info for bddeb/brpm | Scott Moser | |
2014-07-21 | use textwrap, simple formatting improvement. | Scott Moser | |
2014-07-21 | merge from trunk | Scott Moser | |