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
Age
Commit message (
Expand
)
Author
2020-08-19
Add Alpine Linux support. (#535)
dermotbradley
2020-08-18
Detect kernel version before swap file creation (#428)
Eduardo Otubo
2020-08-13
Fix 'Users and Groups' configuration documentation (#530)
sshedi
2020-08-10
Fix a typo in apt pipelining module (#525)
Xiao Liang
2020-07-15
cc_ca_certs.py: fix blank line problem when removing CAs and adding new one (...
dermotbradley
2020-07-15
cloudinit: remove global disable of pylint W0107 and fix errors (#489)
Daniel Watkins
2020-07-13
cloudinit: remove global disable of pylint W0105 and fix errors (#480)
Daniel Watkins
2020-07-13
Fix two minor warnings (#475)
Daniel Watkins
2020-07-10
cc_mounts: handle missing fstab (#484)
Ryan Harper
2020-06-30
Enable use of the caplog fixture in pytest tests, and add a cc_final_message ...
Daniel Watkins
2020-06-29
Add schema for cc_chef module (#375)
lucasmoura
2020-06-22
cc_final_message: don't create directories when writing boot-finished (#445)
Daniel Watkins
2020-06-08
Replace cc_chef is_installed with use of subp.is_exe. (#421)
Scott Moser
2020-06-08
Move runparts to subp. (#420)
Scott Moser
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-06-02
test: fix all flake8 E241 (#403)
Joshua Powers
2020-06-01
cc_grub_dpkg: determine idevs in more robust manner with grub-probe (#358)
Matthew Ruffell
2020-05-27
Enable chef_license support for chef infra client (#389)
Bipin Bachhao
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-05-14
cloudinit: remove unneeded __future__ imports (#362)
Daniel Watkins
2020-05-13
Add schema to apt configure config (#357)
lucasmoura
2020-05-06
Create tests to validate schema examples (#348)
lucasmoura
2020-04-30
cc_locale: introduce schema (#335)
Daniel Watkins
2020-04-30
yum_add_repo: Add Centos to the supported distro list (#340)
Ryan Harper
2020-04-28
Add docs about creating parent folders (#330)
Adrian Wilkins
2020-04-27
schema: ignore spurious pylint error (#332)
Daniel Watkins
2020-04-24
schema: add json schema for write_files module (#152)
Chad Smith
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-04-14
swap file "size" being used before checked if str (#315)
Eduardo Otubo
2020-04-02
Add support for NFS/EFS mounts (#300)
Andrew Beresford
2020-03-25
set_passwords: avoid chpasswd on BSD (#268)
Gonéri Le Bouder
2020-03-23
cc_disk_setup: fix RuntimeError (#270)
Daniel Watkins
2020-03-23
cc_apt_configure/util: combine search_for_mirror implementations (#271)
Daniel Watkins
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-03-11
Add pub_key_ed25519 to cc_phone_home (#237)
Daniel Hensby
2020-02-13
docs: mount_default_files is a list of 6 items, not 7 (#212)
Chad Smith
2020-02-10
unittest: fix stderr leak in cc_set_password random unittest output. (#208)
Ryan Harper
2020-02-07
cc_disk_setup: add swap filesystem force flag (#207)
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
2020-01-27
Print ssh key fingerprints using sha256 hash (#188)
Ryan Harper
2020-01-24
cc_set_password: increase random pwlength from 9 to 20 (#189)
Ryan Harper
2020-01-23
Do not use fallocate in swap file creation on xfs. (#70)
Eduardo Otubo
2020-01-21
Drop most of the remaining use of six (#179)
Daniel Watkins
[next]