summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-01-18JOID-46 Add script to create the external network and update the gw_maczhangyuanyou1-0/+7
for the L3. Change-Id: Ied508858ebeae1f76b585c07ed5d175cbcb5eead
2016-01-16added a command line option -f in deploy.sh to enable ipv6 duringNarinder Gupta1-0/+6
deployment. Change-Id: I628b37b4e9434a613851e020cb5be6fb1ac5934b
2016-01-14Integrate JOID to CENGN Lynx LabDave Urschatz1-0/+4
The intent of this commit is to add the CENGN pod1 configuration data as well as required changes to deployment scripts to consume the configuration. JIRA: JOID-45 Change-Id: Ib517898d48cafbb26f6f39d8930e38fb6e9112c8 Signed-off-by: Dave Urschatz <dave.urschatz@cengn.ca>
2016-01-14consolidated all sdn 01-deploybundl.sh in joid/ci/01-deploybundle.shNarinder Gupta1-26/+14
Change-Id: Ic76bc50721e0c1f022d1ff877bf0faef7dd6e240
2015-12-04modified to comment the use of juju-br0 as external network.Narinder Gupta1-7/+6
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-02Add updates for ATT NUC cluster 1blsaws1-17/+41
JIRA: COPPER-2 Change-Id: I17db048f4e1459b8102cefb2f5543a76ed28adf5 Signed-off-by: blsaws <bs3131@att.com>
2015-11-07added ubuntu charm for local deployment charm to configure theNarinder Gupta1-4/+39
network according to the labs. Change-Id: I103b6dc243f025a4916d1057c247d01ee8f175ee
2015-10-12modified the vip address for different labs.Narinder Gupta1-0/+6
Change-Id: Ie6bdd89712aea7124250d47034d79bda7c539b92
2015-10-05modified the bundle to include ha for Kilo Openstack.Narinder Gupta1-0/+1
Change-Id: I5fa98e5048fb9b4b694ad40430e624f5b4679dd6
2015-09-02modified the default bundle deployment to ODL. Also updated theNarinder Gupta1-7/+6
localtion of the openvswitch charm from local to branch. Change-Id: I18a8f32d5963809ea8ea1f86669f3a2cf7b458c5
2015-09-01Added execute permission on clean.sh and deploy.shNarinder Gupta1-5/+17
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/+14
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