index
:
delta/cloud-init-git.git
22.4.x
23.1.x
archived/19.1
cla
d80d0fcc0
dependabot/pip/cryptography-3.2
dependabot/pip/cryptography-3.3.2
deps
docs/19.1
james-hotplug
main
master
oddbloke-travis-test
pr_holman_docs
quick-check
rtd-build
single-schema-validation
single-schema-validation-a-d
stable-18.4
stable-19.4
test_upgrade
tests
tests-wip
ubuntu/artful
ubuntu/bionic
ubuntu/bionic-22.4.x
ubuntu/bionic-23.1.x
ubuntu/cosmic
ubuntu/daily/bionic
ubuntu/daily/devel
ubuntu/daily/eoan
ubuntu/daily/focal
ubuntu/daily/groovy
ubuntu/daily/hirsute
ubuntu/daily/impish
ubuntu/daily/xenial
ubuntu/devel
ubuntu/devel-23.1.x
ubuntu/disco
ubuntu/eoan
ubuntu/focal
ubuntu/focal-22.4.x
ubuntu/focal-23.1.x
ubuntu/groovy
ubuntu/hirsute
ubuntu/impish
ubuntu/jammy
ubuntu/jammy-22.4.x
ubuntu/jammy-23.1.x
ubuntu/kinetic
ubuntu/kinetic-22.4.x
ubuntu/kinetic-23.1.x
ubuntu/lunar
ubuntu/lunar-23.1.x
ubuntu/precise
ubuntu/trusty
ubuntu/xenial
ubuntu/yakkety
ubuntu/zesty
upstream/20.4.1
v22.3
github.com: canonical/cloud-init.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
distros
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ability to hot-attach NICs to preprovisioned VMs before reprovisioning (#613)
aswinrajamannar
2020-11-23
2
-0
/
+46
*
introduce an upgrade framework and related testing (#659)
Daniel Watkins
2020-11-17
1
-1
/
+16
*
gentoo: fix hostname rendering when value has a comment (#611)
Manuel Aguilera
2020-10-27
1
-4
/
+6
*
Drop vestigial update_resolve_conf_file function (#620)
Scott Moser
2020-10-21
1
-26
/
+0
*
net: add the ability to blacklist network interfaces based on driver during e...
Anh Vo
2020-10-13
1
-1
/
+5
*
cloudinit: remove unused LOG variables (#574)
Daniel Watkins
2020-09-16
7
-24
/
+0
*
create a shutdown_command method in distro classes (#567)
Emmanuel Thomé
2020-09-15
3
-0
/
+49
*
distros: minor typo fix (#562)
Daniel Watkins
2020-09-08
1
-2
/
+3
*
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-08-25
3
-7
/
+9
*
Add Alpine Linux support. (#535)
dermotbradley
2020-08-19
2
-3
/
+169
*
cloudinit.distros: update docstrings of add_user and create_user (#527)
Daniel Watkins
2020-08-13
1
-3
/
+19
*
cloudinit: remove global disable of pylint W0107 and fix errors (#489)
Daniel Watkins
2020-07-15
2
-5
/
+0
*
networking: refactor wait_for_physdevs from cloudinit.net (#466)
Daniel Watkins
2020-07-14
2
-3
/
+228
*
cloudinit: remove global disable of pylint W0105 and fix errors (#480)
Daniel Watkins
2020-07-13
1
-1
/
+1
*
Disable ec2 mirror for non aws instances (#390)
lucasmoura
2020-06-30
2
-8
/
+37
*
networking: refactor is_physical from cloudinit.net (#457)
Daniel Watkins
2020-06-30
2
-2
/
+56
*
net/networking: remove unused functions/methods (#453)
Daniel Watkins
2020-06-24
1
-9
/
+0
*
distros.networking: initial implementation of layout (#391)
Daniel Watkins
2020-06-23
3
-0
/
+142
*
test: fix all flake8 E126 errors (#425)
Joshua Powers
2020-06-10
2
-7
/
+10
*
Move subp into its own module. (#416)
Scott Moser
2020-06-08
10
-54
/
+64
*
test: fix all flake8 E741 errors (#401)
Joshua Powers
2020-06-01
1
-1
/
+1
*
make suse and sles support 127.0.1.1 (#336)
chengcheng-chcheng
2020-05-07
1
-0
/
+3
*
bsd: upgrade support (#305)
Gonéri Le Bouder
2020-05-04
3
-5
/
+18
*
distros: handle a potential mirror filtering error case (#328)
Daniel Watkins
2020-04-23
1
-0
/
+4
*
openbsd: set_passwd should not unlock user (#289)
Gonéri Le Bouder
2020-04-02
2
-1
/
+12
*
distros: drop leading/trailing hyphens from mirror URL labels (#296)
Daniel Watkins
2020-03-31
2
-6
/
+13
*
distros: replace invalid characters in mirror URLs with hyphens (#291)
Daniel Watkins
2020-03-31
2
-19
/
+174
*
add Openbsd support (#147)
Gonéri Le Bouder
2020-03-26
3
-2
/
+64
*
distros/tests/test_init: add tests for _get_package_mirror_info (#272)
Daniel Watkins
2020-03-25
2
-0
/
+83
*
freebsd: ensure package update works (#273)
Gonéri Le Bouder
2020-03-24
2
-2
/
+8
*
util/netbsd: drop six usage (#252)
Daniel Watkins
2020-03-14
1
-3
/
+1
*
Add Netbsd support (#62)
Gonéri Le Bouder
2020-03-12
4
-118
/
+309
*
sysconfig: distro-specific config rendering for BOOTPROTO option (#162)
Robert Schweikert
2020-02-03
1
-0
/
+1
*
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2020-01-31
3
-3
/
+3
*
Drop most of the remaining use of six (#179)
Daniel Watkins
2020-01-21
4
-29
/
+19
*
util: rename get_architecture to get_dpkg_architecture (#173)
Daniel Watkins
2020-01-16
1
-1
/
+1
*
Ensure util.get_architecture() runs only once (#172)
Ryan Harper
2020-01-16
1
-2
/
+1
*
freebsd: remove superflu exception mapping (#166)
Gonéri Le Bouder
2020-01-14
1
-10
/
+10
*
freebsd: fix create_group() cmd (#146)
Gonéri Le Bouder
2020-01-07
1
-14
/
+15
*
freebsd: introduce the freebsd renderer (#61)
Gonéri Le Bouder
2019-12-20
2
-420
/
+24
*
cloud-init: fix capitalisation of SSH (#126)
Daniel Watkins
2019-12-18
1
-2
/
+2
*
Partially revert "fix unlocking method on FreeBSD" (#116)
Daniel Watkins
2019-12-17
1
-1
/
+1
*
fix unlocking method on FreeBSD
Igor Galić
2019-12-12
1
-1
/
+1
*
Add an Amazon distro in the redhat OS family
Frederick Lefebvre
2019-12-06
2
-1
/
+27
*
set_passwords: support for FreeBSD (#46)
Igor Galić
2019-11-26
2
-0
/
+14
*
distro: correctly set usr_lib_exec path for FreeBSD distro (#40)
Igor Galić
2019-11-13
1
-0
/
+1
*
debian/ubuntu: add missing word to netplan/ENI header
Daniel Watkins
2019-09-27
2
-7
/
+8
*
cloudinit/distros/parsers/sys_conf: add docstring to SysConf
Daniel Watkins
2019-08-16
1
-0
/
+7
*
distros: fix confusing variable names
Daniel Watkins
2019-08-14
2
-38
/
+38
*
net: update net sequence, include wait on netdevs, opensuse netrules path
Ryan Harper
2019-07-17
1
-0
/
+2
[next]