Update README.md

This commit is contained in:
James Slagle 2014-08-21 15:44:53 -04:00
parent 9509342853
commit 8c679f174a

View File

@ -44,24 +44,24 @@ Running the instack-virt-setup Docker image
--volume /storage/docker/lib/instack-virt-environment:/var/lib/libvirt/images \ --volume /storage/docker/lib/instack-virt-environment:/var/lib/libvirt/images \
slagle/instack-virt slagle/instack-virt
1. Look up the IP address of the container 1. Open a new termainl and look up the IP address of the container
# Run these commands as root # Run these commands as root
docker inspect instack-virt-environment | grep IPAddress docker inspect instack-virt-environment | grep IPAddress
1. ssh as stack to the container's IP address. The initial stack password is also stack. 1. ssh as stack to the container's IP address. The initial stack password is also stack.
1. Start the instack vm 1. Once ssh'd into the container, start the instack vm
virsh start instack virsh start instack
The IP address of the instack vm will be 192.168.122.100. ssh as the stack The IP address of the instack vm will be 192.168.122.100. ssh as the stack
user (initial password is stack) to the vm. It may take a minute or 2 for it to user (initial password is stack) to the instack vm. It may take a minute or 2 for it to
come up. come up.
ssh stack@192.168.122.100 ssh stack@192.168.122.100
1. You must wait for the run of os-collect-config to complete. It should 1. Once ssh'd to the instack vm, you must wait for the run of os-collect-config to complete. It should
complete in < 5 minutes. Use the following command to check for completion. complete in < 5 minutes. Use the following command to check for completion.
sudo journalctl -u os-collect-config --full -f | grep "Completed phase migration" sudo journalctl -u os-collect-config --full -f | grep "Completed phase migration"