VMware-vagrant doesn't allow me to overwrite pciSlotNumber
property for ethernet0 nor ethernet1
#7656
Labels
Milestone
pciSlotNumber
property for ethernet0 nor ethernet1
#7656
I need to overwrite the value of the
pciSlotNumber
to3
and6
in order to bootstrap a VM with vmware and vagrant plugin. This VM should have two network interfaces whose names areens3
andens6
. However I got the default ones which areens33
andens34
.In the following piece of code, I set the value for the
pciSlotNumber
:Vagrant version
1.8.1
Host operating system
Ubuntu
Guest operating system
CoreOS
Debug
The logs of the
vagrant up core-01
are available in the following gist:https://gist.github.com/hectorj2f/cef6cf52c0ba0461ff16f9a1b54687a0
By looking at the logs, I could say that the VMX file is modified. However, if I follow the logs it seems that other values re-define the initial ones to
33
and34
, respectively.Vagrantfile
Expected behavior
I'd like to have two network interfaces
ens3
andens6
Actual behavior
I get two network interfaces
ens33
andens34
The text was updated successfully, but these errors were encountered: