summaryrefslogtreecommitdiffstats
path: root/xci/file/noha/flavor-vars.yml
blob: 7f52d343a74559bbe49162cbef83d07f670ef90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
host_info: {
    'opnfv': {
        'MGMT_IP': '172.29.236.10',
        'VLAN_IP': '192.168.122.2',
        'STORAGE_IP': '172.29.244.10'
    },
    'controller00': {
        'MGMT_IP': '172.29.236.11',
        'VLAN_IP': '192.168.122.3',
        'STORAGE_IP': '172.29.244.11'
    },
    'compute00': {
        'MGMT_IP': '172.29.236.12',
        'VLAN_IP': '192.168.122.4',
        'VLAN_IP_SECOND': '173.29.241.1',
        'VXLAN_IP': '172.29.240.12',
        'STORAGE_IP': '172.29.244.12'
    },
    'compute01': {
        'MGMT_IP': '172.29.236.13',
        'VLAN_IP': '192.168.122.5',
        'VLAN_IP_SECOND': '173.29.241.2',
        'VXLAN_IP': '172.29.240.13',
        'STORAGE_IP': '172.29.244.13'
    }
}