fix galaxy meta requirements

Also takes the opportunity to ignore "meta" directory from molecule
jobs. Since we apparently can't use "irrevelant_files" with "files",
we're using a negative look-ahead regexpi[1], to take all BUT "meta.*".

[1] https://www.regular-expressions.info/lookaround.html

NOTE: this patch also toggle tripleo-ansible-centos-8-role-addition to
non-voting in order to get this change merged. This job times out on a
regular basis, and prevents this needed patch to merge. Follow-up are
needed, for instance calling "pip-compile" as it's now done here:
https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491

Closes-Bug: 1943965
Change-Id: I84d077c6daefdbeda4fda2d1f8fdd400c7437500
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2021-09-17 07:40:57 -05:00
parent 79949ded44
commit 1cb8d44e0f
No known key found for this signature in database
GPG Key ID: 5045BC941175BDF5
71 changed files with 128 additions and 60 deletions

View File

@ -21,6 +21,7 @@ galaxy_info:
company: Red Hat company: Red Hat
license: Apache-2.0 license: Apache-2.0
min_ansible_version: 2.7 min_ansible_version: 2.7
namespace: openstack
# #
# Provide a list of supported platforms, and for each platform a list of versions. # Provide a list of supported platforms, and for each platform a list of versions.
# If you don't wish to enumerate all versions for a particular platform, use 'all'. # If you don't wish to enumerate all versions for a particular platform, use 'all'.

View File

@ -83,7 +83,7 @@
"name": new_job_name, "name": new_job_name,
"parent": "tripleo-ansible-centos-8-base", "parent": "tripleo-ansible-centos-8-base",
"files": [ "files": [
"^tripleo_ansible/roles/" ~ _role_name ~ "/.*" "^tripleo_ansible/roles/" ~ _role_name ~ "/(?!meta).*"
], ],
"vars": { "vars": {
"tripleo_role_name": _role_name "tripleo_role_name": _role_name

View File

@ -57,7 +57,6 @@ deps =
virtualenv virtualenv
-r {toxinidir}/ansible-requirements.txt -r {toxinidir}/ansible-requirements.txt
commands = commands =
pip check
bash -c "ANSIBLE_ROLES_PATH='{toxinidir}/tripleo_ansible/roles.galaxy' \ bash -c "ANSIBLE_ROLES_PATH='{toxinidir}/tripleo_ansible/roles.galaxy' \
ansible-galaxy install -fr {toxinidir}/tripleo_ansible/ansible-role-requirements.yml" ansible-galaxy install -fr {toxinidir}/tripleo_ansible/ansible-role-requirements.yml"
ansible-galaxy install -fr {toxinidir}/tripleo_ansible/ansible-collections-requirements.yml ansible-galaxy install -fr {toxinidir}/tripleo_ansible/ansible-collections-requirements.yml

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- aide description: TripleO OpenStack Role -- aide
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- backup_and_restore description: TripleO OpenStack Role -- backup_and_restore
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- designate_bind_pool description: TripleO OpenStack Role -- designate_bind_pool
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- designate_bind_pool description: TripleO OpenStack Role -- designate_bind_pool
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- designate_bind_pool description: TripleO OpenStack Role -- designate_bind_pool
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- login_defs description: TripleO OpenStack Role -- login_defs
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- octavia_common description: TripleO OpenStack Role -- octavia_common
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- octavia_controller_check description: TripleO OpenStack Role -- octavia_controller_check
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- octavia_controller_config description: TripleO OpenStack Role -- octavia_controller_config
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- octavia-overcloud-post-config description: TripleO OpenStack Role -- octavia-overcloud-post-config
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- octavia_overcloud_config description: TripleO OpenStack Role -- octavia_overcloud_config
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- octavia_undercloud description: TripleO OpenStack Role -- octavia_undercloud
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- test_deps description: TripleO OpenStack Role -- test_deps
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- test_package_action description: TripleO OpenStack Role -- test_package_action
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_bootstrap description: TripleO OpenStack Role -- tripleo_bootstrap
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_cellv2 description: TripleO OpenStack Role -- tripleo_cellv2
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_ceph_client description: TripleO OpenStack Role -- tripleo_ceph_client
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_ceph_distribute_keys description: TripleO OpenStack Role -- tripleo_ceph_distribute_keys
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_cephadm description: TripleO OpenStack Role -- tripleo_cephadm
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_clients_install description: TripleO OpenStack Role -- tripleo_clients_install
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_collectd description: TripleO OpenStack Role -- tripleo_collectd
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_config description: TripleO OpenStack Role -- tripleo_config
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_container_image_build description: TripleO OpenStack Role -- tripleo_container_image_build
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_container_image_prepare description: TripleO OpenStack Role -- tripleo_container_image_prepare
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_container_manage description: TripleO OpenStack Role -- tripleo_container_manage
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_container_rm description: TripleO OpenStack Role -- tripleo_container_rm
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_container_stop description: TripleO OpenStack Role -- tripleo_container_stop
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_container_tag description: TripleO OpenStack Role -- tripleo_container_tag
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_create_admin description: TripleO OpenStack Role -- tripleo_create_admin
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_derived_parameters description: TripleO OpenStack Role -- tripleo_derived_parameters
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_firewall description: TripleO OpenStack Role -- tripleo_firewall
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_frr description: TripleO OpenStack Role -- tripleo_frr
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_ha_wrapper description: TripleO OpenStack Role -- tripleo_ha_wrapper
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_hieradata description: TripleO OpenStack Role -- tripleo_hieradata
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_hosts_entries description: TripleO OpenStack Role -- tripleo_hosts_entries
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_image_serve description: TripleO OpenStack Role -- tripleo_image_serve
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_kernel description: TripleO OpenStack Role -- tripleo_kernel
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_keystone_resources description: TripleO OpenStack Role -- tripleo_keystone_resources
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_lvmfilter description: TripleO OpenStack Role -- tripleo_lvmfilter
company: Red Hat company: Red Hat

View File

@ -1,5 +1,6 @@
--- ---
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_metrics_qdr description: TripleO OpenStack Role -- tripleo_metrics_qdr
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_module_load description: TripleO OpenStack Role -- tripleo_module_load
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_multipathd description: TripleO OpenStack Role -- tripleo_multipathd
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_network_config description: TripleO OpenStack Role -- tripleo_network_config
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_nodes_validation description: TripleO OpenStack Role -- tripleo_nodes_validation
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_nova_image_cache description: TripleO OpenStack Role -- tripleo_nova_image_cache
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_nvdimm description: TripleO OpenStack Role -- tripleo_nvdimm
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_ovn_cluster description: TripleO OpenStack Role -- tripleo_ovn_cluster
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_ovs_dpdk description: TripleO OpenStack Role -- tripleo_ovs_dpdk
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_packages description: TripleO OpenStack Role -- tripleo_packages
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_podman description: TripleO OpenStack Role -- tripleo_podman
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_provision_mcelog description: TripleO OpenStack Role -- tripleo_provision_mcelog
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_ptp description: TripleO OpenStack Role -- tripleo_ptp
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_puppet_cache description: TripleO OpenStack Role -- tripleo_puppet_cache
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_redhat_enforce description: TripleO OpenStack Role -- tripleo_redhat_enforce
company: Red Hat company: Red Hat

View File

@ -1,5 +1,6 @@
--- ---
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_cephadm description: TripleO OpenStack Role -- tripleo_cephadm
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_securetty description: TripleO OpenStack Role -- tripleo_securetty
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_module_load description: TripleO OpenStack Role -- tripleo_module_load
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_sshd description: TripleO OpenStack Role -- tripleo_sshd
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_systemd_wrapper description: TripleO OpenStack Role -- tripleo_systemd_wrapper
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_timemaster description: TripleO OpenStack Role -- tripleo_timemaster
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_timezone description: TripleO OpenStack Role -- tripleo_timezone
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_transfer description: TripleO OpenStack Role -- tripleo_transfer
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_unbound description: TripleO OpenStack Role -- tripleo_unbound
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_update_trusted_cas description: TripleO OpenStack Role -- tripleo_update_trusted_cas
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_upgrade_hiera description: TripleO OpenStack Role -- tripleo_upgrade_hiera
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tripleo_validations_package description: TripleO OpenStack Role -- tripleo_validations_package
company: Red Hat company: Red Hat

View File

@ -16,6 +16,7 @@
galaxy_info: galaxy_info:
namespace: openstack
author: OpenStack author: OpenStack
description: TripleO OpenStack Role -- tuned description: TripleO OpenStack Role -- tuned
company: Red Hat company: Red Hat

View File

@ -184,35 +184,35 @@
- tripleo-ansible-centos-8-role-addition - tripleo-ansible-centos-8-role-addition
- job: - job:
files: files:
- ^tripleo_ansible/roles/aide/.* - ^tripleo_ansible/roles/aide/(?!meta).*
name: tripleo-ansible-centos-8-molecule-aide name: tripleo-ansible-centos-8-molecule-aide
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: aide tripleo_role_name: aide
- job: - job:
files: files:
- ^tripleo_ansible/roles/backup_and_restore/.* - ^tripleo_ansible/roles/backup_and_restore/(?!meta).*
name: tripleo-ansible-centos-8-molecule-backup_and_restore name: tripleo-ansible-centos-8-molecule-backup_and_restore
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: backup_and_restore tripleo_role_name: backup_and_restore
- job: - job:
files: files:
- ^tripleo_ansible/roles/designate_bind_config/.* - ^tripleo_ansible/roles/designate_bind_config/(?!meta).*
name: tripleo-ansible-centos-8-molecule-designate_bind_config name: tripleo-ansible-centos-8-molecule-designate_bind_config
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: designate_bind_config tripleo_role_name: designate_bind_config
- job: - job:
files: files:
- ^tripleo_ansible/roles/login_defs/.* - ^tripleo_ansible/roles/login_defs/(?!meta).*
name: tripleo-ansible-centos-8-molecule-login_defs name: tripleo-ansible-centos-8-molecule-login_defs
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: login_defs tripleo_role_name: login_defs
- job: - job:
files: files:
- ^tripleo_ansible/roles/test_deps/.* - ^tripleo_ansible/roles/test_deps/(?!meta).*
- ^zuul.d/playbooks/pre.yml - ^zuul.d/playbooks/pre.yml
name: tripleo-ansible-centos-8-molecule-test_deps name: tripleo-ansible-centos-8-molecule-test_deps
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
@ -221,28 +221,28 @@
- job: - job:
files: files:
- ^tripleo_ansible/ansible_plugins/action/package.py - ^tripleo_ansible/ansible_plugins/action/package.py
- ^tripleo_ansible/roles/test_package_action/.* - ^tripleo_ansible/roles/test_package_action/(?!meta).*
name: tripleo-ansible-centos-8-molecule-test_package_action name: tripleo-ansible-centos-8-molecule-test_package_action
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: test_package_action tripleo_role_name: test_package_action
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_bootstrap/.* - ^tripleo_ansible/roles/tripleo_bootstrap/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_bootstrap name: tripleo-ansible-centos-8-molecule-tripleo_bootstrap
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_bootstrap tripleo_role_name: tripleo_bootstrap
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_cellv2/.* - ^tripleo_ansible/roles/tripleo_cellv2/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_cellv2 name: tripleo-ansible-centos-8-molecule-tripleo_cellv2
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_cellv2 tripleo_role_name: tripleo_cellv2
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_ceph_client/.* - ^tripleo_ansible/roles/tripleo_ceph_client/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_ceph_client name: tripleo-ansible-centos-8-molecule-tripleo_ceph_client
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
@ -250,7 +250,7 @@
tripleo_role_name: tripleo_ceph_client tripleo_role_name: tripleo_ceph_client
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_ceph_distribute_keys/.* - ^tripleo_ansible/roles/tripleo_ceph_distribute_keys/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_ceph_distribute_keys name: tripleo-ansible-centos-8-molecule-tripleo_ceph_distribute_keys
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
@ -258,7 +258,7 @@
tripleo_role_name: tripleo_ceph_distribute_keys tripleo_role_name: tripleo_ceph_distribute_keys
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_cephadm/.* - ^tripleo_ansible/roles/tripleo_cephadm/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_cephadm name: tripleo-ansible-centos-8-molecule-tripleo_cephadm
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
@ -266,35 +266,35 @@
tripleo_role_name: tripleo_cephadm tripleo_role_name: tripleo_cephadm
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_clients_install/.* - ^tripleo_ansible/roles/tripleo_clients_install/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_clients_install name: tripleo-ansible-centos-8-molecule-tripleo_clients_install
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_clients_install tripleo_role_name: tripleo_clients_install
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_collectd/.* - ^tripleo_ansible/roles/tripleo_collectd/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_collectd name: tripleo-ansible-centos-8-molecule-tripleo_collectd
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_collectd tripleo_role_name: tripleo_collectd
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_config/.* - ^tripleo_ansible/roles/tripleo_config/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_config name: tripleo-ansible-centos-8-molecule-tripleo_config
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_config tripleo_role_name: tripleo_config
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_container_image_build/.* - ^tripleo_ansible/roles/tripleo_container_image_build/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_container_image_build name: tripleo-ansible-centos-8-molecule-tripleo_container_image_build
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_container_image_build tripleo_role_name: tripleo_container_image_build
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_container_image_prepare/.* - ^tripleo_ansible/roles/tripleo_container_image_prepare/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_container_image_prepare name: tripleo-ansible-centos-8-molecule-tripleo_container_image_prepare
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
@ -303,7 +303,7 @@
tripleo_role_name: tripleo_container_image_prepare tripleo_role_name: tripleo_container_image_prepare
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_container_manage/.* - ^tripleo_ansible/roles/tripleo_container_manage/(?!meta).*
- ^tripleo_ansible/roles/tripleo_container_rm/.* - ^tripleo_ansible/roles/tripleo_container_rm/.*
- ^tripleo_ansible/ansible_plugins/action/container_status.py$ - ^tripleo_ansible/ansible_plugins/action/container_status.py$
- ^tripleo_ansible/ansible_plugins/action/container_systemd.py$ - ^tripleo_ansible/ansible_plugins/action/container_systemd.py$
@ -317,119 +317,119 @@
tripleo_role_name: tripleo_container_manage tripleo_role_name: tripleo_container_manage
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_container_rm/.* - ^tripleo_ansible/roles/tripleo_container_rm/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_container_rm name: tripleo-ansible-centos-8-molecule-tripleo_container_rm
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_container_rm tripleo_role_name: tripleo_container_rm
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_container_stop/.* - ^tripleo_ansible/roles/tripleo_container_stop/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_container_stop name: tripleo-ansible-centos-8-molecule-tripleo_container_stop
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_container_stop tripleo_role_name: tripleo_container_stop
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_container_tag/.* - ^tripleo_ansible/roles/tripleo_container_tag/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_container_tag name: tripleo-ansible-centos-8-molecule-tripleo_container_tag
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_container_tag tripleo_role_name: tripleo_container_tag
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_create_admin/.* - ^tripleo_ansible/roles/tripleo_create_admin/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_create_admin name: tripleo-ansible-centos-8-molecule-tripleo_create_admin
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_create_admin tripleo_role_name: tripleo_create_admin
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_derived_parameters/.* - ^tripleo_ansible/roles/tripleo_derived_parameters/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_derived_parameters name: tripleo-ansible-centos-8-molecule-tripleo_derived_parameters
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_derived_parameters tripleo_role_name: tripleo_derived_parameters
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_firewall/.* - ^tripleo_ansible/roles/tripleo_firewall/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_firewall name: tripleo-ansible-centos-8-molecule-tripleo_firewall
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_firewall tripleo_role_name: tripleo_firewall
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_ha_wrapper/.* - ^tripleo_ansible/roles/tripleo_ha_wrapper/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_ha_wrapper name: tripleo-ansible-centos-8-molecule-tripleo_ha_wrapper
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_ha_wrapper tripleo_role_name: tripleo_ha_wrapper
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_hieradata/.* - ^tripleo_ansible/roles/tripleo_hieradata/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_hieradata name: tripleo-ansible-centos-8-molecule-tripleo_hieradata
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_hieradata tripleo_role_name: tripleo_hieradata
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_hosts_entries/.* - ^tripleo_ansible/roles/tripleo_hosts_entries/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_hosts_entries name: tripleo-ansible-centos-8-molecule-tripleo_hosts_entries
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_hosts_entries tripleo_role_name: tripleo_hosts_entries
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_image_serve/.* - ^tripleo_ansible/roles/tripleo_image_serve/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_image_serve name: tripleo-ansible-centos-8-molecule-tripleo_image_serve
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_image_serve tripleo_role_name: tripleo_image_serve
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_kernel/.* - ^tripleo_ansible/roles/tripleo_kernel/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_kernel name: tripleo-ansible-centos-8-molecule-tripleo_kernel
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_kernel tripleo_role_name: tripleo_kernel
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_keystone_resources/.* - ^tripleo_ansible/roles/tripleo_keystone_resources/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_keystone_resources name: tripleo-ansible-centos-8-molecule-tripleo_keystone_resources
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_keystone_resources tripleo_role_name: tripleo_keystone_resources
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_lvmfilter/.* - ^tripleo_ansible/roles/tripleo_lvmfilter/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_lvmfilter name: tripleo-ansible-centos-8-molecule-tripleo_lvmfilter
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_lvmfilter tripleo_role_name: tripleo_lvmfilter
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_metrics_qdr/.* - ^tripleo_ansible/roles/tripleo_metrics_qdr/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_metrics_qdr name: tripleo-ansible-centos-8-molecule-tripleo_metrics_qdr
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_metrics_qdr tripleo_role_name: tripleo_metrics_qdr
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_module_load/.* - ^tripleo_ansible/roles/tripleo_module_load/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_module_load name: tripleo-ansible-centos-8-molecule-tripleo_module_load
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_module_load tripleo_role_name: tripleo_module_load
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_multipathd/.* - ^tripleo_ansible/roles/tripleo_multipathd/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_multipathd name: tripleo-ansible-centos-8-molecule-tripleo_multipathd
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_multipathd tripleo_role_name: tripleo_multipathd
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_network_config/.* - ^tripleo_ansible/roles/tripleo_network_config/(?!meta).*
- ^tripleo_ansible/ansible_plugins/modules/tripleo_os_net_config.py - ^tripleo_ansible/ansible_plugins/modules/tripleo_os_net_config.py
name: tripleo-ansible-centos-8-molecule-tripleo_network_config name: tripleo-ansible-centos-8-molecule-tripleo_network_config
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
@ -437,14 +437,14 @@
tripleo_role_name: tripleo_network_config tripleo_role_name: tripleo_network_config
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_nodes_validation/.* - ^tripleo_ansible/roles/tripleo_nodes_validation/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_nodes_validation name: tripleo-ansible-centos-8-molecule-tripleo_nodes_validation
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_nodes_validation tripleo_role_name: tripleo_nodes_validation
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_nova_image_cache/.* - ^tripleo_ansible/roles/tripleo_nova_image_cache/(?!meta).*
- ^tripleo_ansible/ansible_plugins/action/tripleo_nova_image_cache.py - ^tripleo_ansible/ansible_plugins/action/tripleo_nova_image_cache.py
- ^tripleo_ansible/ansible_plugins/modules/tripleo_nova_image_cache.py - ^tripleo_ansible/ansible_plugins/modules/tripleo_nova_image_cache.py
name: tripleo-ansible-centos-8-molecule-tripleo_nova_image_cache name: tripleo-ansible-centos-8-molecule-tripleo_nova_image_cache
@ -453,77 +453,77 @@
tripleo_role_name: tripleo_nova_image_cache tripleo_role_name: tripleo_nova_image_cache
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_nvdimm/.* - ^tripleo_ansible/roles/tripleo_nvdimm/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_nvdimm name: tripleo-ansible-centos-8-molecule-tripleo_nvdimm
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_nvdimm tripleo_role_name: tripleo_nvdimm
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_ovn_cluster/.* - ^tripleo_ansible/roles/tripleo_ovn_cluster/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_ovn_cluster name: tripleo-ansible-centos-8-molecule-tripleo_ovn_cluster
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_ovn_cluster tripleo_role_name: tripleo_ovn_cluster
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_ovs_dpdk/.* - ^tripleo_ansible/roles/tripleo_ovs_dpdk/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_ovs_dpdk name: tripleo-ansible-centos-8-molecule-tripleo_ovs_dpdk
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_ovs_dpdk tripleo_role_name: tripleo_ovs_dpdk
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_packages/.* - ^tripleo_ansible/roles/tripleo_packages/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_packages name: tripleo-ansible-centos-8-molecule-tripleo_packages
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_packages tripleo_role_name: tripleo_packages
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_persist/.* - ^tripleo_ansible/roles/tripleo_persist/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_persist name: tripleo-ansible-centos-8-molecule-tripleo_persist
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_persist tripleo_role_name: tripleo_persist
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_podman/.* - ^tripleo_ansible/roles/tripleo_podman/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_podman name: tripleo-ansible-centos-8-molecule-tripleo_podman
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_podman tripleo_role_name: tripleo_podman
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_provision_mcelog/.* - ^tripleo_ansible/roles/tripleo_provision_mcelog/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_provision_mcelog name: tripleo-ansible-centos-8-molecule-tripleo_provision_mcelog
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_provision_mcelog tripleo_role_name: tripleo_provision_mcelog
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_ptp/.* - ^tripleo_ansible/roles/tripleo_ptp/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_ptp name: tripleo-ansible-centos-8-molecule-tripleo_ptp
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_ptp tripleo_role_name: tripleo_ptp
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_puppet_cache/.* - ^tripleo_ansible/roles/tripleo_puppet_cache/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_puppet_cache name: tripleo-ansible-centos-8-molecule-tripleo_puppet_cache
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_puppet_cache tripleo_role_name: tripleo_puppet_cache
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_redhat_enforce/.* - ^tripleo_ansible/roles/tripleo_redhat_enforce/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_redhat_enforce name: tripleo-ansible-centos-8-molecule-tripleo_redhat_enforce
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tox_envlist: mol-tripleo_redhat_enforce tox_envlist: mol-tripleo_redhat_enforce
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_run_cephadm/.* - ^tripleo_ansible/roles/tripleo_run_cephadm/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_run_cephadm name: tripleo-ansible-centos-8-molecule-tripleo_run_cephadm
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
@ -531,77 +531,77 @@
tripleo_role_name: tripleo_run_cephadm tripleo_role_name: tripleo_run_cephadm
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_securetty/.* - ^tripleo_ansible/roles/tripleo_securetty/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_securetty name: tripleo-ansible-centos-8-molecule-tripleo_securetty
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_securetty tripleo_role_name: tripleo_securetty
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_ssh_known_hosts/.* - ^tripleo_ansible/roles/tripleo_ssh_known_hosts/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_ssh_known_hosts name: tripleo-ansible-centos-8-molecule-tripleo_ssh_known_hosts
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_ssh_known_hosts tripleo_role_name: tripleo_ssh_known_hosts
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_sshd/.* - ^tripleo_ansible/roles/tripleo_sshd/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_sshd name: tripleo-ansible-centos-8-molecule-tripleo_sshd
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_sshd tripleo_role_name: tripleo_sshd
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_systemd_wrapper/.* - ^tripleo_ansible/roles/tripleo_systemd_wrapper/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_systemd_wrapper name: tripleo-ansible-centos-8-molecule-tripleo_systemd_wrapper
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_systemd_wrapper tripleo_role_name: tripleo_systemd_wrapper
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_timezone/.* - ^tripleo_ansible/roles/tripleo_timezone/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_timezone name: tripleo-ansible-centos-8-molecule-tripleo_timezone
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_timezone tripleo_role_name: tripleo_timezone
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_transfer/.* - ^tripleo_ansible/roles/tripleo_transfer/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_transfer name: tripleo-ansible-centos-8-molecule-tripleo_transfer
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_transfer tripleo_role_name: tripleo_transfer
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_unbound/.* - ^tripleo_ansible/roles/tripleo_unbound/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_unbound name: tripleo-ansible-centos-8-molecule-tripleo_unbound
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_unbound tripleo_role_name: tripleo_unbound
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_update_trusted_cas/.* - ^tripleo_ansible/roles/tripleo_update_trusted_cas/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_update_trusted_cas name: tripleo-ansible-centos-8-molecule-tripleo_update_trusted_cas
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tox_envlist: mol-tripleo_update_trusted_cas tox_envlist: mol-tripleo_update_trusted_cas
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_upgrade_hiera/.* - ^tripleo_ansible/roles/tripleo_upgrade_hiera/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_upgrade_hiera name: tripleo-ansible-centos-8-molecule-tripleo_upgrade_hiera
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_upgrade_hiera tripleo_role_name: tripleo_upgrade_hiera
- job: - job:
files: files:
- ^tripleo_ansible/roles/tripleo_validations_package/.* - ^tripleo_ansible/roles/tripleo_validations_package/(?!meta).*
name: tripleo-ansible-centos-8-molecule-tripleo_validations_package name: tripleo-ansible-centos-8-molecule-tripleo_validations_package
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
vars: vars:
tripleo_role_name: tripleo_validations_package tripleo_role_name: tripleo_validations_package
- job: - job:
files: files:
- ^tripleo_ansible/roles/tuned/.* - ^tripleo_ansible/roles/tuned/(?!meta).*
- ^zuul.d/playbooks/pre.yml - ^zuul.d/playbooks/pre.yml
name: tripleo-ansible-centos-8-molecule-tuned name: tripleo-ansible-centos-8-molecule-tuned
parent: tripleo-ansible-centos-8-base parent: tripleo-ansible-centos-8-base
@ -619,5 +619,6 @@
nodeset: centos-8 nodeset: centos-8
parent: tox parent: tox
timeout: 1800 timeout: 1800
voting: false
vars: vars:
tox_envlist: role-addition tox_envlist: role-addition