1939f3e8ec
Move the exim role to be a "generic" role in the top-level roles/ directory, making it available for use as a Zuul role. Update the linters jobs to look for roles in the top level Update the Role documentation to explain what the split in roles is about. Change-Id: I6b49d2a4b120141b3c99f5f1e28c410da12d9dc3
685 B
685 B
- title
-
Roles
Ansible Roles
Documentation for roles included in system-config
There are two types of roles. Top-level roles, kept in the
roles/
directory, are available to be used as roles in Zuul
jobs. This places some constraints on the roles, such as not being able
to use plugins. Add
roles:
- zuul: openstack-infra/system-config
to your job definition to source these roles.
Roles in playbooks/roles
are designed to be run on the
Infrastructure control-plane (i.e. from
bridge.openstack.org
). These roles are not available to be
shared with Zuul jobs.