diff options
author | Marco Platania <platania@research.att.com> | 2019-07-08 12:17:33 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-07-08 12:17:33 -0400 |
commit | 911562cd789f85a4689c9b62e926311163118650 (patch) | |
tree | 7f9ab373166ac0f66dc62d5c7c6d082d730a9540 /heat | |
parent | f9181f95b3d9326803e951af88bfecf44a850fb8 (diff) |
Update vLB/vDNS heat files to point to new release4.0.0-ONAP1.4.1
Change-Id: I94b4df05e79cc07a2b9e95b0ef17365ba04ec1c9
Issue-ID: INT-1135
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat')
-rw-r--r-- | heat/vLBMS/base_vlb.env | 2 | ||||
-rw-r--r-- | heat/vLBMS/dnsscaling.env | 2 | ||||
-rw-r--r-- | heat/vLB_CDS/vdns.env | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/heat/vLBMS/base_vlb.env b/heat/vLBMS/base_vlb.env index 5630b4df..5ecb326b 100644 --- a/heat/vLBMS/base_vlb.env +++ b/heat/vLBMS/base_vlb.env @@ -51,7 +51,7 @@ parameters: dcae_collector_port: 30235 nb_api_version: 1.2.0 demo_artifacts_version: 1.4.0 - install_script_version: 1.4.0 + install_script_version: 1.4.1 cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE nexus_artifact_repo: https://nexus.onap.org diff --git a/heat/vLBMS/dnsscaling.env b/heat/vLBMS/dnsscaling.env index 1213ad7c..09d17414 100644 --- a/heat/vLBMS/dnsscaling.env +++ b/heat/vLBMS/dnsscaling.env @@ -33,7 +33,7 @@ parameters: # APP/USER_DATA nb_api_version: 1.2.0 - install_script_version: 1.4.0 + install_script_version: 1.4.1 cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE nexus_artifact_repo: https://nexus.onap.org diff --git a/heat/vLB_CDS/vdns.env b/heat/vLB_CDS/vdns.env index 3a5ad63d..f0afc78b 100644 --- a/heat/vLB_CDS/vdns.env +++ b/heat/vLB_CDS/vdns.env @@ -32,7 +32,7 @@ parameters: # APP/USER_DATA nb_api_version: 1.2.0 - install_script_version: 1.4.0 + install_script_version: 1.4.1 cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE nexus_artifact_repo: https://nexus.onap.org
\ No newline at end of file |