summaryrefslogtreecommitdiffstats
path: root/xci/nfvi/osa/files/noha/flavor-vars.yml
blob: 3c69a34bb1cf15cad73832ed6401096cb7d2fc89 (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': {
        'VLAN_IP': '192.168.122.2',
        'MGMT_IP': '172.29.236.10',
        'VXLAN_IP': '172.29.240.10',
        'STORAGE_IP': '172.29.244.10'
    },
    'controller00': {
        'VLAN_IP': '192.168.122.3',
        'MGMT_IP': '172.29.236.11',
        'VXLAN_IP': '172.29.240.11',
        'STORAGE_IP': '172.29.244.11'
    },
    'compute00': {
        'VLAN_IP': '192.168.122.4',
        'MGMT_IP': '172.29.236.12',
        'VXLAN_IP': '172.29.240.12',
        'STORAGE_IP': '172.29.244.12'
    },
    'compute01': {
        'VLAN_IP': '192.168.122.5',
        'MGMT_IP': '172.29.236.13',
        'VXLAN_IP': '172.29.240.13',
        'STORAGE_IP': '172.29.244.13'
    }
}