aboutsummaryrefslogtreecommitdiffstats
path: root/labs/zte/pod2/daisy/config/network.yml
diff options
context:
space:
mode:
Diffstat (limited to 'labs/zte/pod2/daisy/config/network.yml')
-rw-r--r--labs/zte/pod2/daisy/config/network.yml23
1 files changed, 9 insertions, 14 deletions
diff --git a/labs/zte/pod2/daisy/config/network.yml b/labs/zte/pod2/daisy/config/network.yml
index 782d2ca..f3063e2 100644
--- a/labs/zte/pod2/daisy/config/network.yml
+++ b/labs/zte/pod2/daisy/config/network.yml
@@ -22,31 +22,26 @@ network-config-metadata:
version: '0.1'
created: 'Feb 2 2017'
comment: 'For Daisy initial'
-common_parameters:
- ntp_servers:
- - 172.10.0.1
- dns_servers:
- - 172.10.0.1
networks:
- cidr: '192.168.71.0/24'
gateway: '192.168.71.1'
ip_ranges:
- - 'start': '192.168.71.5'
+ - 'start': '192.168.71.2'
'end': '192.168.71.254'
vlan_id: 171
name: 'MANAGEMENT'
- cidr: '192.168.72.0/24'
gateway: '192.168.72.1'
ip_ranges:
- - 'start': '192.168.72.5'
+ - 'start': '192.168.72.2'
'end': '192.168.72.254'
vlan_id: 172
name: 'STORAGE'
- cidr: '172.70.0.0/24'
- gateway: '172.70.0.1'
+ gateway: '172.70.0.0'
ip_ranges:
- - 'start': '172.70.0.100'
- 'end': '172.70.0.200'
+ - 'start': '172.70.0.2'
+ 'end': '172.70.0.100'
vlan_id: 173
'name': 'EXTERNAL'
- cidr: '10.20.7.0/24'
@@ -59,7 +54,7 @@ networks:
- cidr: '192.168.73.0/24'
gateway: '192.168.73.1'
ip_ranges:
- - 'start': '192.168.73.5'
+ - 'start': '192.168.73.2'
'end': '192.168.73.254'
vlan_id: 1130
name: 'TENANT'
@@ -67,12 +62,12 @@ interfaces:
- name: 'EXTERNAL'
interface: 'ens44f1'
- name: 'MANAGEMENT'
- interface: 'ens4f0'
- - name: 'PUBLICAPI'
interface: 'ens12f0'
+ - name: 'PUBLICAPI'
+ interface: 'ens4f0'
- name: 'STORAGE'
interface: 'ens12f1'
- name: 'TENANT'
interface: 'ens44f0'
-internal_vip: '192.168.71.4'
+internal_vip: '192.168.71.10'
public_vip: '10.20.7.11'