context params fix
Change-Id: Ib7169eb6ffc89447032b557454f96ce132c8922e
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index 1d8845d..87b2c8e 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -153,8 +153,8 @@
smc['DEPLOY_NETWORK_GW'] = templateContext['default_context']['deploy_network_gateway']
smc['DEPLOY_NETWORK_NETMASK'] = templateContext['default_context']['deploy_network_netmask']
smc['DNS_SERVERS'] = templateContext['default_context']['dns_server01']
- smc['CICD_CONTROL_ADDRESS'] = templateContext['default_context']['cicd_control_address']
- smc['INFRA_CONFIG_ADDRESS'] = templateContext['default_context']['infra_config_address']
+ smc['CICD_CONTROL_ADDRESS'] = templateContext['default_context']['cicd_control_vip_address']
+ smc['INFRA_CONFIG_ADDRESS'] = templateContext['default_context']['salt_master_address']
for (i in common.entries(smc)) {
sh "sed -i \"s,export ${i[0]}=.*,export ${i[0]}=${i[1]},\" user_data.sh"