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
cb4fba66
Commit
cb4fba66
authored
Jul 07, 2017
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin the discovery version to the release we want
(cherry picked from commit
b47e7745
)
parent
d925b8ca
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 @
cb4fba66
...
...
@@ -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 @
cb4fba66
...
...
@@ -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 @
cb4fba66
...
...
@@ -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 @
cb4fba66
...
...
@@ -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