summaryrefslogtreecommitdiff
path: root/tools/cloud-init/config.boot.default
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2018-10-22 00:59:33 +0200
committerKim Hagen <kim.sidney@gmail.com>2018-10-22 00:59:33 +0200
commitd7b7f5a0440da862db7701f5135b68c9a9ec75b4 (patch)
tree7f6c0eabc7e3defe12e15c290cad60eec8ada3cf /tools/cloud-init/config.boot.default
parentf83330c72c41a4e118f7ca162027e29b684205fb (diff)
downloadvyos-build-d7b7f5a0440da862db7701f5135b68c9a9ec75b4.tar.gz
vyos-build-d7b7f5a0440da862db7701f5135b68c9a9ec75b4.zip
Add Azure creation script
Diffstat (limited to 'tools/cloud-init/config.boot.default')
-rw-r--r--tools/cloud-init/config.boot.default30
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/cloud-init/config.boot.default b/tools/cloud-init/config.boot.default
new file mode 100644
index 00000000..18f6ef09
--- /dev/null
+++ b/tools/cloud-init/config.boot.default
@@ -0,0 +1,30 @@
+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 ttyS0 {
+ speed 9600
+ }
+ }
+ config-management {
+ commit-revisions 100
+ }
+}
+
+interfaces {
+ loopback lo {
+ }
+}