This commit is contained in:
dima
2018-03-17 14:28:23 +01:00
parent 9724901ed1
commit c3e46a1f23

View File

@@ -1085,7 +1085,7 @@ Name of network "foreman_managed" is key for define boot order
```ruby ```ruby
config.vm.define :pxeclient do |pxeclient| config.vm.define :pxeclient do |pxeclient|
pxeclient.vm.network :private_network,ip: '10.0.0.5', pxeclient.vm.network :private_network,ip: '10.0.0.5',
libvirt__network_name: "foreman_managed". libvirt__network_name: "foreman_managed",
libvirt__dhcp_enabled: false, libvirt__dhcp_enabled: false,
libvirt__host_ip: '10.0.0.1' libvirt__host_ip: '10.0.0.1'