diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-11 14:30:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-11 14:30:03 +0000 |
commit | 65ef82df52e1da9e99267dd524a054a933876f4e (patch) | |
tree | dc4270f70440d1de88a82790f57aac7ca9e38d31 /heat/vLBMS/dnsscaling.yaml | |
parent | 12f6d79d758048a7acd0615d1eee01686f05fd06 (diff) | |
parent | 021b4afde9d6e1e928fc208d27f8ee8d819c121d (diff) |
Merge "Update scale out Heat template for Casablanca"
Diffstat (limited to 'heat/vLBMS/dnsscaling.yaml')
-rw-r--r-- | heat/vLBMS/dnsscaling.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/heat/vLBMS/dnsscaling.yaml b/heat/vLBMS/dnsscaling.yaml index 518bcac3..a6ba45a1 100644 --- a/heat/vLBMS/dnsscaling.yaml +++ b/heat/vLBMS/dnsscaling.yaml @@ -117,10 +117,10 @@ parameters: type: string label: Installation script version number description: Version number of the scripts that install the vFW demo app - demo_artifacts_version: + nb_api_version: type: string - label: Artifacts version used in demo vnfs - description: Artifacts (jar, tar.gz) version used in demo vnfs + label: Northbound API version + description: Version number of the health check and config APIs cloud_env: type: string label: Cloud environment @@ -186,7 +186,7 @@ resources: __oam_private_ipaddr__: { get_param: vdns_private_ip_1 } __repo_url_blob__: { get_param: repo_url_blob } __repo_url_artifacts__: { get_param: repo_url_artifacts } - __demo_artifacts_version__: { get_param: demo_artifacts_version } + __nb_api_version__: { get_param: nb_api_version } __install_script_version__: { get_param: install_script_version } __vlb_private_net_cidr__: { get_param: vlb_private_net_cidr } __onap_private_net_cidr__: { get_param: onap_private_net_cidr } @@ -203,7 +203,7 @@ resources: echo "__oam_private_ipaddr__" > /opt/config/oam_private_ipaddr.txt echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt - echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt + echo "__nb_api_version__" > /opt/config/nb_api_version.txt echo "__install_script_version__" > /opt/config/install_script_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 |