Friday, 2020-08-14

*** bfournie has quit IRC00:20
*** rloo has quit IRC00:47
*** mgoddard has quit IRC01:00
*** rloo has joined #openstack-ironic01:01
*** mgoddard has joined #openstack-ironic01:06
*** rcernin has quit IRC01:29
*** rcernin has joined #openstack-ironic01:30
*** tzumainn has quit IRC01:45
*** gyee has quit IRC01:49
*** rcernin has quit IRC01:51
*** rcernin has joined #openstack-ironic01:52
*** rloo has quit IRC01:54
*** rcernin has quit IRC02:06
*** rcernin has joined #openstack-ironic02:07
*** patchbot has joined #openstack-ironic02:37
*** patchbot has quit IRC02:52
*** patchbot has joined #openstack-ironic02:52
*** janders has quit IRC02:53
*** ricolin has quit IRC02:53
*** zzzeek has quit IRC02:53
*** irclogbot_2 has quit IRC02:53
*** dansmith has quit IRC02:53
*** whizzz has quit IRC02:53
*** spotz has quit IRC02:53
*** dtruong has quit IRC02:53
*** spotz has joined #openstack-ironic02:54
*** dtruong has joined #openstack-ironic02:54
*** ricolin has joined #openstack-ironic02:59
*** janders has joined #openstack-ironic02:59
*** zzzeek has joined #openstack-ironic02:59
*** irclogbot_2 has joined #openstack-ironic02:59
*** dansmith has joined #openstack-ironic02:59
*** whizzz has joined #openstack-ironic02:59
*** k_mouza has joined #openstack-ironic03:32
*** k_mouza has quit IRC03:36
*** rcernin has quit IRC04:12
*** rcernin has joined #openstack-ironic04:22
*** ociuhandu has joined #openstack-ironic04:45
*** ociuhandu has quit IRC04:50
*** Lucas_Gray has joined #openstack-ironic04:51
*** mkrai has joined #openstack-ironic05:18
*** Lucas_Gray has quit IRC05:22
*** ianw has quit IRC05:48
*** ianw has joined #openstack-ironic05:49
*** logan- has quit IRC05:49
*** bdodd has quit IRC05:49
*** logan- has joined #openstack-ironic05:51
*** bdodd has joined #openstack-ironic05:51
*** logan- has quit IRC05:59
*** logan- has joined #openstack-ironic05:59
*** mkrai has quit IRC06:03
*** mkrai_ has joined #openstack-ironic06:03
*** belmoreira has joined #openstack-ironic06:24
ftarasenkogm ironic! can someone point me if I'm missing something - is it possible to boot uefi image in bios mode with Ironic? i.e. put grub2 bootloader to /dev/sda which correctly boots OS from /dev/sda306:43
*** mkrai_ has quit IRC06:54
*** mkrai has joined #openstack-ironic06:54
*** rcernin has quit IRC07:08
*** mkrai has quit IRC07:12
*** Lucas_Gray has joined #openstack-ironic07:24
*** Lucas_Gray has quit IRC07:32
*** mkrai has joined #openstack-ironic07:33
*** Lucas_Gray has joined #openstack-ironic07:37
*** dougsz has joined #openstack-ironic07:39
*** tkajinam has quit IRC08:47
*** ociuhandu has joined #openstack-ironic09:38
*** tosky has joined #openstack-ironic10:22
*** mkrai has quit IRC10:26
*** Lucas_Gray has quit IRC11:05
*** Lucas_Gray has joined #openstack-ironic11:11
*** dougsz has quit IRC11:18
mnaserhi friends11:49
mnaserhow does the bot that reports failures work, is there code somewhere?11:49
mnaser(i have a similar use-case and i cant really wire-into opendev .. want to push somethings to slack :>)11:51
*** dougsz has joined #openstack-ironic12:20
*** dougsz has quit IRC12:22
*** dougsz has joined #openstack-ironic12:22
*** dougsz has quit IRC12:28
*** riuzen has joined #openstack-ironic12:59
*** riuzen has quit IRC13:00
*** k_mouza has joined #openstack-ironic13:08
*** k_mouza has quit IRC13:19
*** ntt_ has joined #openstack-ironic13:22
*** k_mouza has joined #openstack-ironic13:27
*** k_mouza has quit IRC13:31
*** rh-jelabarre has quit IRC13:50
*** rloo has joined #openstack-ironic13:52
*** trandles has joined #openstack-ironic13:57
*** priteau has joined #openstack-ironic14:02
*** rloo has quit IRC14:03
*** ntt_ has quit IRC14:11
*** Lucas_Gray has quit IRC14:16
clarkbmnaser: it is gerritbot doing that. It reads the gerrit event stream and comments based on channel event subscriptions14:16
*** Lucas_Gray has joined #openstack-ironic14:19
*** priteau has quit IRC14:23
*** Wryhder has joined #openstack-ironic14:26
*** Lucas_Gray has quit IRC14:27
*** mkrai has joined #openstack-ironic14:27
*** Wryhder is now known as Lucas_Gray14:27
*** priteau has joined #openstack-ironic14:32
*** gyee has joined #openstack-ironic14:51
*** rloo has joined #openstack-ironic15:05
*** Lucas_Gray has quit IRC15:06
*** ociuhandu has quit IRC15:08
*** ociuhandu has joined #openstack-ironic15:08
*** Lucas_Gray has joined #openstack-ironic15:11
JayFftarasenko: Yes; ironic supports UEFI. I think it's driver_info[boot_mode] = uefi to set it up, depending on the driver. I'm having trouble finding it in docs though.15:12
*** vmud213 has joined #openstack-ironic15:13
*** vmud213 has quit IRC15:18
*** Lucas_Gray has quit IRC15:19
*** Lucas_Gray has joined #openstack-ironic15:23
*** janders has quit IRC15:24
*** belmoreira has quit IRC15:26
*** tosky has quit IRC15:43
*** rloo has quit IRC15:53
*** rloo has joined #openstack-ironic15:54
*** rloo has quit IRC16:01
*** rloo has joined #openstack-ironic16:01
*** ociuhandu_ has joined #openstack-ironic16:07
*** ociuhandu has quit IRC16:10
*** ociuhandu_ has quit IRC16:12
*** ociuhandu has joined #openstack-ironic16:18
*** ociuhandu has quit IRC16:23
*** mkrai has quit IRC16:33
*** mkrai_ has joined #openstack-ironic16:34
zer0c00lHow does ramdisk deploy interface supports cleaning? How does one exit out of the ramdisk deploy interface? Does the node state becomes 'active' when the ramdisk is booted?16:40
*** Lucas_Gray has quit IRC16:42
JayFhmm, Ramdisk deploy driver is simple16:45
JayFinherits from agentbasemixin16:45
JayFimplements deploy/validate16:45
JayFso cleaning is just IPA in-band cleaning16:45
JayFI got there by https://opendev.org/openstack/ironic/src/branch/master/setup.cfg#L90 looking at where it points here16:45
JayFhttps://opendev.org/openstack/ironic/src/branch/master/ironic/drivers/modules/pxe.py#L40 that's the module16:46
JayFlooks like deploy is trivial; setup ramdisk, power on, deploy active16:46
zer0c00lJayF: so the user has to 'power off' the node manually using 'openstack baremetal node power off <uuid>'16:48
JayFno, you set provision state available16:48
zer0c00loh just set the state directly.16:48
JayFjust like you would for making any other deploy thing undeploy16:48
JayFyeah16:48
zer0c00lok. makes sense16:49
zer0c00lBut the ramdisk is still running?16:49
JayFno, that'd go active -> cleaning [machine would be cleaned] -> available16:49
JayFall of those involve power transitions16:49
JayFand pxe boot reconfigurations16:49
zer0c00lnice17:07
*** mkrai_ has quit IRC17:26
JayFDo we have any known issues w/r/t IPA ussuri not reading configuration files? I have a ramdisk with /etc/ironic_python_agent/ironic_python_agent.conf populated, and the options are not being honored20:00
JayFHmm. I think it might be looking in opt/ironic-python-agent/etc/ironic_python_agent because of the venv20:17
*** priteau has quit IRC20:19
*** Lucas_Gray has joined #openstack-ironic20:24
JayF...that didn't fix anything. I'm going to switch to editing the command line to add my options, but this looks pretty broken unless I'm missing something crazy-obvious.20:34
JayFeven with --config-file [path/to/file.conf] is specified, the config options are not taking effect (!)20:41
trandles:/ I was just doing a clean install of Ironic Ussuri on my testbed for some dev work...maybe I should rethink my plans20:49
JayFEh; using config files with IPA is an extreme edge case20:50
JayFand it's still more than likely I'm messing something up somewhere20:50
JayFaha, my problem is that listen_port and advertise_port are no longer  respected, AFAICT20:54
trandlesit's not that it doesn't work with the config file, it's that the config options aren't valid20:54
JayFwell, this edge-case-config-option I'm setting, yes20:56
JayFI'm  about to file a  bug about it, and I doubt it'll remain broken in that way for long :)20:56
trandleswith my recent luck I'll wander into an edge case and not realize it ;)20:56
JayFhaha, don't  worry about it, seriously, don't want you to get discouraged  from my experience here20:57
JayFhttps://storyboard.openstack.org/#!/story/2008016 filed this bug about the behavior, may try to find time to fix it as well, but just happy to have figured out WTF was going on moreso than anything else :)21:02
openstackgerritChristopher Dearborn proposed openstack/sushy master: WIP: Fix firmware update to return a Task  https://review.opendev.org/74595021:36
*** rloo has quit IRC21:51
trandlesI just ran into https://storyboard.openstack.org/#!/story/200786222:03
JayFIt says the problem doesn't exist in master; you may wanna give bifrost master a shot22:06
JayFI think bifrost master can run ironic stable/ussuri22:06
trandlesyup, installing now from master22:07
JayFgl22:07
trandlesthx22:07
trandles\o/ happy times22:08
*** bdodd has quit IRC22:15
*** bdodd has joined #openstack-ironic22:15
*** ociuhandu has joined #openstack-ironic22:16
*** ociuhandu has quit IRC22:21
*** Lucas_Gray has quit IRC22:29
trandlesboooo, different problem this time, but it's not a bifrost issue22:32
trandlesthe "Enable firewalld" task in playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml fails on CentOS 8...the behavior is as described in https://bugzilla.redhat.com/show_bug.cgi?id=185373622:35
openstackbugzilla.redhat.com bug 1853736 in systemd "systemctl show service fails with "Failed to parse bus message: Invalid argument"" [Unspecified,Closed: errata] - Assigned to systemd-maint22:35
trandlesit doesn't look like the fix has made its way into CentOS 8 yet22:35
trandlesugly bug :( every place the ansible service module is used to check the status of a service, kablooey22:41
*** trandles has quit IRC22:58
*** rcernin has joined #openstack-ironic23:09
*** rcernin has quit IRC23:23
*** stevebaker has quit IRC23:32
*** bdodd has quit IRC23:47
*** rcernin has joined #openstack-ironic23:49
*** rcernin has quit IRC23:57

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