Remove galera_address from playbook vars
When run against a galera server, the galera_client role will now directly its config to use a local server address. This also avoids precedence issues if 'galera_address' was overridden through extra vars. Depends-On: I468b171c1e72697ea6450fe08aa0acb3faf91201 Change-Id: Ib879d73ad99d3479eb7d29f2084f7c312a537e3a
This commit is contained in:
@@ -68,8 +68,6 @@
|
|||||||
tags:
|
tags:
|
||||||
- crontab
|
- crontab
|
||||||
vars:
|
vars:
|
||||||
# overridden here to ensure the correct value for the galera_client role
|
|
||||||
galera_address: 127.0.0.1
|
|
||||||
galera_server_id: "{{ inventory_hostname | string_2_int }}"
|
galera_server_id: "{{ inventory_hostname | string_2_int }}"
|
||||||
galera_wsrep_node_name: "{{ container_name }}"
|
galera_wsrep_node_name: "{{ container_name }}"
|
||||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user