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
db444733
Commit
db444733
authored
Jun 27, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1254 from edx/feanil/new_ora_var
Add and update vars.
parents
2b7dcac0
557cd920
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
playbooks/roles/edxapp/defaults/main.yml
+5
-2
playbooks/roles/xqueue/defaults/main.yml
+1
-1
playbooks/roles/xqwatcher/defaults/main.yml
+1
-1
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
db444733
...
...
@@ -216,8 +216,10 @@ EDXAPP_XML_FROM_GIT: false
EDXAPP_XML_S3_BUCKET
:
!!null
EDXAPP_XML_S3_KEY
:
!!null
EDXAPP_NEWRELIC_LMS_APPNAME
:
"
edX-LMS"
EDXAPP_NEWRELIC_CMS_APPNAME
:
"
edX-CMS"
EDXAPP_NEWRELIC_LMS_APPNAME
:
"
{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxapp-lms"
EDXAPP_NEWRELIC_CMS_APPNAME
:
"
{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxapp-cms"
EDXAPP_ORA2_FILE_PREFIX
:
'
{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}/ora2'
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -464,6 +466,7 @@ generic_env_config: &edxapp_generic_env
PRESS_EMAIL
:
$EDXAPP_PRESS_EMAIL
PLATFORM_TWITTER_ACCOUNT
:
$EDXAPP_PLATFORM_TWITTER_ACCOUNT
PLATFORM_FACEBOOK_ACCOUNT
:
$EDXAPP_PLATFORM_FACEBOOK_ACCOUNT
ORA2_FILE_PREFIX
:
$EDXAPP_ORA2_FILE_PREFIX
lms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
playbooks/roles/xqueue/defaults/main.yml
View file @
db444733
...
...
@@ -30,7 +30,7 @@ XQUEUE_MYSQL_USER: 'xqueue001'
XQUEUE_MYSQL_PASSWORD
:
'
password'
XQUEUE_MYSQL_HOST
:
'
localhost'
XQUEUE_MYSQL_PORT
:
'
3306'
XQUEUE_NEWRELIC_APPNAME
:
"
edX
-xqueue"
XQUEUE_NEWRELIC_APPNAME
:
"
{{
COMMON_ENVIRONMENT
}}-{{
COMMON_DEPLOYMENT
}}
-xqueue"
# Internal vars below this line
#############################################
...
...
playbooks/roles/xqwatcher/defaults/main.yml
View file @
db444733
...
...
@@ -56,7 +56,7 @@ XQWATCHER_GIT_IDENTITY: |
# depends upon Newrelic being enabled via COMMON_ENABLE_NEWRELIC
# and a key being provided via NEWRELIC_LICENSE_KEY
XQWATCHER_NEWRELIC_APPNAME
:
"
your
Newrelic
appname
"
XQWATCHER_NEWRELIC_APPNAME
:
"
{{
COMMON_DEPLOYMENT
}}-{{
COMMON_ENVIRONMENT
}}-xqwatcher
"
XQWATCHER_PIP_EXTRA_ARGS
:
"
-i
{{
COMMON_PYPI_MIRROR_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