From d16a67414141fcf04ec6195883b8a09a049042ca Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 21 Sep 2016 12:40:03 +0200 Subject: Update dea-pod-override.yaml for new Ericsson lab vPODs This change should not be submitted until colorado.1.0 is out and ericsson-virtual1 is taken out of OPNFV Jenkins. Change-Id: I21a74adede24469ebe255ecfaa3ced0aa42fbe75 Signed-off-by: Fatih Degirmenci (cherry picked from commit 334d3552a95a235f9d2c97c2c13a07c08a774b86) --- .../virtual_kvm/fuel/config/dea-pod-override.yaml | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/labs/ericsson/virtual_kvm/fuel/config/dea-pod-override.yaml b/labs/ericsson/virtual_kvm/fuel/config/dea-pod-override.yaml index 8b732fc..bd84062 100644 --- a/labs/ericsson/virtual_kvm/fuel/config/dea-pod-override.yaml +++ b/labs/ericsson/virtual_kvm/fuel/config/dea-pod-override.yaml @@ -9,10 +9,10 @@ ############################################################################## dea-pod-override-config-metadata: - title: 'Deployment Environment Adapter POD override for Ericsson-1 virtual deployment' - version: '0.3' - created: 'Wed Jun 14 2016' - comment: 'Rebased for Fuel 9' + title: 'Deployment Environment Adapter POD override for Ericsson Rosersberg vPODs' + version: '0.2' + created: 'Wed Sep 21 2016' + comment: 'Created for Ericsson Lab Migration' environment: name: opnfv_virt interfaces_1: @@ -55,19 +55,19 @@ fuel: ipaddress: 10.20.0.2 netmask: 255.255.255.0 ssh_network: 0.0.0.0/0 - DNS_DOMAIN: bl9.pod1.opnfvericsson.ca - DNS_SEARCH: opnfvericsson.ca - DNS_UPSTREAM: 10.118.32.193 + DNS_DOMAIN: domain.tld + DNS_SEARCH: domain.tld + DNS_UPSTREAM: 8.8.8.8 HOSTNAME: fuel - NTP1: 10.118.32.193 - NTP2: '' - NTP3: '' + NTP1: 188.126.88.9 + NTP2: 193.228.143.12 + NTP3: 178.73.198.130 network: networking_parameters: base_mac: fa:16:3e:00:00:00 configuration_template: null dns_nameservers: - - 10.118.32.193 + - 8.8.8.8 floating_name: admin_floating_net floating_ranges: - - 172.16.0.130 @@ -190,7 +190,7 @@ settings: source: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$ type: text_list value: - - 10.118.32.193 + - 8.8.8.8 weight: 10 metadata: group: network @@ -209,7 +209,9 @@ settings: source: ^[a-zA-Z\d]+[-\.\da-zA-Z]*$ type: text_list value: - - 10.118.32.193 + - 188.126.88.9 + - 193.228.143.12 + - 178.73.198.130 weight: 10 syslog: metadata: -- cgit 1.2.3-korg