aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vLBMS/base_vlb.yaml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-06-11 10:04:34 -0400
committerMarco Platania <platania@research.att.com>2018-06-11 10:04:34 -0400
commit021b4afde9d6e1e928fc208d27f8ee8d819c121d (patch)
tree47d4f5e10d17e1b1fbf50ca512394b08fdf8f5b5 /heat/vLBMS/base_vlb.yaml
parent287b9b36c979a20a33f158c4b68e063896f5526c (diff)
Update scale out Heat template for Casablanca
- Separate API version from script version Change-Id: Ia811a95b632f376c71070142d90fec3405e5813d Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vLBMS/base_vlb.yaml')
-rw-r--r--heat/vLBMS/base_vlb.yaml16
1 files changed, 12 insertions, 4 deletions
diff --git a/heat/vLBMS/base_vlb.yaml b/heat/vLBMS/base_vlb.yaml
index b04feb7f..44602a21 100644
--- a/heat/vLBMS/base_vlb.yaml
+++ b/heat/vLBMS/base_vlb.yaml
@@ -160,11 +160,15 @@ parameters:
demo_artifacts_version:
type: string
label: Artifacts version used in demo vnfs
- description: Artifacts (jar, tar.gz) version used in demo vnfs
+ description: Version number for downloading the vPacketGen streams for VPP and VES
+ nb_api_version:
+ type: string
+ label: Northbound API version
+ description: Version number of the health check and config APIs
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 demo app
cloud_env:
type: string
label: Cloud environment
@@ -268,6 +272,7 @@ resources:
__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 }
@@ -293,6 +298,7 @@ resources:
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 "__pktgen_private_net_cidr__" > /opt/config/pktgen_private_net_cidr.txt
@@ -342,7 +348,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 }
@@ -359,7 +365,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
@@ -407,6 +413,7 @@ resources:
__pktgen_private_net_cidr__: { get_param: pktgen_private_net_cidr }
__vlb_ipaddr__: { get_param: vlb_private_ip_2 }
__demo_artifacts_version__: { get_param: demo_artifacts_version }
+ __nb_api_version__: { get_param: nb_api_version }
__install_script_version__: { get_param: install_script_version }
__pg_int__: { get_param: pg_int }
__vlb_mac__: { get_attr: [vlb_private_2_port, mac_address] }
@@ -424,6 +431,7 @@ resources:
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 "__pg_int__" > /opt/config/pg_int.txt
echo "__vlb_mac__" > /opt/config/vlb_mac.txt