Tuesday, 2018-10-02

*** dwalt has quit IRC00:02
*** sthussey has quit IRC00:16
openstackgerritSmruti Soumitra Khuntia proposed openstack/airship-treasuremap master: Delivery of default seccomp Profile on each Host on site deployment  https://review.openstack.org/60253200:59
openstackgerritScott Hussey proposed openstack/airship-drydock master: [WIP] Support multiple rack controllers  https://review.openstack.org/60708601:38
*** roman_g has quit IRC02:17
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: fix: Support cloning URLs that end in .git  https://review.openstack.org/60529802:36
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: tests: Add more Pegleg CLI site tests  https://review.openstack.org/60551002:37
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Additions to airship-seaworthy pipeline  https://review.openstack.org/60386303:12
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Additions to airship-seaworthy pipeline  https://review.openstack.org/60386303:15
*** cfriesen has quit IRC03:15
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift latest charts/images except ceph  https://review.openstack.org/60533103:15
*** krypto has joined #airshipit04:33
*** lemko has joined #airshipit05:49
*** dims has quit IRC06:38
*** georgk has joined #airshipit06:55
*** mardim has quit IRC08:12
*** roman_g has joined #airshipit08:39
*** mardim has joined #airshipit09:25
*** georgk has quit IRC11:38
*** georgk has joined #airshipit11:43
*** Bhujay has joined #airshipit12:36
*** krypto has quit IRC12:46
*** krypto has joined #airshipit12:47
*** jezogwza has joined #airshipit13:00
*** dwalt has joined #airshipit13:04
*** aaronsheffield has joined #airshipit13:26
openstackgerritMark Burnett proposed openstack/airship-promenade master: [WIP] Update to calico v3  https://review.openstack.org/60718813:37
*** krypto has quit IRC13:47
*** sthussey has joined #airshipit13:48
*** cfriesen has joined #airshipit13:52
sthusseyhere14:01
mark-burnett#startmeeting airship14:01
openstackMeeting started Tue Oct  2 14:01:10 2018 UTC and is due to finish in 60 minutes.  The chair is mark-burnett. Information about MeetBot at http://wiki.debian.org/MeetBot.14:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:01
*** openstack changes topic to " (Meeting topic: airship)"14:01
openstackThe meeting name has been set to 'airship'14:01
mark-burnettWell played scott14:01
aaronsheffieldo/14:01
seaneagano/14:01
mark-burnettSo we have a light agenda again this week, please feel free to add to it: https://etherpad.openstack.org/p/airship-meeting-2018-10-0214:01
dwalto/14:01
portdirecto/14:02
srwilkerso/14:03
mark-burnettI'm trying to help someone get in irc to talk about the wiki, sorry :)14:04
alanmeadowso/14:04
mark-burnettShould we talk about armada retries first?14:05
mark-burnett#topic Armada Retries14:05
*** openstack changes topic to "Armada Retries (Meeting topic: airship)"14:05
mark-burnettCan whoever added that give an overview of the issue?14:05
portdirectsure14:07
portdirectwhen running site update, or initial deploy - armada runs helm test, if this fails then armada will remove and redeploy the chart14:08
mark-burnettAre you sure?14:09
mark-burnettI don't think I've seen that14:09
portdirectthough sometimes we end up in a situation were armada moves on, as it sees the chart has been deployed on the 2nd run14:09
seaneaganif the install/upgrade times out, then helm marks the release as FAILED14:09
alanmeadowsI believe there is only a removal when there is a helm (tiller) timeout - not on test fail14:10
seaneaganin that case on a retry armada will remove and reinstall the release14:10
portdirectah ok14:10
seaneaganbut shouldn't on a helm test failure14:10
mark-burnettYeah, I have definitely seen both install/upgrade failures resulting in removal and also armada "moving on" the 2nd run14:10
portdirectthough the end result is the same - effectivly helm test is being bypassed14:10
seaneaganhere's one idea for how armada can deal better with the retry: https://storyboard.openstack.org/#!/story/200389714:11
mark-burnettSo I guess one obvious factor here is that we have historically relied on retries from prom & sy14:11
mark-burnettYeah, that's a nice idea seaneagan14:11
alanmeadowsSean should you also paste a link to your statefulness spec? Perhaps its the link above14:11
portdirectseaneagan: whats proposed above would improve things in one respect, though i worry that run time would increase a lot?14:12
mark-burnettWhat do you do if something has installed correctly and passed, but then later fails?14:12
seaneaganmeans unnecessary test runs sometimes though, yes14:12
sthusseyI think rerunning the tests should be a solid default behavior, modified by supplied enabling and blacklisting/whitelisting14:12
mark-burnettI mean the test.* section could be updated to include controlling configuration for when the test should be run14:13
sthusseyRight. If you are in a case where confirming software health is not needed, you can disable testing or whitelist only what you care about14:13
mark-burnettSo if there are charts with very slow tests then they can be controlled differently14:13
sthusseyI think in most site update scenarios, positive test results across all deployed charts would be a Good Thing(tm)14:14
seaneaganif armada had memory that a particular chart failed previously, then it could only rerun tests/waits in that case14:14
alanmeadowsIm not sure i fully understand though—this seems like duct tape around not having state (e.g record of it previously passing)14:14
sthusseyI'd disagree since tests are just point-in-time14:15
alanmeadowsRerunning every test every time while potentially something someone would want sounds more like an edge case desire—state tracking seems like the right economical solution (in the currency of run time)14:15
sthusseySo rerunning them regularly seems like a good operational goal14:15
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift latest charts/images except ceph  https://review.openstack.org/60533114:16
hogepodgeo/14:16
portdirecti think if we were to re-run the regularly - we would also need to improve how the logs from the tests are handled14:16
alanmeadowsThat just seems like a mode armada should offer to your point scott - not as a solution to this problem though14:16
portdirectideally storing them somewhere, that would allow us to retreive them14:16
*** dims has joined #airshipit14:17
sthusseyThough a second avenue of maintaining state of previously failed release tests is fine as well14:17
sthusseyIsn't that LMA?14:17
portdirectrather than relying on the pod deletetion as part of an upgrade hook currently14:17
portdirectit in in some cases, but that relys on lma being there, and operational14:17
portdirectwhich wont be the case for many users14:17
srwilkersyep - really depends when LMA's deployed, and cases where the LMA components are the releases with failed tests14:18
seaneaganthis would slightly improve matters for deleting test pods at the right time: https://storyboard.openstack.org/#!/story/200389614:19
seaneaganthough agree with the direction of using something like LMA14:19
sthusseySeems that is the price you pay with a self-hosted monitoring solution. You have that issue across all logs prior to LMA being deployed. I'm not sure how re-running tests changes this issue significantly.14:19
sthusseyBut to the original topic, it seems the solutions are test-result persistence or rerunning tests with every 'apply'14:22
sthusseyDoes it make sense for Sean to take this issue and these possible solutions offline to write a spec that references other outstanding specs?14:22
seaneaganyes, i did make one for state management previously14:23
seaneaganhttps://review.openstack.org/#/c/586582/14:24
seaneaganso could be an update to that one or a new one14:24
*** munimeha1 has joined #airshipit14:24
mark-burnettOk, maybe we can review this offline.14:25
mark-burnett#topic New Wiki14:25
*** openstack changes topic to "New Wiki (Meeting topic: airship)"14:25
mark-burnettSo we have a new wiki: https://wiki.openstack.org/wiki/Airship14:25
mark-burnettUnfortunately, the person who has put the most work into this is having issues getting into irc today14:26
mark-burnettI know he wanted to share some points about it, but perhaps it will have to wait until next time14:26
*** srwilkers has left #airshipit14:27
mark-burnettAnyway, please take a look and contribute!14:27
portdirectlooks great14:27
b-strThis looks nice - a great add.14:27
mark-burnettYeah, it really is a great start :)14:28
mark-burnettOk, looks like there is one more item14:28
mark-burnett#topic Marketing 1 Pager14:28
*** openstack changes topic to "Marketing 1 Pager (Meeting topic: airship)"14:28
portdirecti may have to borrow Lesley to pimp the osh one14:28
mark-burnett:)14:29
mark-burnett@hogepodge did you want to comment on the 1 pager?14:29
hogepodgeyes14:29
hogepodgeWe have just two requests.14:29
hogepodgeThe first is clarifying some of the language about the underlying k8s/openstack layer and how that works with the openstack and other application delivery layer14:30
hogepodgeThere are comments in the working doc identifying the two confusing sections.14:30
mark-burnettCan you link the working doc again please?14:31
hogepodgeThe second is that we'd like to have a small sidebar that talks about AT&T usage and the origin of the project, but that's a bit more work and we understand that would require AT&T approval.14:31
hogepodgelink https://docs.google.com/document/d/1BHFZaKDCuoXKjbsRcAOtb2RFuaOThemXCoFMVxXkAMU/edit?usp=sharing Airship One Pager14:31
hogepodge#link https://docs.google.com/document/d/1BHFZaKDCuoXKjbsRcAOtb2RFuaOThemXCoFMVxXkAMU/edit?usp=sharing Airship One Pager14:31
mark-burnettThanks :)14:32
hogepodgeThe first is critical, the second is a nice to have if we can get it.14:32
hogepodgethank you!14:32
mark-burnettThank you, this is really shaping up :)14:33
hogepodgeYeah, everything is basically there. We're producing one for StarlingX also, which is what gives a bit of breathing room to tidy up the final content.14:33
hogepodgeThanks to everyone who's contributed to it.14:33
hogepodgeQuestions?14:34
mark-burnettOk, let's close out I guess14:35
mark-burnett#topic Roundtable14:36
*** openstack changes topic to "Roundtable (Meeting topic: airship)"14:36
openstackgerritAndrey Volkov proposed openstack/airship-in-a-bottle master: Bump Shipyard version  https://review.openstack.org/60720314:36
alanmeadowsIs there an example of the use case sidebar for AT&T usage - e.g. like the kata 1 pager14:36
mark-burnettAny other last minute topics?14:36
mark-burnettAh14:36
portdirectalanmeadows: the one mattmceuen did for the containers handout was pretty good14:37
portdirectback then is made reference to ucp, but i think coul form the basis quite well?14:37
alanmeadowssure, material isn't a problem I just meant an example of what the foundation is looking for for this -- for this 1 pager there was a skeleton to clone14:38
alanmeadowswe can take this one offline, don't need to hold everyone up14:38
openstackgerritAndrey Volkov proposed openstack/airship-treasuremap master: Bump Shipyard version  https://review.openstack.org/60721214:41
mark-burnettSorry for cutting off the conversation.  Anything else?14:43
*** michael-beaver has joined #airshipit14:44
mark-burnettOk, thanks for coming14:48
mark-burnett#endmeeting14:48
*** openstack changes topic to "airshipit.org || General Review Dashboard: https://review.openstack.org/#/q/project:%255Eopenstack/airship.*+status:open,n,z"14:48
openstackMeeting ended Tue Oct  2 14:48:47 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:48
openstackMinutes:        http://eavesdrop.openstack.org/meetings/airship/2018/airship.2018-10-02-14.01.html14:48
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/airship/2018/airship.2018-10-02-14.01.txt14:48
openstackLog:            http://eavesdrop.openstack.org/meetings/airship/2018/airship.2018-10-02-14.01.log.html14:48
*** AhmadMahmoudi has joined #airshipit14:58
*** michael-beaver has quit IRC15:29
*** georgk has quit IRC15:29
*** michael-beaver has joined #airshipit15:31
*** felipemonteiro has joined #airshipit15:43
*** Bhujay has quit IRC16:12
openstackgerritAndrey Volkov proposed openstack/airship-divingbell master: Improve test stability  https://review.openstack.org/60730916:27
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Docs for Airship Seaworthy  https://review.openstack.org/60732417:11
openstackgerritMerged openstack/airship-pegleg master: docs: Include venv workflow guide under "Developer Workflow"  https://review.openstack.org/60300017:32
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift latest charts/images except ceph  https://review.openstack.org/60533117:42
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Calico uplift to v3  https://review.openstack.org/60687217:46
*** munimeha1 has quit IRC17:47
*** openstackgerrit has quit IRC17:51
*** openstackgerrit has joined #airshipit18:04
openstackgerritMerged openstack/airship-divingbell master: Improve gate NIC HW compatibility/portability  https://review.openstack.org/60423118:04
*** lemko has quit IRC18:17
openstackgerritAndrey Volkov proposed openstack/airship-divingbell master: Add new apparmor daemonset  https://review.openstack.org/59902518:29
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Docs for Airship Seaworthy  https://review.openstack.org/60732418:34
openstackgerritBryan Strassner proposed openstack/airship-shipyard master: [WIP] Add notes common code for Shipyard  https://review.openstack.org/60706318:35
*** openstackgerrit has quit IRC18:35
*** openstackgerrit has joined #airshipit18:58
openstackgerritSean Eagan proposed openstack/airship-armada master: Parallelize unsequenced chart group deployments  https://review.openstack.org/59718018:58
*** krypto has joined #airshipit18:59
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: fix: Enable Pegleg to support manifest repos like AIAB  https://review.openstack.org/60735019:24
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: fix: Enable Pegleg to support manifest repos like AIAB  https://review.openstack.org/60735019:29
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Docs for Airship Seaworthy  https://review.openstack.org/60732419:37
openstackgerritMerged openstack/airship-promenade master: Make haproxy-anchor pod critical  https://review.openstack.org/60706019:41
openstackgerritMerged openstack/airship-shipyard master: plugins: Add get_releases to Armada base operator  https://review.openstack.org/60323519:55
openstackgerritScott Hussey proposed openstack/airship-drydock master: [WIP] Support multiple rack controllers  https://review.openstack.org/60708620:12
openstackgerritMerged openstack/airship-pegleg master: trivial: Remove errant left-over file  https://review.openstack.org/60583120:15
openstackgerritMerged openstack/airship-promenade master: Uplift Deckhand version  https://review.openstack.org/60445920:31
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Implement global lint and lint by site logic  https://review.openstack.org/60487120:42
openstackgerritMerged openstack/airship-drydock master: Catchup YAPF formatting  https://review.openstack.org/60543120:52
*** aaronsheffield has quit IRC20:54
*** krypto has quit IRC21:03
openstackgerritMerged openstack/airship-treasuremap master: Uplift latest charts/images except ceph  https://review.openstack.org/60533121:03
openstackgerritPRATEEK REDDY DODDA proposed openstack/airship-deckhand master: Have written Unit case to avoid dup document  https://review.openstack.org/60619021:09
*** felipemonteiro has quit IRC21:33
openstackgerritMerged openstack/airship-treasuremap master: Docs for Airship Seaworthy  https://review.openstack.org/60732422:29
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Switch to openstack-python35-jobs template for py35 CI gate  https://review.openstack.org/59591322:32
*** michael-beaver has quit IRC22:33
*** sthussey has quit IRC22:42
openstackgerritBryan Strassner proposed openstack/airship-shipyard master: [WIP] Add notes common code for Shipyard  https://review.openstack.org/60706322:52
*** sgrasley__ has joined #airshipit23:00
*** sgrasley_ has quit IRC23:04
openstackgerritChris Wedgwood proposed openstack/airship-treasuremap master: Calico uplift to v3  https://review.openstack.org/60687223:12
*** dwalt has quit IRC23:13
openstackgerritChris Wedgwood proposed openstack/airship-treasuremap master: Calico uplift to v3  https://review.openstack.org/60687223:16
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: trivial: Fix README documentation badge  https://review.openstack.org/60739723:31
openstackgerritFelipe Monteiro proposed openstack/airship-deckhand master: trivial: Fix README documentation badge  https://review.openstack.org/60739823:33
openstackgerritFelipe Monteiro proposed openstack/airship-armada master: trivial: Fix README documentation badge  https://review.openstack.org/60739923:36
*** sgrasley_ has joined #airshipit23:46
*** sgrasley__ has quit IRC23:49
openstackgerritFelipe Monteiro proposed openstack/airship-in-a-bottle master: Airship Ubuntu/MAAS security guide  https://review.openstack.org/58931823:53
openstackgerritFelipe Monteiro proposed openstack/airship-deckhand master: optimization: Skip post-validation for rendered document cache hit  https://review.openstack.org/59662223:58

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