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
aebbaf02
Commit
aebbaf02
authored
Jul 12, 2017
by
Ned Batchelder
Committed by
GitHub
Jul 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3972 from edx/nedbat/pin-discovery
Pin the discovery version to the release we want
parents
59c9826c
b47e7745
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
playbooks/vagrant-devstack.yml
+1
-0
vagrant/base/devstack/Vagrantfile
+2
-0
vagrant/base/fullstack/Vagrantfile
+1
-0
vagrant/release/devstack/Vagrantfile
+2
-0
No files found.
playbooks/vagrant-devstack.yml
View file @
aebbaf02
...
...
@@ -5,6 +5,7 @@
vars
:
migrate_db
:
'
yes'
devstack
:
true
edx_django_service_is_devstack
:
true
disable_edx_services
:
true
mongo_enable_journal
:
false
EDXAPP_NO_PREREQ_INSTALL
:
0
...
...
vagrant/base/devstack/Vagrantfile
View file @
aebbaf02
...
...
@@ -26,6 +26,7 @@ VERSION_VARS = [
'NOTIFIER_VERSION'
,
'ECOMMERCE_VERSION'
,
'ECOMMERCE_WORKER_VERSION'
,
'DISCOVERY_VERSION'
,
]
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
...
...
@@ -51,6 +52,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config
.
vm
.
network
:forwarded_port
,
guest:
8110
,
host:
8110
# Insights
config
.
vm
.
network
:forwarded_port
,
guest:
50070
,
host:
50070
# HDFS Admin UI
config
.
vm
.
network
:forwarded_port
,
guest:
8088
,
host:
8088
# Hadoop Resource Manager
config
.
vm
.
network
:forwarded_port
,
guest:
18381
,
host:
18381
# Course discovery
end
config
.
ssh
.
insert_key
=
true
...
...
vagrant/base/fullstack/Vagrantfile
View file @
aebbaf02
...
...
@@ -23,6 +23,7 @@ VERSION_VARS = [
'NOTIFIER_VERSION'
,
'ECOMMERCE_VERSION'
,
'ECOMMERCE_WORKER_VERSION'
,
'DISCOVERY_VERSION'
,
]
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
...
...
vagrant/release/devstack/Vagrantfile
View file @
aebbaf02
...
...
@@ -21,6 +21,7 @@ VERSION_VARS = [
'NOTIFIER_VERSION'
,
'ECOMMERCE_VERSION'
,
'ECOMMERCE_WORKER_VERSION'
,
'DISCOVERY_VERSION'
,
]
MOUNT_DIRS
=
{
...
...
@@ -134,6 +135,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config
.
vm
.
network
:forwarded_port
,
guest:
9876
,
host:
9876
# ORA2 Karma tests
config
.
vm
.
network
:forwarded_port
,
guest:
50070
,
host:
50070
# HDFS Admin UI
config
.
vm
.
network
:forwarded_port
,
guest:
8088
,
host:
8088
# Hadoop Resource Manager
config
.
vm
.
network
:forwarded_port
,
guest:
18381
,
host:
18381
# Course discovery
end
config
.
ssh
.
insert_key
=
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