Commit 7fa5115d by Kevin Falcone

We don't need to add rabbit to sandboxes

parent a34aa3fa
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
- { role: 'edxapp', celery_worker: True } - { role: 'edxapp', celery_worker: True }
- edxapp - edxapp
- testcourses - testcourses
- { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' }
- role: redis - role: redis
- oraclejdk - oraclejdk
- elasticsearch - elasticsearch
......
...@@ -218,8 +218,6 @@ NGINX_SET_X_FORWARDED_HEADERS: True ...@@ -218,8 +218,6 @@ NGINX_SET_X_FORWARDED_HEADERS: True
NGINX_REDIRECT_TO_HTTPS: True NGINX_REDIRECT_TO_HTTPS: True
EDX_ANSIBLE_DUMP_VARS: true EDX_ANSIBLE_DUMP_VARS: true
migrate_db: "yes" migrate_db: "yes"
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
COMMON_HOSTNAME: $dns_name COMMON_HOSTNAME: $dns_name
COMMON_DEPLOYMENT: edx COMMON_DEPLOYMENT: edx
COMMON_ENVIRONMENT: sandbox COMMON_ENVIRONMENT: sandbox
...@@ -360,7 +358,6 @@ EOF ...@@ -360,7 +358,6 @@ EOF
if [[ $server_type == "full_edx_installation" ]]; then if [[ $server_type == "full_edx_installation" ]]; then
# additional tasks that need to be run if the # additional tasks that need to be run if the
# entire edx stack is brought up from an AMI # entire edx stack is brought up from an AMI
run_ansible rabbitmq.yml -i "${deploy_host}," $extra_var_arg --user ubuntu
run_ansible redis.yml -i "${deploy_host}," $extra_var_arg --user ubuntu run_ansible redis.yml -i "${deploy_host}," $extra_var_arg --user ubuntu
run_ansible restart_supervisor.yml -i "${deploy_host}," $extra_var_arg --user ubuntu run_ansible restart_supervisor.yml -i "${deploy_host}," $extra_var_arg --user ubuntu
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment