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
f33eda96
Commit
f33eda96
authored
Nov 05, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forcing rabbit to refresh on re-provision
parent
6746fadb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
playbooks/roles/rabbitmq/defaults/main.yml
+3
-0
playbooks/roles/rabbitmq/tasks/main.yml
+1
-1
util/jenkins/create-var-file.sh
+2
-0
No files found.
playbooks/roles/rabbitmq/defaults/main.yml
View file @
f33eda96
...
...
@@ -15,6 +15,9 @@ RABBITMQ_CLUSTERED: !!null
# Internal role variables below this line
# option to force deletion of the mnesia dir
rabbitmq_refresh
:
false
rabbitmq_apt_key
:
"
http://www.rabbitmq.com/rabbitmq-signing-key-public.asc"
rabbitmq_repository
:
"
deb
http://www.rabbitmq.com/debian/
testing
main"
rabbitmq_pkg
:
"
rabbitmq-server"
...
...
playbooks/roles/rabbitmq/tasks/main.yml
View file @
f33eda96
...
...
@@ -56,7 +56,7 @@
# that can conflict with the clustering information.
-
name
:
rabbitmq | remove mnesia configuration
file
:
path={{rabbitmq_mnesia_folder}} state=absent
when
:
erlang_cookie.changed or cluster_configuration.changed
when
:
erlang_cookie.changed or cluster_configuration.changed
or rabbitmq_refresh
-
name
:
rabbitmq | start rabbit nodes
service
:
name=rabbitmq-server state=restarted
...
...
util/jenkins/create-var-file.sh
View file @
f33eda96
...
...
@@ -26,4 +26,6 @@ xserver_version: $xserver_version
ora_version:
$ora_version
ease_version:
$ease_version
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
EOF
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