openstack-ansible/zuul.d/project-templates.yaml
Jesse Pretorius ada265c844 Implement AIO changes to allow test usage by roles
In this patch we change the 'scenario' for the AIO bootstrap
to allow it to be overloaded with any additional service names
which correspond to an appropriate conf.d AIO configuration file.

This allows us to implement jobs using a scenario called something
like 'aio_lxc_octavia' and it will implement the base AIO and add
the octavia service.

In order to make use of this for the experimental jobs, we change
the job names so that the appropriate services are deployed.

Related-bug: #1759784
Change-Id: If6b7e401021ea57a908a616ec8b86e7aa6798558
2018-11-28 22:29:18 +00:00

127 lines
4.2 KiB
YAML

# Copyright 2018, 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.
- project-template:
name: openstack-ansible-deploy-base-jobs
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-varstest-aio
- openstack-tox-docs
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-varstest-aio
- openstack-tox-docs
periodic:
jobs:
- openstack-ansible-deploy-translations-ubuntu-bionic
experimental:
jobs:
- openstack-ansible-deploy-aio_nspawn-ubuntu-bionic
- openstack-ansible-deploy-barbican-ubuntu-bionic
- openstack-ansible-deploy-aio_congress-ubuntu-bionic
- openstack-ansible-deploy-aio_octavia-ubuntu-bionic
- openstack-ansible-deploy_with_ansible_devel-aio-ubuntu-bionic
- openstack-ansible-deploy_with_ansible_next-aio-ubuntu-bionic
- openstack-ansible-deploy-blazar-ubuntu-bionic
- project-template:
name: openstack-ansible-deploy-aio_lxc-jobs
check:
jobs:
- openstack-ansible-deploy-aio_lxc-centos-7
- openstack-ansible-deploy-aio_lxc-opensuse-423
- openstack-ansible-deploy-aio_lxc-opensuse-150
- openstack-ansible-deploy-aio_lxc-ubuntu-bionic
gate:
jobs:
- openstack-ansible-deploy-aio_lxc-centos-7
- openstack-ansible-deploy-aio_lxc-opensuse-423
- openstack-ansible-deploy-aio_lxc-opensuse-150
- openstack-ansible-deploy-aio_lxc-ubuntu-bionic
periodic:
jobs:
- openstack-ansible-deploy-aio_lxc-ubuntu-bionic
- openstack-ansible-upgrade-aio_lxc-ubuntu-bionic
- project-template:
name: openstack-ansible-deploy-aio_distro_lxc-jobs
check:
jobs:
- openstack-ansible-deploy-aio_distro_lxc-centos-7:
voting: false
- openstack-ansible-deploy-aio_distro_lxc-opensuse-423:
voting: false
- openstack-ansible-deploy-aio_distro_lxc-opensuse-150:
voting: false
- openstack-ansible-deploy-aio_distro_lxc-ubuntu-bionic:
voting: false
gate:
jobs: []
- project-template:
name: openstack-ansible-deploy-aio_metal-jobs
check:
jobs:
- openstack-ansible-deploy-aio_metal-centos-7
- openstack-ansible-deploy-aio_metal-opensuse-423
- openstack-ansible-deploy-aio_metal-opensuse-150
- openstack-ansible-deploy-aio_metal-ubuntu-bionic
gate:
jobs:
- openstack-ansible-deploy-aio_metal-centos-7
- openstack-ansible-deploy-aio_metal-opensuse-423
- openstack-ansible-deploy-aio_metal-opensuse-150
- openstack-ansible-deploy-aio_metal-ubuntu-bionic
- project-template:
name: openstack-ansible-deploy-aio_nspawn-jobs
check:
jobs:
- openstack-ansible-deploy-aio_nspawn-centos-7:
voting: false
- openstack-ansible-deploy-aio_nspawn-opensuse-423:
voting: false
- openstack-ansible-deploy-aio_nspawn-opensuse-150:
voting: false
- openstack-ansible-deploy-aio_nspawn-ubuntu-bionic:
voting: false
gate:
jobs: []
- project-template:
name: openstack-ansible-deploy-ceph-jobs
check:
jobs:
- openstack-ansible-deploy-aio_ceph-ubuntu-bionic
gate:
jobs:
- openstack-ansible-deploy-aio_ceph-ubuntu-bionic
periodic:
jobs:
- openstack-ansible-deploy-aio_ceph-ubuntu-bionic
- openstack-ansible-upgrade-aio_ceph-ubuntu-bionic
- project-template:
name: openstack-ansible-deploy-distro_ceph-jobs
check:
jobs:
- openstack-ansible-deploy-aio_distro_ceph-opensuse-423:
voting: false
- openstack-ansible-deploy-aio_distro_ceph-opensuse-150:
voting: false
gate:
jobs: []