a05e5de565
Ussuri is the last release that openstack-ansible will support Centos-7. Remove this for the Victoria release. Change-Id: Ief6cbb2d02bfdc4e6c3c0fbb0cc9ab5a3eab98c3
72 lines
2.2 KiB
Django/Jinja
72 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
|
|
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: "coreos"
|
|
checksum: "sha256:9a5252e24b82a5edb1ce75b05653f59895685b0f1028112462e908a12deae518"
|
|
|
|
magnum_cluster_templates:
|
|
- name: k8s
|
|
cloud: default
|
|
coe: kubernetes
|
|
docker_volume_size: 5
|
|
flavor_id: s1.magnum
|
|
master_flavor_id: m1.magnum
|
|
network_driver: flannel
|
|
volume_driver: cinder
|
|
image_id: fedora-coreos-latest
|
|
labels:
|
|
kube_tag: v1.16.0
|
|
etcd_tag: 3.3.17
|
|
kube_version: v1.16.0
|
|
boot_volume_size: 5
|
|
cloud_provider_tag: v1.15.0
|
|
|
|
magnum_flavors:
|
|
- name: s1.magnum
|
|
cloud: default
|
|
ram: 256
|
|
vcpus: 1
|
|
disk: 5
|
|
- name: m1.magnum
|
|
cloud: default
|
|
ram: 512
|
|
vcpus: 1
|
|
disk: 5
|
|
|
|
tempest_test_whitelist:
|
|
- 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_blacklist:
|
|
- 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
|
|
|
|
tempest_tempest_conf_overrides:
|
|
magnum:
|
|
coe: kubernetes
|
|
network_driver: flannel
|
|
master_flavor_id: m1.magnum
|
|
flavor_id: s1.magnum
|
|
image_id: fedora-coreos-latest
|