
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
336 lines
8.4 KiB
YAML
336 lines
8.4 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.
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio
|
|
parent: base
|
|
description: |
|
|
Run functional tests for an OpenStack-Ansible project.
|
|
Uses the gate-check-commit.sh script, running a default
|
|
aio deploy.
|
|
run: zuul.d/playbooks/run.yml
|
|
post-run: zuul.d/playbooks/post.yml
|
|
timeout: 8400
|
|
irrelevant-files:
|
|
- ^\.git.*
|
|
- ^.*\.(example|md|rst)$
|
|
- ^deploy-guide/.*
|
|
- ^doc/.*
|
|
- ^releasenotes/.*
|
|
- ^setup\.(cfg|py)$
|
|
- ^tox.ini$
|
|
- ^Vagrantfile
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_lxc
|
|
install_method: source
|
|
|
|
# Ensuring overrides work
|
|
- job:
|
|
name: openstack-ansible-varstest-aio
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: varstest
|
|
|
|
# Experimental job for checking our AIO can deploy with
|
|
# a different ansible version
|
|
- job:
|
|
name: openstack-ansible-deploy_with_ansible_devel-aio-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
branches: ^(devel|master)$
|
|
required-projects:
|
|
- name: github.com/ansible/ansible
|
|
override-checkout: devel
|
|
vars:
|
|
ansible_package: "file://{{ ansible_user_dir }}/src/github.com/ansible/ansible"
|
|
|
|
# Experimental job for checking our AIO can deploy with
|
|
# a different ansible version
|
|
- job:
|
|
name: openstack-ansible-deploy_with_ansible_next-aio-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
branches: ^(devel|master)$
|
|
required-projects:
|
|
- name: github.com/ansible/ansible
|
|
override-checkout: stable-2.7
|
|
vars:
|
|
ansible_package: "file://{{ ansible_user_dir }}/src/github.com/ansible/ansible"
|
|
|
|
# ubuntu
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_lxc-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_lxc-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_ceph-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_ceph-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_metal
|
|
|
|
- job:
|
|
name: openstack-ansible-upgrade-aio_lxc-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
timeout: 10800
|
|
vars:
|
|
action: upgrade
|
|
scenario: aio_lxc
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_nspawn-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
scenario: aio_nspawn
|
|
|
|
- job:
|
|
name: openstack-ansible-upgrade-aio_ceph-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
timeout: 10800
|
|
vars:
|
|
action: upgrade
|
|
scenario: aio_ceph
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_octavia-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_octavia
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-translations-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: translations
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_congress-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_congress
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-barbican-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: barbican
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-blazar-ubuntu-bionic
|
|
parent: openstack-ansible-deploy-aio_lxc-ubuntu-bionic
|
|
vars:
|
|
action: deploy
|
|
scenario: blazar
|
|
|
|
# centos
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_lxc-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_lxc-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
vars:
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_ceph-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_ceph-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-upgrade-aio_lxc-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
timeout: 10800
|
|
vars:
|
|
action: upgrade
|
|
scenario: aio_lxc
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
vars:
|
|
actio: deploy
|
|
scenario: aio_metal
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_nspawn-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
vars:
|
|
scenario: aio_nspawn
|
|
|
|
- job:
|
|
name: openstack-ansible-upgrade-aio_ceph-centos-7
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: centos-7
|
|
timeout: 10800
|
|
vars:
|
|
action: upgrade
|
|
scenario: aio_ceph
|
|
|
|
# opensuse
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_lxc-opensuse-423
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-423
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_lxc-opensuse-150
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-150
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_lxc-opensuse-423
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-423
|
|
vars:
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_lxc-opensuse-150
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-150
|
|
vars:
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_ceph-opensuse-423
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-423
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_ceph-opensuse-150
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-150
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_ceph-opensuse-423
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-423
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_distro_ceph-opensuse-150
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-150
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_ceph
|
|
install_method: distro
|
|
|
|
- job:
|
|
name: openstack-ansible-upgrade-aio_lxc-opensuse-423
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-423
|
|
timeout: 10800
|
|
vars:
|
|
action: upgrade
|
|
scenario: aio_lxc
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal-opensuse-423
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-423
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_metal
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_metal-opensuse-150
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-150
|
|
vars:
|
|
action: deploy
|
|
scenario: aio_metal
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_nspawn-opensuse-423
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-423
|
|
vars:
|
|
scenario: aio_nspawn
|
|
|
|
- job:
|
|
name: openstack-ansible-deploy-aio_nspawn-opensuse-150
|
|
parent: openstack-ansible-deploy-aio
|
|
nodeset: opensuse-150
|
|
vars:
|
|
scenario: aio_nspawn
|