Remove centos-8 job and tidy role metadata

Also add the PKI role to the role requirements otherwise the tests all
fail straight away.

Change-Id: I2991e5f58f086ace6e5238b28450a5503129e49c
(cherry picked from commit 8269806b9a)
This commit is contained in:
Jonathan Rosser 2021-12-07 08:49:44 +00:00 committed by Dmitriy Rabotyagov
parent 1c06fe38f0
commit dae22fa4e0
6 changed files with 23 additions and 10 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/ansible-role-qdrouterd.git
defaultbranch=stable/wallaby

11
examples/playbook.yml Normal file
View File

@ -0,0 +1,11 @@
---
- name: Install qdrouterd server
hosts: "{{ qdrouterd_host_group | default('qdrouterd_all') }}"
serial: 20%
gather_facts: false
environment: "{{ deployment_environment_variables | default({}) }}"
tags:
- qdrouterd
roles:
- role: "qdrouterd"

View File

@ -23,8 +23,8 @@ galaxy_info:
- 7
- name: Ubuntu
versions:
- xenial
- bionic
- focal
categories:
- messaging
- cloud

View File

@ -2,16 +2,20 @@
- name: apt_package_pinning
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
version: stable/wallaby
- name: openstack_hosts
src: https://opendev.org/openstack/openstack-ansible-openstack_hosts
scm: git
version: master
version: stable/wallaby
- name: lxc_hosts
src: https://opendev.org/openstack/openstack-ansible-lxc_hosts
scm: git
version: master
version: stable/wallaby
- name: lxc_container_create
src: https://opendev.org/openstack/openstack-ansible-lxc_container_create
scm: git
version: master
version: stable/wallaby
- name: pki
src: https://opendev.org/openstack/ansible-role-pki
scm: git
version: stable/wallaby

View File

@ -30,7 +30,7 @@ setenv =
[testenv:docs]
basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt
commands=
bash -c "rm -rf doc/build"

View File

@ -14,14 +14,13 @@
- project:
templates:
- openstack-ansible-linters-jobs
- check-requirements
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-centos-8
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-functional-ubuntu-focal
experimental:
@ -29,8 +28,6 @@
- openstack-ansible-integrated-deploy-aio
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-centos-8
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-functional-ubuntu-focal