[fuel] cleanup: Drop infra_compute_*_address 85/49085/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sun, 10 Dec 2017 18:40:59 +0000 (19:40 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 15 Dec 2017 17:13:07 +0000 (17:13 +0000)
Our PDF installer adapter defines 3 unused reclass params that are
misleading, so drop them (infra_compute_node{01,02,03}_address).

Change-Id: Iedf68bbfa77f3a42572dde30275318c8d04f5eb4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 525c0041e84db5798854b116b7786cc79d4594be)

config/installers/fuel/pod_config.yml.j2

index 438891e..078155b 100644 (file)
@@ -36,9 +36,6 @@ parameters:
     opnfv_infra_config_address: {{ net_mgmt | ipaddr_index('100') }}
     opnfv_infra_maas_node01_address: {{ net_mgmt | ipaddr_index('3') }}
     opnfv_infra_maas_node01_deploy_address: {{ net_admin | ipaddr_index('3') }}
-    opnfv_infra_compute_node01_address: {{ net_mgmt | ipaddr_index('141') }}
-    opnfv_infra_compute_node02_address: {{ net_mgmt | ipaddr_index('142') }}
-    opnfv_infra_compute_node03_address: {{ net_mgmt | ipaddr_index('143') }}
     opnfv_infra_kvm_address: {{ net_mgmt | ipaddr_index('140') }}
     opnfv_infra_kvm_node01_address: {{ net_mgmt | ipaddr_index('141') }}
     opnfv_infra_kvm_node02_address: {{ net_mgmt | ipaddr_index('142') }}