summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-11-20 13:07:16 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-11-20 13:07:16 -0800
commit5df414c7e87e7b1fb636c4d1b3ce8a5d8b2026d8 (patch)
treef57e361ff6c7db653c8cd7aaec227d4d51dff864
parent90339d7b00f61332889ffaf23df8e33111438a61 (diff)
Change Robot to use release artifacts
Change-Id: Ib97d58f95b33dc08759886460abfdd1338fdb01e Issue-ID: INT-723 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--resources/config/eteshare/config/integration_preload_parameters.py2
-rwxr-xr-xvalues.yaml6
2 files changed, 5 insertions, 3 deletions
diff --git a/resources/config/eteshare/config/integration_preload_parameters.py b/resources/config/eteshare/config/integration_preload_parameters.py
index dd15e31..4bcd3d9 100644
--- a/resources/config/eteshare/config/integration_preload_parameters.py
+++ b/resources/config/eteshare/config/integration_preload_parameters.py
@@ -18,7 +18,7 @@ GLOBAL_PRELOAD_PARAMETERS = {
'key_name' : 'vfw_key${uuid}',
"pub_key" : "{{ .Values.vnfPubKey }}",
"repo_url_blob" : "https://nexus.onap.org/content/repositories/raw",
- "repo_url_artifacts" : "https://nexus.onap.org/content/groups/staging",
+ "repo_url_artifacts" : "{{ .Values.demoArtifactsRepoUrl }}",
"demo_artifacts_version" : "${GLOBAL_INJECTED_ARTIFACTS_VERSION}",
"onap_private_net_id" : "${GLOBAL_INJECTED_NETWORK}",
"onap_private_subnet_id" : "{{ .Values.openStackPrivateSubnetId }}",
diff --git a/values.yaml b/values.yaml
index 9daddfd..6ac23c0 100755
--- a/values.yaml
+++ b/values.yaml
@@ -40,7 +40,9 @@ config:
# Demo configuration
# Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION
-demoArtifactsVersion: "1.2.0-SNAPSHOT"
+demoArtifactsVersion: "1.3.0"
+# Nexus demo artifact URL.
+demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
# Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR
openStackFlavourMedium: "m1.medium"
# Openstack keystone URL. Maps to GLOBAL_INJECTED_KEYSTONE
@@ -66,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.2.0-SNAPSHOT"
+scriptVersion: "1.3.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