Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
cb6b0505
Commit
cb6b0505
authored
Apr 28, 2017
by
Kevin Falcone
Committed by
GitHub
Apr 28, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3840 from edx/jibsheet/set-cluster-name
Set a cluster name on new rabbit clusters
parents
6b53a855
8a164f66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
playbooks/roles/rabbitmq/defaults/main.yml
+2
-0
playbooks/roles/rabbitmq/tasks/main.yml
+6
-0
No files found.
playbooks/roles/rabbitmq/defaults/main.yml
View file @
cb6b0505
...
...
@@ -43,6 +43,8 @@ RABBITMQ_VM_MEMORY_HIGH_WATERMARK: 0.4
RABBITMQ_VERSION
:
3.6.9-1
RABBITMQ_CLUSTER_NAME
:
"
{{
COMMON_ENVIRONMENT
}}-{{
COMMON_DEPLOYMENT
}}-rabbit"
# Internal role variables below this line
# option to force deletion of the mnesia dir
...
...
playbooks/roles/rabbitmq/tasks/main.yml
View file @
cb6b0505
...
...
@@ -316,3 +316,9 @@
tags
:
-
"
install"
-
"
install:app-configuration"
-
name
:
Set cluster name
command
:
"
/usr/sbin/rabbitmqctl
set_cluster_name
{{
RABBITMQ_CLUSTER_NAME
}}"
tags
:
-
"
install"
-
"
install:app-configuration"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment