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
diff --git a/debian/patches/azure-use-walinux-agent.patch b/debian/patches/azure-use-walinux-agent.patch
0deleted file mode 1006440deleted file mode 100644
index 3e9ddd9..0000000
--- a/debian/patches/azure-use-walinux-agent.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Description: Use walinux-agent rather than builtin fabric support
2 Upstream now uses the built-in support for instance initialization on Azure.
3 On a stable release, we want to continue to use the walinux-agent integration.
4 Upstream made this change under bug 1538522.
5Forwarded: not-needed
6Author: Scott Moser <smoser@ubuntu.com>
7--- a/cloudinit/sources/DataSourceAzure.py
8+++ b/cloudinit/sources/DataSourceAzure.py
9@@ -214,7 +214,7 @@ if util.is_FreeBSD():
10 PLATFORM_ENTROPY_SOURCE = None
11
12 BUILTIN_DS_CONFIG = {
13- 'agent_command': AGENT_START_BUILTIN,
14+ 'agent_command': AGENT_START,
15 'data_dir': AGENT_SEED_DIR,
16 'set_hostname': True,
17 'hostname_bounce': {
diff --git a/debian/patches/series b/debian/patches/series
index 5d6995e..77d1b2a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
1azure-use-walinux-agent.patch
2ds-identify-behavior-xenial.patch1ds-identify-behavior-xenial.patch
3stable-release-no-jsonschema-dep.patch2stable-release-no-jsonschema-dep.patch
4openstack-no-network-config.patch3openstack-no-network-config.patch

Subscribers

People subscribed via source and target branches