Merge "Add instructions to setup ip on provisiong on virsh"

This commit is contained in:
Jenkins 2016-11-14 13:54:51 +00:00 committed by Gerrit Code Review
commit 11216d68fc
1 changed files with 6 additions and 0 deletions

View File

@ -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