summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-17trying to change the config after install make sure all serviesNarinder Gupta1-7/+7
are configures and working fine. Change-Id: I0abc5ea1ddb9dbb29772642e1cf03e3da81a14b0 (cherry picked from commit 12c8491258ba77da7952f08a22e12a94e7293353)
2016-02-08forgot " in the last.Narinder Gupta1-3/+3
Change-Id: I89d8a050c2ccf34fe98223749d644177e349d055 (cherry picked from commit 3b421b0613b80edce3e87944a74b21f82ba4c46f)
2016-02-08modified to include the ODL Be support with sfc.Narinder Gupta1-0/+9
Change-Id: I7b376bc5afb8700152e654defaa19eb4d1d8393a (cherry picked from commit 7524f897b4b43615c71ceb9853ab74b33d4ecdfb)
2016-02-05modified to enable the dvr option where compute nodes also hasNarinder Gupta1-8/+12
external connectivity. Change-Id: Ieff09f50204e15383ef3def5a0bf500689f5c317 (cherry picked from commit f394a823013d15b1fa9039aed1384e2fdafc37db)
2016-01-29added the custom lab for unknown labs and added the client toolNarinder Gupta1-0/+4
on jumpshot server. Change-Id: I834233302eb410d3366790811d91de44906d7a31 (cherry picked from commit 19f1c4df2573da6ee4d6c6bf3a32ee7f65b6ffe9)
2016-01-29joid: clean deployment filesDavid Blaisonneau1-7/+7
Change-Id: I98115c2f15cd399a371fa63d974f3200750e0949 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com> (cherry picked from commit af0e297456a0646ea6d3e14cc63cb4a199dac506)
2016-01-22Add juniperpod1 to 01-deploybundle.sh. Also increase the juju-deployer ↵Samantha Jian-Pielak1-4/+8
timeout to 3600 seconds for the first part. Change-Id: I844438f1c43ede63945b8075f25358a28b8a02d4 (cherry picked from commit 0b5df02fcaecfa60d35db8348aa7bc770d0f8d1e)
2016-01-22Integrate 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> (cherry picked from commit b6ed3294f42593bc3bc45414965ba3e62b53b903)
2016-01-22added a command line option -f in deploy.sh to enable ipv6 duringNarinder Gupta1-0/+6
deployment. Change-Id: I628b37b4e9434a613851e020cb5be6fb1ac5934b (cherry picked from commit 65fa4d4b473684b9dc97b12886026e306964edba)
2016-01-20JOID-46 Add script to create the external network and update the gw_maczhangyuanyou1-0/+7
for the L3. Change-Id: Ied508858ebeae1f76b585c07ed5d175cbcb5eead (cherry picked from commit 4997494d40390cb130868163c994fac9d8967f1c)
2016-01-14consolidated all sdn 01-deploybundl.sh in joid/ci/01-deploybundle.shNarinder Gupta1-26/+14
Change-Id: Ic76bc50721e0c1f022d1ff877bf0faef7dd6e240 (cherry picked from commit 46ba62b3fac2b49a03a3ac0851db47ef177f73ee)
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