lp:~smoser/cloud-init
- Get this repository:
-
git clone
https://git.launchpad.net/~smoser/cloud-init
Branches
Name | Last Modified | Last Commit |
---|---|---|
fix/cloudsigma- |
2019-11-21 14:59:22 UTC |
tests: Fix cloudsigma tests when no dmidecode data is present.
Author:
Scott Moser
tests: Fix cloudsigma tests when no dmidecode data is present. The cloudsigma tests had few test cases that were not getting |
fix/1849640- |
2019-10-24 17:07:48 UTC |
remove 'import yaml' from cloudinit.util
Author:
Scott Moser
remove 'import yaml' from cloudinit.util |
feature/e24cloud | 2019-09-18 13:47:58 UTC |
Add Support for e24cloud to Ec2 datasource.
Author:
Scott Moser
Add Support for e24cloud to Ec2 datasource. e24cloud provides an EC2 compatible datasource. LP: #1696476 |
fix/brightbox- |
2019-09-11 17:27:08 UTC |
Brightbox: restrict detection to require full domain match .brightbox.com
Author:
Scott Moser
Brightbox: restrict detection to require full domain match .brightbox.com The detection for brightbox in both ds-identify and in Also, while here remove a url to bug 1661693 which added the |
fix/1836949- |
2019-07-17 20:53:41 UTC |
Fix bug rendering MTU on bond or vlan when input was netplan.
Author:
Scott Moser
Fix bug rendering MTU on bond or vlan when input was netplan. If input to network_ LP: #1836949 |
fix/1788915- |
2019-04-26 21:42:47 UTC |
network: Fix type and respect name when rendering vlan in sysconfig.
Author:
Scott Moser
network: Fix type and respect name when rendering vlan in sysconfig. Prior to this change, vlans were rendered in sysconfig with The change here fixes: |
fix/no- |
2019-04-26 21:41:14 UTC |
tests: no longer show warning about safe yaml.
Author:
Scott Moser
tests: no longer show warning about safe yaml. Currently on 18.04, running tox -e py27 will spew errors like: The change here just uses cloud-init's yaml, which does safeloading |
feature/ |
2019-03-06 19:38:32 UTC |
Move comment per review.
Author:
Scott Moser
Move comment per review. |
cleanup/ |
2019-02-28 14:30:48 UTC |
fix lints
Author:
Scott Moser
fix lints |
doc/add- |
2019-01-08 17:50:22 UTC |
take Ryan's feedback
Author:
Scott Moser
take Ryan's feedback |
doc/cleanup- |
2019-01-07 22:03:14 UTC |
doc: clean up some datasource documentation.
Author:
Scott Moser
doc: clean up some datasource documentation. The change to datasources.rst here is obvious typo fix. |
fix/ds- |
2018-12-20 21:57:45 UTC |
ds-identify: fix wrong variable name in ovf_vmware_transport_guestinfo.
Author:
Scott Moser
ds-identify: fix wrong variable name in ovf_vmware_ ovf_vmware_ |
cleanup/ |
2018-12-20 18:04:35 UTC |
fix lints and flakes
Author:
Scott Moser
fix lints and flakes |
feature/ |
2018-12-20 02:57:53 UTC |
show output of vmware-rpctool when it fails
Author:
Scott Moser
show output of vmware-rpctool when it fails |
fix/hacking- |
2018-12-18 21:43:13 UTC |
HACKING.rst: change contact info to Josh Powers
Author:
Scott Moser
HACKING.rst: change contact info to Josh Powers In the Hacking doc, change the contact information for the contributors |
fix/cent-6-jinja2 | 2018-12-12 18:47:59 UTC |
Take Chad's good fix
Author:
Scott Moser
Take Chad's good fix |
fix/tip- |
2018-12-10 22:14:41 UTC |
fix pycodestyle
Author:
Scott Moser
fix pycodestyle |
fix/fix- |
2018-12-03 21:10:21 UTC |
per chad feedback update dhclient-hook bash completion
Author:
Scott Moser
per chad feedback update dhclient-hook bash completion |
fix/1798117- |
2018-12-03 20:46:24 UTC |
Adjust to chad's suggestions.
Author:
Scott Moser
Adjust to chad's suggestions. only shift if both config and version are present or the |
feature/ |
2018-11-30 18:15:15 UTC |
config: On ubuntu select cloud archive mirrors for armel, armhf, arm64.
Author:
Scott Moser
config: On ubuntu select cloud archive mirrors for armel, armhf, arm64. Infrastructure is now set up for Ubuntu to handle Amazon instances And additionally, generic mirrors at The change here will utilize those mirrors for the arm64, armel and We've decided to limit the auto-selection of those LP: #1805854 |
fix/test-mock-order | 2018-11-28 13:56:30 UTC |
tests: fx incorrect order of mocks in test_handle_zfs_root.
Author:
Scott Moser
tests: fx incorrect order of mocks in test_handle_ The order of parameters to test_handle_ Thanks to Jason Zions for pointing this out. |
fix/ovf- |
2018-11-27 19:32:07 UTC |
OVF: identify label iso9660 filesystems with label 'OVF ENV'.
Author:
Scott Moser
OVF: identify label iso9660 filesystems with label 'OVF ENV'. When deploying an OVA, at least some versions of vmware |
fix/1796917- |
2018-10-09 17:03:06 UTC |
change the comparison.
Author:
Scott Moser
change the comparison. This should be slightly faster. Compute the string once and then |
release/18.4 | 2018-10-02 20:52:24 UTC |
release 18.4
Author:
Scott Moser
release 18.4 Bump the version in cloudinit/ LP: #1795741 |
bug/74747- |
2018-10-02 16:56:01 UTC |
Ubuntu: update sources.list to comment out deb-src entries.
Author:
Scott Moser
Ubuntu: update sources.list to comment out deb-src entries. Other installation modes began to comment out the deb-src lines in This makes the cloud-init rendered sources.list the same as that The changes here are: LP: #74747 |
feature/skip-better | 2018-10-01 17:12:15 UTC |
rename discover_tests to discover_test
Author:
Scott Moser
rename discover_tests to discover_test |
fix/disable- |
2018-09-28 19:48:44 UTC |
tests: disable lxd tests on cosmic
Author:
Scott Moser
tests: disable lxd tests on cosmic Skip lxd tests on cosmic for two reasons: |
fix/lxd- |
2018-09-26 19:53:48 UTC |
try to make better
Author:
Scott Moser
try to make better |
fix/1793193- |
2018-09-26 16:18:49 UTC |
small formatting changes.
Author:
Scott Moser
small formatting changes. |
feature/ |
2018-09-19 11:44:44 UTC |
tools/tox-venv: update for new features.
Author:
Scott Moser
tools/tox-venv: update for new features. This update to tox-venv allows you to do: |
fix/1787459- |
2018-09-18 14:18:13 UTC |
stages: Fix bug causing datasource to have incorrect sys_cfg.
Author:
Scott Moser
stages: Fix bug causing datasource to have incorrect sys_cfg. The Init object had a bug/odd side effect where when retrieving a distro LP: #1787459 |
cleanup/ |
2018-09-14 17:16:04 UTC |
Remove dead-code _write_network distro implementations.
Author:
Scott Moser
Remove dead-code _write_network distro implementations. Any distro that has a '_write_ Replace the one caller of 'apply_network' (legacy openstack path) |
fix/1788487- |
2018-09-05 17:31:23 UTC |
tests: print failed testname instead of docstring upon failure
Author:
Chad Smith
tests: print failed testname instead of docstring upon failure |
feature/ |
2018-08-28 15:01:28 UTC |
add dhcp_scapy.py.
Author:
Scott Moser
add dhcp_scapy.py. This depends on python scapy, but implements the interface function: |
feature/ |
2018-08-21 18:02:24 UTC |
address Ryan's feedback.
Author:
Scott Moser
address Ryan's feedback. |
fix/redhat-py3-spec | 2018-07-10 20:48:36 UTC |
make requires available in template for py2 and py3
Author:
Scott Moser
make requires available in template for py2 and py3 |
cleanup/ |
2018-03-23 21:25:00 UTC |
Make exception_cb consistent in readurl and wait_for_url.
Author:
Scott Moser
Make exception_cb consistent in readurl and wait_for_url. This message needs improving. |
master | 2018-01-25 15:38:48 UTC |
HACKING.rst: mention setting user name and email via git config.
Author:
Scott Moser
HACKING.rst: mention setting user name and email via git config. Just include mention of setting user name and email when first |
ubuntu/devel | 2017-12-15 17:12:05 UTC |
releasing package cloud-init version 17.2-1-g4089e20c-0ubuntu1
Author:
Chad Smith
releasing package cloud-init version 17.2-1- |
ubuntu/xenial | 2017-12-12 19:30:40 UTC |
update changelog
Author:
Scott Moser
update changelog |
ubuntu/zesty | 2017-12-01 17:02:33 UTC |
releasing package cloud-init version 17.1-46-g7acc9e68-0ubuntu1~17.04.1
Author:
Chad Smith
releasing package cloud-init version 17.1-46- |
ubuntu/artful | 2017-12-01 16:58:53 UTC |
releasing package cloud-init version 17.1-46-g7acc9e68-0ubuntu1~17.10.1
Author:
Chad Smith
releasing package cloud-init version 17.1-46- |
feature/ |
2017-11-03 16:44:31 UTC |
somewhat functional.
Author:
Scott Moser
somewhat functional. server run with: Then run a client like: |
bug/before-fsck | 2017-07-25 19:41:23 UTC |
systemd: make systemd-fsck run after cloud-init.service
Author:
Scott Moser
systemd: make systemd-fsck run after cloud-init.service cloud-init.service may write filesystems (fs_setup) or re-partition If systemd-fsck is running on a device while that is occuring LP: #1691489 |
ubuntu/yakkety | 2017-06-28 18:11:27 UTC |
update changelog
Author:
Scott Moser
update changelog |
bug/1683038- |
2017-05-31 15:03:31 UTC |
add warning on unexpected situation strict_id=true and platform unknown.
Author:
Scott Moser
add warning on unexpected situation strict_id=true and platform unknown. |
bug/1315501- |
2017-01-10 17:44:04 UTC |
update changelog.
Author:
Scott Moser
update changelog. |
1 → 47 of 47 results | First • Previous • Next • Last |