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/06 00:37] Bryan Sullivan |
copper:academy:foreman:notes [2015/11/18 01:52] (current) Bryan Sullivan |
||
---|---|---|---|
Line 4: | Line 4: | ||
You should be able to power-down the NUC boxes and move them to another place. The should power-up and be reconnected using the same addresses they were assigned in the install (at least this works for the 3-node deploy). The procedure to power-up is: | You should be able to power-down the NUC boxes and move them to another place. The should power-up and be reconnected using the same addresses they were assigned in the install (at least this works for the 3-node deploy). The procedure to power-up is: | ||
- | * power-on all the nodes | + | * power-on all the nodes, in this order |
+ | * jumphost | ||
+ | * controller | ||
+ | * 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: | ||
+ | * ssh root@192.168.1.205 | ||
+ | * 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 |