diff options
Diffstat (limited to 'installers/joid')
-rw-r--r-- | installers/joid/pod_config.yaml.j2 | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/installers/joid/pod_config.yaml.j2 b/installers/joid/pod_config.yaml.j2 index 8e47664..4bb49d5 100644 --- a/installers/joid/pod_config.yaml.j2 +++ b/installers/joid/pod_config.yaml.j2 @@ -24,10 +24,10 @@ lab: spaces: [admin] mac: ["{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}"] power: - type: {{ conf['jumphost']['remote_para']['type'] }} - address: {{ conf['nodes'][0]['remote_mangement']['address'] }} - user: {{ conf['jumphost']['remote_para']['user'] }} - pass: {{ conf['jumphost']['remote_para']['pass'] }} + type: {{ conf['jumphost']['remote_params']['type'] }} + address: {{ conf['nodes'][0]['remote_management']['address'] }} + user: {{ conf['jumphost']['remote_params']['user'] }} + pass: {{ conf['jumphost']['remote_params']['pass'] }} - name: {{ conf['nodes'][1]['name'] }} architecture: {{ conf['nodes'][1]['node']['arch'] }} roles: [compute, control, storage] @@ -48,10 +48,10 @@ lab: spaces: [admin] mac: ["{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}"] power: - type: {{ conf['jumphost']['remote_para']['type'] }} - address: {{ conf['nodes'][1]['remote_mangement']['address'] }} - user: {{ conf['jumphost']['remote_para']['user'] }} - pass: {{ conf['jumphost']['remote_para']['pass'] }} + type: {{ conf['jumphost']['remote_params']['type'] }} + address: {{ conf['nodes'][1]['remote_management']['address'] }} + user: {{ conf['jumphost']['remote_params']['user'] }} + pass: {{ conf['jumphost']['remote_params']['pass'] }} - name: {{ conf['nodes'][2]['name'] }} architecture: {{ conf['nodes'][2]['node']['arch'] }} roles: [compute, control, storage] @@ -70,10 +70,10 @@ lab: mac: ["{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}"] - ifname: {{ conf['nodes'][2]['interfaces'][2]['name'] }} power: - type: {{ conf['jumphost']['remote_para']['type'] }} - address: {{ conf['nodes'][2]['remote_mangement']['address'] }} - user: {{ conf['jumphost']['remote_para']['user'] }} - pass: {{ conf['jumphost']['remote_para']['pass'] }} + type: {{ conf['jumphost']['remote_params']['type'] }} + address: {{ conf['nodes'][2]['remote_management']['address'] }} + user: {{ conf['jumphost']['remote_params']['user'] }} + pass: {{ conf['jumphost']['remote_params']['pass'] }} - name: {{ conf['nodes'][3]['name'] }} architecture: {{ conf['nodes'][3]['node']['arch'] }} roles: [compute, storage] @@ -93,9 +93,9 @@ lab: - ifname: {{ conf['nodes'][3]['interfaces'][2]['name'] }} power: type: ipmi - address: {{ conf['nodes'][3]['remote_mangement']['address'] }} - user: {{ conf['jumphost']['remote_para']['user'] }} - pass: {{ conf['jumphost']['remote_para']['pass'] }} + address: {{ conf['nodes'][3]['remote_management']['address'] }} + user: {{ conf['jumphost']['remote_params']['user'] }} + pass: {{ conf['jumphost']['remote_params']['pass'] }} - name: {{ conf['nodes'][4]['name'] }} architecture: {{ conf['nodes'][4]['node']['arch'] }} roles: [compute, storage] @@ -114,10 +114,10 @@ lab: mac: ["{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}"] - ifname: {{ conf['nodes'][1]['interfaces'][2]['name'] }} power: - type: {{ conf['jumphost']['remote_para']['type'] }} - address: {{ conf['nodes'][4]['remote_mangement']['address'] }} - user: {{ conf['jumphost']['remote_para']['user'] }} - pass: {{ conf['jumphost']['remote_para']['pass'] }} + type: {{ conf['jumphost']['remote_params']['type'] }} + address: {{ conf['nodes'][4]['remote_management']['address'] }} + user: {{ conf['jumphost']['remote_params']['user'] }} + pass: {{ conf['jumphost']['remote_params']['pass'] }} floating-ip-range: 10.5.15.6,10.5.15.250,10.5.15.1,10.5.15.0/24 ext-port: "ens785f0.505" dns: 8.8.8.8 |