diff options
author | Marco Platania <platania@research.att.com> | 2019-04-18 17:26:43 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-04-18 17:26:43 -0400 |
commit | 0cbc25ed376325f5acac51d94fc1c9a84afdac05 (patch) | |
tree | 6d2e0522bc70173bacde18744afacd98ebb60389 | |
parent | a4cc0e140199d40620349783a65ece87c3d94352 (diff) |
Update VNF script version in Robot
Change-Id: I19a8b3ffbe63fc5cbfee6da9b2bd073d09727bb6
Issue-ID: INT-853
Signed-off-by: Marco Platania <platania@research.att.com>
-rwxr-xr-x | kubernetes/robot/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 53e6cfe4cc..572cda5550 100755 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -40,7 +40,7 @@ config: # Demo configuration # Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION -demoArtifactsVersion: "1.3.0" +demoArtifactsVersion: "1.4.0-SNAPSHOT" # Nexus demo artifact URL. demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" # Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR @@ -68,7 +68,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.3.0" +scriptVersion: "1.4.0-SNAPSHOT" # 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 |