summaryrefslogtreecommitdiff
path: root/tools/cloud-init/PACKET/config.boot.default-debug
diff options
context:
space:
mode:
authorUnicronNL <kim.sidney@gmail.com>2019-05-21 22:15:55 +0200
committerUnicronNL <kim.sidney@gmail.com>2019-05-21 22:17:02 +0200
commit1f9fdad4697ace9ed3373bcf91fb37d6dbb3bac3 (patch)
tree03e17f64d3ec89fe113abb0d9046aa9d35e5a1b0 /tools/cloud-init/PACKET/config.boot.default-debug
parenta51706c0467becdad29046475bfc803f9da0ad0f (diff)
downloadvyos-build-1f9fdad4697ace9ed3373bcf91fb37d6dbb3bac3.tar.gz
vyos-build-1f9fdad4697ace9ed3373bcf91fb37d6dbb3bac3.zip
update cloud builds
Diffstat (limited to 'tools/cloud-init/PACKET/config.boot.default-debug')
-rw-r--r--tools/cloud-init/PACKET/config.boot.default-debug41
1 files changed, 41 insertions, 0 deletions
diff --git a/tools/cloud-init/PACKET/config.boot.default-debug b/tools/cloud-init/PACKET/config.boot.default-debug
new file mode 100644
index 00000000..85e3a890
--- /dev/null
+++ b/tools/cloud-init/PACKET/config.boot.default-debug
@@ -0,0 +1,41 @@
+interfaces {
+ ethernet eth0 {
+ address dhcp
+ }
+}
+service {
+ ssh {
+ port 8022
+ client-keepalive-interval 180
+ }
+}
+system {
+ syslog {
+ global {
+ facility all {
+ level info
+ }
+ facility protocols {
+ level debug
+ }
+ }
+ }
+ ntp {
+ server "0.pool.ntp.org"
+ server "1.pool.ntp.org"
+ server "2.pool.ntp.org"
+ }
+ console {
+ device ttyS1 {
+ speed 115200
+ }
+ }
+ config-management {
+ commit-revisions 100
+ }
+}
+
+interfaces {
+ loopback lo {
+ }
+}