diff options
author | Marco Platania <platania@research.att.com> | 2020-06-12 12:28:28 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2020-06-12 12:28:28 -0400 |
commit | 05377b604d4b26e1c50280bc8a223673c1963370 (patch) | |
tree | bd79ee55b45c8978a3df5d944ae407d7a77afa29 /heat/vFWDT | |
parent | 8fb013099c9091c5f9b17920f0cb7eee857fe7f4 (diff) |
Update POM and heat env to use 1.6.0
Issue-ID: INT-1625
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I3bbe0915552991612d27aaedde424580edcefc5f
Diffstat (limited to 'heat/vFWDT')
-rwxr-xr-x | heat/vFWDT/vFWSNK/base_vfw.env | 4 | ||||
-rwxr-xr-x | heat/vFWDT/vPKG/base_vpkg.env | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/heat/vFWDT/vFWSNK/base_vfw.env b/heat/vFWDT/vFWSNK/base_vfw.env index 633c95e7..b842ff8d 100755 --- a/heat/vFWDT/vFWSNK/base_vfw.env +++ b/heat/vFWDT/vFWSNK/base_vfw.env @@ -28,8 +28,8 @@ parameters: vf_module_id: vFirewallCL dcae_collector_ip: 10.0.4.1 dcae_collector_port: 30417 - demo_artifacts_version: 1.6.0-SNAPSHOT - install_script_version: 1.6.0-SNAPSHOT + demo_artifacts_version: 1.6.0 + install_script_version: 1.6.0 nexus_artifact_repo: https://nexus.onap.org key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE diff --git a/heat/vFWDT/vPKG/base_vpkg.env b/heat/vFWDT/vPKG/base_vpkg.env index cea36631..f79f069c 100755 --- a/heat/vFWDT/vPKG/base_vpkg.env +++ b/heat/vFWDT/vPKG/base_vpkg.env @@ -22,8 +22,8 @@ parameters: vpg_name_0: zdfw1fwl01pgn01 vnf_id: vPNG_Firewall_demo_app vf_module_id: vTrafficPNG - demo_artifacts_version: 1.6.0-SNAPSHOT - install_script_version: 1.6.0-SNAPSHOT + demo_artifacts_version: 1.6.0 + install_script_version: 1.6.0 nexus_artifact_repo: https://nexus.onap.org key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE |