69845d63a0
This patchset implements an integrated test for various deployment scenarios, both metal and lxc, where applicable. Some test cleanup has been performed. The basic server ops tempest test is also included. Expectations are that the deployed cirros VM will be reachable behind a floating IP internally for testing purposes (in most cases). Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/778008/ Change-Id: I0bdcdef7938183a82ca249f1c95592aea683cf98
52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
---
|
|
# Copyright 2017, Rackspace US, 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.
|
|
|
|
# Ubuntu Focal
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_ovn_lxc-ubuntu-focal2
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-focal
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal_ovn-ubuntu-focal2
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-focal
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_ovs_lxc-ubuntu-focal
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-focal
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal_ovs-ubuntu-focal
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-focal
|
|
|
|
# Ubuntu Bionic
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal_calico-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio_metal-ubuntu-bionic
|
|
|
|
# CentOS 8
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_ovs_lxc-centos-8
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal_ovs-centos-8
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-8
|