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
68621ff0
Commit
68621ff0
authored
Apr 23, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving common vars out of secrets for the public ami
parent
9984a995
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
util/jenkins/ansible-provision.sh
+13
-2
No files found.
util/jenkins/ansible-provision.sh
View file @
68621ff0
...
@@ -106,6 +106,16 @@ ease_version: $ease_version
...
@@ -106,6 +106,16 @@ ease_version: $ease_version
certs_version:
$certs_version
certs_version:
$certs_version
discern_version:
$discern_version
discern_version:
$discern_version
EDXAPP_STATIC_URL_BASE:
$static_url_base
EDXAPP_STATIC_URL_BASE:
$static_url_base
EDXAPP_LMS_NGINX_PORT: 80
EDXAPP_LMS_PREVIEW_NGINX_PORT: 80
EDX_ANSIBLE_DUMP_VARS: true
migrate_db: "yes"
openid_workaround: True
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
COMMON_HOSTNAME: edx-server
COMMON_DEPLOYMENT: edx
COMMON_ENVIRONMENT: sandbox
# User provided extra vars
# User provided extra vars
$extra_vars
$extra_vars
...
@@ -146,9 +156,10 @@ EOF
...
@@ -146,9 +156,10 @@ EOF
if
[[
$edx_internal
==
"true"
]]
;
then
if
[[
$edx_internal
==
"true"
]]
;
then
# if this isn't a public server add the github
# if this isn't a public server add the github
# user and set public_ami to false
# user and set edx_internal to True so that
# xserver is installed
cat
<<
EOF
>>
$extra_vars_file
cat
<<
EOF
>>
$extra_vars_file
edx_internal:
Fals
e
edx_internal:
Tru
e
COMMON_USER_INFO:
COMMON_USER_INFO:
- name:
${
github_username
}
- name:
${
github_username
}
github: true
github: true
...
...
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