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
edx
configuration
Commits
fe494d47
Commit
fe494d47
authored
May 25, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3072 from edx/feanil/remove_rabbit_ppa
Feanil/remove rabbit ppa
parents
5daee75c
f45f735e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
playbooks/roles/rabbitmq/defaults/main.yml
+0
-2
playbooks/roles/rabbitmq/tasks/main.yml
+0
-6
No files found.
playbooks/roles/rabbitmq/defaults/main.yml
View file @
fe494d47
...
@@ -29,8 +29,6 @@ RABBITMQ_CLUSTERED_HOSTS: []
...
@@ -29,8 +29,6 @@ RABBITMQ_CLUSTERED_HOSTS: []
# option to force deletion of the mnesia dir
# option to force deletion of the mnesia dir
rabbitmq_refresh
:
false
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"
# We mirror the deb package for rabbitmq-server because
# We mirror the deb package for rabbitmq-server because
# nodes need to be running the same version
# nodes need to be running the same version
rabbitmq_pkg_url
:
"
http://files.edx.org/rabbitmq_packages/rabbitmq-server_3.2.3-1_all.deb"
rabbitmq_pkg_url
:
"
http://files.edx.org/rabbitmq_packages/rabbitmq-server_3.2.3-1_all.deb"
...
...
playbooks/roles/rabbitmq/tasks/main.yml
View file @
fe494d47
...
@@ -3,15 +3,9 @@
...
@@ -3,15 +3,9 @@
# There is a bug with initializing multiple nodes in the HA cluster at once
# There is a bug with initializing multiple nodes in the HA cluster at once
# http://rabbitmq.1065348.n5.nabble.com/Rabbitmq-boot-failure-with-quot-tables-not-present-quot-td24494.html
# http://rabbitmq.1065348.n5.nabble.com/Rabbitmq-boot-failure-with-quot-tables-not-present-quot-td24494.html
-
name
:
trust rabbit repository
apt_key
:
url={{ rabbitmq_apt_key }} state=present
-
name
:
install python-software-properties if debian
-
name
:
install python-software-properties if debian
apt
:
pkg={{ ",".join(rabbitmq_debian_pkgs) }} state=present
apt
:
pkg={{ ",".join(rabbitmq_debian_pkgs) }} state=present
-
name
:
add rabbit repository
apt_repository
:
repo="{{ rabbitmq_repository }}" state=present update_cache=yes
-
name
:
fetch the rabbitmq server deb
-
name
:
fetch the rabbitmq server deb
get_url
:
>
get_url
:
>
url={{ rabbitmq_pkg_url }}
url={{ rabbitmq_pkg_url }}
...
...
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