aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2016-01-20 13:46:18 +0100
committerJonas Bjurel <jonas.bjurel@ericsson.com>2016-01-20 14:16:55 +0000
commitac74542b3f967d57ebe89fd3c22b0967fbf6210f (patch)
treed6e1121f734d60c40861bf0ff4c064bdf07c1515 /deploy
parentaf0677e46c543e113fce4113bac47bdda27c82ff (diff)
Fixed DNS and NTP serves for default virtual lab definitions
Change-Id: I47a5e2b3bc0e74c44256c6733e331b89889cf9c7 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com> (cherry picked from commit 218381cdc6073510d7ee280c1a5f54e56b25b051)
Diffstat (limited to 'deploy')
-rw-r--r--deploy/config/labs/devel-pipeline/default/fuel/config/dea-pod-override.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/deploy/config/labs/devel-pipeline/default/fuel/config/dea-pod-override.yaml b/deploy/config/labs/devel-pipeline/default/fuel/config/dea-pod-override.yaml
index 2be68e25a..6056f0409 100644
--- a/deploy/config/labs/devel-pipeline/default/fuel/config/dea-pod-override.yaml
+++ b/deploy/config/labs/devel-pipeline/default/fuel/config/dea-pod-override.yaml
@@ -1,8 +1,8 @@
dea-pod-override-config-metadata:
title: 'Deployment Environment Adapter POD override for Development Pipeline - Default version'
- version: '0.1'
- created: 'Thu 7 2016'
- comment: 'None'
+ version: '0.2'
+ created: 'Wed 20 2016'
+ comment: 'Updated DNS and NTP for Internet use'
environment:
name: opnfv_virt
fuel:
@@ -13,16 +13,16 @@ fuel:
dhcp_pool_start: 10.20.0.3
ipaddress: 10.20.0.2
netmask: 255.255.0.0
- DNS_DOMAIN: opnfvericsson.se
- DNS_SEARCH: opnfvericsson.se
- DNS_UPSTREAM: 10.118.32.193
+ DNS_DOMAIN: opnfv.org
+ DNS_SEARCH: opnfv.org
+ DNS_UPSTREAM: 8.8.8.8, 8.8.4.4
FUEL_ACCESS:
password: admin
user: admin
HOSTNAME: opnfv_virt
- NTP1: 81.170.152.66
- NTP2: 83.168.200.199
- NTP3: 78.108.60.252
+ NTP1: 0.ubuntu.pool.ntp.org
+ NTP2: 1.ubuntu.pool.ntp.org
+ NTP3: 2.ubuntu.pool.ntp.org
interfaces_1:
eth0:
- fuelweb_admin
@@ -243,7 +243,7 @@ settings:
error: Invalid NTP server list
source: ^\s*(?:(?:\w+(?:-+\w+)*\.)+[a-z]+|\d{1,3}(?:\.\d{1,3}){3})\s*(?:,\s*(?:(?:\w+(?:-+\w+)*\.)+[a-z]+|\d{1,3}(\.\d{1,3}){3})\s*)*$
type: text
- value: 81.170.152.66,83.168.200.199,78.108.60.252
+ value: 0.ubuntu.pool.ntp.org,1.ubuntu.pool.ntp.org,2.ubuntu.pool.ntp.org
weight: 10
syslog:
metadata: