From 4358626b73ccf83ced0c0178185dd9a868d0f4d7 Mon Sep 17 00:00:00 2001
From: Michael Polenchuk <mpolenchuk@mirantis.com>
Date: Tue, 12 Dec 2017 13:52:27 +0400
Subject: pod_config: cleanup: Drop infra_compute_*_address

Our PDF installer adapter defines 3 unused reclass params that are
misleading, so drop them (infra_compute_node{01,02,03}_address).

Change-Id: I0ca49b73add543c8f03b14ed4d805ce55f973bb5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit e48d4876833270b9139ca8196eef2c13f44effcc)
---
 .../classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml.example  | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml.example')

diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml.example b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml.example
index e5b852f32..a3a78d608 100644
--- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml.example
+++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml.example
@@ -12,9 +12,6 @@ parameters:
     opnfv_infra_config_address: 10.167.4.100
     opnfv_infra_maas_node01_address: 10.167.4.3
     opnfv_infra_maas_node01_deploy_address: 192.168.11.3
-    opnfv_infra_compute_node01_address: 10.167.4.141
-    opnfv_infra_compute_node02_address: 10.167.4.142
-    opnfv_infra_compute_node03_address: 10.167.4.143
     opnfv_infra_kvm_address: 10.167.4.140
     opnfv_infra_kvm_node01_address: 10.167.4.141
     opnfv_infra_kvm_node02_address: 10.167.4.142
-- 
cgit 1.2.3-korg