summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2017-02-09bug fix.Narinder Gupta1-1/+1
Change-Id: I1da50da2f319b173af7ab148b00bc521ff24216f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-09morecleanup and fix odl with ext-net as flat.Narinder Gupta1-29/+5
Change-Id: I7dbd300534be3f87a805d62a107c64b6d8962557 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-09to fix ODL issue.Narinder Gupta3-3/+13
Change-Id: Iae384f8ba902cc001b7ffd2d55fcbef25333ecba Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-07modified to use /srv instead of /dev/sdb for ceph.Narinder Gupta4-51/+42
Change-Id: I9eb2e8ecdd5cb6e1c97ff03462208cea95eb2c8a Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-06fix ppa path juju/dev --> juju/develRyota MIBU2-4/+4
also deleting "set -e" from cleanvm.sh Change-Id: I0404abf63e158d93d5193a4c74bd4075ffed6efc Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-05typo where forgot "$" against variable.Narinder Gupta1-1/+1
Change-Id: Id67793a32c0f2141b3e7082aa752607935870c1d Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-06bug fixesRyota MIBU3-53/+60
- 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 Gupta12-341/+131
Change-Id: I287e80899225c611752117ab29f079de7ba25f58 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-05increasing the mysql max connection to accomodate buffer size.Narinder Gupta3-6/+3
Change-Id: Ic7d2ba8717289cd8ec5e3cca32b209b1f69cae33 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-05modified to use the default binding in case no binding for thoseNarinder Gupta3-26/+6
service containers. Change-Id: I794a186669c093d25a4b14806d86fa5f05558964 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-04use the correct method to get vip of keystoneNarinder Gupta1-2/+2
Change-Id: I48a8ae02461f2af68f5b1223596565e59bca75f0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-04modfiied to take care of using juju 2.1-beta4. Will switch onceNarinder Gupta5-12/+84
get the final confirmation of release. Change-Id: Id5964a5fd458df9c0486051dd3c6fbbd2abaa7bd Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-02modfiied to not to expose api on admin network if public is notNarinder Gupta12-22/+32
defined. Change-Id: I3f8a79de2cb85d0273bdfd4d8b21e1eb7a7a4979 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-02modified to give proper naming convention for floating ip network.Narinder Gupta1-3/+3
Change-Id: I92d78e4a1dd232f699aa69b894335abf481bb9bd Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-02few reversal changes based on test result.Narinder Gupta1-8/+20
Change-Id: I4c29ba756b66fcb777f14a632f2ec6bdcb5aea99 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-01modified the vips as per charm team.Narinder Gupta2-25/+10
Change-Id: Id3a9d97eedc97515924018e81976e69c765d5432 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-01modfied to to increase the scope of vip to all api network.Narinder Gupta2-2/+38
Change-Id: I7a5fc38b7381cf9badb48c4e1a86cb0dbf7d128b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-02-01imodified to user port 5000 to do the juju on openstack for openrc.Narinder Gupta5-1/+12
Change-Id: If396896c5675d10bf91aa48b8e5c459d14b6efba Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-31modfied to make the ceph cluster and access node on same network.Narinder Gupta1-2/+2
Change-Id: I989bffbaf829a1646ead3d7fa82ef7c72d5673d1 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-31modified to use spaces by default.Narinder Gupta1-1/+1
Change-Id: I389204f2fa8ef3e36a6dec61eff92cd76378786b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-27correct previous errors. Also enabling the console access for VM.Narinder Gupta2-3/+3
Change-Id: I82e1533c569fefa40ddf05f296e18fc5b46c6fc2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-27using propper labconfig.yaml so that it will match the other labs.Narinder Gupta2-2/+2
Also mofiied the deployment.yaml to generate the IP address of admin bridge ip. Enable novnc console access for instances. Change-Id: I874831c3769b098182eccc83f841fc0a92ad5a37 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-27improvements for default virtual pod creationRyota MIBU5-33/+33
This patch includes the following improvements: - deprecate ci/00-maasdeploy.sh - refactor cleaner sctipts - fix MAAS_IP in default configs Change-Id: I60f77e18ce41573a744d79b8cf468c23a7dd3385 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-26use 'jq' in 03-maasdeploy.shRyota MIBU1-39/+36
This patch introduces 'jq' to parse json output from maas cli. This patch also fixes bad value of SUBNET_CIDR. Change-Id: Ie3311f9a0b1aa89dd40727534700ab6db591a24b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-26changing the permisssiong mode to execute.Narinder Gupta1-0/+0
Change-Id: I07e58cf04a3d09d00bc47107f7a97d0b02feaced Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-26rename as per requirements.Narinder Gupta1-0/+0
Change-Id: I57cc1a74ba76b437fc2c0f24c64c932c0ffc95c8 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-26did some cleanupm job.Narinder Gupta4-57/+54
Change-Id: I998482d0cba2bf6eb774d68124d2383ba869a08b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-25modified to fix kubernetes issue.Narinder Gupta9-25/+37
Change-Id: Ib9d90bc171836aa83f455d6727c9a1457b5fd400 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-25bug fixes in 03-maasdeploy.shRyota MIBU1-9/+24
This patch includes the following fixes: - make the script pick the first 'system_id' from output of `maas machines create` - add missing parameter name in bootstrap machine creation - change file owner of ssh key files, so that maas user can access qemu via ssh - execute 'enablesubnetanddhcp()' Change-Id: Idf889425548760ec1d9a25458916d7c0d485d683 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-24modfied to use latest charm currently.Narinder Gupta14-25/+42
Change-Id: I6109fed4861f3d9656adc698b6de6d7143fa6988 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-23modfied to add more vms in case there is updates required.Narinder Gupta1-5/+5
Change-Id: Ieccdefb3d8a37a3aede41902d6f7cfb3e933ec1e Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-20added maas commands as an option.Narinder Gupta1-37/+33
Change-Id: If7e7cd48776240d361324066e7309b30dabffee7 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-20adjusted as per maas version.Narinder Gupta1-3/+17
Change-Id: I0ead201e0c52a141640644d0329aa550e4f4cb3f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-20automated creation of bootstrap node based on host bridgesNarinder Gupta1-41/+66
configured by default. Change-Id: Id8bf1498c72b4e2132044f8ad2882a2d3950916e Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-20typoNarinder Gupta2-2/+2
Change-Id: Iaaaffd8e0199cb7352c8547845b334e0ae4d4554 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-20modified maas installer for xenial.Narinder Gupta1-42/+50
Change-Id: I4fdb2a6370001b5b8778f40add490ce394d826e3 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-19modfied to support k8.Narinder Gupta3-5/+5
Change-Id: I274e0e381ec3ee7263df622cabfcc3a68516f16f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-19modified for Kubernetes.Narinder Gupta4-5/+6
Change-Id: Ibe3c04f7988bfb1f9907ecd82c04ea5d22575eef Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-19modfiied to support the new spaces in juju.Narinder Gupta10-21/+52
Change-Id: I4938bb53b0172ebde9a110d7ac6a0725064aa5ca Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-12move to master branch of charm for few bug fixes.Narinder Gupta15-75/+98
Change-Id: I2e29d2f3aa8f547b95103a768543403cf2e1c7ce Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-12modified to include MAAS 2.0 on remote host.Narinder Gupta2-2/+7
Change-Id: If268a5ae1f0a103314f1ab742b495de3ffdb5efc Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-09modified to made an option to support spaces as per JUJU 2.0Narinder Gupta14-1/+40
Change-Id: Id768aa396924a2f17b4f530749452ee1e41b20b2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-06modified to add cpu as host cpu for kvm machines.Narinder Gupta4-9/+15
Change-Id: Ia265021a79d5595748ec0b6b3e5988adbc3086b7 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-04modified as per openstack team.Narinder Gupta2-16/+4
Change-Id: Ic14bdf0806d1d5a5bbfecc51284321f2ba99f4e3 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-03update to maas for further changes and added labconfig.yaml forNarinder Gupta1-10/+33
huawei pod12 Change-Id: I50d2a146afaf439c0d5381c7444dc1fe7fb14f25 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-12-23modified to add load balancer kubernetes.Narinder Gupta8-10/+49
Change-Id: I87218dd9717c386db1ea721821d0d0e1bf4a08f9 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-12-21typing mistake.Narinder Gupta2-2/+5
Change-Id: I55ecd127cd1a3eeef2f2006ad3462dbe12a00037 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-12-21modfiied to have space support in the juju2 configuration.Narinder Gupta12-7/+144
Change-Id: I2ccdee8604ef41ef79bb76eb9a165b1c02147d10 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-12-21Added kubernetes core bundle support.Narinder Gupta10-52/+356
Change-Id: Ic2c5c4e1b76ac1caa8a4d2373661ebeb83e8971b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-12-16modified to sleep for 30 second after destroy the environment.Narinder Gupta3-1/+6
Change-Id: Idff7db35a47a5673c54fd03ecc1a621210179d37 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>