diff options
author | Gary Wu <gary.wu@futurewei.com> | 2019-06-14 12:42:34 -0700 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-14 12:42:34 -0700 |
commit | e1e95c058efdd90daf42252e769b205576e410bd (patch) | |
tree | 9e79ba7d4270bcf5b1a563e1e44d9d2bcf593e59 /kubernetes | |
parent | 41598129788504ce039624648ec1ba62630da344 (diff) |
Version bump testsuite and demo artifacts
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: Ic3aa45e315bfcca5c743263a8de729265d3d4d1b
Diffstat (limited to 'kubernetes')
-rw-r--r--[-rwxr-xr-x] | kubernetes/robot/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 5d41e065e4..f19c0e25a6 100755..100644 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -22,7 +22,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/testsuite:1.4.0 +image: onap/testsuite:1.4.1 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 @@ -40,7 +40,7 @@ config: # Demo configuration # Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION -demoArtifactsVersion: "1.4.0-SNAPSHOT" +demoArtifactsVersion: "1.4.0" # Nexus demo artifact URL. demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" # Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR @@ -80,7 +80,7 @@ ubuntu14Image: "Ubuntu_14_trusty" # Openstack glance image name for Ubuntu 16. Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE ubuntu16Image: "Ubuntu_16_xenial" # GLOBAL_INJECTED_SCRIPT_VERSION. Maps to GLOBAL_INJECTED_SCRIPT_VERSION -scriptVersion: "1.4.0-SNAPSHOT" +scriptVersion: "1.4.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 |