This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
copper:academy:foreman:notes [2015/11/17 14:55] Bryan Sullivan |
copper:academy:foreman:notes [2015/11/18 01:52] (current) Bryan Sullivan |
||
---|---|---|---|
Line 9: | Line 9: | ||
* compute | * compute | ||
* you might want to wait a few minutes so that the controller boots fully and OpenStack services are initialized. Otherwise you may get a "no valid host found" error when starting VMs, and need to restart nova service on the compute host to resync with the controller. Starting from the jumphost: | * you might want to wait a few minutes so that the controller boots fully and OpenStack services are initialized. Otherwise you may get a "no valid host found" error when starting VMs, and need to restart nova service on the compute host to resync with the controller. Starting from the jumphost: | ||
- | * ssh root@ | + | * ssh root@192.168.1.205 |
- | * restart nova-compute * | + | * restart nova-compute |
* SSH into the jumphost (root/Op3nStack) and restart the Foreman VM | * SSH into the jumphost (root/Op3nStack) and restart the Foreman VM | ||
<code> | <code> | ||
- | sudo ssh root@192.168.1.201 | + | sudo ssh root@localhost |
cd /var/opt/opnfv/foreman_vm | cd /var/opt/opnfv/foreman_vm | ||
vagrant up | vagrant up |