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
86f9cb6d
Commit
86f9cb6d
authored
9 years ago
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2670 from edx/vmware-unsupported
VMware is not supported
parents
d3e2247a
86233145
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 @
86f9cb6d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
vagrant/base/devstack/Vagrantfile
View file @
86f9cb6d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
vagrant/base/fullstack/Vagrantfile
View file @
86f9cb6d
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
vagrant/base/test_playbook/Vagrantfile
View file @
86f9cb6d
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
vagrant/base/test_role/Vagrantfile
View file @
86f9cb6d
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
vagrant/release/devstack/Vagrantfile
View file @
86f9cb6d
...
...
@@ -77,14 +77,6 @@ openedx_releases = {
openedx_releases
.
default
=
{
:name
=>
"dogwood-devstack-rc2"
,
:file
=>
"20151221-dogwood-devstack-rc2.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
...
...
This diff is collapsed.
Click to expand it.
vagrant/release/fullstack/Vagrantfile
View file @
86f9cb6d
...
...
@@ -26,14 +26,6 @@ openedx_releases = {
openedx_releases
.
default
=
{
:name
=>
"dogwood-fullstack-rc2"
,
:file
=>
"20151221-dogwood-fullstack-rc2.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
This diff is collapsed.
Click to expand it.
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