diff options
author | zsdc <taras@vyos.io> | 2020-03-11 21:20:58 +0200 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2020-03-11 21:22:23 +0200 |
commit | c6627bc05a57645e6af8b9a5a67e452d9f37e487 (patch) | |
tree | b754b3991e5e57a9ae9155819f73fa0cbd4be269 /debian/patches/azure-use-walinux-agent.patch | |
parent | ca9a4eb26b41c204d1bd3a15586b14a5dde950bb (diff) | |
parent | 13e82554728b1cb524438163784e5b955c7c5ed0 (diff) | |
download | vyos-cloud-init-c6627bc05a57645e6af8b9a5a67e452d9f37e487.tar.gz vyos-cloud-init-c6627bc05a57645e6af8b9a5a67e452d9f37e487.zip |
Cloud-init: T2117: Updated to 20.1
- Merge 20.1 version from the Canonical repository
- Removed unneeded changes in datasources (now only OVF datasource is not equal to upstream's version)
- Adapted cc_vyos module to new Cloud-init version
- Changed Jenkinsfile to use build scripts, provided by upstream
Diffstat (limited to 'debian/patches/azure-use-walinux-agent.patch')
-rw-r--r-- | debian/patches/azure-use-walinux-agent.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/azure-use-walinux-agent.patch b/debian/patches/azure-use-walinux-agent.patch deleted file mode 100644 index 3c858824..00000000 --- a/debian/patches/azure-use-walinux-agent.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Use walinux-agent rather than builtin fabric support - Upstream now uses the built-in support for instance initialization on Azure. - On a stable release, we want to continue to use the walinux-agent integration. - Upstream made this change under bug 1538522. -Forwarded: not-needed -Author: Scott Moser <smoser@ubuntu.com> ---- a/cloudinit/sources/DataSourceAzure.py -+++ b/cloudinit/sources/DataSourceAzure.py -@@ -196,7 +196,7 @@ if util.is_FreeBSD(): - LOG.debug("resource disk is None") - - BUILTIN_DS_CONFIG = { -- 'agent_command': AGENT_START_BUILTIN, -+ 'agent_command': AGENT_START, - 'data_dir': AGENT_SEED_DIR, - 'set_hostname': True, - 'hostname_bounce': { |