Tuesday, 2018-04-03

*** mjturek has quit IRC00:01
*** yamamoto has joined #openstack-meeting-500:53
*** yamamoto has quit IRC00:59
*** markvoelker_ has joined #openstack-meeting-501:02
*** markvoelker has quit IRC01:06
*** felipemonteiro__ has joined #openstack-meeting-501:36
*** yamamoto has joined #openstack-meeting-501:55
*** yamamoto has quit IRC02:00
*** ricolin has joined #openstack-meeting-502:25
*** yamamoto has joined #openstack-meeting-502:56
*** yamamoto has quit IRC03:02
*** spzala has joined #openstack-meeting-503:24
*** iyamahat has quit IRC03:25
*** yamamoto has joined #openstack-meeting-503:33
*** felipemonteiro__ has quit IRC03:43
*** markvoelker_ has quit IRC04:16
*** yamamoto has quit IRC04:45
*** yamamoto has joined #openstack-meeting-504:46
*** markvoelker has joined #openstack-meeting-506:17
*** seungkhyua has joined #openstack-meeting-506:37
*** seungkhyua has quit IRC06:40
*** markvoelker has quit IRC06:51
*** tuanla____ has joined #openstack-meeting-507:17
*** yamamoto_ has joined #openstack-meeting-507:42
*** yamamoto has quit IRC07:45
*** markvoelker has joined #openstack-meeting-507:47
*** markvoelker has quit IRC08:21
*** MarkBaker has joined #openstack-meeting-508:23
*** tuanla____ has quit IRC09:04
*** tuanla____ has joined #openstack-meeting-509:05
*** markvoelker has joined #openstack-meeting-509:18
*** hoangcx has joined #openstack-meeting-509:24
*** hoangcx has left #openstack-meeting-509:25
*** markvoelker has quit IRC09:52
*** markvoelker has joined #openstack-meeting-510:48
*** ianychoi_ has joined #openstack-meeting-511:11
*** ianychoi has quit IRC11:14
*** markvoelker has quit IRC11:22
*** yamamoto_ has quit IRC11:39
*** tuanla____ has quit IRC12:01
*** hoangcx has joined #openstack-meeting-512:03
*** markvoelker has joined #openstack-meeting-512:19
*** markvoelker has quit IRC12:23
*** markvoelker has joined #openstack-meeting-512:24
*** hoangcx has quit IRC12:26
*** yamamoto has joined #openstack-meeting-512:40
*** yamamoto has quit IRC12:45
*** mjturek has joined #openstack-meeting-512:57
*** hoangcx has joined #openstack-meeting-513:02
*** felipemonteiro__ has joined #openstack-meeting-513:29
*** yamamoto has joined #openstack-meeting-513:32
*** yamamoto has quit IRC13:36
*** yamamoto has joined #openstack-meeting-514:09
*** gagehugo has joined #openstack-meeting-514:46
*** felipemonteiro_ has joined #openstack-meeting-514:48
*** felipemonteiro__ has quit IRC14:52
*** gmmaha has joined #openstack-meeting-514:59
mattmceuen#startmeeting openstack-helm15:01
openstackMeeting started Tue Apr  3 15:01:09 2018 UTC and is due to finish in 60 minutes.  The chair is mattmceuen. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
*** openstack changes topic to " (Meeting topic: openstack-helm)"15:01
mattmceuen#topic Rollcall15:01
openstackThe meeting name has been set to 'openstack_helm'15:01
*** openstack changes topic to "Rollcall (Meeting topic: openstack-helm)"15:01
mattmceueno/ all!15:01
srwilkerso/15:01
gmmahao/15:01
gagehugoo/15:01
mattmceuenAgenda - please add, we have a light agenda today so far: https://etherpad.openstack.org/p/openstack-helm-meeting-2018-04-0315:02
*** felipemonteiro_ has quit IRC15:02
*** felipemonteiro_ has joined #openstack-meeting-515:02
mattmceuenAnd the one thing we carried over from last week may need to get pushed again because key folks are travelling today :)15:02
*** rwellum has joined #openstack-meeting-515:03
*** iyamahat has joined #openstack-meeting-515:03
mattmceuen#topic Multiline LMA functionality -- we are tabling till next week15:04
*** openstack changes topic to "Multiline LMA functionality -- we are tabling till next week (Meeting topic: openstack-helm)"15:04
mattmceuen#topic Team meeting time15:04
*** openstack changes topic to "Team meeting time (Meeting topic: openstack-helm)"15:04
mattmceuenIt has been a very busy week folks (plus holiday) - I apologize but have not been able to get a survey type thing out to you all to determine a more optimal meeting time.  I will plan to do that this week.15:05
portdirecto/15:05
mattmceuen#topic Values-driven config files15:05
*** openstack changes topic to "Values-driven config files (Meeting topic: openstack-helm)"15:05
mattmceuenportdirect has been doing some great work on this on a chart by chart basis, so I just wanted to make sure folks on the team were looped in on these changes15:06
*** cindyb has joined #openstack-meeting-515:06
mattmceuenthe idea being that going forward, we want to make all config files injectable through values overrides, rather than statically defined in the chart15:07
*** felipemonteiro__ has joined #openstack-meeting-515:07
mattmceuendoing this consistently will make it really easy to configure the charts in ways that were unforseen at the time of chart creation -- no code changes needed15:07
mattmceuenSo one takeaway is - as we add more config files, let's please add them via the values file-based approach that we're moving to!15:08
mattmceuenAny questions / comments on this topic?15:08
mattmceuen#topic Ceph split15:09
*** openstack changes topic to "Ceph split (Meeting topic: openstack-helm)"15:09
mattmceuenAs we discussed last week (or was it two weeks ago) -- we are moving to split up ceph into a chart for the mons, one for osds, and one (or more) for other ceph services15:10
mattmceuenRenis and Randeep are working on this -- there's a PS in progress, so feedback is welcome!  https://review.openstack.org/#/c/558326/15:10
rwellumMatt sorry slow here - one qn about the values-driven overrides?15:10
mattmceuenhey rwellum sure thing15:10
*** felipemonteiro_ has quit IRC15:11
rwellumJust I think this is a great idea, will it help with upgrading to newer OS version? Because with the correct logic the same charts can be used?15:11
portdirectyes15:12
mattmceuenWe're actually planning to use the same charts, no matter what :)15:13
portdirecta great example of this is rootwrap changes between os versions15:13
portdirectand this change really faciliates that15:13
portdirecteg things like this: https://review.openstack.org/#/c/545743/15:13
portdirectcan be soly driven via values now :)15:13
portdirectwithout having to edit the charts :)15:13
portdirect*solely15:14
mattmceuenI didn't mention this, but there is support for templating in the config files as embedded in the overrides.  So very flexible.15:14
mattmceuenexample: https://review.openstack.org/#/c/557882/3/ironic/values.yaml15:14
rwellumI actually thought you guys had this functionality a long time back.15:14
rwellumAh right maybe this is what I am remembering.15:14
portdirectwe have had some varitions on this in the past15:15
portdirectbut this much simpler, and more powerful than we had previously15:15
mattmceuenthanks portdirect.  Anything else on either config or ceph front guys?15:17
gmmahaon ceph front, as renis and randeep are taking the lead, i will be the soundboard on this and test the patches out as they flow.15:17
gmmahasynced with renis yesterday on this.15:17
gmmahathanks mattmceuen15:17
*** wxy| has joined #openstack-meeting-515:17
rwellumWhy the ceph split? Charts too complicated?15:18
mattmceuenthe ceph split is to facilitate upgrades15:18
*** hoangcx has quit IRC15:18
mattmceuento guarantee an ordering so that the mons can be upgraded first, then the osds, then anything else, per ceph upgrade best practices15:18
mattmceuenThanks gmmaha!!15:19
mattmceuenTesting the upgrade process IRL will be incredibly valuable to validating this work15:19
gmmaha++15:19
rwellumSo this is more of a micro-architecture break down then?15:19
mattmceuenI would call it a right-sizing micro-architecture break down, yes :)15:20
*** felipemonteiro has joined #openstack-meeting-515:20
mattmceuenIt doesn't imply we want to split up every chart or anything - just when needed to do what we need to do15:20
mattmceuen#topic PS needing review15:22
*** openstack changes topic to "PS needing review (Meeting topic: openstack-helm)"15:22
rwellumOk ty15:22
mattmceuenWhat do we need eyeballs on, folks -- I already mentioned the first (of multiple) ceph split PS:  https://review.openstack.org/#/c/558326/15:22
portdirectrwellum: its to model the same deployment as ceph-deploy15:22
*** felipemonteiro__ has quit IRC15:23
portdirectas ceph is like openstack, a collection of applications15:23
portdirectmons, osds, clients etc15:23
portdirectso here a single chart is somewhat analogous to having a dev-stack chart15:23
rwellumportdirect: but you can't do ceph with no mons or no osd's etc? Which is why I was curious.15:23
portdirectyup15:24
portdirectthis is also part of the shift towards us moving ceph out of osh15:24
portdirectand into ceph-helm15:24
*** felipemonteiro has quit IRC15:25
rwellumOh yeah that actually makes complete sense.15:26
mattmceuenhttps://www.irccloud.com/pastebin/SSrJtyZS/15:28
* mattmceuen needs to look before he clicks on buttons in irccloud15:28
mattmceuenOther PS that anyone is waiting on?  I wanted to get this on our radars as well, since it's important that we provide quick reviews to new contributors to our project:15:28
mattmceuenhttps://review.openstack.org/#/c/557586/15:28
mattmceuen#topic Roundtable Discussion15:30
*** openstack changes topic to "Roundtable Discussion (Meeting topic: openstack-helm)"15:30
mattmceuenOpen forum folks - what would you like to discuss, learn, or vent? :)15:30
rwellumQn: you guys doing official releases yet?15:31
rwellumAs kolla-k8s enters it's terminal state - I will have time to get involved, so I'll try not to be too annoying :)15:32
mattmceuenWe had a lot of good disucssion on this at the PTG!15:32
portdirectnot yet - though mattmceuen has a spec up for the critieria we are aiming for15:32
portdirectand I'm working on one for the release versioning strat15:32
portdirectthis is the major focus we have atm15:33
portdirectwith a goal of our 1st official release in the next 6-8 weeks15:33
mattmceuenagree, we will get release strategy well defined and communicated soon15:33
mattmceuenalso rwellum - welcome! :)15:34
rwellumThat's great news. yeah I missed the PTG (changing jobs).15:35
rwellumThanks Matt.15:35
mattmceuenHere are our notes - the rough sketch of release strategy can be found there, although it of course would require some squinting if you weren't present:  https://etherpad.openstack.org/p/openstack-helm-ptg-rocky15:36
mattmceuenOk guys - I know a lot of team member are very heads down or travelling this week, so I won't keep y'all longer than needed.  Have a great week, thanks for all your hard work, and see you in the team chat15:36
mattmceuen#endmeeting15:36
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/"15:37
openstackMeeting ended Tue Apr  3 15:36:58 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:37
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_helm/2018/openstack_helm.2018-04-03-15.01.html15:37
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_helm/2018/openstack_helm.2018-04-03-15.01.txt15:37
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_helm/2018/openstack_helm.2018-04-03-15.01.log.html15:37
*** gmmaha has left #openstack-meeting-515:37
*** gagehugo has left #openstack-meeting-515:49
*** spzala has joined #openstack-meeting-516:21
*** wxy| has quit IRC17:07
*** ricolin has quit IRC17:18
*** felipemonteiro has joined #openstack-meeting-517:43
*** ricolin has joined #openstack-meeting-517:49
*** sshank has joined #openstack-meeting-517:56
*** iyamahat has quit IRC18:01
*** ricolin has quit IRC18:06
*** cindyb has quit IRC18:15
*** iyamahat has joined #openstack-meeting-518:16
*** mugsie_ has joined #openstack-meeting-518:41
*** shan5464_ has joined #openstack-meeting-518:45
*** shananigans has quit IRC18:47
*** mugsie has quit IRC18:47
*** sshank has quit IRC19:00
*** yamamoto has quit IRC19:30
*** yamamoto has joined #openstack-meeting-519:36
*** ianychoi__ has joined #openstack-meeting-519:38
*** ianychoi_ has quit IRC19:41
*** yamamoto has quit IRC19:42
*** yamamoto has joined #openstack-meeting-519:52
*** yamamoto has quit IRC19:57
*** yamamoto has joined #openstack-meeting-519:59
*** yamamoto has quit IRC19:59
*** diman has joined #openstack-meeting-520:00
*** yamamoto has joined #openstack-meeting-520:01
*** yamamoto has quit IRC20:06
*** diman has quit IRC20:06
*** yamamoto has joined #openstack-meeting-520:16
*** yamamoto has quit IRC20:21
*** yamamoto has joined #openstack-meeting-520:23
*** yamamoto has quit IRC20:23
*** felipemonteiro_ has joined #openstack-meeting-520:33
*** felipemonteiro has quit IRC20:36
*** iyamahat_ has joined #openstack-meeting-520:45
*** mrhillsman is now known as mrhillsman-irc20:47
*** iyamahat has quit IRC20:47
*** mrhillsman-irc is now known as mrhillsman20:48
*** sshank has joined #openstack-meeting-521:00
*** sshank has quit IRC21:00
*** yamamoto has joined #openstack-meeting-521:24
*** yamamoto has quit IRC21:29
*** spzala has quit IRC22:04
*** yamamoto has joined #openstack-meeting-522:26
*** yamamoto has quit IRC22:30
*** felipemonteiro_ has quit IRC22:35
*** yamamoto has joined #openstack-meeting-523:26
*** yamamoto has quit IRC23:32
*** spzala has joined #openstack-meeting-523:45

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!