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
300238d1
Commit
300238d1
authored
Jan 30, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #728 from edx/jarv/focaccia
Jarv/focaccia
parents
5fb78b90
38fc11c9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
6 deletions
+28
-6
playbooks/edx-east/edx_provision.yml
+23
-2
playbooks/vagrant-devstack.yml
+1
-0
util/jenkins/ansible-provision.sh
+2
-2
vagrant/release/devstack/Vagrantfile
+1
-1
vagrant/release/fullstack/Vagrantfile
+1
-1
No files found.
playbooks/edx-east/edx_provision.yml
View file @
300238d1
...
...
@@ -2,18 +2,37 @@
hosts
:
localhost
connection
:
local
gather_facts
:
False
pre_tasks
:
vars
:
keypair
:
continuous-integration
instance_type
:
m1.medium
security_group
:
sandbox
# ubuntu 12.04
ami
:
ami-d0f89fb9
region
:
us-east-1
zone
:
us-east-1b
instance_tags
:
environment
:
sandbox
github_username
:
temp
Name
:
sandbox-temp
source
:
provisioning-script
owner
:
temp
root_ebs_size
:
50
dns_name
:
temp
dns_zone
:
m.sandbox.edx.org
name_tag
:
sandbox-temp
elb
:
false
roles
:
-
role
:
launch_ec2
keypair
:
"
{{
keypair
}}"
instance_type
:
"
{{
instance_type
}}"
security_group
:
"
{{
security_group
}}"
ami
_image
:
"
{{
ami
}}"
ami
:
"
{{
ami
}}"
region
:
"
{{
region
}}"
instance_tags
:
"
{{
instance_tags
}}"
root_ebs_size
:
"
{{
root_ebs_size
}}"
dns_name
:
"
{{
dns_name
}}"
dns_zone
:
"
{{
dns_zone
}}"
zone
:
"
{{
zone
}}"
terminate_instance
:
true
instance_profile_name
:
sandbox
...
...
@@ -21,6 +40,8 @@
hosts
:
launched
sudo
:
True
gather_facts
:
False
vars
:
elb
:
false
pre_tasks
:
-
name
:
Wait for cloud-init to finish
wait_for
:
>
...
...
playbooks/vagrant-devstack.yml
View file @
300238d1
...
...
@@ -22,3 +22,4 @@
-
ora
-
browsers
-
local_dev
-
demo
util/jenkins/ansible-provision.sh
View file @
300238d1
...
...
@@ -54,7 +54,7 @@ fi
extra_vars
=
"/var/tmp/extra-vars-
$$
.yml"
if
[[
-z
$region
]]
;
then
region
=
"us-east1"
region
=
"us-east
-
1"
fi
if
[[
-z
$zone
]]
;
then
...
...
@@ -75,7 +75,7 @@ fi
if
[[
-z
$ami
]]
;
then
if
[[
$server_type
==
"full_edx_installation"
]]
;
then
ami
=
"ami-
73f2c51a
"
ami
=
"ami-
0dd1ef64
"
elif
[[
$server_type
==
"ubuntu_12.04"
]]
;
then
ami
=
"ami-d0f89fb9"
fi
...
...
vagrant/release/devstack/Vagrantfile
View file @
300238d1
...
...
@@ -35,7 +35,7 @@ Vagrant.configure("2") do |config|
# Creates an edX devstack VM from an official release
config
.
vm
.
box
=
"empanada-devstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/201
31219-empanad
a-devstack.box"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/201
40130-focacci
a-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 @
300238d1
...
...
@@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
# Creates an edX fullstack VM from an official release
config
.
vm
.
box
=
"empanada"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/201
31218-empanad
a-fullstack.box"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/201
40130-focacci
a-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