summaryrefslogtreecommitdiffstats
path: root/xci/nfvi/osa/files/noha/flavor-vars.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xci/nfvi/osa/files/noha/flavor-vars.yml')
-rw-r--r--xci/nfvi/osa/files/noha/flavor-vars.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/xci/nfvi/osa/files/noha/flavor-vars.yml b/xci/nfvi/osa/files/noha/flavor-vars.yml
new file mode 100644
index 00000000..3c69a34b
--- /dev/null
+++ b/xci/nfvi/osa/files/noha/flavor-vars.yml
@@ -0,0 +1,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'
+ }
+}