diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-10 11:51:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 11:51:04 +0200 |
commit | d6eedb6e1b6427e548c6726a1703824918be24ba (patch) | |
tree | 427f3c2b0327295f526aebf7df375201b0ed346f /tools/cloud-init/azure | |
parent | 0ba721e3f1c60be9fbb03b3c6e9867d795f5cfca (diff) | |
parent | 7afee1ae93a9055bb7af168d731ab8666f81ca93 (diff) | |
download | vyos-build-d6eedb6e1b6427e548c6726a1703824918be24ba.tar.gz vyos-build-d6eedb6e1b6427e548c6726a1703824918be24ba.zip |
Merge pull request #175 from UnicronNL/current
T3664: Eliminate obsolete build flavours
Diffstat (limited to 'tools/cloud-init/azure')
-rwxr-xr-x | tools/cloud-init/azure/99-walinuxagent.chroot | 18 | ||||
-rw-r--r-- | tools/cloud-init/azure/config.boot.default | 31 | ||||
-rw-r--r-- | tools/cloud-init/azure/vyos-azure.list.chroot | 2 |
3 files changed, 0 insertions, 51 deletions
diff --git a/tools/cloud-init/azure/99-walinuxagent.chroot b/tools/cloud-init/azure/99-walinuxagent.chroot deleted file mode 100755 index 1de525cf..00000000 --- a/tools/cloud-init/azure/99-walinuxagent.chroot +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -echo I: Waagent / Cloud init - -# debug info: -#echo ForwardToConsole=yes >> /etc/systemd/journald.conf - -# dhcp issue on azure -sed -ie 's,rfc3442-classless-static-routes,disabled-\0,' /etc/dhcp/dhclient.conf - -rm -f /etc/ssh/ssh_host_* -rm -f /var/log/waagent.log -rm -r /var/cache/apt/* -mkdir -p /var/cache/apt/archives -rm -r /var/lib/apt/lists/* - -# prevent systemd message flooding -echo ':msg, contains, "Time has been changed" ~' > /etc/rsyslog.d/time_msgs.conf diff --git a/tools/cloud-init/azure/config.boot.default b/tools/cloud-init/azure/config.boot.default deleted file mode 100644 index c3a0aa5d..00000000 --- a/tools/cloud-init/azure/config.boot.default +++ /dev/null @@ -1,31 +0,0 @@ -system { - host-name vyos - syslog { - global { - facility all { - level info - } - facility protocols { - level debug - } - } - } - ntp { - server "time1.vyos.net" - server "time2.vyos.net" - server "time3.vyos.net" - } - console { - device ttyS0 { - speed 115200 - } - } - config-management { - commit-revisions 100 - } -} - -interfaces { - loopback lo { - } -} diff --git a/tools/cloud-init/azure/vyos-azure.list.chroot b/tools/cloud-init/azure/vyos-azure.list.chroot deleted file mode 100644 index 91320a59..00000000 --- a/tools/cloud-init/azure/vyos-azure.list.chroot +++ /dev/null @@ -1,2 +0,0 @@ -cloud-init -walinuxagent |