From a3f09bf30c54d119a575c24318c26198d64bdae3 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Tue, 8 Nov 2016 17:08:20 +0100 Subject: [PATCH] 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 --- tools/virsh_dev_env/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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