summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/openstack
AgeCommit message (Collapse)AuthorFilesLines
2023-06-29Chore: Update Ubuntu buildersVanessa Valderrama2-5/+2
Change-Id: I089e641405901a0dc24052ab3a117d4d6d03327f Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
2023-05-10CI: Add CentOS 8 nodeVanessa Valderrama1-0/+3
Change-Id: Iab46a29dc50ce614ae22ab75a04d6d95c8159507 Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
2023-05-10Chore: Update CentOS 7 nodes imageVanessa Valderrama5-5/+5
Change-Id: I59ea2d6afe8a61a41c19e766070ecd77fc0c3712 Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
2022-09-16Chore: Update build images to latest packer buildsAndrew Grimberg6-6/+6
Change-Id: Ic690afd1b8d44be594d492165d2a861967df656a Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2022-08-24Chore: Update CentOS buildersVanessa Valderrama4-4/+4
Updating CentOS builders with latest images Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Icc48b22dd816577ebb28a2886e048ee6d0728171
2022-08-23Chore: Add Ubuntu 2004 ARM buildersVanessa Valderrama2-0/+6
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ief9895799fccdeb20d9c9e28fe488bb13b89f854
2022-08-17Chore: Add Ubuntu Docker builderVanessa Valderrama1-0/+3
Add Ubuntu Docker builder for HICN Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I90e4702cee9976fdac2374ee822db5f350482797
2022-08-17Chore: Updating Ubuntu 20.04 builderVanessa Valderrama1-1/+1
Updating the builder with the latest image to include Ninja install required by TLDK Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I57fe7d7ec006693924cee568a58ba17c66a9b9b6
2022-08-17Chore: Update Ubuntu imageVanessa Valderrama1-1/+1
Updating Ubuntu image with latest Meson version required by TLDK Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I79f880cd32533cf25b91d14c5e17bd71150dabfb
2022-08-16Chore: Update Ubuntu builderVanessa Valderrama1-1/+1
Updating the Ubuntu builder with the latest image Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I49c57f15098761ab037de185e033818e53603c82
2021-12-01CI: Remove unneeded default volume sizeAndrew Grimberg1-1/+0
With the latest global-jjb, setting the VOLUME_SIZE at the default level is no longer needed for JCasC maanged Jenkins systems. Change-Id: I20f1db05d19af5c4c08e3c39e0c3d86b882a331d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2021-11-11Chore: Fix image volume sizes and image flavorsVanessa Valderrama5-5/+0
In nearlly all cases, the v3 flavors provide larger disks by default than were being defined. Using the pre-defined disk sizes will significantly speed up the instance creation as well as improve the disk i/o. Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I535e726a2186fc7efefcaa8940f23a10e647a4ef
2021-11-08Chore: Update Ubuntu builder with new imageVanessa Valderrama1-1/+1
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Id303fe7b305ec7c94d88d12fd809de019c88d7f8
2021-10-27Chore: Remove unused buildersVanessa Valderrama11-45/+0
Removing unused builders Verified these builders aren't being used by any projects via JJB Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I44aae88b90df4898e500c98cf1f5b02054f354f2
2021-10-27Chore: Update 20.04 builder with new imageVanessa Valderrama1-1/+1
Updating the 20.04 builder with a new image that resolves package install failures Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I2ce94fa2cbe2b9ff014e394cba19cff2d6caeb66
2021-10-21Chore: Update 20.04 buildervalderrv1-1/+1
Updating the 20.04 builder with the latest 20.04 image that includes required TLDK packages Signed-off-by: valderrv <vvalderrama@linuxfoundation.org> Change-Id: Ia9aa01957dfb44b4f86728539e216a2db275e5b5
2021-10-19Fix: update Ubuntu 20.04 builder labelsKevin Sandi1-1/+1
Issue-ID: RELENG-4015 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: If2860f613b3dc6eaa5c6face18a5ad9a86ca46cf
2021-10-19Chore: Add Ubuntu 20.04 jenkins builderKevin Sandi1-0/+4
Add difinition for a Ubuntu 20.04 builder with latest packer image Issue-ID: RELENG-4015 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I1b00658433774f540953b865f5274920b89248d5
2021-09-30Chore: Update CentOS 7 Image IDKevin Sandi6-6/+6
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I41cb791c7bd9ef491587d9d690224f01dd126161
2021-07-14Drop AVAILABILITY_ZONEMohammed Naser1-1/+0
By default, OpenStack will schedule you into the right availablity zone that has capacity, hard coding this can potentially result in not being able to provision new virtual machines. This patch drops the hard-wired value and lets Nova on the scheduling size pick the correct availability zone. Signed-off-by: Mohammed Naser <mnaser@vexxhost.com> Change-Id: Id87111f06ad702daedb947f7e4d67f4cbbc2ad1a
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>