91051b08b2
In case, when there's more then 1 image with name `fedora-coreos-latest` Magnum fails to resolve it's uuid and fails to create a template from such image. In order to prevent this happening, we do enable image rotation in CI to fix upgrade jobs. Changing visability to `community` does hide the image from non-owner unless explicitly asked for listing community images. Change-Id: I1d5f02824e0c0fed820ee0808127efccad1017cf
71 lines
2.2 KiB
Django/Jinja
71 lines
2.2 KiB
Django/Jinja
---
|
|
# Copyright 2020, VEXXHOST, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
magnum_glance_images:
|
|
- name: fedora-coreos-latest
|
|
disk_format: qcow2
|
|
image_format: bare
|
|
visibility: public
|
|
url: https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/38.20230806.3.0/x86_64/fedora-coreos-38.20230806.3.0-openstack.x86_64.qcow2.xz
|
|
properties:
|
|
os_distro: "fedora-coreos"
|
|
checksum: "da359b10f9aa165c4f81e6cd9ca5f81b"
|
|
hide_method: community
|
|
keep_copies: 1
|
|
|
|
magnum_cluster_templates:
|
|
- name: k8s
|
|
cloud: default
|
|
coe: kubernetes
|
|
docker_volume_size: 10
|
|
flavor_id: s1.magnum
|
|
master_flavor_id: m1.magnum
|
|
network_driver: flannel
|
|
volume_driver: cinder
|
|
image_id: fedora-coreos-latest
|
|
floating_ip_enabled: false
|
|
|
|
magnum_flavors:
|
|
- name: s1.magnum
|
|
cloud: default
|
|
ram: 256
|
|
vcpus: 1
|
|
disk: 5
|
|
- name: m1.magnum
|
|
cloud: default
|
|
ram: 340
|
|
vcpus: 1
|
|
disk: 5
|
|
|
|
tempest_test_includelist_magnum:
|
|
- magnum_tempest_plugin.tests
|
|
|
|
|
|
# NOTE(noonedeadpunk): We comment these tests out because of weird magnum things happening like
|
|
# http://paste.openstack.org/show/790131/
|
|
# But when "b''" around auth toke is dropped, everything is fine.
|
|
tempest_test_excludelist_magnum:
|
|
- magnum_tempest_plugin.tests.api.v1.test_cluster.ClusterTest.test_create_list_sign_delete_clusters
|
|
- magnum_tempest_plugin.tests.api.v1.test_cluster.ClusterTest.test_create_cluster_with_nonexisting_flavor
|
|
- magnum_tempest_plugin.tests.api.v1.test_cluster.ClusterTest.test_create_cluster_with_zero_nodes
|
|
|
|
tempest_tempest_conf_overrides_magnum:
|
|
magnum:
|
|
coe: kubernetes
|
|
network_driver: flannel
|
|
master_flavor_id: m1.magnum
|
|
flavor_id: s1.magnum
|
|
image_id: fedora-coreos-latest
|