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
86233145
Commit
86233145
authored
Jan 05, 2016
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VMWare is not supported
Nobody tests on it, and it's probably broken.
parent
b697a7ca
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
81 deletions
+0
-81
vagrant/base/analyticstack/Vagrantfile
+0
-10
vagrant/base/devstack/Vagrantfile
+0
-10
vagrant/base/fullstack/Vagrantfile
+0
-9
vagrant/base/test_playbook/Vagrantfile
+0
-9
vagrant/base/test_role/Vagrantfile
+0
-9
vagrant/release/devstack/Vagrantfile
+0
-17
vagrant/release/fullstack/Vagrantfile
+0
-17
No files found.
vagrant/base/analyticstack/Vagrantfile
View file @
86233145
...
...
@@ -90,16 +90,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
end
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
# Override box url to get vmware one
override
.
vm
.
box
=
"precise64_vmware"
override
.
vm
.
box_url
=
"http://files.vagrantup.com/precise64_vmware.box"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
end
# Make LC_ALL default to en_US.UTF-8 instead of en_US.
# See: https://github.com/mitchellh/vagrant/issues/1188
...
...
vagrant/base/devstack/Vagrantfile
View file @
86233145
...
...
@@ -56,16 +56,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
end
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
# Override box url to get vmware one
override
.
vm
.
box
=
"precise64_vmware"
override
.
vm
.
box_url
=
"http://files.vagrantup.com/precise64_vmware.box"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
end
# Make LC_ALL default to en_US.UTF-8 instead of en_US.
# See: https://github.com/mitchellh/vagrant/issues/1188
...
...
vagrant/base/fullstack/Vagrantfile
View file @
86233145
...
...
@@ -23,15 +23,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
end
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
override
.
vm
.
box
=
"precise64_vmware"
override
.
vm
.
box_url
=
"http://files.vagrantup.com/precise64_vmware.box"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
end
# Make LC_ALL default to en_US.UTF-8 instead of en_US.
# See: https://github.com/mitchellh/vagrant/issues/1188
config
.
vm
.
provision
"shell"
,
inline:
'echo \'LC_ALL="en_US.UTF-8"\' > /etc/default/locale'
...
...
vagrant/base/test_playbook/Vagrantfile
View file @
86233145
...
...
@@ -24,15 +24,6 @@ Vagrant.configure("2") do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
end
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
override
.
vm
.
box
=
"precise64_vmware"
override
.
vm
.
box_url
=
"http://files.vagrantup.com/precise64_vmware.box"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
end
config
.
vm
.
provision
:ansible
do
|
ansible
|
ansible
.
playbook
=
"../../../playbooks/"
+
ENV
[
'VAGRANT_ANSIBLE_PLAYBOOK'
]
+
".yml"
ansible
.
verbose
=
"extra"
...
...
vagrant/base/test_role/Vagrantfile
View file @
86233145
...
...
@@ -21,15 +21,6 @@ Vagrant.configure("2") do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
end
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
override
.
vm
.
box
=
"precise64_vmware"
override
.
vm
.
box_url
=
"http://files.vagrantup.com/precise64_vmware.box"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
end
config
.
vm
.
provision
:ansible
do
|
ansible
|
# point Vagrant at the location of your playbook you want to run
ansible
.
playbook
=
"../../../playbooks/run_role.yml"
...
...
vagrant/release/devstack/Vagrantfile
View file @
86233145
...
...
@@ -77,14 +77,6 @@ openedx_releases = {
openedx_releases
.
default
=
{
:name
=>
"dogwood-alpha1-devstack"
,
:file
=>
"dogwood-alpha1-devstack.box"
,
}
openedx_releases_vmware
=
{
"named-release/birch"
=>
{
:name
=>
"birch-devstack-vmware"
,
:file
=>
"20150610-birch-devstack-vmware.box"
,
},
}
openedx_releases_vmware
.
default
=
{
:name
=>
"kifli-devstack-vmware"
,
:file
=>
"20140829-kifli-devstack-vmware.box"
,
}
rel
=
ENV
[
'OPENEDX_RELEASE'
]
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
...
...
@@ -141,15 +133,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
end
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
override
.
vm
.
box
=
openedx_releases_vmware
[
rel
][
:name
]
override
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/
#{
openedx_releases_vmware
[
rel
][
:file
]
}
"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
end
# Use vagrant-vbguest plugin to make sure Guest Additions are in sync
config
.
vbguest
.
auto_reboot
=
true
config
.
vbguest
.
auto_update
=
true
...
...
vagrant/release/fullstack/Vagrantfile
View file @
86233145
...
...
@@ -26,14 +26,6 @@ openedx_releases = {
openedx_releases
.
default
=
{
:name
=>
"cypress-fullstack"
,
:file
=>
"cypress-fullstack.box"
,
}
openedx_releases_vmware
=
{
"named-release/birch"
=>
{
:name
=>
"birch-fullstack-vmware"
,
:file
=>
"20150610-birch-fullstack-vmware.box"
,
},
}
openedx_releases_vmware
.
default
=
{
:name
=>
"kifli-fullstack-vmware"
,
:file
=>
"20140829-kifli-fullstack-vmware.box"
,
}
rel
=
ENV
[
'OPENEDX_RELEASE'
]
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
...
...
@@ -56,13 +48,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# http://askubuntu.com/questions/238040/how-do-i-fix-name-service-for-vagrant-client
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
end
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
vmware_provider
|
config
.
vm
.
provider
vmware_provider
do
|
v
,
override
|
override
.
vm
.
box
=
openedx_releases_vmware
[
rel
][
:name
]
override
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/
#{
openedx_releases_vmware
[
rel
][
:file
]
}
"
v
.
vmx
[
"memsize"
]
=
MEMORY
.
to_s
v
.
vmx
[
"numvcpus"
]
=
CPU_COUNT
.
to_s
end
end
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