diff options
author | Marco Platania <platania@research.att.com> | 2019-05-07 16:54:39 -0400 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-05-07 13:58:00 -0700 |
commit | 95cd08dcb2874f5cce4f97167e0ff4f219ae8087 (patch) | |
tree | cec3710108b4efe65739523621226f0c80a168ac /heat/vFWCL | |
parent | cdb81112b08895c30132a930eb3c8095bbea10e6 (diff) |
Roll version number
Change-Id: If18c9d5ba60896b5acaa9fb287620feb558b47d3
Issue-ID: INT-1070
Signed-off-by: Marco Platania <platania@research.att.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'heat/vFWCL')
-rw-r--r-- | heat/vFWCL/vFWSNK/base_vfw.env | 4 | ||||
-rw-r--r-- | heat/vFWCL/vPKG/base_vpkg.env | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/heat/vFWCL/vFWSNK/base_vfw.env b/heat/vFWCL/vFWSNK/base_vfw.env index c7d3c03e..86f5892a 100644 --- a/heat/vFWCL/vFWSNK/base_vfw.env +++ b/heat/vFWCL/vFWSNK/base_vfw.env @@ -45,8 +45,8 @@ parameters: # APP/USER_DATA dcae_collector_ip: 10.0.4.1 dcae_collector_port: 30235 - demo_artifacts_version: 1.4.0-SNAPSHOT - install_script_version: 1.4.0-SNAPSHOT + demo_artifacts_version: 1.5.0-SNAPSHOT + install_script_version: 1.5.0-SNAPSHOT key_name: vfw_key pub_key: PUT YOUR KEY HERE cloud_env: PUT openstack OR rackspace HERE diff --git a/heat/vFWCL/vPKG/base_vpkg.env b/heat/vFWCL/vPKG/base_vpkg.env index 72396cec..b138a30a 100644 --- a/heat/vFWCL/vPKG/base_vpkg.env +++ b/heat/vFWCL/vPKG/base_vpkg.env @@ -31,8 +31,8 @@ parameters: # APP/USER_DATA vfw_private_ip_0: 192.168.10.100 vsn_private_ip_0: 192.168.20.250 - demo_artifacts_version: 1.4.0-SNAPSHOT - install_script_version: 1.4.0-SNAPSHOT + demo_artifacts_version: 1.5.0-SNAPSHOT + install_script_version: 1.5.0-SNAPSHOT key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE cloud_env: PUT openstack OR rackspace HERE |