04:00:25 #startmeeting Masakari 04:00:26 Meeting started Tue May 15 04:00:25 2018 UTC and is due to finish in 60 minutes. The chair is tpatil. Information about MeetBot at http://wiki.debian.org/MeetBot. 04:00:27 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 04:00:29 The meeting name has been set to 'masakari' 04:00:31 Hi All 04:00:44 Hi 04:00:46 Hi 04:00:47 hi all 04:01:13 Today Sampath is busy so he won't join this meeting 04:01:47 #topic High priority items 04:02:02 Introspective Instance Monitoring 04:02:06 specs are approved 04:02:14 thanks. 04:02:25 welcome!!! 04:02:38 I have started reviewing masakari monitor patch 04:02:41 #link : https://review.openstack.org/#/c/534958/ 04:03:30 feel free to ping us in IRC for any questions 04:03:52 lkwan_: Sure, I have observed few coding guidelines issues which I post soon on above patch 04:04:20 np... please do so. 04:04:41 lkwan_: Then I will review code from functional stand point of view 04:05:16 for python-masakariclient, do we have a working code in stable/queens? 04:05:33 or any update on openstacksdk? 04:06:08 lkwan_: stable/queens, I will need some time to confirm on this point 04:06:22 or master is fine 04:06:35 #action: Tushar, check if stable/queens is working fine 04:07:20 for python-masakariclient, we will need to merge this patch 04:07:23 #link : https://review.openstack.org/#/c/557634/3 04:07:31 on master branch 04:08:06 masakari-monitors doesn't require masakariclient anymore 04:08:19 still missing approval on Workflow 04:08:24 and masakari-monitors requires openstacksdk 0.13.0 which is already out 04:08:48 on that patch, we need another +2 and then someone can set workflow + 1 04:09:04 I will request other core reviewers to approve the patch 04:09:14 thanks. 04:09:56 #topic Bugs (stuck/critical) 04:10:38 for the meeting time, as there is no other teams using 03:00 , can someone update irc-meetings/meetings/masakari-team-meeting.yaml 04:10:51 as we discussed last time? 04:11:34 Sampath will post that patch soon 04:11:39 thanks 04:11:43 for the bug, https://bugs.launchpad.net/python-masakariclient/+bug/1756047 04:11:44 Launchpad bug 1756047 in python-masakariclient "masakari command failed due to os-service-type1.2.0" [Critical,Confirmed] 04:12:25 is that https://review.openstack.org/#/c/557634/3 will address all issues? 04:12:40 correct 04:12:44 does anyone try it out yet? 04:12:52 test it out? 04:13:14 lkwan_: yes, it is working 04:13:19 yes, Dinesh and I tried it out yesterday and we were able to run masakari commands 04:14:13 hope that we can get another +2 and then the workflow +1 soon 04:15:06 We will merge this patch today or in worst case by tomorrow 04:15:53 Any other bugs (stuck/critical) open for discussion? 04:16:59 #topic Discussion points 04:17:10 Horizon Plugin 04:17:37 any updates? 04:17:44 Fixed the review comments and uploaded all the patches on community gerrit. 04:18:05 Did some UI change and code optimization 04:18:17 niraj_singh: Thanks, We will start reviewing those patches soon 04:18:25 ok 04:18:42 Recovery method customization 04:19:07 We are still working on the specs 04:19:41 Ansible support for Masakari 04:19:44 we would like to follow up about the status of the ‘Masakari ansible roles’ development. 04:19:58 The OPNFV HA Group that Greg and others work with is interested in integrating Masakari into the next release of OPNFV and needs the ansible work done in order to integrate it into their XCI installer. 04:20:35 i am working on testinf part of masakari-api and engine currently 04:20:53 niraj_singh: OK 04:20:55 date? 04:21:12 target date to be ready? 04:21:53 lkwan_: We plan to finish it by Rocky release. But presently we are stuck with pacemaker deployment 04:22:07 as of today, you can deploy masakari-api and masakari-engine 04:22:16 GitHub repo: https://github.com/openstack/openstack-ansible-os_masakari 04:22:37 yes 04:22:52 we are now working on implementing role for deploying masakari-monitor (only on compute nodes) which requires pacemaker 04:23:48 any other dependencies ? 04:23:50 niraj_singh: there is already one ansible plugin available outside openstack to deploy pacemaker 04:24:08 niraj_singh: which one is that? 04:24:47 yes https://github.com/mrlesmithjr/ansible-pacemaker 04:25:34 i am using the above role for pacemaker 04:26:01 lkwan_: pacemaker/corosync 04:26:22 Overall, is it still on track to deliver in Rocky Milestone-2? 04:26:43 and finally we need multi node setup to test it functionally 04:29:29 lkwan_: if we can use above pacemaker ansible role, then we have some hope to finish it by Rocky-Milestone 2. We have limited resources to work on this feature 04:30:02 the above pacemaker role can only deploy 16 nodes in the cluster as per Readme which makes me worry 04:31:10 PACEMAKER_REMOTE will help in this. 04:31:36 It allows to scale beyond the corosync 16-node limit. 04:31:59 #link https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_reference/pacemaker_remote 04:32:36 ok 04:32:50 Does it support for all OSes? is it open sourced? 04:33:06 tpatil: yes 04:33:31 network issue, just rejoin 04:33:52 Dinesh_Bhor: Is there ready made ansible role that we can re-use directly? 04:34:08 tpatil: checking... 04:36:35 niraj_singh: Can we please take some help from openstack-ansible team to find out how to deploy pacemaker/corosync? Is someone already working on it? or we need to develop it from scratch 04:37:22 tpatil: I think we can use the existing pacemaker ansible role and just change the package to be installed to *pacemaker_remote* instead of *pacemaker*. 04:38:18 i asked ansible members regarding this. The said there is not any official role for this. 04:38:31 Dinesh_Bhor: Yes, that's one option. Also we need to read the license and confirm if we can use it without any issues. 04:38:36 We can use any which satisfies the requirement. 04:38:50 niraj_singh: Ok 04:41:56 niraj_singh: You will also need multiple node setup to test https://github.com/mrlesmithjr/ansible-pacemaker, correct? 04:42:08 yes 04:42:31 I will discuss with Sampath about it 04:42:46 ok. 04:43:23 for now, let's check ansible-pacemaker ansible role to see if we can use PACEMAKER_REMOTE 04:43:43 ok i will got through it. 04:43:52 also contact cluster labs people and ask for their suggestion 04:44:01 ok 04:44:47 #topic AOB 04:44:52 niraj_singh or tpatil, is it still on track to deliver in Rocky Milestone-2 04:46:30 lkwan__: if we can use above pacemaker ansible role, then we have some hope to finish it by Rocky-Milestone 2. We have limited resources to work on this feature 04:47:02 and finally we need multi node setup to test it functionally 04:47:12 got it. 04:47:15 thanks. 04:47:36 Migrate from launchpad to Storyboard 04:47:59 Anyone interested to volunteer this work? 04:48:36 tpatil: I will check this. 04:48:56 Dinesh_Bhor: Great, Thanks 04:49:19 Any other topic left for discussion? 04:50:40 Nothing from my side. 04:50:58 Looks None, Let's end this meeting 04:51:02 Thank you all for your time 04:51:08 thanks. 04:51:10 Thank you all 04:51:11 #endmeeting