| *** jdandrea has joined #openstack-ironic | 01:48 | |
| *** tkajinam has joined #openstack-ironic | 02:28 | |
| *** hwoarang has quit IRC | 03:37 | |
| *** hwoarang has joined #openstack-ironic | 03:39 | |
| *** dking_desktop has quit IRC | 05:46 | |
| *** Lucas_Gray has joined #openstack-ironic | 05:47 | |
| *** Lucas_Gray has quit IRC | 06:11 | |
| *** ociuhandu has joined #openstack-ironic | 07:07 | |
| *** ociuhandu has quit IRC | 07:13 | |
| *** tkajinam has quit IRC | 07:22 | |
| *** mkrai has joined #openstack-ironic | 08:54 | |
| *** hwoarang has quit IRC | 09:14 | |
| *** hwoarang_ has joined #openstack-ironic | 09:14 | |
| *** ociuhandu has joined #openstack-ironic | 10:01 | |
| *** lennyb has quit IRC | 10:48 | |
| *** lennyb has joined #openstack-ironic | 10:49 | |
| *** ociuhandu has quit IRC | 11:06 | |
| *** ociuhandu has joined #openstack-ironic | 11:44 | |
| *** mkrai has quit IRC | 11:48 | |
| *** ociuhandu has quit IRC | 11:52 | |
| *** baha has quit IRC | 12:10 | |
| *** baha has joined #openstack-ironic | 12:10 | |
| *** ociuhandu has joined #openstack-ironic | 12:10 | |
| *** ociuhandu has quit IRC | 12:32 | |
| *** ociuhandu has joined #openstack-ironic | 12:34 | |
| *** ociuhandu has quit IRC | 12:39 | |
| *** Goneri has joined #openstack-ironic | 13:59 | |
| TheJulia | dtantsur|afk: 4 positive checks good enough for the IPA chagnes? | 14:20 |
|---|---|---|
| *** ociuhandu has joined #openstack-ironic | 14:25 | |
| *** ociuhandu has quit IRC | 14:30 | |
| openstackgerrit | Julia Kreger proposed openstack/ironic-python-agent master: Fix GPT partition tables after agent writes contents https://review.opendev.org/714798 | 14:47 |
| openstackgerrit | Verification of a change to openstack/ironic-python-agent failed: Rescan after restarting the md device https://review.opendev.org/706632 | 14:47 |
| TheJulia | arne_wiebalck: dtantsur|afk ^^^ | 14:47 |
| openstackgerrit | Julia Kreger proposed openstack/ironic-python-agent master: Rescan after restarting the md device https://review.opendev.org/706632 | 14:47 |
| *** waleedm has joined #openstack-ironic | 15:04 | |
| waleedm | Hi guys, I've created an ironic-python-agent images and when using them I got an error that No module named ipaddress | 15:05 |
| waleedm | do you know which element should install them ? | 15:05 |
| TheJulia | waleedm: we no longer support python2.7 with IPA, you will need to use a base OS with python3 | 15:20 |
| TheJulia | waleedm: in other wors, centos8 in which python3 has the ipaddress library | 15:20 |
| openstackgerrit | Verification of a change to openstack/ironic failed: Default IRONIC_RAMDISK_TYPE to dib https://review.opendev.org/710278 | 15:20 |
| waleedm | TheJulia: So I won't be able to build train version with centos7 ? | 15:21 |
| TheJulia | waleedm: uhh, you should be able to build train with centos7, but it sounds like your ramdisk is actually building master branch | 15:22 |
| waleedm | <TheJulia>: I'm sure I'm building train and the error in this file "/opt/ironic-python-agent/lib/python2.7/site-packages/ironic_lib/mdns.py" | 15:24 |
| waleedm | <TheJulia>: line 20 | 15:24 |
| TheJulia | oh | 15:24 |
| TheJulia | hmm | 15:24 |
| TheJulia | waleedm: so it looks like upper-constraints is not being honored someplace and your getting a master branch version of ironic-lib | 15:27 |
| TheJulia | maximum that should be in that image is ironic_lib 2.21 | 15:28 |
| TheJulia | https://github.com/openstack/requirements/blob/stable/train/upper-constraints.txt#L681 | 15:28 |
| TheJulia | how are you trying to build the ramdisk? | 15:28 |
| waleedm | disk-image-create deploy-baremetal mellanox devuser ironic-python-agent-ramdisk centos7 dhcp-all-interfaces -o test_image | 15:29 |
| TheJulia | yeah, that is always going to try and use master branch no matter what you do | 15:30 |
| TheJulia | well | 15:30 |
| TheJulia | that is not true | 15:30 |
| TheJulia | It also means your invoking old elements | 15:30 |
| waleedm | no but I exported the train | 15:30 |
| TheJulia | through env vars? | 15:30 |
| waleedm | export DIB_REPOREF_ironic_python_agent=origin/stable/train | 15:30 |
| waleedm | Should I export something else ? | 15:32 |
| TheJulia | so the deploy-baremetal element is very outdated | 15:32 |
| * TheJulia keeps looking through to try and figure out what your doing | 15:33 | |
| *** mkrai has joined #openstack-ironic | 15:34 | |
| TheJulia | I see what it is | 15:35 |
| TheJulia | you also need to set the branch for requirements to be origin/stable/train | 15:36 |
| TheJulia | since it get cloned in a source install and the upper constraints are used from that | 15:36 |
| TheJulia | by default, it would clone master, thus the mismatch. Hopefully that makes some sense? | 15:36 |
| waleedm | ahaa | 15:36 |
| waleedm | what is the var the I need to set | 15:37 |
| TheJulia | DIB_REPOREF_requirements=origin/stable/train | 15:47 |
| TheJulia | I think | 15:47 |
| openstackgerrit | Merged openstack/ironic-python-agent master: Improve debug logging around Raid/Bootloader https://review.opendev.org/715633 | 15:58 |
| *** mkrai has quit IRC | 16:02 | |
| waleedm | ok I'll try it | 16:03 |
| openstackgerrit | Julia Kreger proposed openstack/ironic master: Block port deletions where vif is present https://review.opendev.org/665835 | 16:03 |
| openstackgerrit | Julia Kreger proposed openstack/ironic master: if wholedisk set boot dev to disk https://review.opendev.org/683262 | 16:19 |
| TheJulia | dtantsur|afk: I'm going to abandon 683262 since we changed the default boot mode to local, seems senselss to clean up to land at this point. | 16:36 |
| TheJulia | dtantsur|afk: let me know if you think otherwise | 16:36 |
| openstackgerrit | Julia Kreger proposed openstack/ironic master: if wholedisk set boot dev to disk https://review.opendev.org/683262 | 16:37 |
| waleedm | <TheJulia>: yes it worked :) | 16:55 |
| waleedm | thanks man | 16:55 |
| TheJulia | awesome \o/ | 17:13 |
| TheJulia | waleedm: Feel free to propose a patch to the docs :) | 17:18 |
| waleedm | <TheJulia>: ok will do :) | 17:19 |
| *** ociuhandu has joined #openstack-ironic | 18:26 | |
| *** ociuhandu has quit IRC | 18:31 | |
| openstackgerrit | waleed mousa proposed openstack/ironic-python-agent-builder master: Add DIB_REPOREF_requirements when building images using a specific branch https://review.opendev.org/715721 | 18:35 |
| *** ociuhandu has joined #openstack-ironic | 18:38 | |
| *** ociuhandu has quit IRC | 18:47 | |
| *** Goneri has quit IRC | 18:49 | |
| *** ociuhandu has joined #openstack-ironic | 19:00 | |
| *** ociuhandu has quit IRC | 19:08 | |
| *** ociuhandu has joined #openstack-ironic | 19:10 | |
| *** Goneri has joined #openstack-ironic | 19:13 | |
| *** ociuhandu has quit IRC | 19:15 | |
| *** ociuhandu has joined #openstack-ironic | 19:16 | |
| *** waleedm_ has joined #openstack-ironic | 19:24 | |
| *** ociuhandu has quit IRC | 19:24 | |
| *** waleedm has quit IRC | 19:27 | |
| *** Lucas_Gray has joined #openstack-ironic | 19:28 | |
| *** waleedm_ has quit IRC | 19:29 | |
| *** stevebaker has joined #openstack-ironic | 19:32 | |
| *** Lucas_Gray has quit IRC | 19:42 | |
| *** Lucas_Gray has joined #openstack-ironic | 19:44 | |
| *** etingof has quit IRC | 19:47 | |
| *** Lucas_Gray has quit IRC | 20:08 | |
| *** Lucas_Gray has joined #openstack-ironic | 20:12 | |
| *** ociuhandu has joined #openstack-ironic | 20:16 | |
| *** ociuhandu has quit IRC | 20:21 | |
| *** Lucas_Gray has quit IRC | 20:21 | |
| *** ociuhandu has joined #openstack-ironic | 20:37 | |
| *** aedc has quit IRC | 20:42 | |
| *** aedc_ has quit IRC | 20:42 | |
| *** aedc has joined #openstack-ironic | 20:43 | |
| *** ociuhandu has quit IRC | 20:47 | |
| *** Lucas_Gray has joined #openstack-ironic | 20:55 | |
| *** mrda_ has joined #openstack-ironic | 21:13 | |
| *** mrda_ has quit IRC | 21:15 | |
| *** mrda has quit IRC | 21:16 | |
| *** mrda has joined #openstack-ironic | 21:24 | |
| *** Lucas_Gray has quit IRC | 22:03 | |
| *** hwoarang_ has quit IRC | 22:16 | |
| *** hwoarang has joined #openstack-ironic | 22:17 | |
| *** rcernin has joined #openstack-ironic | 22:29 | |
| *** SpamapS has quit IRC | 22:44 | |
| *** SpamapS has joined #openstack-ironic | 22:45 | |
| *** tkajinam has joined #openstack-ironic | 22:53 | |
| openstackgerrit | Merged openstack/ironic-python-agent-builder master: Add DIB_REPOREF_requirements when building images using a specific branch https://review.opendev.org/715721 | 23:31 |
| *** ociuhandu has joined #openstack-ironic | 23:37 | |
| *** ociuhandu has quit IRC | 23:42 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!