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
bc0a114a
Commit
bc0a114a
authored
Sep 02, 2014
by
Han Su Kim
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1504 from edx/han/kifli-Vagrantfile
New boxes for Kifli
parents
59ef5289
7d4c6a28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
vagrant/release/devstack/Vagrantfile
+4
-4
vagrant/release/fullstack/Vagrantfile
+4
-4
No files found.
vagrant/release/devstack/Vagrantfile
View file @
bc0a114a
...
...
@@ -43,8 +43,8 @@ end
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
# Creates an edX devstack VM from an official release
config
.
vm
.
box
=
"
johnnycake
-devstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
625-johnnycake
-devstack.box"
config
.
vm
.
box
=
"
kifli
-devstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
826-kifli
-devstack.box"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
vm
.
network
:forwarded_port
,
guest:
8000
,
host:
8000
...
...
@@ -92,8 +92,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
override
.
vm
.
box
=
"
johnnycake
-devstack-vmware"
override
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
630-johnnycake
-devstack-vmware.box"
override
.
vm
.
box
=
"
kifli
-devstack-vmware"
override
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
829-kifli
-devstack-vmware.box"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
...
...
vagrant/release/fullstack/Vagrantfile
View file @
bc0a114a
...
...
@@ -8,8 +8,8 @@ CPU_COUNT = 2
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
# Creates an edX fullstack VM from an official release
config
.
vm
.
box
=
"
johnnycake
-fullstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
625-johnnycake
-fullstack.box"
config
.
vm
.
box
=
"
kifli
-fullstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
826-kifli
-fullstack.box"
config
.
vm
.
synced_folder
"."
,
"/vagrant"
,
disabled:
true
config
.
ssh
.
insert_key
=
true
...
...
@@ -28,8 +28,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
override
.
vm
.
box
=
"
johnnycake
-fullstack-vmware"
override
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
630-johnnycake
-fullstack-vmware.box"
override
.
vm
.
box
=
"
kifli
-fullstack-vmware"
override
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
829-kifli
-fullstack-vmware.box"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
...
...
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