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
/
main.py
Age
Commit message (
Expand
)
Author
2022-01-18
Single JSON schema validation in early boot (#1175)
Chad Smith
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-10-07
Allow disabling of network activation (SC-307) (#1048)
James Falcon
2021-07-20
Update pylint to v2.9.3 and fix the new issues it spots (#946)
Paride Legovini
2021-07-01
- Detect a Python version change and clear the cache (#857)
Robert Schweikert
2020-12-10
Drop unnecessary shebang from cmd/main.py (#722)
Eduardo Otubo
2019-04-09
cmd:main.py: Fix missing 'modules-init' key in modes dict
Antonio Romito
2018-12-03
dhclient-hook: cleanups, tests and fix a bug on 'down' event.
Scott Moser
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-08-31
hyperv_reporting_handler: simplify threaded publisher
Ryan Harper
2018-08-24
logging: Add logging config type hyperv for reporting via Azure KVP
Andy Liu
2018-05-17
read_file_or_url: move to url_helper, fix bug in its FileResponse.
Scott Moser
2018-03-14
set_hostname: When present in metadata, set it before network bringup.
Chad Smith
2018-03-02
Change some list creation and population to literal.
Rémy Léone
2018-01-12
Do not log warning on config files that represent None.
Scott Moser
2017-12-14
cli: Fix error in cloud-init modules --mode=init.
Chad Smith
2017-12-05
cli: Add clean and status subcommands
Chad Smith
2017-09-15
cmdline: add collect-logs subcommand.
Chad Smith
2017-08-25
cli: Fix command line parsing of coniditionally loaded subcommands.
Chad Smith
2017-08-22
schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schema
Chad Smith
2017-08-21
tools: Add tooling for basic cloud-init performance analysis.
Chad Smith
2017-06-27
Azure: Add network-config, Refactor net layer to handle duplicate macs.
Ryan Harper
2017-06-15
main: Don't use templater to format the welcome message
Andrew Jorgensen
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-03-10
Add feature flags to cloudinit.version.
Wesley Wiedenmeier
2017-03-03
Support warning if the used datasource is not in ds-identify's list.
Scott Moser
2017-02-03
manual_cache_clean: When manually cleaning touch a file in instance dir.
Scott Moser
2017-01-11
Get early logging logged, including failures of cmdline url.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-11-22
main: set TZ in environment if not already set.
Ryan Harper
2016-11-18
Add activate_datasource, for datasource specific code paths.
Scott Moser
2016-08-22
Minor cleanups to atomic_helper and add unit tests.
Scott Moser
2016-08-15
Get Azure endpoint server from DHCP client
Brent Baude
2016-06-15
move 'main' into cloudinit/cmd/ for easier testing
Scott Moser
2016-06-15
Silence pep8 warnings due to patcher activation
Joshua Harlow
2016-06-14
Don't continue running with no action
Joshua Harlow
2016-06-14
Retain the prior attribute missing handling
Joshua Harlow
2016-06-14
Make the bin/cloud-init an actual console entrypoint
Joshua Harlow