summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-2g.cfg
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10CI: Remove deprecated arm64 nodesKevin Sandi1-3/+0
Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I284cb6e10a014349b43d1a0de65bff82427b799d
2021-10-18Chore: Fix image volume sizes and image flavorsAndrew Grimberg1-2/+1
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 * Remove nearly all volume size declarations so we pick up faster disks * Update the outstanding flavors that were on non-v3 to a v3 variant Issue-ID: CIMAN-33 Change-Id: I91be4239af2ac2bd503c4738dbe94ac03ff6718b Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2021-03-18Use new ubuntu imagesBengt Thuree1-1/+1
Use new Ubuntu 18.04 images with python3.9-distutils Issue-ID: CIMAN-30 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: Ic323d135a1577c6b844be2ce9a6887723f7b0621
2020-08-05Add volume size for cloud instancesJessica Wagantall1-0/+1
The value is now needed to be defined with the latest cloud provider upgrades. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Iad3cb5ca9763fe74a9086b37a7ca2b86fb7d175f
2020-03-12Migrate to ARM Ubuntu18.04 nodeJessica Wagantall1-0/+3
Ubuntu 16.04 still has SSH and Kernel issues. Migrating to Ubuntu18.04 since we have a good instance now. TODO: Disable Ubuntu16.04 arm nodes. - Currently Ubuntu18.04 arm nodes are under more test. - No additional costs since no job is using 16.04 arm nodes. - Once confirmed, these will be disabled. Change-Id: I1ef6dfc04aa6e85531f824e24ad517137a7080ca Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>