Add common python_venv_build role

In order to allow tests to work as the use of the common
role is implemented in the various roles, we pre-implement
the addition of the role into the a-r-r file and into the
pre-caching implemented by zuul in OpenStack CI.

Change-Id: Idfab511b2a79afab4f97df0241bbeaec67ba14b6
Implements: blueprint python-build-install-simplification
Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
This commit is contained in:
Jesse Pretorius 2018-03-24 23:22:47 +00:00
parent 17439c210c
commit 5496ec500f
2 changed files with 6 additions and 0 deletions

View File

@ -50,3 +50,7 @@
src: https://github.com/cloudnull/ansible-systemd_service
scm: git
version: master
- name: python_venv_build
src: https://git.openstack.org/openstack/ansible-role-python_venv_build
scm: git
version: master

View File

@ -21,6 +21,7 @@
Uses tox with the ``linters`` environment.
required-projects:
- name: openstack/ansible-hardening
- name: openstack/ansible-role-python_venv_build
- name: openstack/ansible-role-systemd_mount
- name: openstack/ansible-role-systemd_networkd
- name: openstack/ansible-role-systemd_service
@ -72,6 +73,7 @@
of the ``tox_env`` variable.
required-projects:
- name: openstack/ansible-hardening
- name: openstack/ansible-role-python_venv_build
- name: openstack/ansible-role-systemd_mount
- name: openstack/ansible-role-systemd_networkd
- name: openstack/ansible-role-systemd_service