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/joid | |
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/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 |