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
OpenEdx
configuration
Commits
34b3846d
Commit
34b3846d
authored
Oct 16, 2015
by
Gabe Mulley
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2366 from edx/gabe/fix-edxlocal
Fix edxlocal when not running analytics stack build
parents
9fc73310
27c76ba6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
playbooks/roles/analytics_pipeline/defaults/main.yml
+1
-0
playbooks/roles/edxlocal/defaults/main.yml
+4
-4
playbooks/roles/hive/defaults/main.yml
+2
-1
No files found.
playbooks/roles/analytics_pipeline/defaults/main.yml
View file @
34b3846d
...
...
@@ -11,6 +11,7 @@
# Defaults for role analytics_pipeline
#
ANALYTICS_PIPELINE_OUTPUT_DATABASE_NAME
:
"
{{
ANALYTICS_API_REPORTS_DB_NAME
}}"
ANALYTICS_PIPELINE_OUTPUT_DATABASE
:
username
:
pipeline001
password
:
password
...
...
playbooks/roles/edxlocal/defaults/main.yml
View file @
34b3846d
...
...
@@ -50,12 +50,12 @@ edxlocal_database_users:
pass
:
"
{{
PROGRAMS_DATABASES.default.PASSWORD
|
default(None)
}}"
}
-
{
db
:
"
{{
ANALYTICS_
API_REPORTS_DB
_NAME
|
default(None)
}}"
,
user
:
"
pipeline001
"
,
pass
:
"
password
"
db
:
"
{{
ANALYTICS_
PIPELINE_OUTPUT_DATABASE
_NAME
|
default(None)
}}"
,
user
:
"
{{
ANALYTICS_PIPELINE_OUTPUT_DATABASE.username
}}
"
,
pass
:
"
{{
ANALYTICS_PIPELINE_OUTPUT_DATABASE.password
}}
"
}
-
{
db
:
"
{{
HIVE_METASTORE_DATABASE
.name
|
default(None)
}}"
,
db
:
"
{{
HIVE_METASTORE_DATABASE
_NAME
|
default(None)
}}"
,
user
:
"
{{
HIVE_METASTORE_DATABASE.user
|
default(None)
}}"
,
pass
:
"
{{
HIVE_METASTORE_DATABASE.password
|
default(None)
}}"
}
playbooks/roles/hive/defaults/main.yml
View file @
34b3846d
...
...
@@ -17,10 +17,11 @@ HIVE_HOME: "{{ HADOOP_COMMON_USER_HOME }}/hive"
HIVE_CONF
:
"
{{
HIVE_HOME
}}/conf"
HIVE_LIB
:
"
{{
HIVE_HOME
}}/lib"
HIVE_METASTORE_DATABASE_NAME
:
edx_hive_metastore
HIVE_METASTORE_DATABASE
:
user
:
edx_hive
password
:
edx
name
:
edx_hive_metastore
name
:
"
{{
HIVE_METASTORE_DATABASE_NAME
}}"
host
:
127.0.0.1
port
:
3306
...
...
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