index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
cmd
/
tests
Age
Commit message (
Expand
)
Author
2021-12-03
Reorganize unit test locations under tests/unittests (#1126)
Brett Holman
2021-12-02
jinja: provide and document jinja-safe key aliases in instance-data (SC-622) ...
Chad Smith
2021-10-07
Allow disabling of network activation (SC-307) (#1048)
James Falcon
2021-07-01
- Detect a Python version change and clear the cache (#857)
Robert Schweikert
2021-02-05
openstack: read the dynamic metadata group vendor_data2.json (#777)
Andrew Bogott
2020-08-24
query: do not handle non-decodable non-gzipped content (#543)
Chad Smith
2020-08-20
cmd: cloud-init query to handle compressed userdata (#516)
Chad Smith
2020-06-02
test: fix all flake8 E241 (#403)
Joshua Powers
2020-03-31
CiTestCase: stop using and remove sys_exit helper (#283)
Daniel Watkins
2020-03-19
cloudinit/tests: remove unneeded with_logs configuration (#263)
Daniel Watkins
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2019-12-16
tests: mock uid when running as root (#113)
Joshua Powers
2019-10-24
Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
Scott Moser
2019-03-04
clean: correctly determine the path for excluding seed directory
Daniel Watkins
2019-01-31
clean: cloud-init clean should not trace when run from within cloud_dir
Chad Smith
2018-10-30
query: better error when missing read permission on instance-data
Chad Smith
2018-10-26
instance-data: fallback to instance-data.json if sensitive is absent.
Chad Smith
2018-10-09
tools: Add cloud-id command line utility
Chad Smith
2018-09-25
cli: add cloud-init query subcommand to query instance metadata
Chad Smith
2018-09-17
Fall back to root:root on syslog permissions if other options fail.
Robert Schweikert
2018-09-05
tests: Disallow use of util.subp except for where needed.
Scott Moser
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-03-14
set_hostname: When present in metadata, set it before network bringup.
Chad Smith
2018-02-12
tests: run nosetests in cloudinit/ directory, fix py26 fallout.
Scott Moser
2018-02-08
cli: fix cloud-init status to report running when before result.json
Chad Smith
2018-01-26
Fix potential cases of uninitialized variables.
Chad Smith
2018-01-03
cli: cloud-init clean handles symlinks
Chad Smith
2017-12-07
pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.
Ryan Harper
2017-12-05
cli: Add clean and status subcommands
Chad Smith