summaryrefslogtreecommitdiff
path: root/tools/cloud-init/GCE/config.boot.default-debug
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cloud-init/GCE/config.boot.default-debug')
-rw-r--r--tools/cloud-init/GCE/config.boot.default-debug42
1 files changed, 0 insertions, 42 deletions
diff --git a/tools/cloud-init/GCE/config.boot.default-debug b/tools/cloud-init/GCE/config.boot.default-debug
deleted file mode 100644
index a4f32062..00000000
--- a/tools/cloud-init/GCE/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 ttyS0 {
- speed 38400
- }
- }
- config-management {
- commit-revisions 100
- }
-}
-
-interfaces {
- loopback lo {
- }
-}