Add project group to role

This patch adds a var used by the repo_build process to determine
which host group to check for members of before building the pip
packages required by this role. This provides the ability to
optimise the repo build process to only building the packages
that are required for an environment.

Depends-On: Idda16b4f382eee57c7469af898859d6d81d4eb30
Change-Id: Iedb4c0c91daa291f881a9fc00c5b8c40bb312ce3
This commit is contained in:
Jesse Pretorius 2016-08-04 05:20:48 +01:00
parent 65cd7cde31
commit af5d82609a
1 changed files with 6 additions and 0 deletions

View File

@ -125,5 +125,11 @@ zaqar_pip_packages:
- pymongo
- uwsgi
# This variable is used by the repo_build process to determine
# which host group to check for members of before building the
# pip packages required by this role. The value is picked up
# by the py_pkgs lookup.
zaqar_role_project_group: zaqar_all
## Tunable overrides
zaqar_zaqar_conf_overrides: {}