summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-17adding th elong option as command line.narindergupta1-88/+161
Change-Id: Ibe20b737a0ea9a6afc27ae490d8ff1ce6f61a5c0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-17cleanup and remove unnecessary code.Narinder Gupta1-18/+21
Change-Id: Idace8f5b31479dbcd8040fc41ee20e3a70b0cc8a Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-15modified templates and added variable to easlity understand theNarinder Gupta1-1/+1
templates and added support for multiple networks. Change-Id: I1074c722c9007bd12c711dbfc58afa1a098d2a17 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-15Improve and highlight logging to console (2)Martin Kulhavy1-16/+21
xtrace produces a lot of output that can be hard to read. This commit uses extra functions for formatted output (info and error), so that they stand out in the log and make it easier for the user to understand what is currently happening. Building up on change #38909: https://gerrit.opnfv.org/gerrit/38909 Change-Id: I0ddf9e0d3a12a62ae45c56d33a8d48c335b618a0 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-15adjusting the timeout while reading status.Narinder Gupta1-1/+1
Change-Id: I26829677f4688e75edf607b2fcd839385523c5aa Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-11Adding port 5240 along with MAAS_URL needed for non x86Narinder Gupta1-1/+1
architecture. Change-Id: Ia30ced70185d3f42529f49621f46e539c8c006e6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-10Merge "Change the deployment mode from 'nonha' to 'noha'"Narinder Gupta1-2/+2
2017-08-10Change the deployment mode from 'nonha' to 'noha'Martin Kulhavy1-2/+2
To conform with the OPNFV scenario naming pattern, the mode of the scenario must be either 'ha' or 'noha'. Reference: https://wiki.opnfv.org/display/INF/CI+Scenario+Naming Change-Id: I99a2ffb40dd1e0f0d155af985498d27e00817188 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-10Merge "cleanup old controllers and models for virtual deployments"Narinder Gupta1-1/+11
2017-08-10fix some typosDi Xu1-4/+4
Change-Id: I1373feb555056e8a7f95860aab90cf2c116b2b29 Signed-off-by: Di Xu <di.xu@arm.com>
2017-08-10cleanup old controllers and models for virtual deploymentsDi Xu1-1/+11
Change-Id: I47d2085345820e404f300c2a935c477988b4132a Signed-off-by: Di Xu <di.xu@arm.com>
2017-08-08adding openbaton requirement for relationship. and modify theNarinder Gupta1-4/+11
check status logic. Change-Id: I0242005c0de8bb2d57f2db75c22c63307c4cbc91 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-30modify openstack commands to use openstack tools.Narinder Gupta1-2/+4
Change-Id: I8ffebc25bc21e1c9d4c1121bbc9ea293d9d82fae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-17fixed syntax error.narindergupta1-1/+1
Change-Id: I04d4fa6fbf68bfe3f320f18a4168be9dd73da6cf Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-13typo corrected.Narinder Gupta1-11/+11
Change-Id: I1189a542d3975edc6ae3b6681f7dad31524dd4ca Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-02added support for install from git repository. please modifyNarinder Gupta1-3/+8
default_deployment_config.yaml to install from release repo for ocata,master etc. Also user can define their own URL and more information can be obtained at jujucharms.com Change-Id: I4943dbf68c6d980b2a2da65417b16631df768b48 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-03-31change default network gateway on containers with a public networkBlaisonneau David1-0/+26
Change-Id: Ic6b08b2942e94e8d8b9e7f46519058fcf3536d74 Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
2017-03-03Expose JUJU GUI to access the model using the GUI.narindergupta1-0/+5
Change-Id: Ib04916c35f99608994bbab23d6b6bbc79695a496 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-17fix searching with jq selectRyota MIBU1-2/+2
Change-Id: I98842799db56040c935336758db3de1e02825a41 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-15fix bundle_tpl and default versionsRyota MIBU1-2/+2
- fix syntax error of bundle template for juju2 - update default openstack and opnfv version of 'deploy.sh' Change-Id: I786c269a59d72f641ea9e0c1d1c0c9fdf204956c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-09to fix ODL issue.Narinder Gupta1-1/+9
Change-Id: Iae384f8ba902cc001b7ffd2d55fcbef25333ecba Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-06bug fixesRyota MIBU1-29/+43
- not to create '2' file by using '[[]]' instead of '[]' - delete files which are needed only during build process - update createresource() to support maas v2 Change-Id: I182bb2e62909dc0e1cb8494297ecab3872a067e5 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-05cleanup task.Narinder Gupta1-31/+28
Change-Id: I287e80899225c611752117ab29f079de7ba25f58 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-26did some cleanupm job.Narinder Gupta1-18/+17
Change-Id: I998482d0cba2bf6eb774d68124d2383ba869a08b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-25modified to fix kubernetes issue.Narinder Gupta1-0/+3
Change-Id: Ib9d90bc171836aa83f455d6727c9a1457b5fd400 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-19modified for Kubernetes.Narinder Gupta1-1/+1
Change-Id: Ibe3c04f7988bfb1f9907ecd82c04ea5d22575eef Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-06modified to add cpu as host cpu for kvm machines.Narinder Gupta1-2/+2
Change-Id: Ia265021a79d5595748ec0b6b3e5988adbc3086b7 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-12-21Added kubernetes core bundle support.Narinder Gupta1-16/+25
Change-Id: Ic2c5c4e1b76ac1caa8a4d2373661ebeb83e8971b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-10-17modfified to change the model default after bootstrap.Narinder Gupta1-3/+3
Change-Id: I621dd2b861e5b797f0876939c8c0472d0fca5c95 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-10-17modified ocl charm location fetching from git tree.Narinder Gupta1-1/+1
Change-Id: I3913286114e4a4b402b859ab151e7e0442be4262 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-10-17modified to typo error.Narinder Gupta1-1/+5
Change-Id: I9992d424a6b74578b918c5a749ae86e892ea4084 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-10-17more changes needed for juju 2.0Narinder Gupta1-2/+11
Change-Id: I30a1703bdd0dbfc72d0a35c2bee39a1f1b57b52a Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-10-16cmodfiied to add juju 2.0 support.Narinder Gupta1-9/+10
Change-Id: I3981f796cfb9ceb9f32522f4fed831d66e389c48 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-10-07remove phase bundle to single bundle and test.Narinder Gupta1-1/+1
Change-Id: I2d04ea10f34d0bd578a635c63f27aae361293e18 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-09-15move the heat domain creation after openstack.shNarinder Gupta1-2/+6
Change-Id: I93c5d7faebca8c61fffca6cc796e44659df805d9 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-09-08modified to backup and restore deployment.yamlNarinder Gupta1-0/+3
Change-Id: Id19a574024172fc9b50b9016361cc465e0088bd7 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-22added lab to compare currently run only for orange pod1Narinder Gupta1-1/+1
Change-Id: I9f3689b65ca01ed74a39c9592221b1385ecbc4cd Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-22trying to pass correct target for deployment.Narinder Gupta1-1/+1
Change-Id: I76ee4d723b86a9d4538cb7137bd3cbe1ba8303ed Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-22modfied to cleanup copying of yaml files from .juju/narindergupta1-0/+6
Change-Id: I1c44815b9b4217033034faf4a2880f5737f81fad Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-20ifailed in testing moving the haproxy to openstack.shNarinder Gupta1-12/+1
Change-Id: I5dd5d65934e6fdf4c3935739b85399fa8610f62a Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-19modfied to take care of labconfig.yaml file copy and change theNarinder Gupta1-4/+4
bundle to deploy with haproxy Change-Id: Iec5126562e4a78b8b4984ce2992ab81a197f90b0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-19[beta] add a public api proxy for orange pod1David Blaisonneau1-2/+14
Change-Id: I173b545a2b3bdc7ff948f37820fc2cfb62d5ca6d Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-08-11to adjust the worker mutiplier for api service so that not too manyNarinder Gupta1-1/+1
instance of API service spawned up. Change-Id: Ia1d5b542c3f97cbdc7b5523fc8d45b90ed836aa2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-02clenup the naming convention of the scripts and modify not to useNarinder Gupta1-2/+2
variable directly. Change-Id: I234b53010a32c3b1f0daef507585dde4652616eb Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-07-29exposing the ceph-radosgw port and also creating users.Narinder Gupta1-0/+3
Change-Id: I4887538541d7153033b7276bd766a0cd915075ae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-07-28patch not to remove swift API.Narinder Gupta1-1/+3
Change-Id: I32e552b7e42393fc4699010dab19f8547fa6352f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-07-27adding script to enable juju on openstack.Narinder Gupta1-0/+5
Change-Id: If259c8ad3530cc8d67499d406bd96abdd98b46f0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-07-25modified to increase the number of user instance to open.Narinder Gupta1-8/+0
Change-Id: Ic76ce031c8641028edb7fc530b985a3df401ded5 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-07-24in case of ONOS facing issue about the failure.Narinder Gupta1-3/+3
Change-Id: Id3569bf2a4dd05938cbd4135b5cb02cec3d57af0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-07-11modfied to use the trusty as extra feature.Narinder Gupta1-1/+1
Change-Id: I3fe1f9bcae7c4458116202ae14a059c3fbcfcb0e Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>