summaryrefslogtreecommitdiffstats
path: root/vagrant/pxe/Vagrantfile
diff options
context:
space:
mode:
authorAreli, Fuss (af732p) <af732p@att.com>2018-05-24 11:24:40 +0300
committerAreli, Fuss (af732p) <af732p@att.com>2018-05-24 11:24:40 +0300
commitaf331643dc0af5e3fb8bebfa9efb2682e46451b8 (patch)
tree6a9415cf34eac1dc231e239aca9d7bfe63ad8048 /vagrant/pxe/Vagrantfile
parent61bb1d8b6a20fec9235ca5b5af0174ad1c85aa67 (diff)
Alignment of VVP devkit
Alignment of VVP devkit Change-Id: I7c6dae29faf0a14dce4d40114bd0bc4be8e23e42 Issue-ID: VVP-60 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
Diffstat (limited to 'vagrant/pxe/Vagrantfile')
-rw-r--r--vagrant/pxe/Vagrantfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/vagrant/pxe/Vagrantfile b/vagrant/pxe/Vagrantfile
index 864c056..8aad897 100644
--- a/vagrant/pxe/Vagrantfile
+++ b/vagrant/pxe/Vagrantfile
@@ -103,14 +103,14 @@ Vagrant.configure("2") do |config|
conf.vm.network :private_network,
:adapter => 2,
:ip => box["ips"][0],
- :mac => box["macs"][0],
- :nic_type => "virtio"
+ :mac => box["macs"][0] ####,
+ ####:nic_type => "virtio"
conf.vm.network :private_network,
:adapter => 3,
:ip => box["ips"][1],
:mac => box["macs"][1],
- :nic_type => "virtio",
+ ####:nic_type => "virtio",
:type => :static
if box["groups"].include? "centos" then