Add mistral-extra in the mistral venv

Mistral has split the openstack action from the main repo, this patch
install the extra actions into the venv so we can have openstack-action
in it.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/844048
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/846135
Change-Id: I03aaecd4286535ae80aca249778ea9b209b87129
This commit is contained in:
Marc Gariepy 2022-05-31 08:22:36 -04:00 committed by Jonathan Rosser
parent 24edf0ce1b
commit cb8e97fbf6
1 changed files with 3 additions and 0 deletions

View File

@ -30,11 +30,14 @@ mistral_package_state: "{{ package_state | default('latest') }}"
# Source package builds
mistral_git_repo: https://opendev.org/openstack/mistral
mistral_git_install_branch: master
mistral_extra_git_repo: https://opendev.org/openstack/mistral-extra
mistral_extra_git_install_branch: master
mistral_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
mistral_git_constraints:
- "--constraint {{ mistral_upper_constraints_url }}"
mistral_pip_packages:
- "git+{{ mistral_git_repo }}@{{ mistral_git_install_branch }}#egg=mistral"
- "git+{{ mistral_extra_git_repo }}@{{ mistral_extra_git_install_branch }}#egg=mistral-extra"
- PyMySQL
- pymemcache
- python-memcached