This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
copper:academy:joid [2016/02/17 22:49] 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> | ||
Line 114: | Line 116: | ||
</code> | </code> | ||
- | * When it completes, you can get the addresses of the installed services by: | + | * Once all the services are either in state "active" or "unknown" (which just means that the JuJu charm for the service does not yet implement status reporting), install should be complete. When it completes, you can get the addresses of the installed services by: |
<code> | <code> | ||
juju status --format=short | juju status --format=short |