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
66569ec2
Commit
66569ec2
authored
Feb 10, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #768 from edx/feanil/pre_release_changes
Feanil/pre release changes
parents
bc37f762
12ce938c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
4 deletions
+19
-4
playbooks/edx-east/demo.yml
+15
-0
util/jenkins/ansible-provision.sh
+1
-1
vagrant/release/devstack/Vagrantfile
+2
-2
vagrant/release/fullstack/Vagrantfile
+1
-1
No files found.
playbooks/edx-east/demo.yml
0 → 100644
View file @
66569ec2
-
name
:
Deploy demo course
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
enable_datadog
:
True
enable_splunkforwarder
:
True
vars_files
:
-
[
"
{{
secure_vars
}}"
,
"
dummy.yml"
]
roles
:
-
demo
-
role
:
datadog
when
:
enable_datadog
-
role
:
splunkforwarder
when
:
enable_splunkforwarder
util/jenkins/ansible-provision.sh
View file @
66569ec2
...
...
@@ -186,7 +186,7 @@ EOF
fi
declare
-A
deploy
roles
=
"edxapp forum xqueue xserver ora discern certs"
roles
=
"edxapp forum xqueue xserver ora discern certs
demo
"
for
role
in
$roles
;
do
deploy[
$role
]=
${
!role
}
done
...
...
vagrant/release/devstack/Vagrantfile
View file @
66569ec2
...
...
@@ -34,8 +34,8 @@ end
Vagrant
.
configure
(
"2"
)
do
|
config
|
# Creates an edX devstack VM from an official release
config
.
vm
.
box
=
"
focaccia
-devstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
130-focaccia
-devstack.box"
config
.
vm
.
box
=
"
gugelhupf
-devstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
210-gugelhupf
-devstack.box"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
vm
.
network
:forwarded_port
,
guest:
8000
,
host:
8000
...
...
vagrant/release/fullstack/Vagrantfile
View file @
66569ec2
...
...
@@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
# Creates an edX fullstack VM from an official release
config
.
vm
.
box
=
"facaccia"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
130-focaccia
-fullstack.box"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
210-gugelhupf
-fullstack.box"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
hostsupdater
.
aliases
=
[
"preview.localhost"
]
...
...
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