Update Host OS NTP Servers to pool.ntp.org
[armband.git] / patches / fuel-web / 0005-Update-Host-OS-NTP-Servers-to-pool.ntp.org.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2017 Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Catalina Focsa <catalina.focsa@enea.com>
10 Date: Mon, 3 Apr 2017 11:30:10 +0200
11 Subject: [PATCH] Update Host OS NTP Servers to pool.ntp.org
12
13 Old *.fuel.pool.ntp.org values are no longer accessible
14 LP: https://bugs.launchpad.net/fuel/+bug/1679636
15 JIRA: https://jira.opnfv.org/browse/ARMBAND-225
16
17 Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
18 ---
19  nailgun/nailgun/settings.yaml | 4 ++--
20  1 file changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/nailgun/nailgun/settings.yaml b/nailgun/nailgun/settings.yaml
23 index 92b3518..1041c66 100644
24 --- a/nailgun/nailgun/settings.yaml
25 +++ b/nailgun/nailgun/settings.yaml
26 @@ -1100,8 +1100,8 @@ DNS_UPSTREAM:
27    - '8.8.8.8'
28    - '8.8.4.4'
29  NTP_UPSTREAM:
30 -  - '0.fuel.pool.ntp.org'
31 -  - '1.fuel.pool.ntp.org'
32 +  - '0.pool.ntp.org'
33 +  - '1.pool.ntp.org'
34
35  # deadlocks detection settings
36  LOG_DEADLOCKS_WARNINGS: 1