openstackgerrit | Merged airship/pegleg master: Allow buffer mode to be configured for upload https://review.opendev.org/655480 | 01:53 |
---|---|---|
openstackgerrit | Scott Hussey proposed airship/in-a-bottle master: [WIP] Network enhancements for gate-multinode https://review.opendev.org/634837 | 02:12 |
*** jamesgu has quit IRC | 06:38 | |
*** kaspars__ has quit IRC | 07:58 | |
*** cheng1 has quit IRC | 12:15 | |
*** cheng1 has joined #airshipit | 12:20 | |
openstackgerrit | Merged airship/promenade master: [fix] etcd backup to use different filename https://review.opendev.org/648745 | 12:24 |
*** ianychoi_ has quit IRC | 12:35 | |
*** ianychoi_ has joined #airshipit | 12:35 | |
*** aaronsheffield has joined #airshipit | 12:47 | |
*** ianychoi_ has quit IRC | 13:00 | |
*** kranthikirang has joined #airshipit | 13:07 | |
*** kranthikirang1 has joined #airshipit | 13:10 | |
*** kranthikirang has quit IRC | 13:13 | |
kranthikirang1 | evgenyl, 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 #airshipit | 13:42 | |
mattmceuen | GM 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 ordering | 13:58 |
mattmceuen | https://etherpad.openstack.org/p/airship-ptg-train | 13:58 |
mattmceuen | If 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 best | 13:59 |
mattmceuen | masayukig, 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 IRC | 14:11 | |
*** cheng1 has joined #airshipit | 14:13 | |
*** kaspars__ has joined #airshipit | 14:28 | |
*** dims has quit IRC | 15:09 | |
*** kaspars__ is now known as kskels | 15:27 | |
*** kskels has quit IRC | 15:28 | |
*** kskels has joined #airshipit | 15:36 | |
*** kranthikirang1 has quit IRC | 15:37 | |
*** kranthikirang has joined #airshipit | 15:38 | |
*** shauno_ has joined #airshipit | 15:49 | |
*** shauno_ has quit IRC | 15:53 | |
*** shauno_ has joined #airshipit | 16:08 | |
*** shauno_ has quit IRC | 16:27 | |
*** sgrasley_ has joined #airshipit | 16:29 | |
*** sgrasley__ has joined #airshipit | 16:31 | |
*** shauno_ has joined #airshipit | 16:31 | |
*** sgrasley has quit IRC | 16:33 | |
*** sgrasley_ has quit IRC | 16:34 | |
*** shauno_ has quit IRC | 16:35 | |
*** michael-beaver has joined #airshipit | 16:39 | |
*** sgrasley__ has quit IRC | 16:40 | |
openstackgerrit | Drew Walters proposed airship/treasuremap master: WIP: Continued improvements to onboarding docs https://review.opendev.org/656672 | 16:47 |
openstackgerrit | Drew Walters proposed airship/treasuremap master: WIP: Continued improvements to onboarding docs https://review.opendev.org/656672 | 17:30 |
openstackgerrit | Matthew Carter proposed airship/shipyard master: Be configuration driven when referencing document names/schemas https://review.opendev.org/656394 | 17:30 |
kranthikirang | dwalt: 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 |
dwalt | Why do you need to do that? The script just receives all shipyard actions, right? | 17:39 |
dwalt | I think we could work around that if need be :) | 17:40 |
kranthikirang | while deploying if the initial deploy_site actions script timeout happens then get_actions in loop would be perfect | 17:40 |
kranthikirang | Perhaps as a CLI display directly calling shipyard.sh would make more sense; but not while deploying | 17:41 |
dwalt | kranthikirang: 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.sh | 17:47 |
kranthikirang | dwalt: well, execute_shipyard_action.sh does the same thing if I am not mistaken for seaworthy | 17:48 |
kranthikirang | but it uses timeout counter | 17:54 |
dwalt | I'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 |
dwalt | Is that what you are trying to accomplish? Sorry, I may be misunderstanding | 17:59 |
kranthikirang | basically; 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=90 | 18:00 |
kranthikirang | export shipyard_query_time=90 | 18:00 |
kranthikirang | So, 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 folder | 18:01 |
kskels | I 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 |
kskels | does look like the script you shared does the job done.. | 18:06 |
kranthikirang | kskels: Please take a look into https://review.opendev.org/#/c/655560 as well | 18:06 |
kranthikirang | basically 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 folder | 18:08 |
dwalt | kranthikirang: 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 |
dwalt | I like that idea kskels. If we can keep that common wait script outside of the actual pipeline code, that would be beneficial for Airskiff | 18:13 |
kranthikirang | dwalt: 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 |
kranthikirang | export max_shipyard_count=${max_shipyard_count:-60} | 18:17 |
kranthikirang | export shipyard_query_time=${shipyard_query_time:-90} | 18:17 |
kranthikirang | its just the shipyard cli script timeout but not the shipyard deployment actions timeout in backend; | 18:18 |
kranthikirang | not sure if I make it clear | 18:18 |
kranthikirang | if that happens user have no ability to see what action is being performed by shipyard from tools directory scripts | 18:20 |
*** kranthikirang has quit IRC | 18:51 | |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Stability workarounds for ceph/cgroups issues https://review.opendev.org/656697 | 19:03 |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Stability workarounds for ceph/cgroups issues https://review.opendev.org/656697 | 19:04 |
*** dims has joined #airshipit | 19:28 | |
*** ramishra has joined #airshipit | 19:40 | |
*** ramishra has quit IRC | 19:45 | |
*** kranthikirang has joined #airshipit | 19:57 | |
*** shauno_ has joined #airshipit | 20:47 | |
*** cheng1 has quit IRC | 20:47 | |
*** cheng1 has joined #airshipit | 20:50 | |
*** shauno_ has quit IRC | 20:53 | |
dwalt | kranthikirang: we should probably clean that script up. Controlling the timeout from a bash script seems unreliable, and it’s not declarative. | 20:54 |
dwalt | Can 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 #airshipit | 20:55 | |
*** cheng1 has quit IRC | 21:03 | |
kranthikirang | dwalt: I can do that | 21:04 |
kranthikirang | Let me come back with more changes then | 21:04 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Schema validation for generated manifests https://review.opendev.org/656706 | 21:05 |
*** cheng1 has joined #airshipit | 21:08 | |
*** shauno_ has quit IRC | 21:13 | |
*** shauno_ has joined #airshipit | 21:14 | |
*** shauno_ has quit IRC | 21:15 | |
*** shauno_ has joined #airshipit | 21:20 | |
*** sthussey has joined #airshipit | 21:22 | |
*** cheng1 has quit IRC | 21:27 | |
*** shauno_ has quit IRC | 21:28 | |
*** cheng1 has joined #airshipit | 21:31 | |
*** shauno_ has joined #airshipit | 21:32 | |
*** shauno_ has quit IRC | 21:33 | |
openstackgerrit | Stas Egorov proposed airship/promenade master: Fixed for hyperkube 1.12 https://review.opendev.org/655798 | 21:35 |
*** shauno_ has joined #airshipit | 21:38 | |
*** shauno_ has quit IRC | 21:41 | |
*** shauno_ has joined #airshipit | 21:43 | |
*** shauno_ has quit IRC | 22:02 | |
masayukig | mattmceuen: kaspars__: thanks! | 22:05 |
*** shauno_ has joined #airshipit | 22:10 | |
*** kranthikirang has quit IRC | 22:11 | |
*** shauno_ has quit IRC | 22:18 | |
dwalt | kranthikirang: sounds good, thanks! | 22:19 |
openstackgerrit | Merged airship/spyglass master: Add yapf configuration file https://review.opendev.org/656401 | 22:29 |
evgenyl | mattmceuen: hey Matt, do you know where to find the info on when PTG starts? | 22:40 |
openstackgerrit | Michael Beaver proposed airship/treasuremap master: Add new seaworthy-virt site https://review.opendev.org/656015 | 22:41 |
openstackgerrit | Michael Beaver proposed airship/treasuremap master: Add Multinode dev/testing guide https://review.opendev.org/655517 | 22:41 |
openstackgerrit | Merged airship/shipyard master: tools: add test_release script https://review.opendev.org/638719 | 22:41 |
*** aaronsheffield has quit IRC | 23:09 | |
openstackgerrit | Drew Walters proposed airship/treasuremap master: WIP: Continued improvements to onboarding docs https://review.opendev.org/656672 | 23:10 |
openstackgerrit | Michael Beaver proposed airship/treasuremap master: Add Multinode dev/testing guide https://review.opendev.org/655517 | 23:21 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!