Fix Jenkins cloud config 53/24253/2
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 8 Jan 2020 20:59:17 +0000 (14:59 -0600)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Thu, 9 Jan 2020 00:03:07 +0000 (18:03 -0600)
Fixing the Jenkins cloud config to use the correct hardware_id and
credentials and adding the GIT_BASE config to global vars

Change-Id: I8ff1418f01d6754bd77180a30e8cde6b8e7d92bf
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg
jenkins-config/clouds/openstack/FDIOVEX/cloud.cfg
jenkins-config/global-vars-production.sh
jenkins-config/global-vars-sandbox.sh

index 2761252..e8d47dd 100644 (file)
@@ -1,5 +1,5 @@
 # Cloud Configuration
-CLOUD_CREDENTIAL_ID=vexci
+CLOUD_CREDENTIAL_ID=fdiovex-ci
 CLOUD_URL=https://auth.vexxhost.net/v3/
 CLOUD_IGNORE_SSL=false
 CLOUD_ZONE=ca-ymq-1
@@ -7,7 +7,7 @@ OS_CLOUD=vexci
 
 # Default Template Configuration
 IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20191215-024720.020
-HARDWARE_ID=v2-standard-1
+HARDWARE_ID=v2-highcpu-2
 NETWORK_ID=bcb9a62c-5a82-4293-a8c6-d73e8c2dbd03
 USER_DATA_ID=jenkins-init-system
 INSTANCE_CAP=20
index e78a988..a21118e 100644 (file)
@@ -1,5 +1,5 @@
 # Cloud Configuration
-CLOUD_CREDENTIAL_ID=vex
+CLOUD_CREDENTIAL_ID=vexx-fdio
 CLOUD_URL=https://auth.vexxhost.net/v3/
 CLOUD_IGNORE_SSL=false
 CLOUD_ZONE=ca-ymq-1
index d880bcf..4604750 100644 (file)
@@ -1,5 +1,6 @@
 DOCKER_REGISTRY=https://jenkins.fd.io/sandbox/
 GERRIT_URL=git://10.30.48.3/mirror/$PROJECT
+GIT_BASE=git://10.30.48.3/mirror/$PROJECT
 GIT_URL=git://10.30.48.3/mirror
 JENKINS_HOSTNAME=vex-yul-rot-jenkins-1
 LOGS_SERVER=https://logs.fd.io
index d52ebe9..05c4418 100644 (file)
@@ -1,5 +1,6 @@
 DOCKER_REGISTRY=https://jenkins.fd.io/sandbox/
 GERRIT_URL=git://10.30.48.3/mirror/$PROJECT
+GIT_BASE=git://10.30.48.3/mirror/$PROJECT
 GIT_URL=git://10.30.48.3/mirror
 JENKINS_HOSTNAME=vex-yul-rot-jenkins-2
 LOGS_SERVER=https://logs.fd.io