summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08modfified to support Power architecture.narindergupta1-5/+24
Change-Id: I7e35cb9743322c1cf48b79a1a89fb3a8accdc8ae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-08Rename juju run --service flag to --applicationMartin Kulhavy1-1/+1
This flag has been renamed in (probably) Juju 2.0. For reference, compare documentation for `juju run` command in https://jujucharms.com/docs/1.25/commands and https://jujucharms.com/docs/2.0/commands The `--service` flag causes the `openstack.sh` to fail and exit, skipping important functionality. Change-Id: Ia5b3f5c29622de2caabee9832aa6920932c43656 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-08Merge "Improve and highlight logging to console"Narinder Gupta2-28/+65
2017-08-08Improve and highlight logging to consoleMartin Kulhavy2-28/+65
xtrace produces a lot of output that can be hard to read. This commit adds a function to print important information messages in bold yellow, so that they stand out in the log and make it easier for the user to understand what is currently happening. Change-Id: I78d3dbd909beca30b36723b879b13436932629f9 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-08adding openbaton requirement for relationship. and modify theNarinder Gupta2-9/+21
check status logic. Change-Id: I0242005c0de8bb2d57f2db75c22c63307c4cbc91 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-08Merge "Check that nodes have not failed commissioning or testing"Narinder Gupta1-3/+3
2017-08-08Check that nodes have not failed commissioning or testingMartin Kulhavy1-3/+3
Both states 'Failed commissioning' and 'Failed testing' are reasons to stop the deployment process because their interface cannot be updated in the next step. Change-Id: I8e9f2b9de24c67c4e08f36b04b80e0c4a02c7604 Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-07Update in OVN charm revisionAakashKT1-1/+1
Change-Id: I8690dfb0fed0d40b75772e328b594a401d98f5c9 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-08-07Merge "Check that nodes have not failed commissioning"Narinder Gupta1-3/+11
2017-08-07Check that nodes have not failed commissioningMartin Kulhavy1-3/+11
If any of the nodes have failed during the commissioning phase, it makes no sense to proceed with the deployment (it will fail when trying to update the interfaces of the nodes). Change-Id: Idc9f202820555d08aa2b07d8296b79b7fea0337a Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-05Scaling of worker nodes working, update OVN bundle revision to reflect sameAakashKT1-1/+1
Change-Id: I090dab958047030a69350fa27f2ebac9e45bb682 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-08-04Automatically add the virsh IP to known hostsMartin Kulhavy1-1/+13
During the generation of the bootstrap VM, ssh connection to the host machine is opened. If the IP is not yet in the list of known hosts, the installation blocks and waits for user input. The fix queries the host and adds the ssh fingerprint(s) to the list of known hosts, if it is not present already. Change-Id: I3e4bbb80811ab880e7271970713047c5d4ccca0f Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-08-03trying the latest version of openstack charm.Narinder Gupta2-36/+36
Change-Id: I6214d6e0c46684ed8484b7ae00f601dbb3cb2db8 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-02modfieid to pass user_domain_id as well.Narinder Gupta1-2/+4
Change-Id: I1b5ef9efbbe4f25315309c48c7f3714c5e81b69f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-02modfied the mod of the scripts in executing mode.Narinder Gupta2-0/+0
Change-Id: I18b3992076b253fc6282dd0694b6a17fc6271335 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-08-03Scripts for deploying clearwater on kubernetes-cluster (with loadbalancer)AakashKT2-0/+135
Change-Id: I3baca4c8ed73c8154ee2627fc62d81cb694c0726 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-08-02Adding the OS_DOMAIN_PROJECT_IDNarinder Gupta1-2/+4
Change-Id: I0428b5ac9748615f2ca53761f9833eb8a376fbe6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-28Merge "Added keys into bundle for ocl"Narinder Gupta1-2/+64
2017-07-28Added keys into bundle for oclStuart Mackie1-2/+64
Change-Id: If5b9f770acdc65314602a80ca27126301595b675 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
2017-07-27modified the bundle for HA.Narinder Gupta2-2/+8
Change-Id: I0ecd9b73ed0e3c9e3d639c53189d366a6c9f42d2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-27Change Contrail repo and keyStuart Mackie1-64/+4
Change-Id: I70e996c1f75d7482a5ebfcc102e946d9fe05ac98 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
2017-07-27changing the bundle which works for OCL.Narinder Gupta4-69/+71
Change-Id: Id92622368fefca84c3d45eced6d6ca0e0b9790f5 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-26modified to remove gateway as not needed with OCLNarinder Gupta3-2/+8
Change-Id: If08c12d9ffd2a8567fccd77473ead1483bd7dff0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-25modified to fix deployment errorNarinder Gupta3-3/+4
Change-Id: Iec917ba5ae1e2bfa1f32d0682945dc770454570c Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-25modfied to take care of OCL deploymentNarinder Gupta5-272/+40
Change-Id: I462fbcd4eb04e65117eb5e7690440ce88aa05c9b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-25modified to accomodate OCLNarinder Gupta61-2839/+157
Change-Id: Ib8227c4050b51adc2c466511bedf47e45a817db1 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-25Working bundle, will work on getting etcd getting upAakashKT1-1/+1
Change-Id: I94a7cb1ab6d73a1406b8555cbf4716e2667d58af Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-07-24Updated ovn charm revision (ovn-8 -> ovn-11)AakashKT1-1/+1
Change-Id: I6382ff20b2ec31d9153d651f20f3d9f0b7e2a0bd Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-07-21Mofifications for OVN-KubernetesAakashKT5-4/+17
Change-Id: Ib1f24d4a11d5d0dd4a5356619757cc72ac800877 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-07-14modfied to use public IP for keystone.Narinder Gupta2-5/+7
Change-Id: Id0bcd86ee00b81de4e15722038e0e5e985772971 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-14by default moving to public End point.Narinder Gupta2-3/+2
Change-Id: Idfcdc337d2a497e286b79a0cd933f6bbc3753b99 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-14Merge "Fix pip warnings"Narinder Gupta1-2/+2
2017-07-14this patch will try to fix envuronment paramters needed forNarinder Gupta3-30/+34
functest. Change-Id: If418c689dbe55b9b6123f72f91308b61a38de4b8 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-11Fix pip warningsMartin Kulhavy1-2/+2
1) `sudo pip` causes permission issues with the cache directory. 2) `pip list` without specifying format raises deprecation warning. Change-Id: If1c1941cce6195603231706776c0b73d5255e9cc Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-07-11segregrate the flannel and ovn whoch is controlled by commad lineAakashKT8-5/+51
parameter Change-Id: I005827f72631bea8b11e302a84aaf95de8dee1c8 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
2017-07-02modified to accomodate latest intel pod changes from pod5 to pod21Narinder Gupta2-54/+232
Change-Id: Ic9edfd4c355317a6873987bb63659bb9611aa285 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-06-23Merge "move k8s command from jumphost to kubernetes-master"Narinder Gupta1-19/+5
2017-06-20modified to enable the virtual install.Narinder Gupta3-397/+24
Change-Id: I97b693fa6cd6eeb638d45fd444a5097a3387a0c9 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-06-02libvirtd and libvirt both needed.narindergupta1-1/+5
It seems some Ubuntu system shows libvirt and some do libvirtd. Based on when system deploys So lets try both. Change-Id: If31a6474b4c00ff335b4fe74b6d1be00e6f36575 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-31move k8s command from jumphost to kubernetes-masterGuo Ruijing1-19/+5
Change-Id: I5e1a83cebf6f90beebc34798c8b2c9a96cce4afb Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-30another bug fix.Narinder Gupta3-5/+33
Change-Id: I4aacad242b1c9cef56cfe0c1999c27fdce3dcc0a Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-30modify openstack commands to use openstack tools.Narinder Gupta3-9/+12
Change-Id: I8ffebc25bc21e1c9d4c1121bbc9ea293d9d82fae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-30CArbon release of ODL integrated.Narinder Gupta1-1/+1
Change-Id: I831448dfb43f74793141794184e7a6f9700adb7d Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-30Revert "modified to use latest Carbon build release."Narinder Gupta4-17/+49
This reverts commit f258a7449d73f54f6bae7089d59c030cdbed780c. Change-Id: Ia9890a11a9ffd6fb3fb5bff53868f956342eaa0f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-29modified to use latest Carbon build release.Narinder Gupta4-49/+17
Change-Id: I1e037c9f76032db68d516a33007d54f02a19d883 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-25Updated to CENGN Skywalker addressing.Dave Urschatz1-10/+10
Change-Id: Ic63f074f746506b26e495feb5cf82048a8cae3ef Signed-off-by: Dave Urschatz <dave.urschatz@cengn.ca>
2017-05-25clean the vm which is defined as per the labconfig.yamlnarindergupta1-1/+2
Change-Id: If659da0a454f05f3ed7c1e212fd7e61230741343 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-18Merge "fix the k8 core bundle and deployment failed."Narinder Gupta1-1/+1
2017-05-18Merge "add define for virsh"Narinder Gupta1-1/+1
2017-05-18fix the k8 core bundle and deployment failed.Narinder Gupta1-1/+1
Change-Id: I65cf597bbc4c68bd80d26ed0d8729127a4e30863 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>