summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2015-09-30Added support for Orange lab POD5 along with some renaming of the files.Narinder Gupta6-71/+433
Change-Id: I30739b0a56fbe9f65dbe3fb503d53221fbb046b9
2015-09-22Adding the maas deployment script. This will deploy the maas in aNarinder Gupta5-7/+141
VM. Also add a bootdtrap node. deploy.yaml will contain the config file to deploy the openstack release. deployment.yaml will be lab specific where it will install the maas in a particular lab. Change-Id: I9d19e06eeac55666fc38a8db22fe8ba0bda7a764
2015-09-15correct the ssh keys path of ubuntu user of the host machine.Narinder Gupta1-2/+2
Change-Id: Ib482560287945625de2fb43539725fe865a85349
2015-09-15change the username to ubuntu for virshNarinder Gupta1-1/+1
Change-Id: Ibca69df15493dff5bf79f9d31f7053ee04c842b7
2015-09-15added the deployment.yaml so that maas-deployer can be deployedNarinder Gupta8-9/+198
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-03modified readme to explain the MAAS as pre requisite for bareNarinder Gupta1-0/+45
metal deploymnet and how it should configure before the juju deplyment. Change-Id: I08592055f3dbdcec3bf7ccd5385967c50810d0b7
2015-09-02modified the default bundle deployment to ODL. Also updated theNarinder Gupta4-13/+12
localtion of the openvswitch charm from local to branch. Change-Id: I18a8f32d5963809ea8ea1f86669f3a2cf7b458c5
2015-09-01Added execute permission on clean.sh and deploy.shNarinder Gupta5-53/+86
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-29restructure the directory structure so that we can have directories perNarinder Gupta64-276/+1808
SDN and then we can have same structure for new distro by adding just the yaml file. Deleted the old file structure. Change-Id: Ibd544c340fdb53813bc34ee8ff6931ed4b4dee6c JIRA:JOID-1
2015-08-26Added a script to have a openstack with odl bundle.Narinder Gupta21-0/+819
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