Skip to content
Snippets Groups Projects
Commit 6e8f01ca authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Config files having underscores breaks Kolla-Kubernetes."

parents 2a38e477 1d74db7d
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
with_items:
- "mariadb"
- name: Copying over wsrep_notify.sh
- name: Copying over wsrep-notify.sh
template:
src: "{{ role_path }}/templates/wsrep_notify.sh.j2"
dest: "{{ node_config_directory }}/{{ item }}/wsrep_notify.sh"
src: "{{ role_path }}/templates/wsrep-notify.sh.j2"
dest: "{{ node_config_directory }}/{{ item }}/wsrep-notify.sh"
with_items:
- "mariadb"
......@@ -24,7 +24,7 @@ wsrep_node_name={{ ansible_hostname }}
wsrep_sst_method=xtrabackup-v2
wsrep_sst_auth={{ database_user }}:{{ database_password }}
wsrep_slave_threads=4
wsrep_notify_cmd=/usr/local/bin/wsrep_notify.sh
wsrep_notify_cmd=/usr/local/bin/wsrep-notify.sh
max_connections=10000
......
......@@ -9,8 +9,8 @@
"perm": "0600"
},
{
"source": "{{ container_config_directory }}/wsrep_notify.sh",
"dest": "/usr/local/bin/wsrep_notify.sh",
"source": "{{ container_config_directory }}/wsrep-notify.sh",
"dest": "/usr/local/bin/wsrep-notify.sh",
"owner": "mysql",
"perm": "0700"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment