Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
20dab5b7
Commit
20dab5b7
authored
Nov 07, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set enable_vmrun_ip_lookup = false for workstation as well
parent
c755f77d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
vagrantfile-windows_10.template
vagrantfile-windows_10.template
+1
-0
vagrantfile-windows_2016.template
vagrantfile-windows_2016.template
+2
-1
vagrantfile-windows_2016_docker.template
vagrantfile-windows_2016_docker.template
+3
-2
No files found.
vagrantfile-windows_10.template
View file @
20dab5b7
...
...
@@ -53,5 +53,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
end
end
vagrantfile-windows_2016.template
View file @
20dab5b7
...
...
@@ -33,7 +33,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"TRUE"
v
.
vmx
[
"mks.enable3d"
]
=
"TRUE"
v
.
vmx
[
"mks.forceDiscreteGPU"
]
=
"TRUE"
...
...
@@ -43,6 +42,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"sound.startconnected"
]
=
"FALSE"
v
.
vmx
[
"sound.present"
]
=
"FALSE"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
enable_vmrun_ip_lookup
=
false
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -53,5 +53,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
end
end
vagrantfile-windows_2016_docker.template
View file @
20dab5b7
...
...
@@ -34,7 +34,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"vhv.enable"
]
=
"TRUE"
v
.
enable_vmrun_ip_lookup
=
false
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"TRUE"
v
.
vmx
[
"mks.enable3d"
]
=
"TRUE"
v
.
vmx
[
"mks.forceDiscreteGPU"
]
=
"TRUE"
...
...
@@ -45,6 +44,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"sound.present"
]
=
"FALSE"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
vms
[
"virtualhw.version"
]
=
"11"
v
.
enable_vmrun_ip_lookup
=
false
end
config
.
vm
.
provider
:vmware_workstation
do
|
v
,
override
|
...
...
@@ -57,11 +57,12 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"vhv.enable"
]
=
"TRUE"
v
.
vmx
[
"hypervisor.cpuid.v0"
]
=
"FALSE"
v
.
enable_vmrun_ip_lookup
=
false
end
config
.
vm
.
provider
"hyperv"
do
|
v
|
v
.
cpus
=
2
v
.
maxmemory
=
2048
v
.
differencing_disk
=
true
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