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
a7b16ff6
Commit
a7b16ff6
authored
7 years ago
by
Joseph Mulloy
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4104 from edx/jdmulloy/ops2208/dev_mongo_3_2
Upgrade vagrant devstack to Mongo 3.2
parents
b7d801a3
a66f23d7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
playbooks/edx_sandbox.yml
+1
-1
playbooks/vagrant-devstack.yml
+1
-1
vagrant/release/devstack/Vagrantfile
+2
-2
No files found.
playbooks/edx_sandbox.yml
View file @
a7b16ff6
...
...
@@ -39,7 +39,7 @@
when
:
EDXAPP_MYSQL_HOST == 'localhost'
-
role
:
memcache
when
:
"
'localhost'
in
'
'.join(EDXAPP_MEMCACHE)"
-
role
:
mongo
-
role
:
mongo
_3_2
when
:
"
'localhost'
in
EDXAPP_MONGO_HOSTS"
-
role
:
rabbitmq
rabbitmq_ip
:
127.0.0.1
...
...
This diff is collapsed.
Click to expand it.
playbooks/vagrant-devstack.yml
View file @
a7b16ff6
...
...
@@ -28,7 +28,7 @@
-
mysql
-
edxlocal
-
memcache
-
mongo
-
mongo
_3_2
-
role
:
rabbitmq
rabbitmq_ip
:
127.0.0.1
-
edxapp
...
...
This diff is collapsed.
Click to expand it.
vagrant/release/devstack/Vagrantfile
View file @
a7b16ff6
...
...
@@ -29,7 +29,7 @@ MOUNT_DIRS = {
:themes
=>
{
:repo
=>
"themes"
,
:local
=>
"/edx/app/edxapp/themes"
,
:owner
=>
"edxapp"
},
:forum
=>
{
:repo
=>
"cs_comments_service"
,
:local
=>
"/edx/app/forum/cs_comments_service"
,
:owner
=>
"forum"
},
:ecommerce
=>
{
:repo
=>
"ecommerce"
,
:local
=>
"/edx/app/ecommerce/ecommerce"
,
:owner
=>
"ecommerce"
},
:ecommerce_worker
=>
{
:repo
=>
"ecommerce-worker"
,
:local
=>
"/edx/app/ecommerce_worker/ecommerce_worker"
,
:owner
=>
"ecom
merce_
worker"
},
:ecommerce_worker
=>
{
:repo
=>
"ecommerce-worker"
,
:local
=>
"/edx/app/ecommerce_worker/ecommerce_worker"
,
:owner
=>
"ecomworker"
},
# This src directory won't have useful permissions. You can set them from the
# vagrant user in the guest OS. "sudo chmod 0777 /edx/src" is useful.
:src
=>
{
:repo
=>
"src"
,
:local
=>
"/edx/src"
,
:owner
=>
"root"
},
...
...
@@ -70,7 +70,7 @@ openedx_releases = {
# Cypress is deprecated and unsupported
# Birch is deprecated and unsupported
}
openedx_releases
.
default
=
"
ginkgo-devstack-2017-07
-14"
openedx_releases
.
default
=
"
master-devstack-2017-09
-14"
openedx_release
=
ENV
[
'OPENEDX_RELEASE'
]
boxname
=
ENV
[
'OPENEDX_BOXNAME'
]
...
...
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