From 5322ced367a79d9e605407cdf51d7c125440b85e Mon Sep 17 00:00:00 2001 From: Catalina Focsa Date: Tue, 4 Apr 2017 13:52:17 +0200 Subject: Update Host OS NTP Servers to pool.ntp.org Change-Id: If13c2448ca89f3a016e604c8cc1bf36813b7d90d Signed-off-by: Catalina Focsa (cherry picked from commit 8ee4cc754fc8f6a5d22c4b2d579cac2e643262ac) --- ...pdate-Host-OS-NTP-Servers-to-pool.ntp.org.patch | 38 ++++++++++++++++++++++ ...pdate-Host-OS-NTP-Servers-to-pool.ntp.org.patch | 36 ++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 patches/fuel-menu/0001-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch create mode 100644 patches/fuel-web/0005-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch diff --git a/patches/fuel-menu/0001-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch b/patches/fuel-menu/0001-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch new file mode 100644 index 00000000..c4161c76 --- /dev/null +++ b/patches/fuel-menu/0001-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch @@ -0,0 +1,38 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: Copyright (c) 2017 Enea AB and others. +: +: All rights reserved. This program and the accompanying materials +: are made available under the terms of the Apache License, Version 2.0 +: which accompanies this distribution, and is available at +: http://www.apache.org/licenses/LICENSE-2.0 +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +From: Catalina Focsa +Date: Tue, 4 Apr 2017 14:11:13 +0200 +Subject: [PATCH] Update Host OS NTP Servers to pool.ntp.org + +Old *.fuel.pool.ntp.org values are no longer accessible +LP: https://bugs.launchpad.net/fuel/+bug/1679636 +JIRA: https://jira.opnfv.org/browse/ARMBAND-225 + +Signed-off-by: Catalina Focsa +--- + fuelmenu/settings.yaml | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/fuelmenu/settings.yaml b/fuelmenu/settings.yaml +index e93309a..96f4c93 100644 +--- a/fuelmenu/settings.yaml ++++ b/fuelmenu/settings.yaml +@@ -2,9 +2,9 @@ HOSTNAME: "fuel" + DNS_DOMAIN: "domain.tld" + DNS_SEARCH: "domain.tld" + DNS_UPSTREAM: "8.8.8.8" +-NTP1: "0.fuel.pool.ntp.org" +-NTP2: "1.fuel.pool.ntp.org" +-NTP3: "2.fuel.pool.ntp.org" ++NTP1: "0.pool.ntp.org" ++NTP2: "1.pool.ntp.org" ++NTP3: "2.pool.ntp.org" + FUEL_ACCESS: + user: "admin" + password: "admin" diff --git a/patches/fuel-web/0005-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch b/patches/fuel-web/0005-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch new file mode 100644 index 00000000..a8a57a42 --- /dev/null +++ b/patches/fuel-web/0005-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch @@ -0,0 +1,36 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: Copyright (c) 2017 Enea AB and others. +: +: All rights reserved. This program and the accompanying materials +: are made available under the terms of the Apache License, Version 2.0 +: which accompanies this distribution, and is available at +: http://www.apache.org/licenses/LICENSE-2.0 +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +From: Catalina Focsa +Date: Mon, 3 Apr 2017 11:30:10 +0200 +Subject: [PATCH] Update Host OS NTP Servers to pool.ntp.org + +Old *.fuel.pool.ntp.org values are no longer accessible +LP: https://bugs.launchpad.net/fuel/+bug/1679636 +JIRA: https://jira.opnfv.org/browse/ARMBAND-225 + +Signed-off-by: Catalina Focsa +--- + nailgun/nailgun/settings.yaml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/nailgun/nailgun/settings.yaml b/nailgun/nailgun/settings.yaml +index 92b3518..1041c66 100644 +--- a/nailgun/nailgun/settings.yaml ++++ b/nailgun/nailgun/settings.yaml +@@ -1100,8 +1100,8 @@ DNS_UPSTREAM: + - '8.8.8.8' + - '8.8.4.4' + NTP_UPSTREAM: +- - '0.fuel.pool.ntp.org' +- - '1.fuel.pool.ntp.org' ++ - '0.pool.ntp.org' ++ - '1.pool.ntp.org' + + # deadlocks detection settings + LOG_DEADLOCKS_WARNINGS: 1 -- cgit 1.2.3-korg