summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriyEshenko <dmitriy.eshenko@vyos.io>2021-05-27 09:33:31 +0000
committerDmitriyEshenko <dmitriy.eshenko@vyos.io>2021-05-27 09:50:15 +0000
commit220bcf59f2bc31e02d786bf741816333cfb56a52 (patch)
tree11f12b47123438942be236013c3e6ab6b504290a
parent8ff911508c94e12f48b62d9d75e410263fe8ba17 (diff)
downloadvyos-build-220bcf59f2bc31e02d786bf741816333cfb56a52.tar.gz
vyos-build-220bcf59f2bc31e02d786bf741816333cfb56a52.zip
ntp: T2123: Change NTP servers in default configs
-rw-r--r--data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default6
-rw-r--r--tools/cloud-init/AWS/config.boot.default6
-rw-r--r--tools/cloud-init/GCE/config.boot.default6
-rw-r--r--tools/cloud-init/GCE/config.boot.default-debug6
-rw-r--r--tools/cloud-init/OCI/config.boot.default6
-rw-r--r--tools/cloud-init/PACKET/config.boot.default6
-rw-r--r--tools/cloud-init/PACKET/config.boot.default-debug6
-rw-r--r--tools/cloud-init/azure/config.boot.default6
-rw-r--r--tools/cloud-init/openstack/config.boot.default6
9 files changed, 27 insertions, 27 deletions
diff --git a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default b/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default
index 76cd5fa..7123ef5 100644
--- a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default
+++ b/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default
@@ -19,9 +19,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS0 {
diff --git a/tools/cloud-init/AWS/config.boot.default b/tools/cloud-init/AWS/config.boot.default
index 4e556a5..f115c44 100644
--- a/tools/cloud-init/AWS/config.boot.default
+++ b/tools/cloud-init/AWS/config.boot.default
@@ -20,9 +20,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS0 {
diff --git a/tools/cloud-init/GCE/config.boot.default b/tools/cloud-init/GCE/config.boot.default
index cac2693..5af780a 100644
--- a/tools/cloud-init/GCE/config.boot.default
+++ b/tools/cloud-init/GCE/config.boot.default
@@ -11,9 +11,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS0 {
diff --git a/tools/cloud-init/GCE/config.boot.default-debug b/tools/cloud-init/GCE/config.boot.default-debug
index a51c3f4..a4f3206 100644
--- a/tools/cloud-init/GCE/config.boot.default-debug
+++ b/tools/cloud-init/GCE/config.boot.default-debug
@@ -22,9 +22,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS0 {
diff --git a/tools/cloud-init/OCI/config.boot.default b/tools/cloud-init/OCI/config.boot.default
index de724f0..d5cb4c0 100644
--- a/tools/cloud-init/OCI/config.boot.default
+++ b/tools/cloud-init/OCI/config.boot.default
@@ -20,9 +20,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS0 {
diff --git a/tools/cloud-init/PACKET/config.boot.default b/tools/cloud-init/PACKET/config.boot.default
index b56a94a..1ceff6a 100644
--- a/tools/cloud-init/PACKET/config.boot.default
+++ b/tools/cloud-init/PACKET/config.boot.default
@@ -11,9 +11,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS1 {
diff --git a/tools/cloud-init/PACKET/config.boot.default-debug b/tools/cloud-init/PACKET/config.boot.default-debug
index 660f1d0..1b85056 100644
--- a/tools/cloud-init/PACKET/config.boot.default-debug
+++ b/tools/cloud-init/PACKET/config.boot.default-debug
@@ -22,9 +22,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS1 {
diff --git a/tools/cloud-init/azure/config.boot.default b/tools/cloud-init/azure/config.boot.default
index 3202597..c3a0aa5 100644
--- a/tools/cloud-init/azure/config.boot.default
+++ b/tools/cloud-init/azure/config.boot.default
@@ -11,9 +11,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS0 {
diff --git a/tools/cloud-init/openstack/config.boot.default b/tools/cloud-init/openstack/config.boot.default
index de724f0..d5cb4c0 100644
--- a/tools/cloud-init/openstack/config.boot.default
+++ b/tools/cloud-init/openstack/config.boot.default
@@ -20,9 +20,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS0 {