From 9f910f9752f0d21e01b49b4fc27fcddafecad09d Mon Sep 17 00:00:00 2001 From: Ryan Brady <rbrady@redhat.com> Date: Tue, 8 Apr 2014 12:14:39 -0400 Subject: [PATCH] formatting changes --- README-virt.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README-virt.md b/README-virt.md index 847c57d0d..a8cd060f6 100644 --- a/README-virt.md +++ b/README-virt.md @@ -54,13 +54,11 @@ Some recommended default environment variables before starting: use virt-manager or boxes to visually manage the virtual machines created in the next step, this would be a good time to install those tools now. - -1. Run script to setup your virtual environment. +1. Run script to setup your virtual environment. export NODE_DISK=30 instack-virt-setup - You should now have a vm called instack that you can use for the instack-undercloud installation that contains a minimal install of Fedora 20 x86_64. The instack vm contains a user "stack" that uses the password "stack" and is granted password-less sudo privileges. The root password is "redhat". @@ -73,7 +71,6 @@ Some recommended default environment variables before starting: for i in $(seq 0 3); do echo -n $(tripleo get-vm-mac baremetal_$i) " "; done; echo - Note that you don't have to use the pre-created instack vm and could instead create a new one via some other method (virt-install, virt-clone, etc). If you do so however make sure all the NIC interfaces are set to use virtio, and also manually add an additional interface to the vm by adding the following the libvirt xml for the domain (you may need to