aboutsummaryrefslogtreecommitdiffstats
path: root/functest/__init__.py
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain)

. 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.