summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/openstack
AgeCommit message (Collapse)AuthorFilesLines
2021-04-16Modify OpenStack buildersVanessa Rene Valderrama3-3/+3
Modifying OpenStack builders to use V3 flavors Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I1601921bba92f9ad9519dda992846ccca586d657
2021-04-14Testing JCasCVanessa Rene Valderrama1-1/+1
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I857f42130e50c73bce2844a15c0e351d717a21fd
2021-03-30Modify OpenStack templatesVanessa Rene Valderrama3-3/+3
Switching the OpenStack templates used by CI mgmt jobs back to V2 flavors due to problems with the V3 flavors in production. Modifying the INFO.yaml job to use a template with a V3 flavor to continue troubleshooting the issue in production because this issue can't be reproduced on the sandbox. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ibc8e744e3201538122965a70ab0f23ca3fe66371
2021-03-29Modify executor flavorsVanessa Rene Valderrama4-7/+3
Modifying the executors to use the new V3 flavors which will improve performance and are more cost efficient. Tested in production using the centos7-v3-4c-4g template which can now be removed. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I92c25c86b368546cf0ef8db05c2ed832a99b82c1
2021-03-29Add additional V3 templateVanessa Rene Valderrama1-0/+4
Adding a centos7-v3-4c-4g to test V3 flavors. When testing is scucessful, the centos7-builder-4c-4g will be modified to use the V3 builder and this additional template will be removed. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ic1e02b7c5c550a7c15c8f7f06844c510c43eb77b
2021-03-18Modify ci-management flavorVanessa Rene Valderrama3-3/+3
Modifying the ci-mgmt flavor to use v2 while we figure out what the issue is with the v3 flavors. Noticed the merge job is using the wrong builder so I switched it to the 4c-4g builder. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I23c5e9ab21711d8545fdbcd12baeb1cfc55a3662
2021-03-12Modify executor flavorsVanessa Rene Valderrama16-16/+16
Modifying the executors to use the new V3 flavors which will improve performance and are more cost efficient. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I74bdda1e2be2a42e0927e8bd4243dd2b495e3cef
2020-12-10Modify default imageVanessa Rene Valderrama1-1/+1
Modifying the default image because the existing one was deleted Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ia0a603906681df9ab83c2f0817e1c810196cd372
2020-08-06Increase volume size for all highcpu-{2,4,8} nodesEric Ball9-9/+9
These HARDWARE_ID types require larger volumes. Oddly, the highcpu-32 appears to work fine with 20gb, so that has not been changed. Change-Id: Ia462587f5df724c485e79095c9eb087bba355bef Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2020-08-06Configure volume size for cloud instancesVanessa Rene Valderrama11-0/+11
The volume size is required for all instances with the latest provider upgrade. The default size is 20GB. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I17e47636a2bdba396ca4990959bb58658dae8d0a
2020-06-15Modify Docker volumesVanessa Rene Valderrama5-5/+5
Modifying the Docker volumes to use the min requirement of 20GB Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I27ea4ad4a0cad911c50ad49bdbe256ee4a533421
2020-05-19Fix cloud configsVanessa Rene Valderrama1-1/+1
Fixing the auth_url Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I38d370047f3008add1ec50127b67e784d5e8b167
2020-05-19Update Jenkins cloud configsVanessa Rene Valderrama23-60/+20
Updating Jenkins cloud templates to reflect sandbox and production. Removing the old cloud configs that are no longer in use. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I40ff4b74d87b8d16da84197d24cd280479fd9668
2020-01-08Fix hardware_idVanessa Rene Valderrama1-1/+1
Modifying the config to use a flavor that is defined in global-jjb Change-Id: Ib3e3ac42ddc04535d798ba42f47fae9a3b0be30e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2020-01-08Fix Jenkins cloud configVanessa Rene Valderrama2-3/+3
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>
2020-01-08Configure Jenkins clouds and templatesVanessa Rene Valderrama23-0/+114
This change is to configure Jenkins clouds and templates via JJB. These configurations will configure the sandbox and production. Change-Id: I0620ae5f4d24066ad7930744f5c79ec49259e15e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>