From aeb2791f4d3a5e23090e56c330436205a61629d7 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 22 Sep 2017 11:48:38 -0700 Subject: Remove 'tools' Directory All tools (and history) have been moved to the pharos-tools repository: https://git.opnfv.org/pharos-tools/ Change-Id: I84fa9b6ebd9b27f42d41f2722eb1221ec39a8c94 Signed-off-by: Trevor Bramwell --- .../docs/howto/virt-manager/virsh-commands.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tools/pharos-validator/docs/howto/virt-manager/virsh-commands.txt (limited to 'tools/pharos-validator/docs/howto/virt-manager/virsh-commands.txt') diff --git a/tools/pharos-validator/docs/howto/virt-manager/virsh-commands.txt b/tools/pharos-validator/docs/howto/virt-manager/virsh-commands.txt deleted file mode 100644 index 45f81856..00000000 --- a/tools/pharos-validator/docs/howto/virt-manager/virsh-commands.txt +++ /dev/null @@ -1,14 +0,0 @@ -# Installing an OS on a new VM -virt-install -n jump-host-centos7 --graphics none --vcpus=2 --ram=512 --os-type=linux -l /iso/CentOS-7-x86_64-DVD-1511.iso --disk path=/vm/template/jump-host.img,cache=none --extra-args="console=ttyS0" - -# PXE booting a new vm -virt-install --name jump-host-centos7 --graphics none --vcpus 2 --ram=512 --os-type=linux --os-variant=centos7 --network=bridge:"network_birdge_name" --pxe - -# Unused option for pxe -#--disk path=/vm/template/jump-host.img,cache=none - -# Can't delete a VM? Here are some troubleshooting options -Remember to login as root if needing to destroy virtual machines created by root - -# Command to add network interfaces to VM guest -attach-interface jump-host-centos7_0 --type network --source default --model virtio --mac DE:AD:BE:EF:B4:EF --config --live -- cgit 1.2.3-korg