diff options
-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 |