Add mistral_role_project_group

We need this var to determine which host group
to check for members of before building the
pip packages required by this role.

Change-Id: I46b9836b2c97db2306060e0e7b665c9564907633
This commit is contained in:
Guilherme Steinmüller 2019-03-07 12:07:24 +00:00
parent 51dd6d6724
commit f11e56abea
1 changed files with 7 additions and 1 deletions

View File

@ -26,6 +26,12 @@ mistral_system_user_home: /var/lib/mistral
# Distribution deployment
mistral_package_state: latest
# 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.
mistral_role_project_group: mistral_all
# Source package builds
mistral_developer_mode: false
mistral_git_repo: https://git.openstack.org/openstack/mistral
@ -154,4 +160,4 @@ mistral_service_publicurl: "{{ mistral_service_publicuri_proto }}://{{ external_
mistral_service_internaluri_proto: "{{ openstack_service_internaluri_proto | default(mistral_service_proto) }}"
mistral_service_internalurl: "{{ mistral_service_internaluri_proto }}://{{ internal_lb_vip_address }}:{{ mistral_service_port }}/v2"
mistral_service_adminuri_proto: "{{ openstack_service_adminuri_proto | default(mistral_service_proto) }}"
mistral_service_adminurl: "{{ mistral_service_adminuri_proto }}://{{ internal_lb_vip_address }}:{{ mistral_service_port }}/v2"
mistral_service_adminurl: "{{ mistral_service_adminuri_proto }}://{{ internal_lb_vip_address }}:{{ mistral_service_port }}/v2"