Friday, 2020-08-28

rpiosoJayF: Thank you for sharing that :-)00:22
*** bnemec has quit IRC00:28
*** bnemec has joined #openstack-ironic00:33
*** bnemec has quit IRC00:40
*** bnemec has joined #openstack-ironic00:46
*** k_mouza has joined #openstack-ironic00:52
*** k_mouza has quit IRC00:56
*** bnemec has quit IRC00:57
*** bnemec has joined #openstack-ironic01:15
*** stevebaker has quit IRC01:30
*** stevebaker has joined #openstack-ironic01:38
*** bnemec has quit IRC01:45
*** bnemec has joined #openstack-ironic01:50
*** bnemec has quit IRC01:57
*** gyee has quit IRC01:58
*** mkrai has joined #openstack-ironic02:02
*** Qianbiao has joined #openstack-ironic02:15
*** rcernin has quit IRC02:56
*** rcernin has joined #openstack-ironic03:04
*** rcernin has quit IRC03:35
*** rcernin has joined #openstack-ironic03:39
*** rcernin has quit IRC03:54
*** rcernin has joined #openstack-ironic04:08
*** rcernin has quit IRC04:18
*** rcernin has joined #openstack-ironic04:19
*** mkrai has quit IRC04:21
*** rh-jelabarre has quit IRC04:25
*** mkrai has joined #openstack-ironic04:29
rpiosoJ04:46
*** Qianbiao has quit IRC04:52
*** fmuyassarov has joined #openstack-ironic04:58
*** tzumainn has quit IRC05:06
*** fmuyassarov has quit IRC05:12
*** belmoreira has joined #openstack-ironic05:17
*** belmoreira has quit IRC05:17
*** mkrai has quit IRC05:22
stevebakerK05:24
*** ijw has quit IRC05:28
jandersLiberty? :)05:37
openstackgerritSteve Baker proposed openstack/metalsmith master: metalsmith_deployment role switch to metalsmith_instances  https://review.opendev.org/73788805:41
stevebakerMmmand I'm out. Good evening everyone05:43
*** fmuyassarov has joined #openstack-ironic05:45
jandershave a good weekend stevebaker05:45
stevebakerjanders: you too05:46
jandersthank you :)05:46
jandersnot far off weekend here either05:46
stevebakerliving in the future has its benefits05:46
jandershaha true! :)05:47
jandersnew tyres fitting the DeLorean well?05:47
stevebakereh, booked into the mechanic next week because something or other is seized, then back to finish the realignment05:48
jandersjoys of working with mechanics... I was supposed to get some barwork fitted on my car. Was all good till I picked it up and realised it is not the part I ordered05:49
jandersgotta come back next week when they get the correct part and have em swapped over05:49
jandershopefully it all goes smooth for both DeLoreans next week05:50
*** fmuyassarov has quit IRC05:50
*** Lucas_Gray has joined #openstack-ironic05:51
stevebakeryeah05:51
arne_wiebalckGood morning, ironic!05:58
*** fmuyassarov has joined #openstack-ironic06:09
*** fmuyassarov has quit IRC06:10
*** Qianbiao has joined #openstack-ironic06:21
jandersgood morning arne_wiebalck o/06:23
arne_wiebalckhey janders o/06:24
*** Lucas_Gray has quit IRC06:28
*** ijw has joined #openstack-ironic06:31
*** ijw has quit IRC06:36
iurygregorygood morning arne_wiebalck janders and Ironic!06:44
iurygregoryhappy friday06:44
jandersgood morning iurygregory06:44
jandershappy friday indeed :)06:44
jandersI'm finally looking at / working on https://storyboard.openstack.org/#!/story/2008038 - iurygregory do you think you would be in position to give me some design guidance?06:45
iurygregoryjanders, let me get more coffee since I just woke up hehe06:47
jandershaha :) no worries06:47
*** jtomasek has joined #openstack-ironic06:56
rpittaugood morning ironic! Happy Friday! o/07:01
*** belmoreira has joined #openstack-ironic07:01
jandershey rpittau o/ Happy Friday!07:01
rpittauhey janders :)07:02
iurygregorymorning rpittau07:02
rpittauhey iurygregory :)07:02
*** ijw has joined #openstack-ironic07:03
iurygregoryjanders, so looking at the sotry so far you would need to add the call mentioned on drivers/base.py and redfish/management.py07:03
iurygregorythis for the second task07:04
jandersagreed07:04
jandersMAC would be returned as a string, correct?07:05
jandersfor other bits, I see there are defined object types (e.g. 'ironic.common.indicator_states') but I don't see anything existing for representing MACs like that so a string was my first thought07:07
*** xinliang has joined #openstack-ironic07:07
jandersthe other thing I wanted to run by you is - servers are often multi-NIC. What would be a reasonable way of handling this?07:07
jandersreturn all MACs?07:07
jandersjust the first one (what sort key to use)?07:08
iurygregoryyeah07:08
jandersreturn the boot NIC MAC (I probably need to think how to figure out which one that is)?07:08
*** ijw has quit IRC07:08
iurygregoryfor me it would be a string I don't see other structure you can use07:08
iurygregoryI would say a list of the MACs is valid07:09
janderscool! that's a lot of helpful info to get started07:09
openstackgerritMerged openstack/ironic-lib master: Remove the unused coding style modules  https://review.opendev.org/74824607:10
janderslast one: do you have any hints how to best get familiar with getting stuff out of Redfish using sushy?07:10
jandersbefore I start modifying Ironic code I thought it might worthwhile figuring out how I get the MACs via RedFish from a simple script07:10
iurygregorydepends on what you want to get =)07:11
iurygregoryoh07:11
* iurygregory checks code07:11
*** irclogbot_2 has quit IRC07:13
jandershttps://opendev.org/openstack/ironic/src/branch/master/ironic/drivers/modules/redfish/management.py#L61807:13
jandersI figured this might be one example - but was thinking I can familiarise myself with redfish_utils poking around on my laptop against sushy-emulator07:14
jandersjust not sure how simple or not-so-simple the setup for this might be07:15
iurygregorythere is also the https://github.com/openstack/sushy-cli/07:16
iurygregoryI never used but maybe it would help07:16
jandersthank you iurygregory07:17
jandersI am not too familiar with out-of-band introspection. I understand the concept but I have never used it.07:17
jandersOn supported hardware, it is possible to run "baremetal node inspect  --something" and have it do out-of-band inspection?07:18
jandersor is it a term used for getting hardware information via RedFish as opposed to booting IPA?07:18
janderscontext: I can figure out how to "just" query all the MACs via RedFish in the new get_mac_addresses function, but maybe this is already implemented in OOB functionality I am not familiar with?07:20
jandersI found this: https://specs.openstack.org/openstack/ironic-specs/specs/approved/redfish-inspection.html but not sure if this is already implemented or planned for implementation07:22
iurygregoryI'm not sure if it was implemented07:23
iurygregorymaybe Dmitry would know07:23
jandersACK07:24
jandersI have some info to start with - great - thank you iurygregory :)07:24
rpittaudoesn't look it was07:24
*** mkrai has joined #openstack-ironic07:25
jandersif it isn't, do you think it's reasonable to assume that OOB introspection = querying Redfish for the MAC address information?07:25
rpittauyes, that could be a way07:25
jandersACK07:25
jandersgreat! thank you rpittau07:27
rpittaujanders: I lied, sorry, it was implemented, it should be this https://opendev.org/openstack/ironic/src/branch/master/ironic/drivers/modules/redfish/inspect.py07:28
rpittauI was looking in a different place :/07:29
*** xinliang has quit IRC07:30
*** ijw has joined #openstack-ironic07:34
iurygregoryI like the comment on line 12307:35
*** tosky has joined #openstack-ironic07:35
iurygregorythe question*07:35
* janders is looking07:36
rpittauthis was completed 1 year ago, so maybe a refresh is needed07:36
jandershttps://opendev.org/openstack/ironic/src/branch/master/ironic/drivers/modules/redfish/inspect.py#L162 is looking promising07:38
jandersawesome! thanks rpittau07:38
rpittaunp07:38
*** ijw has quit IRC07:39
rpittauif anyone has a moment please review https://review.opendev.org/747647 so we fix the fedora job :)07:41
patchbotpatch 747647 - ironic-python-agent-builder - Leave kbd installed - 1 patch set07:41
openstackgerritRiccardo Pittau proposed openstack/bifrost master: ansible-lint: fix error 206  https://review.opendev.org/74788307:45
openstackgerritRiccardo Pittau proposed openstack/bifrost master: ansible-lint: fix error 504  https://review.opendev.org/74792507:45
*** fmuyassarov has joined #openstack-ironic07:45
janderswrapping up for the day - have a great weekend all o/07:46
janderssee you next week07:46
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent-builder master: Build centos8 on centos8  https://review.opendev.org/74690107:47
rpittaujanders: thanks, you too!07:47
iurygregoryinception build ^08:00
*** mkrai has quit IRC08:04
*** mkrai_ has joined #openstack-ironic08:04
*** ijw has joined #openstack-ironic08:06
*** ijw has quit IRC08:11
*** lucasagomes has joined #openstack-ironic08:14
*** Lucas_Gray has joined #openstack-ironic08:21
*** derekh has joined #openstack-ironic08:23
*** fmuyassarov has quit IRC08:27
rpittau:)08:29
*** ijw has joined #openstack-ironic08:38
rpittauwe don't really have a choice at the moment, and it makes sense to build centos8 on centos808:38
openstackgerritRiccardo Pittau proposed openstack/sushy master: Use Sessions URL from root service if it's provided  https://review.opendev.org/74825608:38
*** ijw has quit IRC08:42
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent master: [DNM] log du /opt  https://review.opendev.org/74826908:46
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent master: [WIP] Move ironic-standalone-ipa-src to Ubuntu Focal  https://review.opendev.org/74821308:47
*** Lucas_Gray has quit IRC08:50
*** ijw has joined #openstack-ironic09:09
*** ijw has quit IRC09:14
*** mkrai_ has quit IRC09:26
*** k_mouza has joined #openstack-ironic09:39
*** ijw has joined #openstack-ironic09:41
*** ijw has quit IRC09:46
*** Lucas_Gray has joined #openstack-ironic09:52
openstackgerritRiccardo Pittau proposed openstack/sushy master: Use Sessions URL from root service if it's provided  https://review.opendev.org/74825610:04
openstackgerritRiccardo Pittau proposed openstack/bifrost master: ansible-lint: fix error 602  https://review.opendev.org/74859710:05
rpittau^ this will most likely fail10:05
*** ijw has joined #openstack-ironic10:12
*** ijw has quit IRC10:17
*** ijw has joined #openstack-ironic10:43
*** ijw has quit IRC10:48
*** ijw has joined #openstack-ironic11:00
openstackgerritRiccardo Pittau proposed openstack/bifrost master: ansible-lint: fix error 602  https://review.opendev.org/74859711:39
*** k_mouza has quit IRC11:43
openstackgerritNisha Agarwal proposed openstack/ironic master: Adds few of the security dashboard parameters to capabilities  https://review.opendev.org/74641611:47
*** vmud213 has joined #openstack-ironic11:47
Qianbiaohello, i setup devstack with ironic. But it seems it did not create provisioning network automate.11:59
QianbiaoIs it neccessary that we provision at "provision network" or just through openstack service network12:00
*** rh-jelabarre has joined #openstack-ironic12:01
*** fmuyassarov has joined #openstack-ironic12:02
*** ijw has quit IRC12:04
*** ijw has joined #openstack-ironic12:15
*** Lucas_Gray has quit IRC12:17
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent master: [DNM] log du /opt  https://review.opendev.org/74826912:20
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent master: [WIP] Move ironic-standalone-ipa-src to Ubuntu Focal  https://review.opendev.org/74821312:20
*** ijw has quit IRC12:20
openstackgerritMichal Nasiadka proposed openstack/bifrost master: Change LANG in install-deps.sh to en_US.UTF-8  https://review.opendev.org/74864612:27
openstackgerritRiccardo Pittau proposed openstack/bifrost master: ansible-lint: fix error 602  https://review.opendev.org/74859712:27
iurygregorywe don't support centos7 in master O.o12:28
iurygregoryfor bifrost ..12:28
rpittaunope, not anymore12:31
iurygregoryyeah, wondering why kolla still uses (not sure if it's master...)12:32
iurygregoryhttps://review.opendev.org/#/c/748646/12:32
patchbotpatch 748646 - bifrost - Change LANG in install-deps.sh to en_US.UTF-8 - 1 patch set12:32
rpittaubifrost remvoed support since ussuri12:33
iurygregoryyup12:33
iurygregorythey probably need to update things on their side I would say12:34
rpittauyeah, but it seems the patch refers to old stable12:34
rpittautrain12:35
iurygregorywell they pushed the fix to master on bifrost =)12:35
rpittauyeah, that's my point :)12:35
iurygregoryrpittau, if you have some time can you look at https://review.opendev.org/741886 and see if you can spot something I missed since uefi jobs are going crazy with my changes?12:36
patchbotpatch 741886 - ironic - Add tempest default_boot_option and altflavor - 13 patch sets12:36
iurygregorydoesn't need to be today12:36
rpittauiurygregory: sure, I was looking at that the other day, but got distracted12:36
iurygregorytks!12:37
*** fmuyassarov has quit IRC12:39
rpittaummm it seems ovn change "fixed" the issue I was seeing in focal for ipa mmmmmmmm12:39
rpittauiurygregory: if you got a moment please https://review.opendev.org/74764712:41
patchbotpatch 747647 - ironic-python-agent-builder - Leave kbd installed - 1 patch set12:41
iurygregorywhat?! =O12:42
iurygregory\o/12:42
rpittaueh? :)12:43
iurygregoryso now we can probably use focal on IPA-Builder?12:44
iurygregoryops on ipa*12:44
rpittauoh, well, we are already using it for tinyipa12:45
rpittauI was talking about the standalone job12:45
rpittauin ipa12:45
iurygregoryhttps://review.opendev.org/#/c/748213/12:45
patchbotpatch 748213 - ironic-python-agent - [WIP] Move ironic-standalone-ipa-src to Ubuntu Focal - 5 patch sets12:45
iurygregorythis one right?12:45
rpittauyeah12:45
iurygregorywell fingers crossed =)12:46
rpittaukind of confusing what's happening, the only change I saw is related to ovn, so maybe...12:46
iurygregorywe can always blame things related to network...12:46
rpittauthat never gets old :)12:46
iurygregoryyeah12:47
*** ijw has joined #openstack-ironic12:47
rpittaummm I can't see the logs in the uefi job12:48
rpittauthe error is weird: 'No valid host was found. There are not enough hosts available.'12:48
iurygregoryyeah12:49
*** Goneri has joined #openstack-ironic12:49
iurygregorybut the only difference is that we have the flavors with netboot and local12:49
iurygregorybut most of the other jobs are fine12:49
rpittaudoesn't that mean that we have 1 more node ?12:49
rpittauI mean, the error is the same in all failed jobs12:50
iurygregorywe have 2 nodes on the jobs12:51
iurygregorynode-0 and node-112:51
*** bnemec has joined #openstack-ironic12:51
rpittauit's not only uefi that's failing12:51
*** ijw has quit IRC12:52
iurygregoryoh there is 1 test on the multinode12:52
iurygregoryoh for some reason I only noticed uefi jobs12:52
iurygregoryI see, ironic-tempest-ipa-partition-pxe_ipmitool also failed =(12:54
rpittaummmmm so we're testing wholedisk+partition for both local AND netboot?12:54
iurygregorynormally wholedisk can use whatever boot_option we have on the job (local/netboot)12:55
iurygregorybut partition jobs normally are netboot12:56
*** rcernin has quit IRC12:56
rpittauyeah, I'm just wondering if there is some weird combination of things happening12:56
openstackgerritMichal Nasiadka proposed openstack/bifrost stable/train: Change LANG in install-deps.sh to en_US.UTF-8  https://review.opendev.org/74866312:56
rpittaubecause partition test is passing12:56
rpittauwholedisk is not12:56
iurygregoryok the ironic-tempest-ipa-partition-pxe_ipmitool wholedisk is trying with netboot...12:56
iurygregoryso maybe is something that wouldn't work for this job12:56
rpittauis it intended that we're testing both? I'm just confused by the name of the job probably :D12:57
rpittaucause in ironic-tempest-ipa-partition-pxe_ipmitool I see also the wholedisk test12:57
iurygregorywell we are planning on test both12:57
rpittauok, good12:57
iurygregoryto reduce the number of jobs12:57
* rpittau removes confusion12:58
rpittauok so in theory we need 1 node for partition and 1 node for wholedisk, but for some reason we're not finding the node for wholedisk12:58
iurygregoryI think the problem in this case is that we would need two nodes with netboot12:59
iurygregoryand the only 1 we have is taken by the partition test and maybe thats why it's failing...13:00
rpittaucould be13:00
rpittauyeah13:00
iurygregorylet me check one thing13:00
iurygregoryI will give a try adding more logic to create the node accordign to the IRONIC_DEFAULT_BOOT_OPTION that is set13:02
rpittauok13:02
rpittauah!13:05
rpittauiurygregory: HTTP exception thrown: Flavor baremetal.netboot could not be found.13:05
iurygregorywut13:05
rpittaunova hits again!13:06
rpittau:)13:06
iurygregorydo you have a link ?13:06
rpittauhttps://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_088/741886/13/check/ironic-tempest-ipa-partition-uefi-pxe_ipmitool/088adc2/controller/logs/screen-n-api.txt13:06
iurygregorywtf nova13:06
iurygregorythe flavor I'm creating is wrong or something? .-.13:06
rpittauI checked 3 failed jobs, same message in nova-api13:06
rpittauthis is what you're askign for Aug 26 15:03:46.859354 ubuntu-bionic-ovh-bhs1-0019468986 devstack@n-api.service[18319]: DEBUG nova.api.openstack.wsgi [None req-81f1caac-3661-44a8-8ba5-4e4ee8d20eea admin admin] Action: 'create', calling method: <bound method FlavorManageController._create of <nova.api.openstack.compute.flavor_manage.FlavorManageController object at 0x7faf8f5c2438>>, body: {"flavor": {"name":13:07
rpittau"baremetal.netboot", "ram": 3072, "vcpus": 2, "disk": 3, "id": null, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 1, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}} {{(pid=18321) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}}13:07
rpittauwhoops13:07
rpittauand also  HTTP exception thrown: Flavor baremetal.local could not be found.13:08
rpittauthis is interesting13:08
iurygregorywell in https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_088/741886/13/check/ironic-tempest-ipa-partition-uefi-pxe_ipmitool/088adc2/job-output.txt we can see the flavor is created13:09
iurygregoryO.o13:09
iurygregorynova why you do this? =(13:09
openstackgerritMerged openstack/bifrost bugfix/8.3: Add correct SELinux context for /tftpboot and fix map-file ACL  https://review.opendev.org/74837213:13
openstackgerritMerged openstack/bifrost stable/ussuri: Add correct SELinux context for /tftpboot and fix map-file ACL  https://review.opendev.org/74837313:13
openstackgerritMerged openstack/bifrost bugfix/8.2: Add correct SELinux context for /tftpboot and fix map-file ACL  https://review.opendev.org/74837413:13
rpittaummmmm13:14
rpittauiurygregory: that might not be the issue, I see nova complaining also about missing baremetal flavor in other jobs13:16
iurygregorywow13:17
iurygregorythat's crazy o.o13:17
rpittauyeah, it's not good13:17
*** ijw has joined #openstack-ironic13:18
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic master: Add tempest default_boot_option and altflavor  https://review.opendev.org/74188613:20
iurygregorylet me see how it goes now considering if IRONIC_DEFAULT_BOOT_OPTION is set to netboot it will set capabilities boot_option:netboot on all nodes13:21
rpittauok13:21
*** ijw has quit IRC13:23
openstackgerritRiccardo Pittau proposed openstack/bifrost master: ansible-lint: fix error 602  https://review.opendev.org/74859713:23
*** k_mouza has joined #openstack-ironic13:27
*** fmuyassarov has joined #openstack-ironic13:29
*** trandles has joined #openstack-ironic13:32
*** tzumainn has joined #openstack-ironic13:33
*** fmuyassarov has quit IRC13:38
*** k_mouza has quit IRC13:49
*** ijw has joined #openstack-ironic13:50
*** k_mouza has joined #openstack-ironic13:54
*** ijw has quit IRC13:55
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic master: Add L3 boot section to the docs  https://review.opendev.org/68984414:02
openstackgerritMerged openstack/ironic-python-agent-builder master: Leave kbd installed  https://review.opendev.org/74764714:08
*** bnemec has quit IRC14:15
rpittaugoing to close earlier today, see you on monday, have a great weekend! o/14:17
*** k_mouza has quit IRC14:18
iurygregorybye rpittau o/14:19
iurygregoryenjoy the weekend14:19
*** k_mouza has joined #openstack-ironic14:20
*** bnemec has joined #openstack-ironic14:20
*** ijw has joined #openstack-ironic14:21
*** Qianbiao has quit IRC14:26
*** ijw has quit IRC14:26
*** Qianbiao has joined #openstack-ironic14:26
*** thiagop has joined #openstack-ironic14:41
*** ijw has joined #openstack-ironic14:53
*** ijw has quit IRC14:58
*** belmoreira has quit IRC15:17
openstackgerritYogesh Ramachandra proposed openstack/ironic master: Fix idrac-wsman factory-reset getting updated bios setting values  https://review.opendev.org/74869615:24
*** ijw has joined #openstack-ironic15:24
*** jtomasek has quit IRC15:29
*** ijw has quit IRC15:29
*** Qianbiao has quit IRC15:44
*** ijw has joined #openstack-ironic15:56
*** lucasagomes has quit IRC15:57
*** ijw has quit IRC16:01
*** thiagop has quit IRC16:03
*** derekh has quit IRC16:06
*** k_mouza has quit IRC16:19
*** ijw has joined #openstack-ironic16:28
*** ijw has quit IRC16:33
*** k_mouza has joined #openstack-ironic16:38
*** thiagop has joined #openstack-ironic16:46
*** k_mouza has quit IRC16:48
*** k_mouza has joined #openstack-ironic16:49
*** k_mouza has quit IRC16:53
*** ijw has joined #openstack-ironic16:59
*** tosky has quit IRC17:03
*** ijw has quit IRC17:04
*** tosky has joined #openstack-ironic17:04
*** vmud213 has quit IRC17:04
openstackgerritvinay kumar muddu proposed openstack/ironic master: Adds ilo-uefi-https boot interface to ilo5  https://review.opendev.org/74550117:18
*** ijw has joined #openstack-ironic17:31
*** ijw has quit IRC17:35
*** tosky has quit IRC17:44
clarkbjroll: we just rolled out a workaround for the keyboard scrolling on the zuul pages. You may need to refresh to pick up the fix though ( was a css change)17:58
clarkbseems to be working for me17:58
*** ijw has joined #openstack-ironic18:02
*** ijw has quit IRC18:07
jrollclarkb: nice, thanks. wfm too :)18:27
*** ijw has joined #openstack-ironic18:33
*** ijw has quit IRC18:38
*** bnemec has quit IRC18:43
*** bnemec has joined #openstack-ironic18:58
*** ijw has joined #openstack-ironic19:04
*** ijw has quit IRC19:09
*** bnemec has quit IRC19:12
*** bnemec has joined #openstack-ironic19:29
*** ijw has joined #openstack-ironic19:35
*** ijw has quit IRC19:40
rpiosoDoes anyone know which meeting tool we will be using during the midcycle?19:43
*** ijw has joined #openstack-ironic20:07
*** ijw has quit IRC20:13
*** ijw has joined #openstack-ironic20:39
*** jamesdenton has quit IRC20:39
*** jamesdenton has joined #openstack-ironic20:40
*** ijw has quit IRC20:43
thiagoptrandles: fiy https://review.opendev.org/#/c/748753/20:55
patchbotpatch 748753 - cliff - Capturing argparse errors due to problem with cmd2 - 2 patch sets20:55
trandles+1 that works for me!20:59
trandlesunfortunately I'm not set up with gerrit, etc. so I can't review :/21:00
thiagopLet's see if the folks from cliff/osc like that. dhellmann might have a hunch if my approach is sound21:00
trandlesfrom a pure "does it work" perspective, it takes care of the issue I reported :)21:01
thiagopgood to know :)21:01
iurygregorythiagop, new contributor hehe XD21:04
thiagopIt's good to be back iury21:04
iurygregoryagree =)21:04
iurygregorywelcome back =D21:04
*** jamesdenton has quit IRC21:07
*** jamesden_ has joined #openstack-ironic21:07
thiagopo/21:08
*** ijw has joined #openstack-ironic21:10
*** ijw has quit IRC21:14
*** tosky has joined #openstack-ironic21:33
*** bnemec has quit IRC21:36
*** thiagop has quit IRC21:39
*** ijw has joined #openstack-ironic21:41
trandlesI know there's been quite a bit of work on ironic-python-agent-builder lately. Do you recommend that I install it via pip or grab a certain stable tarball?21:42
*** ijw has quit IRC21:46
openstackgerritJay Faulkner proposed openstack/ironic-python-agent master: If listen_tls is true, enable TLS on wsgi server  https://review.opendev.org/74719322:10
JayFTheJulia: dtantsur|afk ^^ represents the minimal possible monkey patching to make TLS work in IPA. If this fails on the metalsmith job, we are in big trouble, and likely need to change approach for TLS support (or perhaps have oslo.service explicitly use eventlet.green socket instead of `import socket`?)22:11
-openstackstatus- NOTICE: A zuul server ended up with read only filesystems which caused many jobs to hit retry_limit. The server has been rebooted and appears happy. Jobs can be rechecked.22:13
*** ijw has joined #openstack-ironic22:13
*** ijw has quit IRC22:18
JayFls22:19
JayFeek22:20
openstackgerritJay Faulkner proposed openstack/ironic-python-agent master: Make WSGI server respect listen_* directives  https://review.opendev.org/74876722:28
*** trandles has quit IRC22:35
*** ijw has joined #openstack-ironic22:45
*** ijw has quit IRC22:49
openstackgerritJay Faulkner proposed openstack/ironic-python-agent master: Simplify heartbeating by removing use of select()  https://review.opendev.org/74677422:58
*** ijw has joined #openstack-ironic23:00
*** rcernin has joined #openstack-ironic23:10
*** tosky has quit IRC23:13
*** rcernin has quit IRC23:15
*** bnemec has joined #openstack-ironic23:26
openstackgerritJay Faulkner proposed openstack/ironic-python-agent master: Simplify heartbeating by removing use of select()  https://review.opendev.org/74677423:31
*** bnemec has quit IRC23:35
*** bnemec has joined #openstack-ironic23:46

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!