formatting changes
This commit is contained in:
parent
351344071d
commit
9f910f9752
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user