aboutsummaryrefslogtreecommitdiffstats
path: root/installers/compass4nfv/os-nosdn-openo-ha.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'installers/compass4nfv/os-nosdn-openo-ha.yml.j2')
-rw-r--r--installers/compass4nfv/os-nosdn-openo-ha.yml.j228
1 files changed, 14 insertions, 14 deletions
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