aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vLBMS/dnsscaling.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/vLBMS/dnsscaling.yaml')
-rw-r--r--heat/vLBMS/dnsscaling.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/heat/vLBMS/dnsscaling.yaml b/heat/vLBMS/dnsscaling.yaml
index 60391d17..34fd9a39 100644
--- a/heat/vLBMS/dnsscaling.yaml
+++ b/heat/vLBMS/dnsscaling.yaml
@@ -116,7 +116,11 @@ parameters:
install_script_version:
type: string
label: Installation script version number
- description: Version number of the scripts that install the vFW demo app
+ description: Version number of the scripts that install the vLB/vDNS demo app
+ demo_artifacts_version:
+ type: string
+ label: Artifacts version used in demo vnfs
+ description: Artifacts (jar, tar.gz) version used in demo vnfs
nb_api_version:
type: string
label: Northbound API version
@@ -200,6 +204,7 @@ resources:
__oam_private_ipaddr__: { get_param: vdns_onap_private_ip_0 }
__nb_api_version__: { get_param: nb_api_version }
__install_script_version__: { get_param: install_script_version }
+ __demo_artifacts_version__: { get_param: demo_artifacts_version }
__vlb_private_net_cidr__: { get_param: vlb_private_net_cidr }
__onap_private_net_cidr__: { get_param: onap_private_net_cidr }
__cloud_env__: { get_param: cloud_env }
@@ -216,6 +221,7 @@ resources:
echo "__oam_private_ipaddr__" > /opt/config/oam_private_ipaddr.txt
echo "__nb_api_version__" > /opt/config/nb_api_version.txt
echo "__install_script_version__" > /opt/config/install_script_version.txt
+ echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
echo "__vlb_private_net_cidr__" > /opt/config/vlb_private_net_cidr.txt
echo "__onap_private_net_cidr__" > /opt/config/onap_private_net_cidr.txt
echo "__cloud_env__" > /opt/config/cloud_env.txt