summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-12-04modified to comment the use of juju-br0 as external network.Narinder Gupta1-6/+18
Added option to install neutron-openswitch without ODL. consolidated source files to common as all sdn share the s same source for openstack and it can be modified during deployment. Change-Id: I1df7f5cd5d928d170bc6be6b32c3404dbcb5fda3
2015-12-02modified to include the default deployment of MAAS on virbr0 inNarinder Gupta1-5/+4
case no lab is provided. modified maas deployment creating the default storage pool. Change-Id: Ic48b95222c01e5b5f2984777776c306dbd226832
2015-10-05modified the bundle to include ha for Kilo Openstack.Narinder Gupta1-0/+4
Change-Id: I5fa98e5048fb9b4b694ad40430e624f5b4679dd6
2015-10-03juju gui password has been set to amdin.Narinder Gupta1-0/+2
Change-Id: If323a39aedf07b0a63a0c3fe156c8232acde6f08
2015-10-02modified to download precise images also as part of MAAS install.Narinder Gupta1-2/+4
As opencontrail needs the precise image for cassandra and opencontrail charms. Change-Id: I44056819ac342d7a822bb1672404e19b6d727017
2015-10-01updated the script to deploy maas cleanly. Update the Orange LabNarinder Gupta1-0/+10
node infrastruture. Change-Id: I4cde950a29589295e4d0986add3ddcd289b0fc7e
2015-09-22Adding the maas deployment script. This will deploy the maas in aNarinder Gupta1-7/+31
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-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-29/+37
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 Gupta1-0/+23
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 Gupta1-0/+15
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