Update Magnum fedora image name
Since [1] magnum support fedora-coreos type and tempest plugin use this naming as well. So to fit tested distro with it's type we update uploaded image for magnum. The magnum tempest plugin also has a default flavor id [2], so override this to the OSA defined flavor. [1] https://review.opendev.org/#/c/698130/ [2] https://opendev.org/openstack/magnum-tempest-plugin/src/branch/master/magnum_tempest_plugin/config.py Change-Id: Ic1d092af06b05c1bb0c33a1d26873ceeb4514752
This commit is contained in:
committed by
Dmitriy Rabotyagov (noonedeadpunk)
parent
77f7283987
commit
8dc271b1e8
@@ -14,12 +14,12 @@
|
||||
# limitations under the License.
|
||||
|
||||
magnum_glance_images:
|
||||
- name: fedora-atomic-latest
|
||||
- name: fedora-coreos-latest
|
||||
disk_format: qcow2
|
||||
image_format: bare
|
||||
public: true
|
||||
file: https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/31.20200210.3.0/x86_64/fedora-coreos-31.20200210.3.0-openstack.x86_64.qcow2.xz
|
||||
distro: fedora-atomic
|
||||
distro: "fedora-{{ (ansible_os_family | lower == 'redhat' and ansible_distribution_major_version is version('8', '<') and bootstrap_host_install_method == 'distro') | ternary('atomic', 'coreos') }}"
|
||||
checksum: "sha256:9a5252e24b82a5edb1ce75b05653f59895685b0f1028112462e908a12deae518"
|
||||
|
||||
magnum_cluster_templates:
|
||||
@@ -31,7 +31,7 @@ magnum_cluster_templates:
|
||||
master_flavor_id: m1.magnum
|
||||
network_driver: flannel
|
||||
volume_driver: cinder
|
||||
image_id: fedora-atomic-latest
|
||||
image_id: fedora-coreos-latest
|
||||
labels:
|
||||
kube_tag: v1.16.0
|
||||
etcd_tag: 3.3.17
|
||||
@@ -66,3 +66,6 @@ tempest_tempest_conf_overrides:
|
||||
magnum:
|
||||
coe: kubernetes
|
||||
network_driver: flannel
|
||||
master_flavor_id: m1.magnum
|
||||
flavor_id: s1.magnum
|
||||
image_id: fedora-coreos-latest
|
||||
|
||||
Reference in New Issue
Block a user