Tuesday, 2020-03-31

*** segorov has joined #airshipit01:58
*** toabctl has joined #airshipit03:39
*** toabctl has quit IRC04:03
*** toabctl has joined #airshipit04:07
*** evrardjp has quit IRC04:36
*** evrardjp has joined #airshipit04:36
*** dpawlik has joined #airshipit06:20
*** dpawlik has quit IRC06:28
*** dpawlik has joined #airshipit06:47
openstackgerritManoj Alva proposed airship/go-redfish master: Support for Additional Redfish APIs  https://review.opendev.org/71536607:02
openstackgerritManoj Alva proposed airship/go-redfish master: Makefile update to support Docker based target  https://review.opendev.org/71617707:23
*** uzumaki has joined #airshipit08:05
*** rezroo has quit IRC08:07
*** avolkov has joined #airshipit08:39
*** vamsisavaram has joined #airshipit08:40
openstackgerritDmitry Ukov proposed airship/airshipctl master: Introduce initinfra composite  https://review.opendev.org/71621108:47
*** diga has joined #airshipit09:45
*** zogger has joined #airshipit09:48
*** zogger has quit IRC09:52
*** vamsisavaram has quit IRC10:16
*** vamsisavaram has joined #airshipit10:56
*** vamsisavaram has quit IRC11:10
*** vamsisavaram has joined #airshipit11:12
openstackgerritDmitry Ukov proposed airship/airshipctl master: Add control plane deployment  https://review.opendev.org/71475812:10
*** SRao has joined #airshipit12:58
openstackgerritManoj Alva proposed airship/go-redfish master: Makefile update to support Docker based target  https://review.opendev.org/71617713: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-202013:34
*** uzumaki has quit IRC13:46
*** jtwill98 has joined #airshipit14:00
airship-irc-bot<mattmceuen> Starting up now, we'll give it a few minutes for folks to join14:00
*** mfixtex has joined #airshipit14:00
*** SRao has quit IRC14:06
openstackgerritPrateek Dodda proposed airship/shipyard master: Implement Security Context for Airflow_Worker  https://review.opendev.org/71152114:14
airship-irc-bot<pb269f> o/14:14
*** kkalina has joined #airshipit14:16
openstackgerritMerged airship/divingbell master: Implement Security Context for Divingbell  https://review.opendev.org/70788514: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 patchsets14: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 yet14: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
openstackgerritMerged airship/airshipctl master: Add Bare Metal Operator resources  https://review.opendev.org/70653314:47
openstackgerritMerged airship/airshipctl master: Add Bare Metal Operator Ironic config files  https://review.opendev.org/70673614:49
*** segorov has quit IRC15:05
*** segorov has joined #airshipit15:05
openstackgerritIan Howell proposed airship/airshipctl master: Implement airshipctl cluster status  https://review.opendev.org/71421015:23
openstackgerritIan Howell proposed airship/airshipctl master: Improve document.Selector's String method  https://review.opendev.org/71602915: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 check15: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 changed15:39
airship-irc-bot<se6518> let me double check15: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 k8s15: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 epehemeral15:48
airship-irc-bot<kk6740> so deploy ephemeral fails?15:48
*** avolkov has quit IRC15: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 IRC15:50
airship-irc-bot<kk6740> i think this is because redfish auth was introduced15:51
airship-irc-bot<ih616h> right, but this at least pinpoints the missing document15:51
*** mikefix has joined #airshipit15:51
airship-irc-bot<ih616h> yes, the redfish auth change is almost definitely the culprit15:51
airship-irc-bot<se6518> the same result for my lab without annotation15:53
airship-irc-bot<kk6740> i’ll create a PR give me a min15:54
airship-irc-bot<ih616h> Here's the line that errors: https://github.com/airshipit/airshipctl/blob/master/pkg/document/dochelper_baremetalhost.go#L4415:54
airship-irc-bot<ih616h> might give you a head start15:54
airship-irc-bot<sreejith.punnapuzha> can i get some review on this ps https://review.opendev.org/#/c/715049/?15:58
openstackgerritKostyantyn Kalynovskyi proposed airship/airshipctl master: Add missing bmh secret for gate manifests  https://review.opendev.org/71635316: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
openstackgerritIan Howell proposed airship/airshipctl master: Improve error messages related to Selectors  https://review.opendev.org/71635416:02
airship-irc-bot<kk6740> can u check if u can find BMH host with this https://review.opendev.org/716353 ?16:02
openstackgerritKostyantyn Kalynovskyi proposed airship/airshipctl master: Add missing bmh secret for gate manifests  https://review.opendev.org/71635316:02
airship-irc-bot<kk6740> @se6518 please check if secret is found with this patchset  https://review.opendev.org/71635316:03
airship-irc-bot<se6518> will do16:04
airship-irc-bot<se6518> new doc is found, this error gone, thank you16:07
airship-irc-bot<kk6740> does bootstrap work?16:07
airship-irc-bot<se6518> redfish 505 error16:07
airship-irc-bot<se6518> testing16:07
airship-irc-bot<kk6740> can u check sushy logs ?16:09
airship-irc-bot<se6518> sure16:10
airship-irc-bot<se6518> just need to clean the lab and run again16:10
airship-irc-bot<kk6740> i am guessing we  may have to add authentication to sushy playbook16:13
airship-irc-bot<mf4716> testing - just joined airshipit slack channel16:19
airship-irc-bot<se6518> sushy-emulator just shows error 50016:19
airship-irc-bot<ih616h> o/ @mf471616:19
airship-irc-bot<kk6740> @se6518 and no logs from journalctl?16:19
airship-irc-bot<se6518> no16:20
airship-irc-bot<james.gu> Welcome Mike :slightly_smiling_face:16:20
airship-irc-bot<se6518> sorry, wrong service name for sushy16:21
airship-irc-bot<mf4716> thanks @james.gu16:21
*** rezroo has joined #airshipit16:21
airship-irc-bot<se6518> @kk6740 only tracing requests in the logs for sushy-tools16:25
airship-irc-bot<kk6740> can u add some dummy password/username to the manifest and test again?16:26
airship-irc-bot<se6518> sure16:26
airship-irc-bot<kk6740> i dont have lab right now, can’t test :(16:26
airship-irc-bot<se6518> no change with user/pass16:28
*** evrardjp has quit IRC16:36
*** evrardjp has joined #airshipit16:36
airship-irc-bot<james.gu> i am rerunning with @kk6740 PS16:55
airship-irc-bot<se6518> FYI: PS helped on my baremetal lab17: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 we18: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.yaml18:13
airship-irc-bot<james.gu> test data18: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 lab18:14
airship-irc-bot<se6518> works now on clean baremetal lab18:14
airship-irc-bot<james.gu> ah okay18: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 sushy18:15
airship-irc-bot<kk6740> if we can configure sushy to use authentication, we should use actual pass/username in secret18: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 passwords18:16
airship-irc-bot<james.gu> yes running now with empty strings18:17
airship-irc-bot<james.gu> @kk6740 empty string works for me.18:28
airship-irc-bot<kk6740> :+1:18:28
*** Soopaman has joined #airshipit19:08
openstackgerritIan Howell proposed airship/airshipctl master: Remove getters/setters of AirshipCTLSettings  https://review.opendev.org/71452319:20
openstackgerritMerged airship/go-redfish master: Makefile update to support Docker based target  https://review.opendev.org/71617719:23
*** awander has joined #airshipit19:32
openstackgerritsai battina proposed airship/images master: Add ipa-downloader-image  https://review.opendev.org/71640719:42
*** awander29 has joined #airshipit19:50
openstackgerritChandra Sharma proposed airship/airshipctl master: AIR-81, Added Document Virtual Redfish Emulation  https://review.opendev.org/68638919:51
*** awander has quit IRC19:51
*** awander29 has left #airshipit19:51
*** awander has joined #airshipit19:52
openstackgerritMatthew Fuller proposed airship/airshipui master: [WIP] Add plugin to show database status to Airship UI  https://review.opendev.org/71641420:01
*** jtwill98 has quit IRC20:01
openstackgerritGage Hugo proposed airship/airshipctl master: [#55] WIP - Handle KubeadmConfig cloud init  https://review.opendev.org/71135020:04
openstackgerritDmitry Ukov proposed airship/airshipctl master: Use static CAPI components from upstream  https://review.opendev.org/71411020:05
openstackgerritDmitry Ukov proposed airship/airshipctl master: Added CAPI kubeadm controlplane controller  https://review.opendev.org/71545220:05
openstackgerritDmitry Ukov proposed airship/airshipctl master: Add control plane deployment  https://review.opendev.org/71475820:05
openstackgerritDmitry Ukov proposed airship/airshipctl master: Introduce initinfra composite  https://review.opendev.org/71621120:05
openstackgerritMerged airship/airshipctl master: Add missing bmh secret for gate manifests  https://review.opendev.org/71635320:17
openstackgerritJames Gu proposed airship/airshipctl master: Add doc pull in deployment scripts  https://review.opendev.org/71508420:18
openstackgerritJames Gu proposed airship/airshipctl master: Add doc pull in deployment scripts  https://review.opendev.org/71508420:24
openstackgerritPete Birley proposed airship/images master: Add ipa-downloader-image  https://review.opendev.org/71640720:24
openstackgerritPete Birley proposed airship/airshipctl master: Add Bare Metal Operator Ironic entrypoints  https://review.opendev.org/70673720:42
openstackgerritPete Birley proposed airship/airshipctl master: Fix ironic deployment template  https://review.opendev.org/71642720:42
openstackgerritPete Birley proposed airship/airshipctl master: Ironic: Move to use sqllite rather than mariadb  https://review.opendev.org/71643520:56
*** diga has quit IRC21:04
openstackgerritMerged airship/images master: Add ipa-downloader-image  https://review.opendev.org/71640721:19
*** segorov has quit IRC22:00
*** awander has quit IRC22:36
*** kkalina has quit IRC22:45
*** Soopaman has quit IRC22:49
*** mikefix has quit IRC23:12
*** ianychoi has quit IRC23:15
*** ianychoi has joined #airshipit23:16

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