Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add custom replication port #152

Merged
merged 6 commits into from
Apr 25, 2017

Conversation

stromp
Copy link
Contributor

@stromp stromp commented Mar 29, 2017

Allow to run the cluster on a non-standard replication port

@@ -110,7 +110,7 @@
galera_cluster_nodes.each do |lnode|
next unless lnode.name != node.name
gcomm += ',' unless first
gcomm += lnode['fqdn']
gcomm += "#{lnode['fqdn']}:#{node['mariadb']['galera']['cluster_replication_port']}"
first = false

This comment was marked as outdated.

@@ -99,6 +99,7 @@
#
default['mariadb']['galera']['cluster_name'] = 'galera_cluster'
default['mariadb']['galera']['cluster_search_query'] = ''
default['mariadb']['galera']['cluster_replication_port'] = '4567'
# All Galera nodes should get the same server_id

This comment was marked as outdated.

@shoekstra shoekstra changed the title adding custom rep port add custom replication port Apr 19, 2017
dimsh99 and others added 5 commits April 19, 2017 20:46
- Add attribute to configure replication port
- Configure gcomm address by Find port via search
- Add SELinux policies
@shoekstra shoekstra force-pushed the add_modifiable_replication_port branch from b65d949 to 3894729 Compare April 19, 2017 21:11
@shoekstra
Copy link
Contributor

Rebased and fixed some things, let's see how the tests go now..

@shoekstra shoekstra force-pushed the add_modifiable_replication_port branch 2 times, most recently from 4f3174a to 944bc92 Compare April 20, 2017 23:25
- Tweak Galera recipe code
- Fix/add some ChefSpec
- Fix some Cookstyle warnings
@shoekstra shoekstra force-pushed the add_modifiable_replication_port branch 2 times, most recently from 29e3a4f to e31cee2 Compare April 21, 2017 09:04
@shoekstra shoekstra mentioned this pull request Apr 21, 2017
@shoekstra shoekstra merged commit 7ee3c63 into sous-chefs:master Apr 25, 2017
@lock
Copy link

lock bot commented Jul 24, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants