summaryrefslogtreecommitdiffstats
path: root/ci/clean.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-09-15added the deployment.yaml so that maas-deployer can be deployedNarinder Gupta1-1/+1
with scripts itself with csripts. modified the yaml file further to deploy gateway on bare metal. rename 01-bootstrap.sh to 00-bootstrap.sh for sequence. Change-Id: Ic409871f4e99158308bee2860132cda94ce10b42
2015-09-01Added execute permission on clean.sh and deploy.shNarinder Gupta1-0/+0
Added the command line parameters in deply.sh for having various options in the deploy script. Options are -s "sdn type" -t "deploy type" -o "openstack" -l "lab" Based on options aboe we can deploy any combination using the same script. Change-Id: Ia888e97fc9630e9416ebf59747de7ffd79f416ae
2015-08-26Added a script to have a openstack with odl bundle.Narinder Gupta1-0/+11
Crate files which will get used by CI to build and deploy the OPNFV platform using JOID. Added script to deploy master branch of openstack with Ubuntu with ODL. deploy.sh will copy the appropriate deploy.sh ad deployopnfv.sh and run the scripts. Change-Id: Ia1fd744d36bd153def4ef6aab4643cf440e90206 JIRA:JOID-1