diff options
Diffstat (limited to 'heat/vFWCL')
-rw-r--r-- | heat/vFWCL/vFWSNK/base_vfw.env | 2 | ||||
-rw-r--r-- | heat/vFWCL/vPKG/base_vpkg.env | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/heat/vFWCL/vFWSNK/base_vfw.env b/heat/vFWCL/vFWSNK/base_vfw.env index a6c4c738..887987ae 100644 --- a/heat/vFWCL/vFWSNK/base_vfw.env +++ b/heat/vFWCL/vFWSNK/base_vfw.env @@ -25,7 +25,7 @@ parameters: dcae_collector_port: 8081 repo_url_blob: https://nexus.onap.org/content/sites/raw repo_url_artifacts: https://nexus.onap.org/content/repositories/releases - demo_artifacts_version: 1.2.1 + demo_artifacts_version: 1.3.0-SNAPSHOT install_script_version: 1.2.1 key_name: vfw_key pub_key: PUT YOUR KEY HERE diff --git a/heat/vFWCL/vPKG/base_vpkg.env b/heat/vFWCL/vPKG/base_vpkg.env index 317fde9e..be1515d9 100644 --- a/heat/vFWCL/vPKG/base_vpkg.env +++ b/heat/vFWCL/vPKG/base_vpkg.env @@ -18,7 +18,7 @@ parameters: vf_module_id: vTrafficPNG repo_url_blob: https://nexus.onap.org/content/sites/raw repo_url_artifacts: https://nexus.onap.org/content/repositories/releases - demo_artifacts_version: 1.2.1 + demo_artifacts_version: 1.3.0-SNAPSHOT install_script_version: 1.2.1 key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE |