diff options
author | Blaisonneau David <david.blaisonneau@orange.com> | 2017-08-24 16:44:06 +0200 |
---|---|---|
committer | Blaisonneau David <david.blaisonneau@orange.com> | 2017-08-24 16:44:06 +0200 |
commit | ec043c5303fb57d78549bd052878edea010c9f38 (patch) | |
tree | 8934b34174ec6630b8600d50a872328d81531488 /installers/compass4nfv/os-odl_l2-moon-ha.yml.j2 | |
parent | 4d1f8c3724c6dd380f057796480a1949a11bccc8 (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-odl_l2-moon-ha.yml.j2')
-rw-r--r-- | installers/compass4nfv/os-odl_l2-moon-ha.yml.j2 | 28 |
1 files changed, 14 insertions, 14 deletions
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 |