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:
@@ -27,6 +27,12 @@ virsh define --file vm/baremetal.xml
|
|||||||
virsh start baremetal
|
virsh start baremetal
|
||||||
virsh console 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
|
Where to get guest images
|
||||||
=========================
|
=========================
|
||||||
In order to create the guest VMs, you will need a cloud image
|
In order to create the guest VMs, you will need a cloud image
|
||||||
|
|||||||
Reference in New Issue
Block a user