TheJulia | cvstealth: so | 00:38 |
---|---|---|
TheJulia | so Ironic will put all of the networks as single ports on to the provisioning or cleaning network. It doesn't attempt to do bonding or anything like that. | 00:39 |
TheJulia | instance vifs, can end up attaching to a portgroup which is the physical representation of what a bond would be to ironic | 00:39 |
TheJulia | at least, to the switch | 00:39 |
TheJulia | so neutron side, you don't need two interfaces in the bridge mapping for provisioning/cleaning | 00:40 |
TheJulia | you just need one | 00:40 |
TheJulia | the portgroup really doesn't apply in that context | 00:40 |
TheJulia | And it doesn't know about it nor have the capability to know about it when booting a deployment ramdisk | 00:40 |
TheJulia | Part of that is by design, It is hard to articulate so single interfaces separately attached is simpler | 00:41 |
TheJulia | So neutron should spin up two or more dnsmasq instances, unless your using the same physical network for everything | 00:41 |
TheJulia | which means your instances are being deployed to your provisioning/cleaning/deployment network, typically this is static networking switch side and pre-configured, where as the neutron network_interface on an ironic node is neutron gets additional information for port binding attachments dynamically | 00:42 |
cvstealth | TheJulia: I was trying to follow best practices by not giving access to the provisioning/cleaning network to end users, so that is off of 1 interface then the service network they have access to for instances that is what I was setting up as a port group. | 01:48 |
cvstealth | Both provisioning/cleaning network and service networks are static networking, from the Neutron side it looked like for the dnsmasq to properly work in this setup it would require 2 entries for the bridge_mappings. | 01:50 |
opendevreview | Steve Baker proposed openstack/ironic master: Refactor driver_internal_info updates to methods https://review.opendev.org/c/openstack/ironic/+/764863 | 01:50 |
opendevreview | Steve Baker proposed openstack/ironic master: Use driver_internal_info methods for driver utils https://review.opendev.org/c/openstack/ironic/+/818505 | 01:50 |
opendevreview | Steve Baker proposed openstack/ironic master: Use driver_internal_info methods for drac driver https://review.opendev.org/c/openstack/ironic/+/818506 | 01:50 |
opendevreview | Steve Baker proposed openstack/ironic master: Use driver_internal_info methods for ilo driver https://review.opendev.org/c/openstack/ironic/+/818507 | 01:50 |
opendevreview | Steve Baker proposed openstack/ironic master: Use driver_internal_info methods for redfish driver https://review.opendev.org/c/openstack/ironic/+/818508 | 01:50 |
opendevreview | Steve Baker proposed openstack/ironic master: Use driver_internal_info methods for other drivers https://review.opendev.org/c/openstack/ironic/+/818509 | 01:50 |
cvstealth | In my current mapping the systems running OVS have bridge_mapping = physnet1:br-ex and using routed networks the provisioning/cleaning network is flat and attached to br-ex. I don't have another bridge/network interface to bind the service network DHCP process to without breaking the bond a part. Leading into asking if it was possible to have service network data in the configdrive so the | 01:59 |
cvstealth | deployed instance could come up with a functional network stack. Currently the provisioning of instances works perfectly except there is no functional network for users to SSH into. | 01:59 |
TheJulia | cvstealth: and bonded interfaces out to the end bare metal nodes as well? Is that correct? | 02:35 |
TheJulia | The neutron bridge mapping is really, aiui neutron internal with how it maps configured names in openstsck to the underlying physical networks on the neutron nodes, and only the neutron nodes | 02:37 |
cvstealth | the bonded interaces are just on the tenant network, I don't have any bonding on the provisioning/cleaning. Each node has 3 interfaces, 1 copper for provisioning/cleaning then a dual 10/25G nic that is intended for the tenant/service network. | 02:42 |
TheJulia | Oh! | 02:43 |
TheJulia | Wow, so. Is this with the flat network interface in ironic or the neutron network interface? | 02:44 |
cvstealth | I'm using the neutron network interface for the nodes | 02:44 |
cvstealth | During the deploy phase neutron ports get created for both provisioning and service ports which is fine, once the deploy is done and BM reboots then the only neutron port left is the service port(s). | 02:46 |
*** sshnaidm is now known as sshnaidm|off | 02:57 | |
opendevreview | Steve Baker proposed openstack/ironic master: Ensure desired permissions on all written pxe files https://review.opendev.org/c/openstack/ironic/+/809295 | 03:27 |
opendevreview | Steve Baker proposed openstack/ironic master: Move place_loaders_for_boot to boot driver __init__ https://review.opendev.org/c/openstack/ironic/+/819729 | 03:27 |
opendevreview | Steve Baker proposed openstack/ironic master: Write master grub config on startup https://review.opendev.org/c/openstack/ironic/+/815580 | 03:27 |
opendevreview | Steve Baker proposed openstack/ironic master: Capture [pxe]loader_file_paths for distros https://review.opendev.org/c/openstack/ironic/+/815392 | 03:27 |
opendevreview | Steve Baker proposed openstack/bifrost master: Use distro conf loader_file_paths to copy ipxe/grub files https://review.opendev.org/c/openstack/bifrost/+/818709 | 03:27 |
opendevreview | Steve Baker proposed openstack/bifrost master: WIP support grub network boot https://review.opendev.org/c/openstack/bifrost/+/807220 | 03:27 |
opendevreview | Steve Baker proposed openstack/bifrost master: Don't create ironic_tftp_master_path directory https://review.opendev.org/c/openstack/bifrost/+/820311 | 03:27 |
TheJulia | cvstealth: okay, we’ll, I think you can ignore the bridge mappings entirely, tbh | 04:10 |
TheJulia | It is portgroups in ironic which are important to be defined, if I am remembering correctly | 04:11 |
cvstealth | Isn't the mapping needed when setting up the flat network for the service/tenant network for the DHCP agent assignment? | 04:17 |
TheJulia | cvstealth: aiui, only the actual attachment so neutron knows where to attach virtual routers and dhcp server namespaces | 04:19 |
cvstealth | even when forcing a Neutron DCHP agent for the network I created I didn't see any configs in dnsmasq outside of the provisioning/cleaning ports | 04:19 |
TheJulia | Oh, it runs everything on command lines in namespaces | 04:20 |
TheJulia | So no config files short of the actual leases in use at present | 04:20 |
TheJulia | Wife is telling me time to go to bed :( | 04:21 |
TheJulia | 4:30 alarm for 5 am meeting :( | 04:21 |
cvstealth | I was looking in the namespace files for the leases for the macs, all good thanks for the help and have a good night. | 04:22 |
arne_wiebalck | Good morning, Ironic! | 07:08 |
rpittau | good morning ironic! o/ | 07:28 |
rpittau | oh wow we don't need the py36 patches anymore, TC decided to keep that for the Yoga cycle | 07:30 |
rpittau | good news | 07:30 |
rpittau | if anyone has a femtosecond please check https://review.opendev.org/c/openstack/bifrost/+/819057, just need approval, thanks :) | 07:35 |
rpittau | btw this is what I was referring to for the TC decision http://lists.openstack.org/pipermail/openstack-discuss/2021-December/026164.html | 07:39 |
janders | hey rpittau o/ | 07:53 |
janders | Happy Friday | 07:53 |
opendevreview | Riccardo Pittau proposed openstack/ironic-prometheus-exporter master: Use only Yoga tests https://review.opendev.org/c/openstack/ironic-prometheus-exporter/+/820321 | 07:53 |
janders | good news w/r/t py36! | 07:53 |
rpittau | hey janders :) | 07:53 |
rpittau | yeah, although now I have to revert some patches! :) | 07:54 |
rpittau | we have a couple of months more to work on centos stream 9 at least | 07:54 |
opendevreview | Riccardo Pittau proposed openstack/sushy master: Use only Yoga tests https://review.opendev.org/c/openstack/sushy/+/820322 | 07:55 |
opendevreview | Riccardo Pittau proposed openstack/metalsmith master: Use only Yoga tests https://review.opendev.org/c/openstack/metalsmith/+/820323 | 07:56 |
opendevreview | Riccardo Pittau proposed openstack/ironic-python-agent master: Use only Yoga tests https://review.opendev.org/c/openstack/ironic-python-agent/+/820324 | 07:56 |
opendevreview | Riccardo Pittau proposed openstack/python-ironicclient master: Use only Yoga tests https://review.opendev.org/c/openstack/python-ironicclient/+/820325 | 07:57 |
rpittau | that should be all | 07:57 |
dtantsur | morning ironic | 07:58 |
dtantsur | yay re 3.6 \o/ | 07:58 |
janders | hey dtantsur o/ | 07:59 |
rpittau | hey dtantsur :) | 07:59 |
dtantsur | let the switch to 3.9 be a 2022 problem :) | 07:59 |
dtantsur | rpittau: wanna update the metal3 thread? | 07:59 |
rpittau | yeah, was going to do it | 07:59 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: [WIP] Do not use RPC continue_node_deploy/clean in agent_base https://review.opendev.org/c/openstack/ironic/+/756354 | 08:31 |
mnasiadka | Good morning | 08:32 |
mnasiadka | I had a case yesterday, that erase_devices_metadata did not clean GPT partition table correctly and SW raid create_configuration cleaning step did fail due to existing partition table - is that a known bug? | 08:32 |
dtantsur | mnasiadka: shouldn't be happening, except that software RAID is explicitly not removed | 08:34 |
mnasiadka | dtantsur: that is logical to me (that it shouldn't be happening) - but I think agent is just running wipefs on erase_devices_metadata - and that might not be enough looking at some past bugs/ironic-python-agent code changes | 08:36 |
mnasiadka | but let me check cleaning logs to be sure it wasn't the RAID skip case | 08:37 |
dtantsur | yeah | 08:38 |
dtantsur | I don't think wipefs is the only thing we do | 08:39 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: [WIP] All-in-one Ironic service with a local RPC bus https://review.opendev.org/c/openstack/ironic/+/819620 | 08:41 |
dtantsur | mnasiadka: https://opendev.org/openstack/ironic-lib/src/branch/master/ironic_lib/disk_utils.py#L590-L653 | 08:41 |
mnasiadka | ok then, it seems one of the disk was previously an MD device, and second one had a partition table before MD was in place | 08:42 |
mnasiadka | and since target_raid_config was empty - delete_configuration step (interface "raid") did fail | 08:43 |
mnasiadka | Clean step raid.delete_configuration failed on node e760f7c1-bcb9-4bee-b3b5-27a5ac8fda47. Error performing clean step delete_configuration: local variable 'raid_device' referenced before assignment | 08:43 |
mnasiadka | That was the error. | 08:43 |
mnasiadka | (when target_raid_config was empty and I ran raid:delete_configuration cleaning step) | 08:44 |
dtantsur | arne_wiebalck: ^^^ | 08:45 |
arne_wiebalck | hmm ... interesting, I have never seen this (and we have plenty of nodes w/o target_raid_config and run this step on every delete) | 08:46 |
arne_wiebalck | mnasiadka: which version is this? | 08:47 |
mnasiadka | arne_wiebalck: wallaby | 08:47 |
arne_wiebalck | mnasiadka: we are still on victoria | 08:52 |
arne_wiebalck | mnasiadka: there was some refactoring at some point | 08:52 |
arne_wiebalck | mnasiadka: do you have the exact line already? | 08:53 |
ajya | rpittau: do you know what's happening with those setup.cfg py version classifiers? 3.8, 3.9 remains? Or they need to be reverted/updated to 3.6,3.9? | 09:24 |
rpittau | ajya: I think the TC will take care of updating them back with py3.6 | 09:27 |
ajya | ok, will wait | 09:28 |
rpittau | they still haven't merged the revert for the jobs yet | 09:28 |
mnasiadka | arne_wiebalck: exact line as in logs or code line? ;-) | 09:36 |
arne_wiebalck | mnasiadka: code | 09:36 |
arne_wiebalck | mnasiadka: there are quite some variable 'raid_device' places | 09:37 |
mnasiadka | arne_wiebalck: checking | 09:37 |
arne_wiebalck | mnasiadka: ty | 09:37 |
jingvar | guys | 09:38 |
jingvar | TASK [bifrost-ironic-install : Download IPA kernel checksum file] | 09:38 |
jingvar | <urlopen error [Errno 104] | 09:39 |
jingvar | curl https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos8-stable-xena.kernel.sha256 | 09:39 |
jingvar | The document has moved <a href="https .... | 09:39 |
rpittau | jingvar: thanks for the report, I'm checking now | 09:49 |
mnasiadka | arne_wiebalck: get_commands_status /var/lib/kolla/venv/lib/python3.6/site-packages/ironic/drivers/modules/agent_client.py:347 | 09:53 |
dtantsur | missing -L to curl? | 09:53 |
jingvar | it is your playbook | 09:55 |
jingvar | how to switch to ubuntu based ipa? | 09:55 |
rpittau | I'm updating the url directly so we also use the same one everywhere | 09:56 |
jingvar | it is unexpected, IPA base related to Host OS | 09:58 |
opendevreview | Riccardo Pittau proposed openstack/bifrost master: Update tarballs base url https://review.opendev.org/c/openstack/bifrost/+/820365 | 09:58 |
jingvar | I'm using ubuntu focal as host os | 09:58 |
dtantsur | we don't publish ubuntu images (there are even legal reasons for that) | 09:59 |
dtantsur | you can build one yourself | 09:59 |
opendevreview | Riccardo Pittau proposed openstack/bifrost master: Update tarballs base url https://review.opendev.org/c/openstack/bifrost/+/820365 | 09:59 |
jingvar | got it | 10:00 |
arne_wiebalck | mnasiadka: the line should be in the IPA (not Ironic), no? can you check the logs you have on the controller in /var/log/ironic/deploy for the node in question? | 10:02 |
mnasiadka | arne_wiebalck: sure, let me find the correct log from the past | 10:03 |
jingvar | I'v failed again https://paste.opendev.org/show/811429/ | 10:04 |
arne_wiebalck | mnasiadka: in that dir, there should be archive files with the logs from the IPA | 10:04 |
mnasiadka | arne_wiebalck: actually no errors in the IPA logs... | 10:09 |
opendevreview | Pierre Riteau proposed openstack/ironic master: Fix markup syntax https://review.opendev.org/c/openstack/ironic/+/820367 | 10:12 |
dtantsur | TheJulia: I think I've finally got https://review.opendev.org/c/openstack/ironic/+/819620/ working \o/ Wanna have a look before I start finalizing it? | 10:20 |
* dtantsur jogging brb | 10:22 | |
jingvar | how to pass extra vars via bifrost-cli | 10:31 |
jingvar | I need a walkaround for missed ipa checksum | 10:33 |
rpittau | jingvar: you can pass --extra-vars to bifrost-cli for that | 10:35 |
jingvar | no help about this option | 10:36 |
jingvar | FYI restart bifrost-cli under a user will fail with permissions | 10:39 |
zigo | Hi there. I'd like to test my own baremetal provisionning, and I was wondering if I could do it with OpenStack VMs. Would one of the people in the Ironic team able to answer my questions? | 10:43 |
zigo | My concern is booting-up VMs with PXE. | 10:43 |
zigo | I know I can do my own DHCP in a VM, so that the other VMs would use it. But how can I make the slave VMs to boot on PXE ? OpenStack cannot do "-boot n" on the qemu command line, can it? | 10:44 |
zigo | What's the way then? | 10:44 |
opendevreview | Merged openstack/ironic master: Fix markup syntax https://review.opendev.org/c/openstack/ironic/+/820367 | 10:52 |
jingvar | zigo: Ironic can manage boot order and powering via driver | 10:54 |
zigo | jingvar: Yeah, but in a OpenStack CI env, how can you make nodes PXE boot? Is that even possible? | 10:55 |
jingvar | there is ipmi etc, never heard about Openstack Vm driver | 10:55 |
jingvar | my team did something like that but with manual powering | 10:56 |
jingvar | let me ask my team | 10:57 |
jingvar | - name: "Download IPA kernel checksum file" timeout: 300 - are you serious? | 11:00 |
zigo | Currently, I'm doing my tests in a big hardware machine with 1TB RAM, so I can do "-boot n" and then I use ipmi_sim from openipmi, which works great so far, but I was asked to try to make all of my project to run on OpenStack VMs, to make it more easy for people to contribute. | 11:02 |
jingvar | I use nested VM | 11:02 |
jingvar | zigo: manualy set boot via pxe in libvirts xmls | 11:09 |
zigo | That's what I'd like to avoid ... :/ | 11:11 |
zigo | Anyways, thanks for answering me. | 11:12 |
zigo | jingvar: Is it possible with OpenStack to boot on an iso image ? | 11:15 |
zigo | (cause I'm booting on a live image over PXE...) | 11:16 |
jingvar | i think yes, I never used iso in openstack | 11:20 |
opendevreview | Merged openstack/ironic-python-agent-builder master: Replace genisoimage with xorriso https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/820124 | 11:34 |
jingvar | can someone help with "/home/ubuntu/bifrost/playbooks/inventory/bifrost_inventory.py", line 22, in <module> from oslo_config import cfg ModuleNotFoundError: No module named 'oslo_config' | 11:57 |
jingvar | I must activte venv... | 11:58 |
ajya | TheJulia: left the comments for AccessError patch, up to you what you want to do with it | 12:01 |
janders | see you on Monday Ironic | 12:39 |
janders | have a great weekend everyone o/ | 12:39 |
jingvar | can I pass authorized_keys via bifrrost? | 12:51 |
TheJulia | ajya: replied, I think we need to treat that as a separate thing but yes, agree we should likely exit back out of basic auth | 12:53 |
TheJulia | the whole session fallback to basic was largely to support automatic cases on some bmcs where they don't actually really support session auth | 12:53 |
TheJulia | I don't think we actually do sessions, or did initially have sessions in redfish-tools too | 12:54 |
TheJulia | I think just falling back or exiting basic doesn't resolve the fact the connection data could be in a bad state. Getting the access error out to ironic at least allows us to go "oh, noes! lets start over!" | 13:01 |
TheJulia | ajya: https://review.opendev.org/c/openstack/ironic/+/820077 <-- w/r/t this | 13:08 |
jingvar | last page of Bifrost doc - Add credentials to guest image - can someone help to understand this? | 13:14 |
TheJulia | jingvar: I'm training this morning | 13:17 |
*** amoralej is now known as amoralej|lunch | 13:39 | |
dtantsur | zigo: I think sushy-tools has an openstack driver | 14:05 |
dtantsur | https://docs.openstack.org/sushy-tools/latest/user/dynamic-emulator.html#systems-resource-driver-openstack | 14:05 |
*** amoralej|lunch is now known as amoralej | 14:14 | |
dmellado | dtantsur: TheJulia \o/ | 14:18 |
dmellado | Guess I found the first bug in bifrost | 14:18 |
dmellado | xD | 14:18 |
dmellado | on Copy the shim image to ESP it tries to get "/boot/efi/EFI/rhel/shimx64.efi" | 14:18 |
dmellado | while that doesn't seem to exist on RHEL 8.4 | 14:18 |
dmellado | /boot/efi/EFI/redhat/shimx64.efi | 14:19 |
dmellado | I'll submit a patch | 14:19 |
dmellado | I think it's quite obvious, but... would you like me to open a bug for this beforehand? | 14:19 |
TheJulia | dmellado: you can, but it sounds super straight forward | 14:19 |
dmellado | I'll submit the patch directly then | 14:20 |
opendevreview | Daniel Mellado proposed openstack/bifrost master: Fix RedHat required defaults https://review.opendev.org/c/openstack/bifrost/+/820385 | 14:25 |
dtantsur | dmellado: speaking of testing RHEL on CentOS :) good catch! | 14:26 |
dtantsur | dmellado: we tend to add release notes for any user-visible changes, could you add one? https://docs.openstack.org/ironic/latest/contributor/faq.html#create-a-new-release-note | 14:27 |
dmellado | dtantsur: sure, I'll amend that to the patch | 14:27 |
dtantsur | dmellado: check https://docs.openstack.org/releasenotes/bifrost/unreleased.html for inspiration | 14:27 |
dtantsur | (note that all notes are rendered together on that page) | 14:27 |
dmellado | I caught it just by chance then testing on the 'bastion node' | 14:28 |
dmellado | to actually access the environment | 14:28 |
dmellado | it just 'worked fine' on my fedora xD | 14:28 |
dtantsur | yeah, I think this patch is only wrong on RHEL | 14:28 |
dtantsur | s/patch/path/ | 14:28 |
opendevreview | Daniel Mellado proposed openstack/bifrost master: Fix RedHat required defaults https://review.opendev.org/c/openstack/bifrost/+/820385 | 14:36 |
dmellado | dtantsur: there you go, your super-duper release note | 14:36 |
dtantsur | Thanks! | 14:37 |
dmellado | OMG, I missed git-review | 14:38 |
dmellado | github-- xD | 14:38 |
dtantsur | very true | 14:38 |
dmellado | dtantsur: TheJulia does bifrost support changing nginx default port in any way? | 15:00 |
dtantsur | dmellado: you mean, from 8080 to something else? | 15:00 |
TheJulia | i... I *think* it is a parameter | 15:01 |
dtantsur | file_url_port | 15:01 |
dmellado | yep, I'm just grepping 8080, just inc ase | 15:01 |
dmellado | oh, found it | 15:01 |
* dmellado lazy | 15:01 | |
dmellado | xD | 15:01 |
rpittau | bye everyone have a great weekend! o/ | 15:02 |
dmellado | enjoy rpittau | 15:02 |
rpittau | thanks! | 15:06 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: All-in-one Ironic service with a local RPC bus https://review.opendev.org/c/openstack/ironic/+/819620 | 15:41 |
dtantsur | TheJulia: I think this is ready ^^^ | 15:41 |
dtantsur | I'll try to use it in bifrost for a thorough testing | 15:41 |
TheJulia | dtantsur: ack | 15:41 |
TheJulia | this training is kind of exhausting | 15:42 |
TheJulia | and getting up at 4 AM for 5 AM training is... rough | 15:42 |
dtantsur | TheJulia: what are you learning? :) | 15:42 |
dtantsur | ugh | 15:42 |
TheJulia | agile methodologies (well, taking part in, being refreshed) | 15:42 |
dtantsur | sounds exhausting indeed | 15:43 |
TheJulia | it all kind of blurs together for me since I've also done Lean Six Sigma in the past | 15:44 |
opendevreview | Dmitry Tantsur proposed openstack/bifrost master: Use the combined Ironic service instead of API+conductor https://review.opendev.org/c/openstack/bifrost/+/820390 | 15:55 |
dtantsur | unfortunately, for rpc_transport=none I need to revive https://review.opendev.org/c/openstack/ironic/+/756354. I was trying to pretend it did not exist :) | 15:58 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: [WIP] Do not use RPC continue_node_deploy/clean in agent_base https://review.opendev.org/c/openstack/ironic/+/756354 | 16:09 |
TheJulia | dtantsur: doh | 16:13 |
dtantsur | the last attempt broke only software RAID. maybe this attempt will work? :) | 16:33 |
dtantsur | (or will break everything else) | 16:33 |
opendevreview | Dmitry Tantsur proposed openstack/bifrost master: Use the combined Ironic service instead of API+conductor https://review.opendev.org/c/openstack/bifrost/+/820390 | 16:38 |
dtantsur | hmm, why is ironic-inspector-tempest-partition-bios-redfish-vmedia broken? | 16:39 |
dtantsur | Node 94818809-5cd2-4dbb-96ea-60f351166f5d did not appear in the baremetal introspection API after 90 seconds: Object not found | 16:40 |
dtantsur | wut | 16:40 |
dtantsur | FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/syslinux/isolinux.bin' | 16:43 |
dtantsur | hmm, it may be something from stevebaker[m]'s recent patches | 16:43 |
dtantsur | okay, it's recommended to install isolinux before using it :) | 16:45 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: Install isolinux on devstack https://review.opendev.org/c/openstack/ironic/+/820393 | 16:51 |
dtantsur | stevebaker[m], TheJulia ^^ | 16:51 |
opendevreview | Dmitry Tantsur proposed openstack/bifrost master: Use the combined Ironic service instead of API+conductor https://review.opendev.org/c/openstack/bifrost/+/820390 | 16:57 |
opendevreview | Dmitry Tantsur proposed openstack/bifrost master: Enable HTTP2 for Keystone when TLS is enabled https://review.opendev.org/c/openstack/bifrost/+/820394 | 17:01 |
NobodyCam | Good Morning Ironic'ers... | 17:10 |
NobodyCam | and OFC ... | 17:10 |
NobodyCam | TGIF! | 17:10 |
dtantsur | TGIF \o/ | 17:16 |
dtantsur | on this positive note I'm wishing everyone a great weekend :) | 17:16 |
dtantsur | o/ | 17:16 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: [WIP] Document single process Ironic https://review.opendev.org/c/openstack/ironic/+/820396 | 17:19 |
NobodyCam | have a great weekend dtantsur | 17:25 |
TheJulia | ajya: hmm... I don't want to change too much but I'm getting this feeling we're going to need to do some retooling around session stuffs to fully handle the potential cases which may arise. Then again, with the ironic fix AccessError would also occur on the basic auth fail and that should raise all the way back up | 17:51 |
* TheJulia woners if we're also over-thinking this | 17:51 | |
* TheJulia thinks some more on that | 17:51 | |
TheJulia | and lunch | 17:51 |
*** amoralej is now known as amoralej|off | 18:03 | |
opendevreview | Merged openstack/bifrost master: Fix RedHat required defaults https://review.opendev.org/c/openstack/bifrost/+/820385 | 19:35 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!