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
7fa5115d
Commit
7fa5115d
authored
Apr 04, 2018
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We don't need to add rabbit to sandboxes
parent
a34aa3fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
playbooks/edx-east/edx_continuous_integration.yml
+0
-1
util/jenkins/ansible-provision.sh
+0
-3
No files found.
playbooks/edx-east/edx_continuous_integration.yml
View file @
7fa5115d
...
...
@@ -24,7 +24,6 @@
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
edxapp
-
testcourses
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
role
:
redis
-
oraclejdk
-
elasticsearch
...
...
util/jenkins/ansible-provision.sh
View file @
7fa5115d
...
...
@@ -218,8 +218,6 @@ NGINX_SET_X_FORWARDED_HEADERS: True
NGINX_REDIRECT_TO_HTTPS: True
EDX_ANSIBLE_DUMP_VARS: true
migrate_db: "yes"
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
COMMON_HOSTNAME:
$dns_name
COMMON_DEPLOYMENT: edx
COMMON_ENVIRONMENT: sandbox
...
...
@@ -360,7 +358,6 @@ EOF
if
[[
$server_type
==
"full_edx_installation"
]]
;
then
# additional tasks that need to be run if the
# 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 restart_supervisor.yml
-i
"
${
deploy_host
}
,"
$extra_var_arg
--user
ubuntu
fi
...
...
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