Update the galera_server role and change the mysqlcheck port

This change updates the galera deployment options for kolide which will
allow it to co-exist on the same host as an elasticsearch environment.

Because the galera cluster for kolide is on the backend, and not user
facing the installation and setup of a VIP for the backend galera
cluster is not needed.

Change-Id: Ia5f581ebb028bf35c00dc7606b0eb1a12ad54670
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2019-01-25 22:11:26 -06:00
parent 82cc72e166
commit 926695fbf1
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
2 changed files with 5 additions and 2 deletions

View File

@ -15,10 +15,11 @@
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
version: master
# Galera server is using a forked role until https://review.openstack.org/#/c/633321/ is merged
- name: galera_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-galera_server
version: master
src: https://github.com/os-cloud/openstack-ansible-galera_server
version: xinetd-check
- name: apt_package_pinning
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning

View File

@ -39,5 +39,7 @@
galera_cluster_name: telemetry_galera_cluster
galera_monitoring_allowed_source: "0.0.0.0/0"
galera_root_password: "{{ kolide_galera_root_password }}"
galera_monitoring_check_enabled: false
galera_monitoring_check_port: 29200
environment: "{{ deployment_environment_variables | default({}) }}"