*** segorov has joined #airshipit | 01:58 | |
*** toabctl has joined #airshipit | 03:39 | |
*** toabctl has quit IRC | 04:03 | |
*** toabctl has joined #airshipit | 04:07 | |
*** evrardjp has quit IRC | 04:36 | |
*** evrardjp has joined #airshipit | 04:36 | |
*** dpawlik has joined #airshipit | 06:20 | |
*** dpawlik has quit IRC | 06:28 | |
*** dpawlik has joined #airshipit | 06:47 | |
openstackgerrit | Manoj Alva proposed airship/go-redfish master: Support for Additional Redfish APIs https://review.opendev.org/715366 | 07:02 |
---|---|---|
openstackgerrit | Manoj Alva proposed airship/go-redfish master: Makefile update to support Docker based target https://review.opendev.org/716177 | 07:23 |
*** uzumaki has joined #airshipit | 08:05 | |
*** rezroo has quit IRC | 08:07 | |
*** avolkov has joined #airshipit | 08:39 | |
*** vamsisavaram has joined #airshipit | 08:40 | |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Introduce initinfra composite https://review.opendev.org/716211 | 08:47 |
*** diga has joined #airshipit | 09:45 | |
*** zogger has joined #airshipit | 09:48 | |
*** zogger has quit IRC | 09:52 | |
*** vamsisavaram has quit IRC | 10:16 | |
*** vamsisavaram has joined #airshipit | 10:56 | |
*** vamsisavaram has quit IRC | 11:10 | |
*** vamsisavaram has joined #airshipit | 11:12 | |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Add control plane deployment https://review.opendev.org/714758 | 12:10 |
*** SRao has joined #airshipit | 12:58 | |
openstackgerrit | Manoj Alva proposed airship/go-redfish master: Makefile update to support Docker based target https://review.opendev.org/716177 | 13:25 |
airship-irc-bot | <mattmceuen> Good morning/evening everyone - reminder that our meetup will start in about half an hour via zoom. Agend: https://etherpad.openstack.org/p/airship-virtual-meetup-2020 | 13:34 |
*** uzumaki has quit IRC | 13:46 | |
*** jtwill98 has joined #airshipit | 14:00 | |
airship-irc-bot | <mattmceuen> Starting up now, we'll give it a few minutes for folks to join | 14:00 |
*** mfixtex has joined #airshipit | 14:00 | |
*** SRao has quit IRC | 14:06 | |
openstackgerrit | Prateek Dodda proposed airship/shipyard master: Implement Security Context for Airflow_Worker https://review.opendev.org/711521 | 14:14 |
airship-irc-bot | <pb269f> o/ | 14:14 |
*** kkalina has joined #airshipit | 14:16 | |
openstackgerrit | Merged airship/divingbell master: Implement Security Context for Divingbell https://review.opendev.org/707885 | 14:25 |
airship-irc-bot | <james.gu> Morning, wanted to check with folks the current health status of the zuul gate. The patchset dodged the node failure, but it eventually failed at the deploy ephemeral node using redfish due to the error "Document filtered by selector "~G_~V_Secret" found no documents". I don't think it is related to the specific patchset. Is that gate error expected at the moment? | 14:26 |
airship-irc-bot | <kk6740> nope, it was broken again by recent patchsets | 14:26 |
airship-irc-bot | <james.gu> @kk6740 thanks, so is it a known issue? I wanted to confirm first that my submitted patchset in review is not causing this, https://review.opendev.org/#/c/715084. | 14:31 |
airship-irc-bot | <kk6740> i saw that it was broken, but didn’t have time to look for cause of this yet | 14:33 |
airship-irc-bot | <james.gu> I really need to get gate to voting again :slightly_smiling_face: | 14:37 |
airship-irc-bot | <james.gu> I->We :slightly_smiling_face: | 14:37 |
openstackgerrit | Merged airship/airshipctl master: Add Bare Metal Operator resources https://review.opendev.org/706533 | 14:47 |
openstackgerrit | Merged airship/airshipctl master: Add Bare Metal Operator Ironic config files https://review.opendev.org/706736 | 14:49 |
*** segorov has quit IRC | 15:05 | |
*** segorov has joined #airshipit | 15:05 | |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Implement airshipctl cluster status https://review.opendev.org/714210 | 15:23 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Improve document.Selector's String method https://review.opendev.org/716029 | 15:26 |
airship-irc-bot | <se6518> @james.gu I see the same issue for my lab: "~G_~V_Secret" found no documents". Tried to work on it, debugged it but see that the selector in airshipctl code is the same that is in the manifest and looks like document.Bundle Select method does not provide document which is labeled correctly(I see only Baremetal kind returned, not Secret). Have no other ideas, except debugging kustomize code. | 15:34 |
airship-irc-bot | <kk6740> let me check | 15:37 |
airship-irc-bot | <kk6740> @se6518, @james.gu can u check please what happens if u remove: ```metadata: annotations: config.kubernetes.io/local-config: "true"``` this annaotation from manifests/function/ephemeral documents? | 15:38 |
airship-irc-bot | <se6518> already did, nothing changed | 15:39 |
airship-irc-bot | <se6518> let me double check | 15:40 |
airship-irc-bot | <james.gu> let me try that... what does the local-config do? | 15:45 |
airship-irc-bot | <kk6740> it should only mark document that it is not to be deployed to k8s | 15:46 |
airship-irc-bot | <kk6740> does it isogen or remotedirect failing? | 15:47 |
airship-irc-bot | <james.gu> not for me... everything else worked until deploy epehemeral | 15:48 |
airship-irc-bot | <kk6740> so deploy ephemeral fails? | 15:48 |
*** avolkov has quit IRC | 15:49 | |
airship-irc-bot | <ih616h> Here's some improved output for the above error: `Document filtered by selector "[Kind=\"Secret\", Name=\"master-0-bmc-secret\"]" found no documents` | 15:49 |
airship-irc-bot | <kk6740> because there is no such document :slightly_smiling_face: | 15:50 |
*** mfixtex has quit IRC | 15:50 | |
airship-irc-bot | <kk6740> i think this is because redfish auth was introduced | 15:51 |
airship-irc-bot | <ih616h> right, but this at least pinpoints the missing document | 15:51 |
*** mikefix has joined #airshipit | 15:51 | |
airship-irc-bot | <ih616h> yes, the redfish auth change is almost definitely the culprit | 15:51 |
airship-irc-bot | <se6518> the same result for my lab without annotation | 15:53 |
airship-irc-bot | <kk6740> i’ll create a PR give me a min | 15:54 |
airship-irc-bot | <ih616h> Here's the line that errors: https://github.com/airshipit/airshipctl/blob/master/pkg/document/dochelper_baremetalhost.go#L44 | 15:54 |
airship-irc-bot | <ih616h> might give you a head start | 15:54 |
airship-irc-bot | <sreejith.punnapuzha> can i get some review on this ps https://review.opendev.org/#/c/715049/? | 15:58 |
openstackgerrit | Kostyantyn Kalynovskyi proposed airship/airshipctl master: Add missing bmh secret for gate manifests https://review.opendev.org/716353 | 16:01 |
airship-irc-bot | <james.gu> can I also get some review on https://review.opendev.org/#/c/715084? It's pretty simple enhancement to include doc pull cmd in the deployment scripts/ansible. | 16:01 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Improve error messages related to Selectors https://review.opendev.org/716354 | 16:02 |
airship-irc-bot | <kk6740> can u check if u can find BMH host with this https://review.opendev.org/716353 ? | 16:02 |
openstackgerrit | Kostyantyn Kalynovskyi proposed airship/airshipctl master: Add missing bmh secret for gate manifests https://review.opendev.org/716353 | 16:02 |
airship-irc-bot | <kk6740> @se6518 please check if secret is found with this patchset https://review.opendev.org/716353 | 16:03 |
airship-irc-bot | <se6518> will do | 16:04 |
airship-irc-bot | <se6518> new doc is found, this error gone, thank you | 16:07 |
airship-irc-bot | <kk6740> does bootstrap work? | 16:07 |
airship-irc-bot | <se6518> redfish 505 error | 16:07 |
airship-irc-bot | <se6518> testing | 16:07 |
airship-irc-bot | <kk6740> can u check sushy logs ? | 16:09 |
airship-irc-bot | <se6518> sure | 16:10 |
airship-irc-bot | <se6518> just need to clean the lab and run again | 16:10 |
airship-irc-bot | <kk6740> i am guessing we may have to add authentication to sushy playbook | 16:13 |
airship-irc-bot | <mf4716> testing - just joined airshipit slack channel | 16:19 |
airship-irc-bot | <se6518> sushy-emulator just shows error 500 | 16:19 |
airship-irc-bot | <ih616h> o/ @mf4716 | 16:19 |
airship-irc-bot | <kk6740> @se6518 and no logs from journalctl? | 16:19 |
airship-irc-bot | <se6518> no | 16:20 |
airship-irc-bot | <james.gu> Welcome Mike :slightly_smiling_face: | 16:20 |
airship-irc-bot | <se6518> sorry, wrong service name for sushy | 16:21 |
airship-irc-bot | <mf4716> thanks @james.gu | 16:21 |
*** rezroo has joined #airshipit | 16:21 | |
airship-irc-bot | <se6518> @kk6740 only tracing requests in the logs for sushy-tools | 16:25 |
airship-irc-bot | <kk6740> can u add some dummy password/username to the manifest and test again? | 16:26 |
airship-irc-bot | <se6518> sure | 16:26 |
airship-irc-bot | <kk6740> i dont have lab right now, can’t test :( | 16:26 |
airship-irc-bot | <se6518> no change with user/pass | 16:28 |
*** evrardjp has quit IRC | 16:36 | |
*** evrardjp has joined #airshipit | 16:36 | |
airship-irc-bot | <james.gu> i am rerunning with @kk6740 PS | 16:55 |
airship-irc-bot | <se6518> FYI: PS helped on my baremetal lab | 17:16 |
airship-irc-bot | <james.gu> yeah @kk6740 PS worked after I changed to use "usename" and "password" to replace the empty "" in the secrets.yaml. | 18:03 |
airship-irc-bot | <kk6740> i think it should work with empty strings as we | 18:04 |
airship-irc-bot | <james.gu> I don't have a strong opinion one way or the other on the hard coded values of the user/pwd as long as we are consistent :slightly_smiling_face:. Here is the values used in the other PS: https://review.opendev.org/#/c/715553/4/pkg/document/testdata/dochelper/secret.yaml | 18:13 |
airship-irc-bot | <james.gu> test data | 18:13 |
airship-irc-bot | <james.gu> I can try empty strings to see if that works... I thought @se6518 tried and didn't work? | 18:13 |
airship-irc-bot | <kk6740> i think there was something in his lab | 18:14 |
airship-irc-bot | <se6518> works now on clean baremetal lab | 18:14 |
airship-irc-bot | <james.gu> ah okay | 18:14 |
airship-irc-bot | <kk6740> the values u are showing is unitests, that ia a bit different. why i wanted to keep them empty because there is no authenticaion configured on sushy | 18:15 |
airship-irc-bot | <kk6740> if we can configure sushy to use authentication, we should use actual pass/username in secret | 18:15 |
airship-irc-bot | <james.gu> let me reverse my comments on the patch then. | 18:15 |
airship-irc-bot | <kk6740> @james.gu can u double check please that everything works with u with empty passwords | 18:16 |
airship-irc-bot | <james.gu> yes running now with empty strings | 18:17 |
airship-irc-bot | <james.gu> @kk6740 empty string works for me. | 18:28 |
airship-irc-bot | <kk6740> :+1: | 18:28 |
*** Soopaman has joined #airshipit | 19:08 | |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Remove getters/setters of AirshipCTLSettings https://review.opendev.org/714523 | 19:20 |
openstackgerrit | Merged airship/go-redfish master: Makefile update to support Docker based target https://review.opendev.org/716177 | 19:23 |
*** awander has joined #airshipit | 19:32 | |
openstackgerrit | sai battina proposed airship/images master: Add ipa-downloader-image https://review.opendev.org/716407 | 19:42 |
*** awander29 has joined #airshipit | 19:50 | |
openstackgerrit | Chandra Sharma proposed airship/airshipctl master: AIR-81, Added Document Virtual Redfish Emulation https://review.opendev.org/686389 | 19:51 |
*** awander has quit IRC | 19:51 | |
*** awander29 has left #airshipit | 19:51 | |
*** awander has joined #airshipit | 19:52 | |
openstackgerrit | Matthew Fuller proposed airship/airshipui master: [WIP] Add plugin to show database status to Airship UI https://review.opendev.org/716414 | 20:01 |
*** jtwill98 has quit IRC | 20:01 | |
openstackgerrit | Gage Hugo proposed airship/airshipctl master: [#55] WIP - Handle KubeadmConfig cloud init https://review.opendev.org/711350 | 20:04 |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Use static CAPI components from upstream https://review.opendev.org/714110 | 20:05 |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Added CAPI kubeadm controlplane controller https://review.opendev.org/715452 | 20:05 |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Add control plane deployment https://review.opendev.org/714758 | 20:05 |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Introduce initinfra composite https://review.opendev.org/716211 | 20:05 |
openstackgerrit | Merged airship/airshipctl master: Add missing bmh secret for gate manifests https://review.opendev.org/716353 | 20:17 |
openstackgerrit | James Gu proposed airship/airshipctl master: Add doc pull in deployment scripts https://review.opendev.org/715084 | 20:18 |
openstackgerrit | James Gu proposed airship/airshipctl master: Add doc pull in deployment scripts https://review.opendev.org/715084 | 20:24 |
openstackgerrit | Pete Birley proposed airship/images master: Add ipa-downloader-image https://review.opendev.org/716407 | 20:24 |
openstackgerrit | Pete Birley proposed airship/airshipctl master: Add Bare Metal Operator Ironic entrypoints https://review.opendev.org/706737 | 20:42 |
openstackgerrit | Pete Birley proposed airship/airshipctl master: Fix ironic deployment template https://review.opendev.org/716427 | 20:42 |
openstackgerrit | Pete Birley proposed airship/airshipctl master: Ironic: Move to use sqllite rather than mariadb https://review.opendev.org/716435 | 20:56 |
*** diga has quit IRC | 21:04 | |
openstackgerrit | Merged airship/images master: Add ipa-downloader-image https://review.opendev.org/716407 | 21:19 |
*** segorov has quit IRC | 22:00 | |
*** awander has quit IRC | 22:36 | |
*** kkalina has quit IRC | 22:45 | |
*** Soopaman has quit IRC | 22:49 | |
*** mikefix has quit IRC | 23:12 | |
*** ianychoi has quit IRC | 23:15 | |
*** ianychoi has joined #airshipit | 23:16 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!