commit | 99294fdeec1b98647988d9f5064714864cdc7ea3 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Oct 19 16:46:33 2017 +0300 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Oct 19 16:46:33 2017 +0300 |
tree | 024a9fdf30ddd9b4557cbec999c6d8f26314f827 | |
parent | 0ec3cd19dcc97887a5b45d26c9c1dba8de29f74f [diff] [blame] |
Fix infra_kvm_address interpolation Change-Id: I0eea950e61e4d7f3e54b5c004197a77db4396134
diff --git a/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml b/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml index f2128d9..b169617 100644 --- a/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml +++ b/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml
@@ -62,7 +62,7 @@ infra_kvm03_control_address: ${_param:cicd_control_node03_address} infra_kvm03_deploy_address: 10.167.5.93 infra_kvm03_hostname: ${_param:cicd_control_node03_hostname} - infra_kvm_vip_address: ${_param:cicd_control_vip_address} + infra_kvm_vip_address: ${_param:cicd_control_address} infra_primary_first_nic: eth1 infra_primary_second_nic: eth2 kubernetes_enabled: 'False'