Add instructions to setup ip on provisiong on virsh
This is useful when interface comes without any ip configured, so it is down and cannot be used. Change-Id: Ic930245ff5a8dbcc50d46858fc0c1f3d8a98fa7d
This commit is contained in:
parent
cb81c0da95
commit
a3f09bf30c
@ -27,6 +27,12 @@ virsh define --file vm/baremetal.xml
|
||||
virsh start baremetal
|
||||
virsh console baremetal
|
||||
|
||||
When you login into baremetal, the interface for the provisioning
|
||||
network will be down. You may need to add an IP manually:
|
||||
|
||||
ip addr add <<provisioning_ip_address>>/<<mask>> dev <<interface>>
|
||||
ip link set <<interface>> up
|
||||
|
||||
Where to get guest images
|
||||
=========================
|
||||
In order to create the guest VMs, you will need a cloud image
|
||||
|
Loading…
x
Reference in New Issue
Block a user