Merge "Add project group to role"

This commit is contained in:
Jenkins 2016-08-04 15:00:46 +00:00 committed by Gerrit Code Review
commit 19edd2c8eb

View File

@ -315,6 +315,12 @@ swift_pypy_archive:
swift_pypy_version: "{{ swift_pypy_archive['url'] | basename | replace('.tar.bz2', '') }}"
swift_pypy_env: "/opt/pypy-runtime/{{ swift_pypy_version }}/bin/pypy"
# 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.
swift_role_project_group: swift_all
## Tunable overrides
swift_swift_conf_overrides: {}
swift_swift_dispersion_conf_overrides: {}