index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
tests
Age
Commit message (
Expand
)
Author
2020-11-20
Support configuring SSH host certificates. (#660)
Jonathan Lung
2020-10-20
cc_mounts: correctly fallback to dd if fallocate fails (#585)
Daniel Watkins
2020-06-30
Enable use of the caplog fixture in pytest tests, and add a cc_final_message ...
Daniel Watkins
2020-06-22
cc_final_message: don't create directories when writing boot-finished (#445)
Daniel Watkins
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-06-01
cc_grub_dpkg: determine idevs in more robust manner with grub-probe (#358)
Matthew Ruffell
2020-05-21
cc_snap: validate that assertions property values are strings (#370)
Daniel Watkins
2020-05-19
test_resolv_conf: refresh stale comment (#374)
Daniel Watkins
2020-05-18
cc_snap: apply validation to snap.commands properties (#364)
Daniel Watkins
2020-05-14
cloudinit: minor pylint fixes (#360)
Daniel Watkins
2020-04-24
cloudinit: drop dependencies on unittest2 and contextlib2 (#322)
Daniel Watkins
2020-04-16
test_mounts: expand happy path test for both happy paths (#319)
Daniel Watkins
2020-04-15
cc_mounts: fix incorrect format specifiers (#316)
Daniel Watkins
2020-03-25
set_passwords: avoid chpasswd on BSD (#268)
Gonéri Le Bouder
2020-03-19
cloudinit/tests: remove unneeded with_logs configuration (#263)
Daniel Watkins
2020-03-13
cc_resolv_conf: introduce tests and stabilise output across Python versions (...
Daniel Watkins
2020-02-10
unittest: fix stderr leak in cc_set_password random unittest output. (#208)
Ryan Harper
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2020-01-29
Replace mock library with unittest.mock (#186)
Daniel Watkins
2019-12-18
cloud-init: fix capitalisation of SSH (#126)
Daniel Watkins
2019-12-12
fix unlocking method on FreeBSD
Igor Galić
2019-11-26
set_passwords: support for FreeBSD (#46)
Igor Galić
2019-10-31
Add config for ssh-key import and consuming user-data
Pavel Zakharov
2019-08-22
ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA
Chad Smith
2019-08-19
ubuntu-drivers: emit latelink=true debconf to accept nvidia eula
Chad Smith
2019-08-09
Add support for publishing host keys to GCE guest attributes
Rick Wright
2019-04-04
ubuntu_advantage: rewrite cloud-config module
Chad Smith
2019-03-19
Add ubuntu_drivers config module
Daniel Watkins
2019-02-27
cc_apt_pipelining: stop disabling pipelining by default
Daniel Watkins
2019-01-15
cc_set_passwords: Fix regex when parsing hashed passwords
Marlin Cremers
2018-09-08
config: disable ssh access to a configured user account
Chad Smith
2018-09-05
tests: Disallow use of util.subp except for where needed.
Scott Moser
2018-09-01
Add unit tests for config/cc_ssh.py
Francis Ginther
2018-04-20
schema: in validation, raise ImportError if strict but no jsonschema.
Scott Moser
2018-04-20
set_passwords: Add newline to end of sshd config, only restart if updated.
Scott Moser
2018-04-18
Schema: do not warn on duplicate items in commands.
Scott Moser
2018-04-18
net: Depend on iproute2's ip instead of net-tools ifconfig or route
Chad Smith
2018-03-23
tests: Fix newly added schema unit tests to skip if no jsonschema.
Scott Moser
2018-03-22
ubuntu-advantage: Add new config module to support ubuntu-advantage-tools
Chad Smith
2018-03-16
tests: fix flakes warning for unused variable
Chad Smith
2018-03-16
tests: patch leaked stderr messages from snap unit tests
Chad Smith
2018-03-16
cc_snap: Add new module to install and configure snapd and snap packages.
Chad Smith