-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
shoekstra
merged 6 commits into
sous-chefs:master
from
stromp:add_modifiable_replication_port
Apr 25, 2017
Merged
add custom replication port #152
shoekstra
merged 6 commits into
sous-chefs:master
from
stromp:add_modifiable_replication_port
Apr 25, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shoekstra
reviewed
Mar 29, 2017
recipes/galera.rb
Outdated
@@ -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.
This comment was marked as outdated.
Sorry, something went wrong.
shoekstra
reviewed
Mar 29, 2017
attributes/default.rb
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.
This comment was marked as outdated.
Sorry, something went wrong.
- Add attribute to configure replication port - Configure gcomm address by Find port via search - Add SELinux policies
shoekstra
force-pushed
the
add_modifiable_replication_port
branch
from
April 19, 2017 21:11
b65d949
to
3894729
Compare
Rebased and fixed some things, let's see how the tests go now.. |
shoekstra
force-pushed
the
add_modifiable_replication_port
branch
2 times, most recently
from
April 20, 2017 23:25
4f3174a
to
944bc92
Compare
- Tweak Galera recipe code - Fix/add some ChefSpec - Fix some Cookstyle warnings
shoekstra
force-pushed
the
add_modifiable_replication_port
branch
2 times, most recently
from
April 21, 2017 09:04
29e3a4f
to
e31cee2
Compare
Closed
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow to run the cluster on a non-standard replication port