aboutsummaryrefslogtreecommitdiffstats
path: root/installers/compass4nfv/os-ocl-nofeature-ha.yml.j2
diff options
context:
space:
mode:
authorBlaisonneau David <david.blaisonneau@orange.com>2017-08-24 16:44:06 +0200
committerBlaisonneau David <david.blaisonneau@orange.com>2017-08-24 16:44:06 +0200
commitec043c5303fb57d78549bd052878edea010c9f38 (patch)
tree8934b34174ec6630b8600d50a872328d81531488 /installers/compass4nfv/os-ocl-nofeature-ha.yml.j2
parent4d1f8c3724c6dd380f057796480a1949a11bccc8 (diff)
Correct typos to avoid failure in jenkins-ci check
Change-Id: I2e8b789cbc10def76a1b7ee673bc1ca6d7f4137f Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
Diffstat (limited to 'installers/compass4nfv/os-ocl-nofeature-ha.yml.j2')
-rw-r--r--installers/compass4nfv/os-ocl-nofeature-ha.yml.j228
1 files changed, 14 insertions, 14 deletions
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