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
/
devel
Age
Commit message (
Expand
)
Author
2021-09-01
Fix `make style-check` errors (#1000)
Shreenidhi Shedi
2021-08-19
Ignore hotplug socket when collecting logs (#985)
James Falcon
2021-08-13
Only invoke hotplug socket when functionality is enabled (#952)
James Falcon
2021-07-19
Initial hotplug support (#936)
James Falcon
2021-07-01
Add new network activators to bring up interfaces (#919)
James Falcon
2021-06-18
Add support for VMware PhotonOS (#909)
sshedi
2021-01-07
net_convert: add some missing help text (#755)
Daniel Watkins
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-08-17
cli: add devel make-mime subcommand (#518)
Ryan Harper
2020-06-10
test: fix all flake8 E126 errors (#425)
Joshua Powers
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2020-01-28
cloudinit/cmd/devel/net_convert.py: add missing space (#191)
Daniel Watkins
2019-10-24
net/netplan: use ipv6-mtu key for specifying ipv6 mtu values
Ryan Harper
2019-10-24
Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
Scott Moser
2018-12-03
ovf: Fix ovf network config generation gateway/routes
Ryan Harper
2018-11-27
logs: collect-logs ignore instance-data-sensitive.json on non-root user
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-09-25
cli: add cloud-init query subcommand to query instance metadata
Chad Smith
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2018-09-05
sysconfig: refactor sysconfig to accept distro specific templates paths
Ryan Harper
2018-08-17
azure: allow azure to generate network configuration from IMDS per boot.
Chad Smith
2018-08-06
tools: Add 'net-convert' subcommand command to 'cloud-init devel'.
Scott Moser
2018-05-01
collect-logs: add -v flag, write to stderr, limit journal to single boot.
Scott Moser
2017-09-15
cmdline: add collect-logs subcommand.
Chad Smith
2017-08-22
schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schema
Chad Smith