diff options
author | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-09-03 22:31:57 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-09-03 22:31:57 -0500 |
commit | 86a6d6c6274ae8494202c78f6e05eded32418aa2 (patch) | |
tree | 1977efa4eec499d862465c842f87c41f257ce31c | |
parent | 0cbff790666afd500ed741295c206c5bd99abf9b (diff) |
modified readme to explain the MAAS as pre requisite for bare
metal deploymnet and how it should configure before the juju
deplyment.
Change-Id: I08592055f3dbdcec3bf7ccd5385967c50810d0b7
-rw-r--r-- | ci/README | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -0,0 +1,45 @@ +MAAS pre requisite before deploying the solution: +================================================= + +MAAS version 1.8.0 or latest should be installed and configure +from ppa:maas/stable + +Please do the following once you have configure the MAAS cluster and regional +controller. + +1. Create two KVM virtual machine and have it named as bootstrap.maas and + node1.maas +2. Maually add chassis in MAAS with virsh as option and have both nodes listed + and commionined in MAAS. +3. Have all other physical nodes added into maas by PXE boot the nodes and + make sure node gets pxe booted theroug MAAS. +4. Tag all physical nodes as physical. +5. Tag bootstrap.maas as bootstrap and nodea.maas as neutron and gateway. + +install juju +============ + +add juju stable ppa by running command sudo apt-add-repository ppa:juju/stable +then run the following commands to do an juju install. + +sudo apt-get update +sudo apt-get install juju + +copy the environments.yaml file into ~/.juju/ directory and modify accordingly +MAAS_URL +MAAS_UUID + +deploy the bundle +================= + +run the following commands to clone a git repository and run the bundle. + +git clone https://narindergupta@gerrit.opnfv.org/gerrit/joid +# to depploy odl with kilo in nonha mode +./deploy.sh -s odl -o kilo -t nonha + +# to deploy openstail with kilo in nonha mode +./deply.sh -s opencontrail -o kilo -t nonha + +NOTE: Wait for approximately 30-45 minutes and your openstack will be ready to use. + |