summaryrefslogtreecommitdiff
path: root/tools/cloud-init/PACKET
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cloud-init/PACKET')
-rw-r--r--tools/cloud-init/PACKET/90_dpkg.cfg8
-rw-r--r--tools/cloud-init/PACKET/config.boot.default31
-rw-r--r--tools/cloud-init/PACKET/config.boot.default-debug42
3 files changed, 0 insertions, 81 deletions
diff --git a/tools/cloud-init/PACKET/90_dpkg.cfg b/tools/cloud-init/PACKET/90_dpkg.cfg
deleted file mode 100644
index 4f7bbd8c..00000000
--- a/tools/cloud-init/PACKET/90_dpkg.cfg
+++ /dev/null
@@ -1,8 +0,0 @@
-# to update this file, run dpkg-reconfigure cloud-init
-datasource_list: [ Ec2 ]
-datasource:
- Ec2:
- metadata_urls: ["https://metadata.packet.net"]
- max_wait: 120
- timeout: 50
- strict_id: false
diff --git a/tools/cloud-init/PACKET/config.boot.default b/tools/cloud-init/PACKET/config.boot.default
deleted file mode 100644
index 1ceff6a3..00000000
--- a/tools/cloud-init/PACKET/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 ttyS1 {
- speed 115200
- }
- }
- config-management {
- commit-revisions 100
- }
-}
-
-interfaces {
- loopback lo {
- }
-}
diff --git a/tools/cloud-init/PACKET/config.boot.default-debug b/tools/cloud-init/PACKET/config.boot.default-debug
deleted file mode 100644
index 1b850568..00000000
--- a/tools/cloud-init/PACKET/config.boot.default-debug
+++ /dev/null
@@ -1,42 +0,0 @@
-interfaces {
- ethernet eth0 {
- address dhcp
- }
-}
-service {
- ssh {
- port 8022
- client-keepalive-interval 180
- }
-}
-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 ttyS1 {
- speed 115200
- }
- }
- config-management {
- commit-revisions 100
- }
-}
-
-interfaces {
- loopback lo {
- }
-}