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
a2dc1c26
Commit
a2dc1c26
authored
Jul 25, 2018
by
XuYS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MongoDB repo to mongodb org repo
parent
1f6c9356
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
playbooks/roles/ad_hoc_reporting/defaults/main.yml
+1
-1
playbooks/roles/mongo_3_0/defaults/main.yml
+1
-1
playbooks/roles/mongo_3_2/defaults/main.yml
+1
-1
playbooks/roles/mongo_client/defaults/main.yml
+1
-1
No files found.
playbooks/roles/ad_hoc_reporting/defaults/main.yml
View file @
a2dc1c26
...
...
@@ -43,7 +43,7 @@ ad_hoc_reporting_pip_pkgs:
MONGODB_APT_KEY
:
"
7F0CEB10"
MONGODB_APT_KEYSERVER
:
"
keyserver.ubuntu.com"
MONGODB_REPO
:
"
deb
http://
mirrors.aliyun.com/mongodb
/apt/ubuntu
xenial/mongodb-org/3.2
multiverse"
MONGODB_REPO
:
"
deb
http://
repo.mongodb.org
/apt/ubuntu
xenial/mongodb-org/3.2
multiverse"
mongo_version
:
3.2.12
# AD_HOC_REPORTING_REPLICA_DB_HOSTS:
...
...
playbooks/roles/mongo_3_0/defaults/main.yml
View file @
a2dc1c26
...
...
@@ -15,7 +15,7 @@ mongo_journal_dir: "{{ COMMON_DATA_DIR }}/mongo/mongodb/journal"
mongo_user
:
mongodb
MONGODB_REPO
:
"
deb
http://
mirrors.aliyun.com/mongodb
/apt/ubuntu
precise/mongodb-org/3.0
multiverse"
MONGODB_REPO
:
"
deb
http://
repo.mongodb.org
/apt/ubuntu
precise/mongodb-org/3.0
multiverse"
# The MONGODB_REPO variable should use {{ ansible_distribution_release }}
# instead of hard coding a release name. Since we are already accidentally
# running precise binaries on trusty, we are going to leave this alone for
...
...
playbooks/roles/mongo_3_2/defaults/main.yml
View file @
a2dc1c26
...
...
@@ -14,7 +14,7 @@ mongo_log_dir: "{{ COMMON_LOG_DIR }}/mongo"
mongo_journal_dir
:
"
{{
COMMON_DATA_DIR
}}/mongo/mongodb/journal"
mongo_user
:
mongodb
MONGODB_REPO
:
"
deb
http://
mirrors.aliyun.com/mongodb
/apt/ubuntu
{{
ansible_distribution_release
}}/mongodb-org/3.2
multiverse"
MONGODB_REPO
:
"
deb
http://
repo.mongodb.org
/apt/ubuntu
{{
ansible_distribution_release
}}/mongodb-org/3.2
multiverse"
# Key id taken from https://docs.mongodb.com/v3.2/tutorial/install-mongodb-on-ubuntu/
# Changes with each major mongo release, so must be updated with Mongo upgrade
MONGODB_APT_KEY
:
"
EA312927"
...
...
playbooks/roles/mongo_client/defaults/main.yml
View file @
a2dc1c26
---
MONGO_CLIENT_MONGODB_APT_KEY
:
"
7F0CEB10"
MONGO_CLIENT_MONGODB_APT_KEYSERVER
:
"
keyserver.ubuntu.com"
MONGO_CLIENT_MONGODB_REPO
:
"
deb
http://
mirrors.aliyun.com/mongodb
/apt/ubuntu
xenial/mongodb-org/3.2
multiverse"
MONGO_CLIENT_MONGODB_REPO
:
"
deb
http://
repo.mongodb.org
/apt/ubuntu
xenial/mongodb-org/3.2
multiverse"
mongo_client_version
:
3.2.12
mongo_client_debian_pkgs
:
...
...
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