From 729284b2d64c547fd1622c6b4d66831d3c39cbf7 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 7 Dec 2015 11:27:25 +0100 Subject: Change network config for LF-POD2 to match the current jumphost management interface. Change-Id: Ia9b65ee67e7972a7def8c38a71f7fed212c68e60 Signed-off-by: jose.lausuch --- .../conf/linux_foundation_lab/pod2/dea.yaml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod2/dea.yaml b/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod2/dea.yaml index 64362793f..6e0105dbb 100644 --- a/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod2/dea.yaml +++ b/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod2/dea.yaml @@ -114,8 +114,8 @@ transformations_2: bridge: br-mesh name: eth0.302 network: - management_vip: 192.168.0.2 - management_vrouter_vip: 192.168.0.1 + management_vip: 192.168.1.2 + management_vrouter_vip: 192.168.1.1 networking_parameters: base_mac: fa:16:3e:00:00:00 configuration_template: null @@ -160,13 +160,13 @@ network: vlan_start: null name: public vlan_start: null - - cidr: 192.168.0.0/24 + - cidr: 192.168.1.0/24 gateway: null ip_ranges: - - - 192.168.0.1 - - 192.168.0.254 + - - 192.168.1.1 + - 192.168.1.254 meta: - cidr: 192.168.0.0/24 + cidr: 192.168.1.0/24 configurable: true map_priority: 2 name: management @@ -180,13 +180,13 @@ network: vlan_start: 101 name: management vlan_start: 300 - - cidr: 192.168.1.0/24 + - cidr: 192.168.0.0/24 gateway: null ip_ranges: - - - 192.168.1.1 - - 192.168.1.254 + - - 192.168.0.1 + - 192.168.0.254 meta: - cidr: 192.168.1.0/24 + cidr: 192.168.0.0/24 configurable: true map_priority: 2 name: storage @@ -234,7 +234,7 @@ network: public_vrouter_vip: 172.30.10.65 vips: management: - ipaddr: 192.168.0.2 + ipaddr: 192.168.1.2 namespace: haproxy network_role: mgmt/vip node_roles: @@ -248,7 +248,7 @@ network: - controller - primary-controller vrouter: - ipaddr: 192.168.0.1 + ipaddr: 192.168.1.1 namespace: vrouter network_role: mgmt/vip node_roles: -- cgit 1.2.3-korg