summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-01-16added a command line option -f in deploy.sh to enable ipv6 duringNarinder Gupta1-2/+7
deployment. Change-Id: I628b37b4e9434a613851e020cb5be6fb1ac5934b
2016-01-14consolidated all sdn 01-deploybundl.sh in joid/ci/01-deploybundle.shNarinder Gupta1-2/+2
Change-Id: Ic76bc50721e0c1f022d1ff877bf0faef7dd6e240
2016-01-05JIRA: JOID-38 added eth1 to compute VMs as well on request of onosNarinder Gupta1-1/+1
team. Change-Id: Ic383068458a482b88f3daa7bebbdee8feac09e0f
2016-01-04modified to support the ha deployment in case of virtual machine.Narinder Gupta1-0/+46
Change-Id: I36969409f87d8bf3a4fabc73b0d5de22e5af9a29
2015-12-12modified to use default option which is use local VMS for install.Narinder Gupta1-2/+2
Change-Id: I63287c2c035dbd0ff71d0a96c2b3a70ff81d0e76
2015-12-11typo errorNarinder Gupta1-1/+1
Change-Id: Id5f7d0d5a3099435f7d3e553aa3bd25dd453a751
2015-12-11fix syntax error and clean the clean.shNarinder Gupta1-1/+1
Change-Id: Ibb8ff7109aeda126ccb8be522b7e6d2334d54708
2015-12-11modified the yaml on request from David from Orange so thatNarinder Gupta1-4/+14
devices option can be modified to format the osd device. modified deploy.sh so that return value is positive. Change-Id: Idc94f4a99889df88bfae6446ce212050a570d30a
2015-12-09added support for maas deployment for juniper lab.Narinder Gupta1-9/+8
modified deploy.sh to resolve CI issue. Change-Id: Ifb0f2aaa6806289d2d5c4b493815dda89478a942
2015-12-09modified to craete rc file consume by various tests.Narinder Gupta1-1/+32
Change-Id: Ibedcd8def9cb94c9a06e8dd2e90003b2184e0a49
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