aboutsummaryrefslogtreecommitdiffstats
path: root/installers/compass4nfv
diff options
context:
space:
mode:
Diffstat (limited to 'installers/compass4nfv')
-rw-r--r--installers/compass4nfv/os-nosdn-nofeature-ha.yml.j228
-rw-r--r--installers/compass4nfv/os-nosdn-openo-ha.yml.j228
-rw-r--r--installers/compass4nfv/os-ocl-nofeature-ha.yml.j228
-rw-r--r--installers/compass4nfv/os-odl_l2-moon-ha.yml.j228
-rw-r--r--installers/compass4nfv/os-odl_l2-nofeature-ha.yml.j228
-rw-r--r--installers/compass4nfv/os-odl_l3-nofeature-ha.yml.j228
-rw-r--r--installers/compass4nfv/os-onos-nofeature-ha.yml.j228
-rw-r--r--installers/compass4nfv/os-onos-sfc-ha.yml.j228
8 files changed, 112 insertions, 112 deletions
diff --git a/installers/compass4nfv/os-nosdn-nofeature-ha.yml.j2 b/installers/compass4nfv/os-nosdn-nofeature-ha.yml.j2
index 22692a4..38b7e26 100644
--- a/installers/compass4nfv/os-nosdn-nofeature-ha.yml.j2
+++ b/installers/compass4nfv/os-nosdn-nofeature-ha.yml.j2
@@ -10,20 +10,20 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -31,47 +31,47 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
- ceph-mon
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- controller
- ha
- ceph-mon
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
diff --git a/installers/compass4nfv/os-nosdn-openo-ha.yml.j2 b/installers/compass4nfv/os-nosdn-openo-ha.yml.j2
index e8d3967..88823b7 100644
--- a/installers/compass4nfv/os-nosdn-openo-ha.yml.j2
+++ b/installers/compass4nfv/os-nosdn-openo-ha.yml.j2
@@ -10,11 +10,11 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
deploy_options:
orchestrator:
@@ -26,12 +26,12 @@ deploy_options:
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -39,47 +39,47 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
roles:
- controller
- ha
- ceph-mon
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- controller
- ha
- ceph-mon
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
diff --git a/installers/compass4nfv/os-ocl-nofeature-ha.yml.j2 b/installers/compass4nfv/os-ocl-nofeature-ha.yml.j2
index 5f1fb2f..57c6ad8 100644
--- a/installers/compass4nfv/os-ocl-nofeature-ha.yml.j2
+++ b/installers/compass4nfv/os-ocl-nofeature-ha.yml.j2
@@ -10,20 +10,20 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -32,45 +32,45 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
diff --git a/installers/compass4nfv/os-odl_l2-moon-ha.yml.j2 b/installers/compass4nfv/os-odl_l2-moon-ha.yml.j2
index d323341..7b34802 100644
--- a/installers/compass4nfv/os-odl_l2-moon-ha.yml.j2
+++ b/installers/compass4nfv/os-odl_l2-moon-ha.yml.j2
@@ -9,20 +9,20 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -31,12 +31,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -44,12 +44,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -57,23 +57,23 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
diff --git a/installers/compass4nfv/os-odl_l2-nofeature-ha.yml.j2 b/installers/compass4nfv/os-odl_l2-nofeature-ha.yml.j2
index 5962e29..9690b1f 100644
--- a/installers/compass4nfv/os-odl_l2-nofeature-ha.yml.j2
+++ b/installers/compass4nfv/os-odl_l2-nofeature-ha.yml.j2
@@ -10,20 +10,20 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -32,12 +32,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -45,12 +45,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -58,23 +58,23 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
diff --git a/installers/compass4nfv/os-odl_l3-nofeature-ha.yml.j2 b/installers/compass4nfv/os-odl_l3-nofeature-ha.yml.j2
index 2b7e3ac..dfb4d29 100644
--- a/installers/compass4nfv/os-odl_l3-nofeature-ha.yml.j2
+++ b/installers/compass4nfv/os-odl_l3-nofeature-ha.yml.j2
@@ -9,22 +9,22 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
odl_l3_agent: "Enable"
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -33,12 +33,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -46,12 +46,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -59,23 +59,23 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
diff --git a/installers/compass4nfv/os-onos-nofeature-ha.yml.j2 b/installers/compass4nfv/os-onos-nofeature-ha.yml.j2
index 5d2e7d0..042bb2f 100644
--- a/installers/compass4nfv/os-onos-nofeature-ha.yml.j2
+++ b/installers/compass4nfv/os-onos-nofeature-ha.yml.j2
@@ -9,20 +9,20 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -31,12 +31,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -44,12 +44,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -57,23 +57,23 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
diff --git a/installers/compass4nfv/os-onos-sfc-ha.yml.j2 b/installers/compass4nfv/os-onos-sfc-ha.yml.j2
index ffc0287..746ca36 100644
--- a/installers/compass4nfv/os-onos-sfc-ha.yml.j2
+++ b/installers/compass4nfv/os-onos-sfc-ha.yml.j2
@@ -9,22 +9,22 @@
---
TYPE: baremetal
FLAVOR: cluster
-POWER_TOOL: '{{ conf['jumphost']['remote_para']['type'] }}tool' #expects string ipmitool
+POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool' #expects string ipmitool
-ipmiUser: {{ conf['jumphost']['remote_para']['user'] }}
-ipmiPass: {{ conf['jumphost']['remote_para']['pass'] }}
-ipmiVer: '{{ conf['jumphost']['remote_para']['versions'][0] }}'
+ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
+ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
+ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'
onos_sfc: "Enable"
hosts:
- name: {{ conf['nodes'][0]['name'] }}
- mac: '{{ conf['nodes'][0]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -33,12 +33,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][1]['name'] }}
- mac: '{{ conf['nodes'][1]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -46,12 +46,12 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][2]['name'] }}
- mac: '{{ conf['nodes'][2]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
roles:
- controller
- ha
@@ -59,23 +59,23 @@ hosts:
- ceph-mon
- name: {{ conf['nodes'][3]['name'] }}
- mac: '{{ conf['nodes'][3]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
roles:
- compute
- ceph-osd
- name: {{ conf['nodes'][4]['name'] }}
- mac: '{{ conf['nodes'][4]['remote_mangement']['mac_address'] }}' #is this the ipmi mac address?
+ mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}' #is this the ipmi mac address?
interfaces:
- eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
- eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
- eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
- ipmiIp: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
roles:
- compute
- ceph-osd