Merge ~trstringer/cloud-init:thstring/remove-waagent-patch-xenial into cloud-init:ubuntu/xenial

Proposed by Thomas Stringer
Status: Needs review
Proposed branch: ~trstringer/cloud-init:thstring/remove-waagent-patch-xenial
Merge into: cloud-init:ubuntu/xenial
Diff against target: 32 lines (+0/-18)
2 files modified
debian/patches/series (+0/-1)
dev/null (+0/-17)
Reviewer Review Type Date Requested Status
cloud-init Commiters Pending
Review via email: mp+375217@code.launchpad.net

Description of the change

This merge request removes the patch from the Xenial branch that alters cloud-init to speak with the fabric through waagent. By removing this patch, it will now use the builtin functionality for fabric negotiation.

To post a comment you must log in.

Unmerged commits

807e6fc... by Thomas Stringer

remove patch that uses waagent for fabric negotiation

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/patches/azure-use-walinux-agent.patch b/debian/patches/azure-use-walinux-agent.patch
2deleted file mode 100644
3index 3e9ddd9..0000000
4--- a/debian/patches/azure-use-walinux-agent.patch
5+++ /dev/null
6@@ -1,17 +0,0 @@
7-Description: Use walinux-agent rather than builtin fabric support
8- Upstream now uses the built-in support for instance initialization on Azure.
9- On a stable release, we want to continue to use the walinux-agent integration.
10- Upstream made this change under bug 1538522.
11-Forwarded: not-needed
12-Author: Scott Moser <smoser@ubuntu.com>
13---- a/cloudinit/sources/DataSourceAzure.py
14-+++ b/cloudinit/sources/DataSourceAzure.py
15-@@ -214,7 +214,7 @@ if util.is_FreeBSD():
16- PLATFORM_ENTROPY_SOURCE = None
17-
18- BUILTIN_DS_CONFIG = {
19-- 'agent_command': AGENT_START_BUILTIN,
20-+ 'agent_command': AGENT_START,
21- 'data_dir': AGENT_SEED_DIR,
22- 'set_hostname': True,
23- 'hostname_bounce': {
24diff --git a/debian/patches/series b/debian/patches/series
25index 5d6995e..77d1b2a 100644
26--- a/debian/patches/series
27+++ b/debian/patches/series
28@@ -1,4 +1,3 @@
29-azure-use-walinux-agent.patch
30 ds-identify-behavior-xenial.patch
31 stable-release-no-jsonschema-dep.patch
32 openstack-no-network-config.patch

Subscribers

People subscribed via source and target branches