diff options
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 aca228ad..d7d1109c 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: 30235 - demo_artifacts_version: 1.4.0-SNAPSHOT - install_script_version: 1.4.0-SNAPSHOT + demo_artifacts_version: 1.4.0 + install_script_version: 1.4.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 a9b13287..34436997 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.4.0-SNAPSHOT - install_script_version: 1.4.0-SNAPSHOT + demo_artifacts_version: 1.4.0 + install_script_version: 1.4.0 nexus_artifact_repo: https://nexus.onap.org key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE |