*** igordc has quit IRC | 00:11 | |
*** igordc has joined #openstack-ironic | 00:11 | |
*** gyee has quit IRC | 00:34 | |
*** igordc has quit IRC | 00:44 | |
*** igordc has joined #openstack-ironic | 00:45 | |
*** rloo has quit IRC | 00:46 | |
*** ricolin has joined #openstack-ironic | 00:58 | |
*** absubram has joined #openstack-ironic | 01:39 | |
*** absubram has quit IRC | 01:54 | |
*** absubram has joined #openstack-ironic | 01:58 | |
*** hwoarang has quit IRC | 02:36 | |
*** hwoarang has joined #openstack-ironic | 02:40 | |
*** ash2307 has joined #openstack-ironic | 02:46 | |
*** igordc has quit IRC | 04:11 | |
*** rh-jelabarre has quit IRC | 04:22 | |
*** absubram has quit IRC | 05:01 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Add iPXE boot interface to 'ilo' hardware type https://review.opendev.org/676854 | 05:03 |
---|---|---|
*** zaneb has quit IRC | 05:04 | |
*** zbitter has joined #openstack-ironic | 05:04 | |
openstackgerrit | Merged openstack/ironic-python-agent-builder master: Updates the build file in DIB https://review.opendev.org/675427 | 05:05 |
*** e0ne has joined #openstack-ironic | 05:13 | |
*** e0ne has quit IRC | 05:27 | |
*** kaifeng has joined #openstack-ironic | 05:30 | |
*** jtomasek has joined #openstack-ironic | 05:36 | |
*** verma-varsha has joined #openstack-ironic | 06:01 | |
*** belmoreira has joined #openstack-ironic | 06:16 | |
*** belmoreira has quit IRC | 06:16 | |
arne_wiebalck | Good morning, ironic! | 06:18 |
*** ociuhandu has joined #openstack-ironic | 06:31 | |
*** ociuhandu has quit IRC | 06:35 | |
*** stendulker has joined #openstack-ironic | 06:49 | |
*** yolanda has joined #openstack-ironic | 06:55 | |
*** jtomasek has quit IRC | 07:25 | |
*** stendulker has quit IRC | 07:49 | |
*** e0ne has joined #openstack-ironic | 07:52 | |
*** lucasagomes has joined #openstack-ironic | 08:02 | |
*** trident has quit IRC | 08:03 | |
*** trident has joined #openstack-ironic | 08:11 | |
*** mgoddard_ has joined #openstack-ironic | 08:22 | |
openstackgerrit | Vanou Ishii proposed openstack/ironic master: Add logic to determine Ironic node is HW or not into configure_ironic_dirs https://review.opendev.org/671957 | 08:24 |
*** dsneddon has quit IRC | 08:32 | |
*** derekh has joined #openstack-ironic | 08:37 | |
*** stendulker has joined #openstack-ironic | 08:54 | |
*** alexmcleod has joined #openstack-ironic | 08:55 | |
verma-varsha | etingof: o/ I am trying to write code for creating a volume via a POST request on a volume collection. After successful creation, I need to send a response of the form here (https://github.com/openstack/sushy/blob/master/sushy/tests/unit/resources/system/storage/test_volume.py#L183). I intend to do something like `return '{'Location': '/url/to/vol'}', 201`. How should I code it? | 08:59 |
*** dsneddon has joined #openstack-ironic | 08:59 | |
etingof | verma-varsha, o/ I think you should just fill-in 'headers' in response, no? | 09:04 |
etingof | verma-varsha, like this -- https://github.com/openstack/sushy/blob/master/sushy/resources/sessionservice/sessionservice.py#L117 | 09:06 |
etingof | verma-varsha, from server's perspective -- https://stackoverflow.com/questions/25860304/how-do-i-set-response-headers-in-flask | 09:07 |
*** verma-varsha has quit IRC | 09:12 | |
*** verma-varsha has joined #openstack-ironic | 09:21 | |
*** dsneddon has quit IRC | 09:22 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy master: Change OEM extensions architecture https://review.opendev.org/676889 | 09:24 |
etingof | rpioso, ^ | 09:25 |
verma-varsha | etingof, If I use flask.Response(), won't it conflict with the decorator @returns_json that the method uses? | 09:30 |
etingof | verma-varsha, I think it won't *if* the view returns a Response object rather than bare Python types -- https://github.com/openstack/sushy-tools/blob/master/sushy_tools/emulator/main.py#L166 | 09:32 |
etingof | (which is implicit if you are setting headers) | 09:33 |
openstackgerrit | Arne Wiebalck proposed openstack/ironic-python-agent master: Software RAID: Ignore missing component devices or holder disks https://review.opendev.org/675857 | 09:36 |
*** Lucas_Gray has joined #openstack-ironic | 09:37 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy master: Change OEM extensions architecture https://review.opendev.org/676889 | 09:41 |
etingof | rpioso, rebased onto the latest sushy patch proposed above -- https://github.com/etingof/sushy-oem-dellemc/blob/master/sushy_oem_dellemc/resources/manager/manager.py | 09:43 |
*** kaifeng has quit IRC | 09:45 | |
*** ociuhandu has joined #openstack-ironic | 09:48 | |
*** ociuhandu has quit IRC | 09:50 | |
*** dsneddon has joined #openstack-ironic | 09:53 | |
*** dsneddon has quit IRC | 09:57 | |
verma-varsha | Thanks etingof! I'll try that. | 10:03 |
*** verma-varsha has quit IRC | 10:24 | |
*** ociuhandu has joined #openstack-ironic | 10:25 | |
*** dsneddon has joined #openstack-ironic | 10:25 | |
*** dsneddon has quit IRC | 10:31 | |
*** Lucas_Gray has quit IRC | 10:32 | |
*** verma-varsha has joined #openstack-ironic | 10:33 | |
*** ociuhandu has quit IRC | 10:38 | |
*** ociuhandu has joined #openstack-ironic | 10:39 | |
*** ociuhandu has quit IRC | 10:42 | |
*** ociuhandu has joined #openstack-ironic | 10:42 | |
*** Lucas_Gray has joined #openstack-ironic | 10:43 | |
*** verma-varsha1 has joined #openstack-ironic | 10:50 | |
*** verma-varsha has quit IRC | 10:51 | |
*** verma-varsha1 is now known as verma-varsha | 10:51 | |
*** ociuhandu has quit IRC | 10:53 | |
*** verma-varsha has quit IRC | 10:56 | |
*** ociuhandu has joined #openstack-ironic | 10:58 | |
*** jtomasek has joined #openstack-ironic | 11:03 | |
nishagb | Greetings ironic! | 11:04 |
*** dsneddon has joined #openstack-ironic | 11:05 | |
nishagb | Can someone review the patch - https://review.opendev.org/#/c/676157/ ? | 11:07 |
nishagb | I can check if the ironic-python-agent-buildimage-dib test passes only after this patch merges. | 11:07 |
patchbot | patch 676157 - ironic-python-agent - Installs diskimage-builder to pass the DIB image b... - 3 patch sets | 11:07 |
*** dsneddon has quit IRC | 11:10 | |
TheJulia | good morning everyone | 11:21 |
jroll | morning y'all | 11:22 |
*** ijw has joined #openstack-ironic | 11:27 | |
*** ijw has quit IRC | 11:32 | |
*** ociuhandu has quit IRC | 11:38 | |
*** ociuhandu has joined #openstack-ironic | 11:40 | |
*** dsneddon has joined #openstack-ironic | 11:42 | |
openstackgerrit | paresh sao proposed openstack/ironic master: Out-of-band `erase_devices` clean step for Proliant Servers https://review.opendev.org/641582 | 11:43 |
*** ociuhandu has quit IRC | 11:44 | |
openstackgerrit | paresh sao proposed openstack/ironic master: Out-of-band `erase_devices` clean step for Proliant Servers https://review.opendev.org/641582 | 11:46 |
*** dsneddon has quit IRC | 11:47 | |
*** ociuhandu has joined #openstack-ironic | 11:50 | |
*** mgoddard has quit IRC | 11:52 | |
*** Lucas_Gray has quit IRC | 11:53 | |
*** belmoreira has joined #openstack-ironic | 11:53 | |
*** ociuhandu has quit IRC | 11:55 | |
*** mgoddard has joined #openstack-ironic | 11:59 | |
*** dsneddon has joined #openstack-ironic | 12:00 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Test: Move to unsafe caching https://review.opendev.org/676916 | 12:05 |
TheJulia | Well, it will be interesting to see if ^-- hits any of the same timeouts we've been seeing. | 12:05 |
*** rh-jelabarre has joined #openstack-ironic | 12:14 | |
*** stendulker has quit IRC | 12:18 | |
*** henriqueof has joined #openstack-ironic | 12:21 | |
arne_wiebalck | Good morning TheJulia jroll: in case you didn't see it yet: the power sync patches have been merged \o/ | 12:23 |
jroll | niiice | 12:26 |
TheJulia | arne_wiebalck: awesome | 12:27 |
jroll | and just now I got to that email :P | 12:28 |
*** verma-varsha has joined #openstack-ironic | 12:32 | |
*** rloo has joined #openstack-ironic | 12:38 | |
*** ociuhandu has joined #openstack-ironic | 12:40 | |
openstackgerrit | Harald Jensås proposed openstack/networking-baremetal master: Fix networking-baremetal CI https://review.opendev.org/675701 | 12:41 |
openstackgerrit | Ilya Etingof proposed openstack/sushy master: Add conditional field matching https://review.opendev.org/675073 | 12:50 |
*** Lucas_Gray has joined #openstack-ironic | 12:51 | |
*** ociuhandu has quit IRC | 12:57 | |
*** dsneddon has quit IRC | 13:03 | |
TheJulia | wow, that cache change really changes the execution time on basic baremetal ops tests | 13:09 |
TheJulia | Lowest I've seen in job logs is 381 seconds | 13:09 |
*** verma-varsha has quit IRC | 13:12 | |
*** verma-varsha has joined #openstack-ironic | 13:12 | |
openstackgerrit | Digambar proposed openstack/ironic master: DRAC : clear_job_queue clean step to fix pending bios config jobs https://review.opendev.org/674021 | 13:14 |
TheJulia | eh, ~400 seconds again. Not bad | 13:14 |
*** verma-varsha has quit IRC | 13:22 | |
*** zbitter is now known as zaneb | 13:23 | |
TheJulia | hjensas: reading your last change, I guess changing the neutron plugin out is what broke it since the job inherits ironic-base | 13:25 |
*** verma-varsha has joined #openstack-ironic | 13:26 | |
TheJulia | hjensas: s/mynetwork/br-ex/? | 13:26 |
hjensas | TheJulia: hm that "Invalid input for operation: physical_network 'mynetwork' unknown for VLAN provider network." does'nt happen in my local reproducer. | 13:31 |
hjensas | TheJulia: must be something else I got different. | 13:31 |
TheJulia | what neutron plugin are you using? | 13:31 |
*** dsneddon has joined #openstack-ironic | 13:32 | |
hjensas | TheJulia: hm, looks like it's the legacy plugin. Since I have "WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future" | 13:34 |
TheJulia | yup... so there is the disconnect I guess | 13:35 |
hjensas | TheJulia: I have to run, got a wedding to guest tomorrow and need to drive to Oslo this evening. | 13:35 |
hjensas | TheJulia: I'll pick it up on monday. | 13:36 |
TheJulia | hjensas: okay, I might poke it some later today | 13:36 |
TheJulia | since I'm the crazy person that fixed vlan support in the neutron devstack plugin | 13:37 |
*** dsneddon has quit IRC | 13:37 | |
*** ociuhandu has joined #openstack-ironic | 13:38 | |
*** ociuhandu has quit IRC | 13:42 | |
*** sthussey has joined #openstack-ironic | 13:44 | |
*** ociuhandu has joined #openstack-ironic | 13:45 | |
*** zaneb has quit IRC | 13:55 | |
*** hjensas has quit IRC | 13:56 | |
verma-varsha | etingof, we'd discussed auto-creation of storage pools at startup. For creating a libvirt storage pool, we need to construct the pool-xml which requires us to supply a uuid attribute for the pool. Can I use uuid.uuid1() to generate a uuid for the pool being created? | 13:58 |
openstackgerrit | paresh sao proposed openstack/ironic master: Out-of-band `erase_devices` clean step for Proliant Servers https://review.opendev.org/641582 | 14:02 |
*** bdodd has joined #openstack-ironic | 14:02 | |
etingof | verma-varsha, I see no reason why not? | 14:05 |
mjturek | when deploying a whole disk image, is it required to have "is_whole_disk_image" set in the driver_internal_info? | 14:06 |
*** dsneddon has joined #openstack-ironic | 14:06 | |
verma-varsha | etingof, Also, I see you have used a default pool here (https://github.com/openstack/sushy-tools/blob/master/sushy_tools/emulator/resources/systems/libvirtdriver.py#L122) for virtual media emulation. So, you assume that it already exists? Because I do not see it being created anywhere in code. | 14:08 |
openstackgerrit | Radosław Piliszek proposed openstack/bifrost master: Install mariadb-server on Debian/Ubuntu https://review.opendev.org/665902 | 14:10 |
*** dsneddon has quit IRC | 14:10 | |
etingof | verma-varsha, my impression is that default pool should be created on libvirt installation... however one could remove it afterwards | 14:10 |
*** bobmel has joined #openstack-ironic | 14:12 | |
verma-varsha | etingof: Oh! Is that so? Somehow I can't find any pool named default on my m/c. I must have deleted it by mistake :/ | 14:14 |
verma-varsha | etingof: Also, while creating a new pool, a target path is also to be provided. I am thinking of something like '/var/lib/libvirt/pool-name'. I hope that doesn't cause any problems! | 14:19 |
etingof | verma-varsha, that's off the top of my head and out of experience. I may be wrong re the default pool. It would be great if you research that a tbit | 14:20 |
etingof | verma-varsha, I am wondering if we could get some sort of default for libvirt-managed directory from libvirt itself rather than hardcode out own... | 14:21 |
verma-varsha | etingof: libvirt stores it's VM images by default in '/var/lib/libvirt/images'. That's where I came up with the path | 14:23 |
arne_wiebalck | mjturek: upfront on the node you mean? | 14:24 |
mjturek | arne_wiebalck yep! | 14:24 |
etingof | verma-varsha, right, but that can change so it would be great if we could discover the actual setting from libvirt | 14:24 |
arne_wiebalck | mjturek: I don't think so. Our nodes don't have it. | 14:25 |
mjturek | ah okay, thank you arne_wiebalck | 14:25 |
rpioso | etingof: Thanks for looping me in on https://review.opendev.org/676889 | 14:26 |
patchbot | patch 676889 - sushy - Change OEM extensions architecture - 2 patch sets | 14:26 |
arne_wiebalck | mjturek: But it may be set at some point during deployment ... ? | 14:26 |
mjturek | arne_wiebalck fair enough, but it's not something the user needs to set before deployment you think? | 14:27 |
* rpioso shudders at re-architecture ;-) | 14:27 | |
verma-varsha | etingof: Can you elaborate on what is exactly needed here? | 14:28 |
etingof | rpioso, I tried to explain why it's a relatively big deal in the commit message | 14:28 |
etingof | verma-varsha, if there is an official way within libvirt API to figure out the prefix directory for storage pool, that would be ideal | 14:29 |
etingof | verma-varsha, alternatively, may be we could enumerate the existing pools (if any) and use their directory or at least its parent directory | 14:31 |
etingof | verma-varsha, I am cautious to hardcode our own because then we will have to manage it (e.g. ensure it's large enough, clean it up eventually etc) | 14:31 |
verma-varsha | etingof: Using the parent of an existing pool directory is doable. But, what do we do in case none exists? Go with '/var/lib/libvirt'? | 14:33 |
etingof | verma-varsha, perhaps, *unless* you find some other source of information on a libvirt-owned directory we could piggyback. somewhere in libvirt configuration, likely | 14:34 |
etingof | verma-varsha, that reminds me! can storage pool be remote i.e. managed by libvirtd sitting somewhere outside of the machine we are running our code on? | 14:35 |
verma-varsha | etingof: All of the auto-created libvirt pools on my machine have a directory in '/var/lib/libvirt', so it seems to be what we are looking for. Should I mail the libvirt folks to confirm? | 14:35 |
*** belmoreira has quit IRC | 14:36 | |
etingof | verma-varsha, asking libvirt folks would never hurt! | 14:36 |
verma-varsha | etingof: I guess the pools can be remote, although, I haven't tried implementing/using one. | 14:37 |
arne_wiebalck | adfkikded | 14:37 |
arne_wiebalck | mjturek: The admin on the node you mean? No. | 14:38 |
mjturek | perfect, thanks | 14:39 |
etingof | verma-varsha, I am thinking, they might always be remote in a sense. That is they are always created/managed by libvirtd which can easily run on a different machine. | 14:39 |
verma-varsha | etingof: I am not sure about the remote thing. 'Libvirt provides storage management on the physical host through storage pools and volumes.', says the official libvirt documentation | 14:39 |
etingof | verma-varsha, if pools are remote, then, generally, we have no influence/control over that directory at all... so I suggest another quick research on that ;-) | 14:41 |
verma-varsha | etingof: https://libvirt.org/storage.html#StorageBackendNetFS Is this a remote pool? I'm sorry I can't make that out having little experience in that area. | 14:44 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic master: Allow to configure additional ipmitool retriable errors https://review.opendev.org/676963 | 14:44 |
*** dsneddon has joined #openstack-ironic | 14:45 | |
*** bnemec is now known as beekneemech | 14:48 | |
etingof | verma-varsha, I think here we literally "upload" boot image to libviritd -- https://github.com/openstack/sushy-tools/blob/master/sushy_tools/emulator/resources/systems/libvirtdriver.py#L678 | 14:50 |
*** dsneddon has quit IRC | 14:50 | |
etingof | verma-varsha, I suspect that you are confusing two "remote" things - the filesystem where user will have their data (your link is about a remote variant, we will probably use local block device) and the way how we (as a libvirt client) configure storage pools to libvirtd. | 14:52 |
verma-varsha | etingof: I've looked up some stuff. It seems libvirt will always have atleast one pool. We can use up it's parent directory for our new pool. | 14:54 |
etingof | verma-varsha, in our use-case, we want to use local filesystem for storage pool (local relative to where libvirtd runs), however if libvirtd runs on a different machine than libvirt client (i.e. sushy-tools), then from client's perspective the pool is remote e.g. the client has no filesystem access to that directory (because its elsewhere) | 14:55 |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Move to unsafe caching https://review.opendev.org/676916 | 14:56 |
*** verma-varsha1 has joined #openstack-ironic | 14:58 | |
verma-varsha1 | etingof: But doesn't libvirt have the access to the filesystem on host? | 14:58 |
*** verma-varsha has quit IRC | 14:59 | |
*** verma-varsha1 is now known as verma-varsha | 14:59 | |
TheJulia | jroll: arne_wiebalck: I'd <3 thoughts on ^ since presently we end up in a situation where where when we're trying to issue syncs, we have two abstraction layers we're going through with different caching, so at least in test VMs it seems reasonable to run with unsafe as they are for testing... and then we hopefully don't end up in any weird races on devices that wouldn't really exist with multiple layers. | 14:59 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Add iPXE boot interface to 'ilo' hardware type https://review.opendev.org/676854 | 15:01 |
*** verma-varsha has quit IRC | 15:05 | |
*** verma-varsha has joined #openstack-ironic | 15:06 | |
*** dsneddon has joined #openstack-ironic | 15:08 | |
verma-varsha | etingof: In case of remote pools, if we don't have access, we can't really create pools as well as volumes? Am I right? | 15:09 |
arne_wiebalck | TheJulia: Seems ok to me ... what triggered this patch? | 15:12 |
arne_wiebalck | TheJulia: This only affects test VM anyway, no? | 15:12 |
arne_wiebalck | VMs | 15:12 |
*** gyee has joined #openstack-ironic | 15:12 | |
*** Garyx has joined #openstack-ironic | 15:15 | |
etingof | verma-varsha, we can't do that at the filesystem level (mkdir /var/lib/libvirt/pool) because the /var/lib filesystem might reside on some other machine. however if we ask libvirtd to do that for us, that should work out. but obviously we can't ask for any random directory of our choice - libvirtd might reject that | 15:16 |
verma-varsha | etingof: Then maybe the idea of creating a user-specified pool that could not be found on the backend is absurd. Should we just throw an error in case that happens? | 15:22 |
etingof | verma-varsha, sounds reasonable to me | 15:25 |
etingof | verma-varsha, we can only chose pool name, not filesystem location | 15:25 |
verma-varsha | So now, we are only creating the volumes (and not pools) that could not be found on the backend but are specified in the config file. | 15:27 |
verma-varsha | Also, for creating volumes for a POST request, use the 'default' pool? | 15:28 |
*** gyee has quit IRC | 15:35 | |
TheJulia | arne_wiebalck: we had like 6 gate jobs all fail in a row yesterday with timeouts on deploy | 15:36 |
jroll | TheJulia: nice find | 15:36 |
TheJulia | or, timeouts seeing /dev/vda1 | 15:37 |
TheJulia | and sync() and then refresh from the device is the key there which is only problematic in VMs | 15:37 |
etingof | verma-varsha, perhaps that's a reasonable start | 15:37 |
TheJulia | so... "what if unsafe makes this better?" jumped into my brain | 15:37 |
TheJulia | hence the patch | 15:37 |
arne_wiebalck | I wouldn't have thought this makes such a difference! | 15:38 |
TheJulia | so, libvirt passes the device sync request down to the host, so ultimatley we're going vm sync -> devstack vm sync() -> hypervisor host sync() -> whatever the back-end devices are sync() | 15:39 |
TheJulia | so... yeah | 15:39 |
*** ociuhandu has quit IRC | 15:40 | |
TheJulia | going unsafe just makes the devstack vm's hypervisor go "yup, synced, here is that data you asked for (but I secretly only gave you the buffer cache data instead of trying to read from the disk *muahahahaha*) | 15:40 |
arne_wiebalck | OTOH, if a 15% speedup pushes us under the timeout, isn't the timeout also sth to llok at? | 15:40 |
TheJulia | " | 15:40 |
arne_wiebalck | TheJulia: LOL | 15:40 |
TheJulia | VM performance across providers varies quite a bit. my 10-20% gut feeling is just based on wallclocking a few of the jobs to what I've seen previously | 15:41 |
* arne_wiebalck sees evil hypervisors now | 15:41 | |
*** ociuhandu has joined #openstack-ironic | 15:41 | |
jroll | only now? I've been seeing them for years :P | 15:42 |
arne_wiebalck | The patch seems fine to me : if something really breaks, consistent data on the disk probably won't help us / be needed. | 15:42 |
arne_wiebalck | jroll: heh, I'm still the new kid on the block! | 15:42 |
TheJulia | I see hypervisors as Doctor Chaotica | 15:43 |
TheJulia | Star Trek Voyager reference there | 15:44 |
*** ociuhandu has quit IRC | 15:45 | |
* arne_wiebalck hears muahahahaha | 15:46 | |
*** gyee has joined #openstack-ironic | 15:48 | |
JayF | TheJulia: nice patch | 15:49 |
* TheJulia steps away to go run an errand and hope that her migraine goes away | 15:49 | |
TheJulia | JayF: thanks! | 15:49 |
*** ociuhandu has joined #openstack-ironic | 15:50 | |
*** gyee has quit IRC | 15:52 | |
*** ociuhandu has quit IRC | 15:54 | |
*** ociuhandu has joined #openstack-ironic | 15:55 | |
*** e0ne has quit IRC | 15:58 | |
*** ijw has joined #openstack-ironic | 16:02 | |
*** lucasagomes has quit IRC | 16:03 | |
*** gyee has joined #openstack-ironic | 16:08 | |
*** Lucas_Gray has quit IRC | 16:13 | |
mbuil | TheJulia: Hello. As you probably remember, in OPNFV we are using Bifrost. Currently, we are moving towards Python3 and we get an error with this list https://github.com/openstack/bifrost/blob/master/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Ubuntu_16.04.yml#L8 because for example, it expects python3-mysqldb instead of python-mysqldb. I am pretty sure Bifrost works with python3, so we are wondering if perhaps | 16:15 |
mbuil | there is a way to install the python3 version of those packages without having to add the 3 after python (e.g. python3-dev, python3-mysqldb...) | 16:15 |
*** bnemec has joined #openstack-ironic | 16:19 | |
*** beekneemech has quit IRC | 16:19 | |
*** verma-varsha has quit IRC | 16:19 | |
*** bnemec is now known as beekneemech | 16:20 | |
*** ociuhandu_ has joined #openstack-ironic | 16:28 | |
*** yolanda has quit IRC | 16:30 | |
*** ociuhandu has quit IRC | 16:31 | |
*** beekneemech has quit IRC | 16:32 | |
*** ociuhandu_ has quit IRC | 16:32 | |
arne_wiebalck | bye, everyone o/ | 16:33 |
openstackgerrit | Ilya Etingof proposed openstack/ironic master: [WIP] Add iDRAC boot interface https://review.opendev.org/672498 | 16:35 |
*** bnemec has joined #openstack-ironic | 16:35 | |
etingof | rpioso, I've updated sushy-oem-dell to make use of the reworked sushy oem support -- https://github.com/etingof/sushy-oem-dellemc/blob/master/sushy_oem_dellemc/resources/manager/manager.py#L93 | 16:36 |
*** verma-varsha has joined #openstack-ironic | 16:37 | |
*** yolanda has joined #openstack-ironic | 16:37 | |
etingof | and adjusted idrac boot interface in ironic ^ accordingly | 16:37 |
*** ijw_ has joined #openstack-ironic | 16:41 | |
*** verma-varsha1 has joined #openstack-ironic | 16:42 | |
*** verma-varsha has quit IRC | 16:43 | |
*** verma-varsha1 has quit IRC | 16:43 | |
*** bnemec has quit IRC | 16:44 | |
*** ijw has quit IRC | 16:45 | |
*** bnemec has joined #openstack-ironic | 16:45 | |
*** derekh has quit IRC | 16:48 | |
*** mgoddard_ has quit IRC | 16:50 | |
TheJulia | mbuil: I guess ultimately we would have to template that out further for python3 on ubuntu 16.04.... | 16:54 |
mbuil | TheJulia: ok. Does that change in Ubuntu 18.04? | 16:56 |
TheJulia | mbuil: I don't think we explicitly re-targetted to python3 in 18.04, I honestly don't really remember at this point. The issue realy is a duality situation where we were unable to support python3 early on so lots of things resulted python2 focused. :\ | 16:58 |
mbuil | TheJulia: ok, thanks. I'll create a patch next week to fix that | 16:59 |
TheJulia | looks like xenial has python 3.5 which means ansible should run on that just fine | 17:00 |
TheJulia | mbuil: thanks, ping me with the patch and I'll review it once it is up | 17:00 |
mbuil | Yes, it works fine, I have been trying it. Great, I'll ping you, have a nice weekend | 17:01 |
*** bnemec has quit IRC | 17:02 | |
TheJulia | mbuil: you too! | 17:02 |
*** bnemec has joined #openstack-ironic | 17:03 | |
*** igordc has joined #openstack-ironic | 17:04 | |
*** ociuhandu has joined #openstack-ironic | 17:05 | |
*** mgoddard has quit IRC | 17:07 | |
*** igordc has quit IRC | 17:08 | |
*** ociuhandu has quit IRC | 17:09 | |
*** yaawang has quit IRC | 17:14 | |
*** bnemec has quit IRC | 17:14 | |
*** yaawang has joined #openstack-ironic | 17:14 | |
*** bnemec has joined #openstack-ironic | 17:15 | |
*** alexmcleod has quit IRC | 17:26 | |
*** igordc has joined #openstack-ironic | 17:26 | |
*** bnemec has quit IRC | 17:31 | |
openstackgerrit | Radosław Piliszek proposed openstack/bifrost master: Install mariadb instead of mysql on Debian Buster https://review.opendev.org/665902 | 17:33 |
*** bnemec has joined #openstack-ironic | 17:34 | |
*** ijw_ has quit IRC | 17:35 | |
*** bnemec has quit IRC | 17:40 | |
*** bnemec has joined #openstack-ironic | 17:42 | |
*** igordc has quit IRC | 17:49 | |
*** igordc has joined #openstack-ironic | 17:50 | |
*** jtomasek has quit IRC | 17:53 | |
openstackgerrit | Christopher Dearborn proposed openstack/ironic master: Fix exception on provisioning with idrac hw type https://review.opendev.org/677003 | 18:08 |
*** ricolin has quit IRC | 18:24 | |
*** zaneb has joined #openstack-ironic | 18:29 | |
*** bdodd has quit IRC | 18:36 | |
*** ijw has joined #openstack-ironic | 18:38 | |
*** jcoufal has joined #openstack-ironic | 18:39 | |
rpioso | etingof: Thank you! | 18:59 |
*** dsneddon has quit IRC | 18:59 | |
*** jcoufal has quit IRC | 19:01 | |
*** rloo has quit IRC | 19:04 | |
*** rloo has joined #openstack-ironic | 19:04 | |
*** rloo has quit IRC | 19:09 | |
*** rloo has joined #openstack-ironic | 19:09 | |
*** rloo has quit IRC | 19:19 | |
*** rloo has joined #openstack-ironic | 19:19 | |
*** ociuhandu has joined #openstack-ironic | 19:28 | |
*** ociuhandu has quit IRC | 19:29 | |
*** ociuhandu has joined #openstack-ironic | 19:31 | |
*** ociuhandu has quit IRC | 19:34 | |
*** ociuhandu has joined #openstack-ironic | 19:34 | |
*** ociuhandu has quit IRC | 19:48 | |
*** ociuhandu has joined #openstack-ironic | 19:48 | |
*** dsneddon has joined #openstack-ironic | 19:53 | |
*** ijw has quit IRC | 19:55 | |
*** ociuhandu has quit IRC | 19:56 | |
openstackgerrit | Eric Fried proposed openstack/ironic master: devstack: Fix libvirtd/libvirt-bin detection https://review.opendev.org/677025 | 20:12 |
*** bnemec is now known as beekneemech | 20:14 | |
openstackgerrit | Merged openstack/ironic master: Install sushy if redfish is a hardware type https://review.opendev.org/676732 | 20:43 |
*** yolanda__ has joined #openstack-ironic | 20:45 | |
*** yolanda has quit IRC | 20:46 | |
*** ociuhandu has joined #openstack-ironic | 20:48 | |
*** pcaruana has quit IRC | 20:57 | |
*** ociuhandu has quit IRC | 20:58 | |
*** igordc has quit IRC | 21:01 | |
*** igordc has joined #openstack-ironic | 21:01 | |
openstackgerrit | Merged openstack/python-ironicclient master: Strip prefix when paginating https://review.opendev.org/670600 | 21:04 |
openstackgerrit | Julia Kreger proposed openstack/python-ironicclient master: Remove the ironic command https://review.opendev.org/676515 | 21:05 |
*** rh-jelabarre has quit IRC | 21:21 | |
*** rh-jelabarre has joined #openstack-ironic | 21:21 | |
*** ijw has joined #openstack-ironic | 21:26 | |
*** ijw has quit IRC | 21:28 | |
*** ijw has joined #openstack-ironic | 21:29 | |
rloo | TheJulia: did you forget to add the reno to ^^ 676515? I don't see it. | 21:33 |
TheJulia | rloo: d'oh | 21:36 |
TheJulia | rloo: I already swapped laptops for the evening, It will be at latter or tomorrow before I do that | 21:36 |
rloo | TheJulia: no worries, if i forget to review, ping me next week :) | 21:37 |
TheJulia | rloo: will do, have a wonderful weekend | 21:37 |
rloo | TheJulia: you too. I wonder about you 'swapping laptops for the evening', vs 'turn off laptop for the rest of the weekend' :D | 21:38 |
TheJulia | rloo: kerbal space program | 21:38 |
rloo | TheJulia: ok, that is allowed! | 21:39 |
*** henriqueof has quit IRC | 21:52 | |
*** ociuhandu has joined #openstack-ironic | 22:29 | |
*** ociuhandu has quit IRC | 22:33 | |
*** igordc has quit IRC | 22:46 | |
openstackgerrit | Merged openstack/ironic stable/stein: Check for deploy.deploy deploy step in heartbeat https://review.opendev.org/676151 | 22:59 |
*** ociuhandu has joined #openstack-ironic | 23:00 | |
*** ociuhandu has quit IRC | 23:05 | |
openstackgerrit | Merged openstack/ironic-inspector master: CI documentation https://review.opendev.org/673992 | 23:26 |
*** vesper11 has quit IRC | 23:32 | |
*** sthussey has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!