This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
copper:academy:joid [2016/02/17 22:52] Bryan Sullivan |
copper:academy:joid [2016/02/22 14:22] (current) Bryan Sullivan |
||
|---|---|---|---|
| Line 51: | Line 51: | ||
| * Clone the joid repo | * Clone the joid repo | ||
| <code> | <code> | ||
| + | mkdir ~/git | ||
| + | cd git | ||
| git clone http://gerrit.opnfv.org/gerrit/joid.git | git clone http://gerrit.opnfv.org/gerrit/joid.git | ||
| </code> | </code> | ||
| Line 56: | Line 58: | ||
| * Set the correct MAC addresses on the controller and compute nodes in the template ~/joid/ci/maas/att/virpod1/deployment.yaml | * Set the correct MAC addresses on the controller and compute nodes in the template ~/joid/ci/maas/att/virpod1/deployment.yaml | ||
| <code> | <code> | ||
| - | vi ~/joid/ci/maas/att/virpod1/deployment.yaml | + | vi ~/git/joid/ci/maas/att/virpod1/deployment.yaml |
| </code> | </code> | ||
| * Start MAAS and Juju bootstrap into two VMs on the jumphost | * Start MAAS and Juju bootstrap into two VMs on the jumphost | ||
| <code> | <code> | ||
| - | cd ~/joid/ci | + | cd ~/git/joid/ci |
| ./02-maasdeploy.sh attvirpod1 | ./02-maasdeploy.sh attvirpod1 | ||
| </code> | </code> | ||
| Line 86: | Line 88: | ||
| * Run the OPNFV deploy via Juju | * Run the OPNFV deploy via Juju | ||
| <code> | <code> | ||
| - | cd ~/joid/ci | + | cd ~/git/joid/ci |
| ./deploy.sh -o liberty -s odl -t nonha -l attvirpod1 | ./deploy.sh -o liberty -s odl -t nonha -l attvirpod1 | ||
| </code> | </code> | ||