Add the galera_client dependency to the repo build

This change is required because without it the client libraries
used to build the MySQL-Python packages will depend on the base
system and they will be wrong.

This is an example of the issue:
  http://paste.openstack.org/show/492788/

This will cause multi node production issues when building a
standalong repository outside of the the OpenStack gate.

Closes-Bug: #1565128
Change-Id: I6536993523f02ba49da741b9ea21535eb33fe402
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit 9e6b78a9b4)
This commit is contained in:
Kevin Carter 2016-04-01 17:37:28 -05:00 committed by Jesse Pretorius (odyssey4me)
parent a6e815b255
commit 0ce640328e
3 changed files with 6 additions and 0 deletions

View File

@ -30,4 +30,5 @@ galaxy_info:
- openstack
dependencies:
- apt_package_pinning
- galera_client
- pip_install

View File

@ -2,6 +2,10 @@
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: galera_client
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
scm: git
version: master
- name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git

View File

@ -496,3 +496,4 @@
- role: "{{ rolename | basename }}"
vars:
openstack_release: testing
galera_client_drop_config_file: false