lp:~oddbloke/cloud-init/+git/cloud-init
- Get this repository:
-
git clone
https://git.launchpad.net/~oddbloke/cloud-init/+git/cloud-init
Branches
Name | Last Modified | Last Commit |
---|---|---|
ubuntu/devel | 2020-04-08 20:44:55 UTC |
drop remaining patches
Author:
Dan Watkins
drop remaining patches |
ubuntu/daily/devel | 2020-04-08 20:29:14 UTC |
Revert "cherry pick 6600c642"
Author:
Dan Watkins
Revert "cherry pick 6600c642" This reverts commit d219b4bc5986511 |
master | 2020-04-06 14:21:31 UTC |
readme: OpenBSD is now supported (#309)
Author:
Gonéri Le Bouder
readme: OpenBSD is now supported (#309) Add OpenBSD in the list of supported Operating System. |
travis | 2019-10-21 17:04:32 UTC |
introduce .travis.yml
Author:
Dan Watkins
introduce .travis.yml This captures the CI testing that is currently performed by the Ubuntu |
ubuntu/xenial | 2019-10-04 16:01:35 UTC |
releasing cloud-init version 19.2-36-g059d049c-0ubuntu2~16.04.1
Author:
Dan Watkins
releasing cloud-init version 19.2-36- |
ubuntu/disco | 2019-10-04 15:46:46 UTC |
releasing cloud-init version 19.2-36-g059d049c-0ubuntu2~19.04.1
Author:
Dan Watkins
releasing cloud-init version 19.2-36- |
ubuntu/bionic | 2019-10-04 15:37:23 UTC |
releasing cloud-init version 19.2-36-g059d049c-0ubuntu2~18.04.1
Author:
Dan Watkins
releasing cloud-init version 19.2-36- |
lp1846535 | 2019-10-04 13:46:12 UTC |
get_interfaces: don't exclude bridge and bond members
Author:
Dan Watkins
get_interfaces: don't exclude bridge and bond members The change that introduced this issue was handling interfaces that are Unfortunately, the matching condition was too broad, so that change also LP: #1846535 |
net | 2019-09-27 14:50:15 UTC |
debian: add missing word to NETWORK_FILE_HEADER message
Author:
Dan Watkins
debian: add missing word to NETWORK_FILE_HEADER message Specifically, make it clearer that networking is regenerated every boot. LP: #1845669 |
whitespace | 2019-09-25 19:34:08 UTC |
analyze/show: remove trailing space in output
Author:
Dan Watkins
analyze/show: remove trailing space in output |
ci_fix | 2019-09-25 19:33:27 UTC |
analyze/show: remove trailing space in output
Author:
Dan Watkins
analyze/show: remove trailing space in output |
lp1843276 | 2019-09-09 16:49:33 UTC |
atomic_helper: add DEBUG logging to write_file
Author:
Dan Watkins
atomic_helper: add DEBUG logging to write_file Fixes LP: #1843276 |
networking | 2019-09-04 18:24:29 UTC |
[WIP] net: only apply routes if we bring an ephemeral DHCP interface up
Author:
Dan Watkins
[WIP] net: only apply routes if we bring an ephemeral DHCP interface up TODO: |
gitignore | 2019-08-22 18:14:08 UTC |
.gitignore: ignore files produced by package builds
Author:
Dan Watkins
.gitignore: ignore files produced by package builds |
dracut | 2019-08-22 17:58:48 UTC |
net/cmdline: refactor to allow multiple initramfs network config sources
Author:
Dan Watkins
net/cmdline: refactor to allow multiple initramfs network config sources This refactors read_initramfs_ |
doc | 2019-08-19 13:44:05 UTC |
format: clean up trailing whitespace
Author:
Dan Watkins
format: clean up trailing whitespace |
oci-vnic | 2019-08-16 14:30:03 UTC |
DataSourceOracle: prefer DS network config over initramfs
Author:
Dan Watkins
DataSourceOracle: prefer DS network config over initramfs DataSourceOracl |
pr_template | 2019-08-15 17:55:56 UTC |
Add GitHub pull request template to point people at hacking doc
Author:
Dan Watkins
Add GitHub pull request template to point people at hacking doc This will hopefully avoid people submitting PRs against our mirror repo. (Thanks to GitHub user @max06 for this suggestion!) |
useradd | 2019-08-14 19:48:17 UTC |
distros/freebsd: clean up variable name for consistency
Author:
Dan Watkins
distros/freebsd: clean up variable name for consistency |
coverity | 2019-07-10 16:45:38 UTC |
DataSourceCloudSigma: remove unreachable code
Author:
Dan Watkins
DataSourceCloud This unreachable code was introduced in a refactor (in 2015) which |
docs | 2019-06-25 20:00:19 UTC |
doc: add a link to netplan.io
Author:
Dan Watkins
doc: add a link to netplan.io |
warn | 2019-05-07 14:25:07 UTC |
replace remaining occurrences of LOG.warn
Author:
Dan Watkins
replace remaining occurrences of LOG.warn LP: #1508442 |
snap | 2019-04-26 16:12:34 UTC |
snap: use network-setup-control interface
Author:
Dan Watkins
snap: use network- |
lintian | 2019-04-19 13:50:20 UTC |
packages: update rpm specs for new bash completion path
Author:
Dan Watkins
packages: update rpm specs for new bash completion path LP: #1825444 |
revert | 2019-04-10 19:22:16 UTC |
Revert "DataSource: move update_events from a class to an instance attribute"
Author:
Dan Watkins
Revert "DataSource: move update_events from a class to an instance attribute" Moving update_events from a class attribute to an instance attribute As this change is only required for cloud-init installations which don't This reverts commit f2fd6eac4407e60 |
feature/cc-uaclient | 2019-04-03 00:39:59 UTC |
test_ubuntu_advantage: handle logging due to missing jsonschema
Author:
Dan Watkins
test_ubuntu_ |
pylint | 2019-03-18 16:15:32 UTC |
tox: bump pylint version to latest (2.3.1)
Author:
Dan Watkins
tox: bump pylint version to latest (2.3.1) The previous version was emitting errors due to an incompatibility with (We could have pinned the dependency instead, but staying current on |
feature/ |
2019-03-18 16:09:34 UTC |
Update/add test name and docstrings
Author:
Dan Watkins
Update/add test name and docstrings |
ds_update_events | 2019-03-14 21:48:52 UTC |
DataSource: move update_events from a class to an instance attribute
Author:
Dan Watkins
DataSource: move update_events from a class to an instance attribute Currently, DataSourceAzure updates self.update_events in __init__. As To address this, update_events is moved from a class attribute to an update_events is only ever referenced on an instance of DataSource (or a DataSourceScaleway is also updated to move update_events from a LP: #1819913 |
bugfix/ |
2019-03-12 14:28:28 UTC |
DataSourceEc2: update RELEASE_BLOCKER to be more accurate
Author:
Dan Watkins
DataSourceEc2: update RELEASE_BLOCKER to be more accurate Our previous understanding of the upgrade issue was incomplete; it turns |
ubuntu/cosmic | 2019-03-11 21:06:10 UTC |
d/postinst: remove now-incorrect apt pipelining configuration
Author:
Dan Watkins
d/postinst: remove now-incorrect apt pipelining configuration |
clean | 2019-03-04 21:49:01 UTC |
clean: correctly determine the path for excluding seed directory
Author:
Dan Watkins
clean: correctly determine the path for excluding seed directory Previously, init.paths. In this commit, switch to using os.path.join to avoid this case (and LP: #1818571 |
py26 | 2019-02-25 22:46:41 UTC |
drop Python 2.6 support and our NIH version detection
Author:
Dan Watkins
drop Python 2.6 support and our NIH version detection - Remove the last few places that use `if PY26` |
tests | 2019-02-25 22:04:02 UTC |
tests: fix some slow tests and some leaking state
Author:
Dan Watkins
tests: fix some slow tests and some leaking state In test_ds_identify, don't mutate otherwise-static test data. When In tests/helpers, reset logging level in tearDown. Some of the CLI For test_poll_ |
string_types | 2019-02-25 20:24:51 UTC |
util: don't determine string_types ourselves
Author:
Dan Watkins
util: don't determine string_types ourselves six already provides this for us, and we're already paying the cost to |
macvtap | 2019-02-21 15:11:48 UTC |
helpers/openstack: Treat unknown link types as physical
Author:
Dan Watkins
helpers/openstack: Treat unknown link types as physical Some deployments of OpenStack expose link types to the guest which LP: #1639263 |
nested_set | 2019-02-21 12:50:17 UTC |
cc_rsyslog: Escape possible nested set
Author:
Dan Watkins
cc_rsyslog: Escape possible nested set Under Python 3.7, we are seeing `FutureWarning: Possible nested set at LP: #1816967 |
bugfix/ |
2017-05-25 18:28:25 UTC |
Update the attribute used to find SSH keys in GCE
Author:
Dan Watkins
Update the attribute used to find SSH keys in GCE Per the documentation at LP: #1693582 |
dsidentify_ |
2017-04-14 21:16:10 UTC |
ds-identify: Check correct path for "latest" config drive
Author:
Dan Watkins
ds-identify: Check correct path for "latest" config drive We were checking /var/lib/ LP: #1673637 |
bug/lp1538522- |
2016-11-17 14:59:46 UTC |
Fix tests that assume the non-__builtin__ Azure agent_command
Author:
Dan Watkins
Fix tests that assume the non-__builtin__ Azure agent_command |
lp1603222 | 2016-11-09 10:06:58 UTC |
Use udev-created device as default Azure ephemeral disk
Author:
Dan Watkins
Use udev-created device as default Azure ephemeral disk Currently, the Azure data source defaults to using /dev/sdb for Instead of defaulting to /dev/sdb, we now default to LP: #1603222 |
1 → 41 of 41 results | First • Previous • Next • Last |