diff --git a/tools/virsh_dev_env/README.md b/tools/virsh_dev_env/README.md index e43747ba8..7667d35a3 100644 --- a/tools/virsh_dev_env/README.md +++ b/tools/virsh_dev_env/README.md @@ -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 <>/<> dev <> +ip link set <> up + Where to get guest images ========================= In order to create the guest VMs, you will need a cloud image