Wednesday, 2019-05-01

openstackgerritMerged airship/pegleg master: Allow buffer mode to be configured for upload  https://review.opendev.org/65548001:53
openstackgerritScott Hussey proposed airship/in-a-bottle master: [WIP] Network enhancements for gate-multinode  https://review.opendev.org/63483702:12
*** jamesgu has quit IRC06:38
*** kaspars__ has quit IRC07:58
*** cheng1 has quit IRC12:15
*** cheng1 has joined #airshipit12:20
openstackgerritMerged airship/promenade master: [fix] etcd backup to use different filename  https://review.opendev.org/64874512:24
*** ianychoi_ has quit IRC12:35
*** ianychoi_ has joined #airshipit12:35
*** aaronsheffield has joined #airshipit12:47
*** ianychoi_ has quit IRC13:00
*** kranthikirang has joined #airshipit13:07
*** kranthikirang1 has joined #airshipit13:10
*** kranthikirang has quit IRC13:13
kranthikirang1evgenyl, kaspars__: Can you please review https://review.opendev.org/#/c/655531/ https://review.opendev.org/#/c/651826/ and https://review.opendev.org/#/c/655560/13:14
*** ianychoi has joined #airshipit13:42
mattmceuenGM all - I've taken a stab at making a schedule for the airship PTG meeting based on feedback from folks who have to leave early, plus topic priority, plus some logical ordering13:58
mattmceuenhttps://etherpad.openstack.org/p/airship-ptg-train13:58
mattmceuenIf anyone has conflicts during those times and would really like to be part of a particular topic - please let me know and I'll do my best13:59
mattmceuenmasayukig, kaspars__ -- thanks for catching the topic, I'm waiting on getting op status on the channel, then I will fix!13:59
*** cheng1 has quit IRC14:11
*** cheng1 has joined #airshipit14:13
*** kaspars__ has joined #airshipit14:28
*** dims has quit IRC15:09
*** kaspars__ is now known as kskels15:27
*** kskels has quit IRC15:28
*** kskels has joined #airshipit15:36
*** kranthikirang1 has quit IRC15:37
*** kranthikirang has joined #airshipit15:38
*** shauno_ has joined #airshipit15:49
*** shauno_ has quit IRC15:53
*** shauno_ has joined #airshipit16:08
*** shauno_ has quit IRC16:27
*** sgrasley_ has joined #airshipit16:29
*** sgrasley__ has joined #airshipit16:31
*** shauno_ has joined #airshipit16:31
*** sgrasley has quit IRC16:33
*** sgrasley_ has quit IRC16:34
*** shauno_ has quit IRC16:35
*** michael-beaver has joined #airshipit16:39
*** sgrasley__ has quit IRC16:40
openstackgerritDrew Walters proposed airship/treasuremap master: WIP: Continued improvements to onboarding docs  https://review.opendev.org/65667216:47
openstackgerritDrew Walters proposed airship/treasuremap master: WIP: Continued improvements to onboarding docs  https://review.opendev.org/65667217:30
openstackgerritMatthew Carter proposed airship/shipyard master: Be configuration driven when referencing document names/schemas  https://review.opendev.org/65639417:30
kranthikirangdwalt: Regarding https://review.opendev.org/#/c/655560; shipyard.sh only display output once and will not give an ability to iterate in loop and display;17:33
dwaltWhy do you need to do that? The script just receives all shipyard actions, right?17:39
dwaltI think we could work around that if need be :)17:40
kranthikirangwhile deploying if the initial deploy_site actions script timeout happens then get_actions in loop would be perfect17:40
kranthikirangPerhaps as a CLI display directly calling shipyard.sh would make more sense; but not while deploying17:41
dwaltkranthikirang: Are you looking to build a script that waits for an action to complete? We currently use this in Treasuremap: https://opendev.org/airship/treasuremap/src/branch/master/tools/gate/wait-for-shipyard.sh17:47
kranthikirangdwalt: well, execute_shipyard_action.sh does the same thing if I am not mistaken for seaworthy17:48
kranthikirangbut it uses timeout counter17:54
dwaltI'm not sure, maybe kskels knows more about that. It would be nice to have one centralized solution for waiting on the initial, deploy_site, action; we do this multiple ways across various Airship pipelines right now.17:58
dwaltIs that what you are trying to accomplish? Sorry, I may be misunderstanding17:59
kranthikirangbasically; when I try deploying on HP gen9 servers I have seen timeouts happened to deploy_site script eventhough armada is in process to deploy the charts in backend; I have increased env values to export max_shipyard_count=9018:00
kranthikirangexport shipyard_query_time=9018:00
kranthikirangSo, I thought to add a get_actions.sh in loop so that we will have visibility on what actually going on; I see gate scripts has the same logic but its not in direct tools folder where as all other scripts are in tools folder18:01
kskelsI am thinking to update pipelines to use tools/airship for generating  pegleg/promenade as  well as for tools/airhsip shipyard to upload documents - so we would better test this tooling for deployments, etc. We will need something for waiting on actions but I'm not sure if it belongs to tools/airship as you can use tools/airship shipyard describe action, but then higher level logic of waiting might belong to the pipeline..18:01
kskelsdoes look like the script you shared does the job done..18:06
kranthikirangkskels: Please take a look into https://review.opendev.org/#/c/655560 as well18:06
kranthikirangbasically intention is use the same env values and execute "get actions" in loop; however as dwalt mentioned script is also ok but its not in shipyard/tools folder18:08
dwaltkranthikirang: Taking a step back, if you want to support a timeout, I'd recommend doing it with Shipyard https://airship-shipyard.readthedocs.io/en/latest/site-definition-documents.html#supported-values or using your CI pipeline. Then you can use the wait_for_shipyard script. Is there something that limits you from accessing the treasuremap repository to retrieve the script? Or are you trying to avoid an extra clone?18:12
dwaltI like that idea kskels. If we can keep that common wait script outside of the actual pipeline code, that would be beneficial for Airskiff18:13
kranthikirangdwalt: sorry if I have created any confusion here; while running sudo -E ./deploy_site.sh we run execute_shipyard_actions.sh right? It will timeout based on the env we give;18:17
kranthikirangexport max_shipyard_count=${max_shipyard_count:-60}18:17
kranthikirangexport shipyard_query_time=${shipyard_query_time:-90}18:17
kranthikirangits just the shipyard cli script timeout but not the shipyard deployment actions timeout in backend;18:18
kranthikirangnot sure if I make it clear18:18
kranthikirangif that happens user have no ability to see what action is being performed by shipyard from tools directory scripts18:20
*** kranthikirang has quit IRC18:51
openstackgerritKaspars Skels proposed airship/treasuremap master: Stability workarounds for ceph/cgroups issues  https://review.opendev.org/65669719:03
openstackgerritKaspars Skels proposed airship/treasuremap master: Stability workarounds for ceph/cgroups issues  https://review.opendev.org/65669719:04
*** dims has joined #airshipit19:28
*** ramishra has joined #airshipit19:40
*** ramishra has quit IRC19:45
*** kranthikirang has joined #airshipit19:57
*** shauno_ has joined #airshipit20:47
*** cheng1 has quit IRC20:47
*** cheng1 has joined #airshipit20:50
*** shauno_ has quit IRC20:53
dwaltkranthikirang: we should probably clean that script up. Controlling the timeout from a bash script seems unreliable, and it’s not declarative.20:54
dwaltCan you use the shipyard.sh script to create a deploy_site action and then use the wait_for_shipyard script?20:55
*** shauno_ has joined #airshipit20:55
*** cheng1 has quit IRC21:03
kranthikirangdwalt: I can do that21:04
kranthikirangLet me come back with more changes then21:04
openstackgerritIan Pittwood proposed airship/spyglass master: [WIP] Schema validation for generated manifests  https://review.opendev.org/65670621:05
*** cheng1 has joined #airshipit21:08
*** shauno_ has quit IRC21:13
*** shauno_ has joined #airshipit21:14
*** shauno_ has quit IRC21:15
*** shauno_ has joined #airshipit21:20
*** sthussey has joined #airshipit21:22
*** cheng1 has quit IRC21:27
*** shauno_ has quit IRC21:28
*** cheng1 has joined #airshipit21:31
*** shauno_ has joined #airshipit21:32
*** shauno_ has quit IRC21:33
openstackgerritStas Egorov proposed airship/promenade master: Fixed for hyperkube 1.12  https://review.opendev.org/65579821:35
*** shauno_ has joined #airshipit21:38
*** shauno_ has quit IRC21:41
*** shauno_ has joined #airshipit21:43
*** shauno_ has quit IRC22:02
masayukigmattmceuen: kaspars__: thanks!22:05
*** shauno_ has joined #airshipit22:10
*** kranthikirang has quit IRC22:11
*** shauno_ has quit IRC22:18
dwaltkranthikirang: sounds good, thanks!22:19
openstackgerritMerged airship/spyglass master: Add yapf configuration file  https://review.opendev.org/65640122:29
evgenylmattmceuen: hey Matt, do you know where to find the info on when PTG starts?22:40
openstackgerritMichael Beaver proposed airship/treasuremap master: Add new seaworthy-virt site  https://review.opendev.org/65601522:41
openstackgerritMichael Beaver proposed airship/treasuremap master: Add Multinode dev/testing guide  https://review.opendev.org/65551722:41
openstackgerritMerged airship/shipyard master: tools: add test_release script  https://review.opendev.org/63871922:41
*** aaronsheffield has quit IRC23:09
openstackgerritDrew Walters proposed airship/treasuremap master: WIP: Continued improvements to onboarding docs  https://review.opendev.org/65667223:10
openstackgerritMichael Beaver proposed airship/treasuremap master: Add Multinode dev/testing guide  https://review.opendev.org/65551723:21

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