diff options
Diffstat (limited to 'heat/vFWCL')
-rw-r--r-- | heat/vFWCL/vFWSNK/base_vfw.env | 6 | ||||
-rw-r--r-- | heat/vFWCL/vPKG/base_vpkg.env | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/heat/vFWCL/vFWSNK/base_vfw.env b/heat/vFWCL/vFWSNK/base_vfw.env index aec1660e..a6c4c738 100644 --- a/heat/vFWCL/vFWSNK/base_vfw.env +++ b/heat/vFWCL/vFWSNK/base_vfw.env @@ -24,9 +24,9 @@ parameters: dcae_collector_ip: 10.0.4.1 dcae_collector_port: 8081 repo_url_blob: https://nexus.onap.org/content/sites/raw - repo_url_artifacts: https://nexus.onap.org/content/groups/staging - demo_artifacts_version: 1.2.0 - install_script_version: 1.2.0-SNAPSHOT + repo_url_artifacts: https://nexus.onap.org/content/repositories/releases + demo_artifacts_version: 1.2.1 + install_script_version: 1.2.1 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 ff8d4626..317fde9e 100644 --- a/heat/vFWCL/vPKG/base_vpkg.env +++ b/heat/vFWCL/vPKG/base_vpkg.env @@ -17,9 +17,9 @@ parameters: vnf_id: vPNG_Firewall_demo_app vf_module_id: vTrafficPNG repo_url_blob: https://nexus.onap.org/content/sites/raw - repo_url_artifacts: https://nexus.onap.org/content/groups/staging - demo_artifacts_version: 1.2.0 - install_script_version: 1.2.0-SNAPSHOT + repo_url_artifacts: https://nexus.onap.org/content/repositories/releases + demo_artifacts_version: 1.2.1 + install_script_version: 1.2.1 key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE cloud_env: PUT openstack OR rackspace HERE |