From 218381cdc6073510d7ee280c1a5f54e56b25b051 Mon Sep 17 00:00:00 2001 From: Jonas Bjurel Date: Wed, 20 Jan 2016 13:46:18 +0100 Subject: Fixed DNS and NTP serves for default virtual lab definitions Change-Id: I47a5e2b3bc0e74c44256c6733e331b89889cf9c7 Signed-off-by: Jonas Bjurel --- .../default/fuel/config/dea-pod-override.yaml | 20 ++++++++++---------- 1 file 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: -- cgit 1.2.3-korg