diff options
author | Brian Freeman <bf1936@att.com> | 2020-11-16 09:54:25 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-11-16 09:54:28 -0500 |
commit | 5a61ec5b5deb0025d7674c5726f9530376380378 (patch) | |
tree | 132352adbaf0fa5079e9ac000af0e8722a854fa0 | |
parent | 878f64c190e1dc5937ed30ff13921ff7fb1cbd97 (diff) |
Fix artifact and script versionfrankfurt
Issue-ID: INT-1779
Change-Id: I6b53f2ee0742251ee1d268491158107674ef1c00
Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r-- | values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/values.yaml b/values.yaml index 68efa8d..26e4eac 100644 --- a/values.yaml +++ b/values.yaml @@ -214,7 +214,7 @@ config: # Demo configuration # Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION -demoArtifactsVersion: "1.4.0" +demoArtifactsVersion: "1.6.0" # Nexus demo artifact URL. demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" # Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR @@ -277,7 +277,7 @@ ubuntu16Image: "Ubuntu_16_xenial" danosImage: "danos-ves-image" danosFlavor: "danos" # GLOBAL_INJECTED_SCRIPT_VERSION. Maps to GLOBAL_INJECTED_SCRIPT_VERSION -scriptVersion: "1.4.0" +scriptVersion: "1.6.0" # Openstack network to which VNFs will bind their primary (first) interface. Maps to GLOBAL_INJECTED_NETWORK openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc" # Openstack security group for instantiating VNFs |