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
81195cbc
Commit
81195cbc
authored
7 years ago
by
Troy Sankey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ansible-provision.sh] Feed auto auth environment flag into play
parent
f4828620
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
util/jenkins/ansible-provision.sh
+5
-0
No files found.
util/jenkins/ansible-provision.sh
View file @
81195cbc
...
@@ -157,6 +157,10 @@ if [[ -z $edx_demo_course ]]; then
...
@@ -157,6 +157,10 @@ if [[ -z $edx_demo_course ]]; then
edx_demo_course
=
"false"
edx_demo_course
=
"false"
fi
fi
if
[[
-z
$enable_automatic_auth_for_testing
]]
;
then
enable_automatic_auth_for_testing
=
"false"
fi
if
[[
-z
$enable_client_profiling
]]
;
then
if
[[
-z
$enable_client_profiling
]]
;
then
enable_client_profiling
=
"false"
enable_client_profiling
=
"false"
fi
fi
...
@@ -269,6 +273,7 @@ FORUM_NEW_RELIC_ENABLE: $enable_newrelic
...
@@ -269,6 +273,7 @@ FORUM_NEW_RELIC_ENABLE: $enable_newrelic
ENABLE_PERFORMANCE_COURSE:
$performance_course
ENABLE_PERFORMANCE_COURSE:
$performance_course
ENABLE_DEMO_TEST_COURSE:
$demo_test_course
ENABLE_DEMO_TEST_COURSE:
$demo_test_course
ENABLE_EDX_DEMO_COURSE:
$edx_demo_course
ENABLE_EDX_DEMO_COURSE:
$edx_demo_course
EDXAPP_ENABLE_AUTO_AUTH:
$enable_automatic_auth_for_testing
EDXAPP_NEWRELIC_LMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-lms
EDXAPP_NEWRELIC_LMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-lms
EDXAPP_NEWRELIC_CMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-cms
EDXAPP_NEWRELIC_CMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-cms
EDXAPP_NEWRELIC_WORKERS_APPNAME: sandbox-
${
dns_name
}
-edxapp-workers
EDXAPP_NEWRELIC_WORKERS_APPNAME: sandbox-
${
dns_name
}
-edxapp-workers
...
...
This diff is collapsed.
Click to expand it.
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