diff options
Diffstat (limited to 'installers/compass4nfv/os-odl_l2-nofeature-ha.yml.j2')
-rw-r--r-- | installers/compass4nfv/os-odl_l2-nofeature-ha.yml.j2 | 28 |
1 files changed, 14 insertions, 14 deletions
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 |