summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/openstack/cattle/cloud.cfg
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18Chore: Fix default hardware IDJessica Wagantall1-1/+1
Use v3-standard-2 as a default hardware ID. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I57eee27be730856fe01444e5fad5968c1d780f63
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-10-01Chore: Update CentOS 7 builder imagesAndrew Grimberg1-1/+1
Issue-ID: CIMAN-33 Change-Id: I1bf8ac28aa8deee9c2f4488fad6e699113053734 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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. Issue-ID: CIMAN-407 Change-Id: I4524c3c48595f79c903f159a81e3bb138dd9e9d0 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2020-08-05Update root nodeJessica Wagantall1-1/+1
Update the root node with a newer image Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I29ada6649acc7185b45843afd165906ff60dc2d4
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-05-04Update authentication URI endpointJessica Wagantall1-1/+1
Change at the hosting provider seems to have caused a problem with the authentication URI. Removing the unneeded trailing / fixes the problem. Change-Id: Ia30297719e6f6a549f22c746477d380bdceeeb7c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-12Rename jenkins-init-system to jenkins-init-scriptThanh Ha1-1/+1
Issue-ID: CIMAN-177 Change-Id: I3fd22d5e82c8f5d126d4aa7fe728ad445d4bc1ec Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2018-07-11Add cloud configJessica Wagantall1-0/+22
Add OpenStack cloud configuration for cloud instances. Change-Id: Icc8860672942e9a72fda884225a30295b1b65485 Issue-ID: CIMAN-177 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>