Wednesday, 2015-11-25

*** Sukhdev has quit IRC00:02
*** naohirot has joined #openstack-ironic00:04
openstackgerritMario Villaplana proposed openstack/ironic-specs: Add notification support to Ironic  https://review.openstack.org/24888500:05
*** alexpilotti has joined #openstack-ironic00:06
*** Pavo has joined #openstack-ironic00:07
*** Pavo has quit IRC00:08
*** Pavo has joined #openstack-ironic00:09
*** Sukhdev has joined #openstack-ironic00:10
*** praneshp_ has joined #openstack-ironic00:12
*** praneshp has quit IRC00:13
*** praneshp_ is now known as praneshp00:13
*** Haomeng has joined #openstack-ironic00:16
*** sacharya has quit IRC00:22
*** penick has quit IRC00:23
rlooJayF: what'd I do? I did? yw :)00:29
JayFrloo: the doc8 checks on ironic-specs00:29
JayFrloo: 100x easier to figure out why things fail00:29
rlooJayF: glad it helped. I still need to get it working with ironic but I encountered some problems with doc8 so ...00:30
*** alexpilo_ has joined #openstack-ironic00:30
*** jobewan has quit IRC00:30
*** dims has joined #openstack-ironic00:30
*** dims_ has quit IRC00:31
*** aginwala has quit IRC00:32
*** ijw has quit IRC00:34
*** ijw has joined #openstack-ironic00:34
*** alexpilo_ has quit IRC00:35
*** aginwala has joined #openstack-ironic00:36
*** baoli has joined #openstack-ironic00:42
*** baoli_ has joined #openstack-ironic00:43
*** jerrygb has quit IRC00:45
*** Sukhdev has quit IRC00:45
*** jerrygb has joined #openstack-ironic00:46
*** meghal has quit IRC00:46
*** baoli has quit IRC00:47
*** Sukhdev has joined #openstack-ironic00:47
*** jerrygb has quit IRC00:50
*** Marga_ has quit IRC00:51
*** Pavo has quit IRC00:51
*** Pavo has joined #openstack-ironic00:52
*** Marga_ has joined #openstack-ironic00:56
*** kozhukalov_ has quit IRC00:58
*** alexpilotti has quit IRC00:59
*** alexpilotti has joined #openstack-ironic00:59
*** Marga__ has joined #openstack-ironic01:04
jrollboot interface work: the large patches are +A and out of the way01:05
jrollsome easy reviews left to complete the work:01:05
jrollhttps://review.openstack.org/#/c/221577/01:05
jrollhttps://review.openstack.org/#/c/229284/01:06
jrollhttps://review.openstack.org/#/c/217102/01:06
jrollthey shouldn't take more than a few minutes each to review, if any cores have a little free time and could knock that out it would be great01:06
*** Marga_ has quit IRC01:07
*** wshao has joined #openstack-ironic01:09
*** Pavo has quit IRC01:09
NobodyCamrloo your quick :p01:13
rlooNobodyCam: huh?01:13
NobodyCamoh nm I was looking at another patch01:14
NobodyCami thought it was one that jroll just listed01:14
jrollheh01:14
jrollI got excited01:14
rlooNobodyCam: ok, cuz I didn't think I was quick. Not sure which reviews jroll is looking at, the last boot-related one I +2'd was not quick for me!01:14
rloojroll: if you have a few minutes -- think about the ironic-lib issue: https://review.openstack.org/#/c/184443/. wrt setting ironic-lib's root_helper config01:16
jrollmmmm.01:17
jrollseems hard01:17
*** baoli_ has quit IRC01:18
rloojroll: if python libraries are OK with a function to set some global var used by the library functions, i think that'd be cleaner. Anyway, on my list to look into if no one else has an opinion.01:19
*** baoli has joined #openstack-ironic01:19
jrollrloo: yeah, let me poke around01:19
rloojroll: yay, you +A'd the iscsi_irmc refactoring!01:20
jrollrloo: :D01:20
jrollit was actually not bad, most of it was just moving code to a different file01:20
jrollrloo: the agent_irmc is mostly deleting code, also easy review :)01:20
*** aginwala has quit IRC01:21
rloojroll: i was limiting myself to at most one boot-interface-related patch a day. trying to do spec reviews instead.01:21
rloojroll: i'll look at another one tomorrow :)01:21
jrollheh01:21
jrollok :)01:21
*** aginwala has joined #openstack-ironic01:21
*** baoli has quit IRC01:21
*** baoli has joined #openstack-ironic01:22
lintanMorning NobodyCam, jroll, rloo01:27
rloohey, morning lintan!01:27
*** alexpilo_ has joined #openstack-ironic01:28
jrollrloo: check out my comment01:29
jrollI feel like we're overthinking this01:30
jrollmorning lintan :)01:30
rloojroll: oh man, i'm tired. i can't parse what you wrote.01:31
*** alexpilotti has quit IRC01:31
jrollrloo: I might just be bad with words01:31
jrollhere, let me rephrase:01:31
rloojroll: you want to change the default value for CONF.rootwrap_config to sudo...?01:31
jroll1) set root_helper default to 'sudo ironic-rootwrap /etc/ironic/rootwrap.conf'01:32
rloojroll: to set the root_helper default, it has to be set in ironic-lib, not ironic.01:32
jroll2) in this code, if rootwrap_config != '/etc/ironic/rootwrap_config', then do the thing to change root_helper default01:33
jrollrloo: I know01:33
rloojroll: I mean, the code in ironic is setting it, but our .sample shows what the default was from ironic-lib.01:33
jrollright01:33
*** alexpilo_ has quit IRC01:33
rloojroll: so you mean set that default in ironic-lib.01:33
jrollyes01:33
*** baoli has quit IRC01:33
rloojroll: that is fine with me. then we should deprecate rootwrap_config?01:34
*** baoli has joined #openstack-ironic01:34
rloojroll: and it means that for ipa using ironic-lib, it needs to change root_helper to be None.01:34
jrollrloo: that wasn't my proposal, but that's probably a good idea yeah01:35
jrollsure, seems fine01:35
rloojroll: well, ironic-lib is meant to be used by more than one project.01:35
jrollrloo: yeah, I know01:35
rloojroll: and i think it is odd that the default is 'sudo ironic-rootwrap /etc/ironic/rootwrap.conf'01:35
jrollrloo: why?01:36
rloojroll: cuz it seems specific to ironic01:36
jrollrloo: and something called 'ironic-lib' isn't?01:36
jrollrloo: let's not optimize for random people that need a disk partitioning library01:36
rloojroll: so I am fine with it. I don't know what else might use it besides ipa.01:36
jrollrloo: I don't foresee anything else using it at this time, and we can deal with that if/when it happens01:37
rloojroll: ok. guess i need to submit another patch to ironic-lib.01:37
jrollrloo: yeah, sorry :(01:37
*** zhenguo has joined #openstack-ironic01:38
rloojroll: although maybe we can push this patch through and update it later with a new library version. i will think about it tomorrow when i'm more awake.01:38
rloojroll: thx.01:38
jrollrloo: yeah, the other option is leave it as is, and in the help string say "the real default is 'sudo...%s' % whatever"01:38
jrollit'll be annoying but whatever01:39
rloojroll: or not show it in the .sample but that seems like cheating01:39
jrollno sense in spending days coding around that01:39
jrollrloo: more like I don't want to hack sample generation for that :P01:39
rloojroll: it isn't a hack to not generate it01:39
jrollthanks for bugging me about this btw01:39
jrollrloo: why? wouldn't it show up next time we generate it?01:39
rloojroll: https://review.openstack.org/#/c/184443/13/tools/config/oslo.config.generator.rc01:39
jrolloh, I see01:40
rloojroll: ^^ just don't add ironic_lib.utils01:40
jrollright01:40
rloojroll: but that seems like a hack, that we're hiding something01:40
jrollyeah, agree01:40
*** Marga__ has quit IRC01:41
*** Marga_ has joined #openstack-ironic01:42
*** wshao has quit IRC01:45
jamielennoxhey, can someone have a look at https://review.openstack.org/#/c/248340/ it has one +2 already, it basically just removes httpretty from the client testing and cleans up the token usage a bit01:50
* jroll clicks01:52
*** shuquan has joined #openstack-ironic01:52
jrolljamielennox: +A01:53
jamielennoxjroll: thanks01:53
*** aginwala has quit IRC01:53
jrollnp, thanks for the patch01:54
*** Pavo has joined #openstack-ironic01:58
*** aginwala has joined #openstack-ironic01:58
*** jerrygb has joined #openstack-ironic01:59
*** Pavo has quit IRC02:00
openstackgerritSinval Vieira Mendes Neto proposed openstack/ironic: WIP: Some ideas of functional tests for drivers CI  https://review.openstack.org/24951502:00
*** shuquan has quit IRC02:01
*** Pavo has joined #openstack-ironic02:02
*** aginwala_ has joined #openstack-ironic02:02
*** Sukhdev has quit IRC02:02
*** aginwala_ has quit IRC02:03
*** aginwala_ has joined #openstack-ironic02:03
*** aginwala has quit IRC02:05
*** smoriya_ has joined #openstack-ironic02:05
*** rloo has quit IRC02:08
*** shuquan has joined #openstack-ironic02:09
*** mtanino has quit IRC02:13
*** shuquan has quit IRC02:17
sinvaljroll: hey, would love some ideas on this: https://review.openstack.org/249515 , I think that it is pretty quick to review, with a -2 for example :)02:18
jrollsinval: I was just leaving, but added to my list02:18
sinvaljroll: np, thanks02:18
openstackgerritSinval Vieira Mendes Neto proposed openstack/python-ironicclient: Refactoring and removing duplicate code of "base.Manager" heirs  https://review.openstack.org/24669202:22
*** shuquan has joined #openstack-ironic02:23
openstackgerritMerged openstack/python-ironicclient: Use requests-mock instead of httpretty  https://review.openstack.org/24834002:29
*** jerrygb has quit IRC02:32
*** jerrygb has joined #openstack-ironic02:33
sinvalkrtaylor are you there?02:35
*** shuquan has quit IRC02:36
*** jerrygb has quit IRC02:37
*** dims has quit IRC02:39
*** jerrygb has joined #openstack-ironic02:40
*** Piet has joined #openstack-ironic02:51
openstackgerritHaomeng,Wang proposed openstack/bifrost: add basic steps into readme for the beginners  https://review.openstack.org/24952802:53
*** spandhe has quit IRC02:54
*** aginwala_ has quit IRC02:55
*** aginwala has joined #openstack-ironic02:59
*** sinval has quit IRC03:05
*** jerrygb has quit IRC03:16
*** jerrygb has joined #openstack-ironic03:16
*** vishwanathj has quit IRC03:17
*** Marga_ has quit IRC03:20
*** cdearborn has quit IRC03:21
*** yuanying has quit IRC03:21
*** mtanino has joined #openstack-ironic03:21
*** jerrygb has quit IRC03:21
*** Marga_ has joined #openstack-ironic03:25
*** Marga_ has quit IRC03:30
*** harshs has quit IRC03:36
*** sacharya has joined #openstack-ironic03:36
*** boris-42 has quit IRC03:38
*** MattMan has quit IRC03:38
*** MattMan has joined #openstack-ironic03:39
openstackgerritHaomeng,Wang proposed openstack/bifrost: add default shell to support proxy for sudo  https://review.openstack.org/24953803:39
*** achanda has joined #openstack-ironic03:41
*** aginwala has quit IRC03:41
openstackgerritMerged openstack/ironic: Refactor IRMCVirtualMediaIscsiDeploy by applying new BootInterface  https://review.openstack.org/22137103:44
*** ijw has quit IRC03:46
*** thrash is now known as thrash|g0ne03:51
*** achanda has quit IRC03:51
*** Pavo has quit IRC04:04
*** yuanying has joined #openstack-ironic04:06
*** alexpilotti has joined #openstack-ironic04:27
*** sacharya has quit IRC04:27
*** kalpase has joined #openstack-ironic04:28
*** alexpilotti has quit IRC04:32
*** deray has joined #openstack-ironic04:37
*** Pavo has joined #openstack-ironic04:42
*** Pavo has quit IRC04:47
*** alexpilotti has joined #openstack-ironic04:48
*** sacharya has joined #openstack-ironic04:51
*** alexpilotti has quit IRC04:52
*** kalpase has quit IRC04:52
*** kalpase has joined #openstack-ironic04:55
*** mtanino has quit IRC04:59
*** kalpase has quit IRC05:06
*** aginwala has joined #openstack-ironic05:06
*** kalpase has joined #openstack-ironic05:07
*** Piet has quit IRC05:15
*** deray has quit IRC05:27
*** alexpilotti has joined #openstack-ironic05:28
*** deray has joined #openstack-ironic05:30
*** alexpilotti has quit IRC05:33
*** aginwala has quit IRC05:34
*** Marga_ has joined #openstack-ironic05:35
*** Marga_ has quit IRC05:37
*** Marga_ has joined #openstack-ironic05:37
*** Marga_ has quit IRC05:38
*** Marga_ has joined #openstack-ironic05:40
*** harshs has joined #openstack-ironic05:42
*** aginwala has joined #openstack-ironic05:46
*** amotoki has quit IRC05:49
*** amotoki has joined #openstack-ironic06:01
*** Sukhdev has joined #openstack-ironic06:02
*** stendulker has joined #openstack-ironic06:08
*** amotoki has quit IRC06:10
*** amotoki has joined #openstack-ironic06:15
*** mrmoje has joined #openstack-ironic06:19
*** rcernin has joined #openstack-ironic06:20
*** vishwanathj has joined #openstack-ironic06:33
*** spandhe has joined #openstack-ironic06:35
*** amotoki has quit IRC06:39
*** sacharya has quit IRC06:43
*** yuikotakada has joined #openstack-ironic06:52
*** Haomeng has quit IRC06:55
*** Haomeng has joined #openstack-ironic06:55
*** aginwala has quit IRC06:56
*** amotoki has joined #openstack-ironic06:57
*** Sukhdev_ has joined #openstack-ironic06:59
*** aginwala has joined #openstack-ironic06:59
*** Sukhdev has quit IRC07:03
*** ukalifon has joined #openstack-ironic07:03
*** Sukhdev_ has quit IRC07:06
*** Marga_ has quit IRC07:15
*** Marga_ has joined #openstack-ironic07:15
*** pshchelo has joined #openstack-ironic07:16
*** spandhe has quit IRC07:18
*** harshs has quit IRC07:21
*** spandhe has joined #openstack-ironic07:22
openstackgerritHaomeng,Wang proposed openstack/bifrost: add basic steps into readme for the beginners  https://review.openstack.org/24961007:29
*** harshs has joined #openstack-ironic07:33
*** dims has joined #openstack-ironic07:35
*** aginwala has quit IRC07:36
*** dims_ has joined #openstack-ironic07:39
*** dims has quit IRC07:40
*** rcernin_ has joined #openstack-ironic07:47
openstackgerritShuquan Huang proposed openstack/ironic: Add troubleshooting docs for "no valid host found"  https://review.openstack.org/23920608:01
openstackgerritTan Lin proposed openstack/ironic: Add a test to enforce object version bump correctly  https://review.openstack.org/24962408:03
*** pshchelo has quit IRC08:03
*** ionutbalutoiu has joined #openstack-ironic08:04
*** pshchelo has joined #openstack-ironic08:05
*** deray has quit IRC08:06
*** e0ne has joined #openstack-ironic08:07
*** e0ne has quit IRC08:12
*** spandhe has quit IRC08:13
*** pshchelo has quit IRC08:13
*** pshchelo has joined #openstack-ironic08:13
*** sacharya has joined #openstack-ironic08:14
*** e0ne has joined #openstack-ironic08:16
*** achanda has joined #openstack-ironic08:19
*** sacharya has quit IRC08:20
*** alexpilotti has joined #openstack-ironic08:20
*** pshchelo has quit IRC08:22
*** alexpilotti has quit IRC08:24
*** alexpilotti has joined #openstack-ironic08:28
*** e0ne has quit IRC08:28
*** achanda has quit IRC08:33
*** e0ne has joined #openstack-ironic08:33
*** alexpilotti has quit IRC08:34
*** aginwala has joined #openstack-ironic08:37
*** aginwala has quit IRC08:41
*** subscope has joined #openstack-ironic08:44
*** e0ne has quit IRC08:44
*** yuikotakada has quit IRC08:46
*** Walts has quit IRC08:51
*** mbound_ has joined #openstack-ironic08:52
*** pshchelo has joined #openstack-ironic09:00
*** pshchelo has quit IRC09:02
*** ionutbalutoiu has quit IRC09:03
*** ndipanov has quit IRC09:03
*** alexpilotti has joined #openstack-ironic09:04
*** praneshp_ has joined #openstack-ironic09:08
*** praneshp has quit IRC09:09
*** praneshp_ is now known as praneshp09:09
*** alexpilotti has quit IRC09:10
*** achanda has joined #openstack-ironic09:11
*** dtantsur|afk is now known as dtantsur09:14
dtantsurMorning Ironic09:14
*** athomas has joined #openstack-ironic09:15
sergekdtantsur: Morning you and all! :)09:17
dtantsursergek, o/09:17
lucasagomessergek, dtantsur morning!09:20
dtantsurlucasagomes, o/09:21
sergeklucasagomes: o/09:23
sergek:)09:23
openstackgerritSergii Turivnyi proposed openstack/python-ironicclient: Add sanity tests for testing actions with Node  https://review.openstack.org/23950609:24
*** alexpilotti has joined #openstack-ironic09:29
*** alexpilotti has quit IRC09:34
*** dims_ has quit IRC09:34
*** jistr has joined #openstack-ironic09:35
*** _degorenko|afk is now known as degorenko09:35
*** zer0c00l has quit IRC09:36
lucasagomesdtantsur, re lio. What happened if we try to use the coreos ramdisk with that patch, will it fallback to tgt?09:37
*** electrofelix has quit IRC09:37
dtantsurlucasagomes, yes (right now I disabled it for the sake of debugging, but it will)09:37
lucasagomesdtantsur, fair enuff09:38
*** zer0c00l has joined #openstack-ironic09:38
lucasagomesyeah I will see if I can figure out why it doesn't work09:38
lucasagomesit's very strange09:38
*** kalpase has left #openstack-ironic09:38
*** mkovacik has joined #openstack-ironic09:38
*** mkovacik_ has joined #openstack-ironic09:41
*** achanda has quit IRC09:41
*** ndipanov has joined #openstack-ironic09:42
*** zer0c00l has quit IRC09:42
*** kbyrne has joined #openstack-ironic09:42
*** dansmith has quit IRC09:42
openstackgerritNaohiro Tamura proposed openstack/ironic: Follow up patch for the first commit of iRMC new boot I/F  https://review.openstack.org/24967509:43
*** teju has joined #openstack-ironic09:43
*** zer0c00l has joined #openstack-ironic09:43
tejuhi. is there a way to register virtual machines instead of Baremetal servers with Ironic?09:43
tejuI need this just for testing my Ironic setup.09:44
*** mkovacik has quit IRC09:44
*** dansmith has joined #openstack-ironic09:45
*** dansmith is now known as Guest1115309:45
*** subscope has quit IRC09:46
yuriyzmorning Ironic09:47
*** amotoki has quit IRC09:48
dtantsurmorning yuriyz09:48
dtantsurteju, what you're looking is *_ssh family of drivers (e.g. pxe_ssh)09:49
lucasagomesteju, yes, we have drivers that can SSH into a node and issue hypervisor commands (virsh, virtualbox, xen...)09:49
dtantsurcan't find any good docs on them though :(09:50
tejudtantsur : ok. can u pls provide a link to register VMs with Ironic?09:50
*** kbyrne has quit IRC09:50
*** kbyrne has joined #openstack-ironic09:50
tejulucasagomes : ok. thanks. can u pls provide any links/09:51
teju?09:51
dtantsurteju, this devstack function is probably the best reference: https://github.com/openstack-dev/devstack/blob/master/lib/ironic#L57909:51
lucasagomesteju, yeah one sec09:51
lucasagomesteju, yeah as dtantsur said. Or if you use virtualbox http://docs.openstack.org/developer/ironic/drivers/vbox.html09:52
*** mgould has joined #openstack-ironic09:53
mgouldmorning!09:53
openstackgerritZhenguo Niu proposed openstack/ironic: Take over console session if enabled  https://review.openstack.org/24735309:53
lucasagomesmgould, hi there, morning09:53
*** bapalm has quit IRC09:53
tejulucasagomes, dtantsur : thanks09:54
dtantsurmorning mgould09:54
*** bapalm has joined #openstack-ironic09:55
tejulucasagomes : i am using vmware workstation. is it possible to register vmware VMs with Ironic?09:55
*** naohirot has quit IRC09:56
lucasagomesteju, yes, tho I never tested. You need to set the ssh_virt_type to "vmware" in the node's driver_info09:56
lucasagomesteju, https://github.com/openstack/ironic/blob/master/ironic/drivers/modules/ssh.py#L163-L18309:56
*** ukalifon has quit IRC09:56
tejulucasagomes :ok09:57
*** deray has joined #openstack-ironic09:57
*** e0ne has joined #openstack-ironic10:00
*** teju has quit IRC10:01
*** zhenguo has quit IRC10:01
*** Marga_ has quit IRC10:04
*** alexpilotti has joined #openstack-ironic10:04
*** baoli has quit IRC10:06
*** rcernin_ has quit IRC10:06
*** Marga_ has joined #openstack-ironic10:06
*** ionutbalutoiu has joined #openstack-ironic10:07
*** alexpilotti has quit IRC10:09
*** kozhukalov_ has joined #openstack-ironic10:16
*** subscope has joined #openstack-ironic10:16
*** Marga_ has quit IRC10:17
*** harshs has quit IRC10:18
*** mrmoje has quit IRC10:22
openstackgerritMerged openstack/ironic: Add SSL support to the Ironic API  https://review.openstack.org/24049210:25
openstackgerritMerged openstack/ironic: refine the ironic installation guide  https://review.openstack.org/24299010:25
openstackgerritMerged openstack/ironic: refine the ironic installation guide  https://review.openstack.org/24299010:25
*** dtantsur is now known as dtantsur|brb10:29
*** alexpilotti has joined #openstack-ironic10:29
*** alexpilotti has quit IRC10:34
*** ionutbalutoiu has quit IRC10:42
*** subscope has quit IRC10:47
*** rameshg87 has joined #openstack-ironic10:55
openstackgerritGhe Rivero proposed openstack/bifrost: Allow to config dhcp lease time  https://review.openstack.org/24970610:57
*** alexpilotti has joined #openstack-ironic10:59
*** alexpilotti has quit IRC11:00
*** alexpilotti has joined #openstack-ironic11:02
openstackgerritMerged openstack/ironic: Refactor IRMCVirtualMediaAgentDeploy by applying new BootInterface  https://review.openstack.org/22157711:04
*** smoriya_ has quit IRC11:07
openstackgerritShivanand Tendulker proposed openstack/ironic-specs: Baremetal provisioning in UEFI secure boot mode  https://review.openstack.org/23027411:09
lucasagomesdtantsur|brb, the failure is because rtslib can't write to /sys/kernel/config, I loaded configs in the kernel and mounted it manually as rw but even then I'm getting a permission denied when I try to write there11:10
*** ukalifon1 has joined #openstack-ironic11:10
lucasagomesJayF, mentioned that writing on /sys is a problem for containers yesterday :/11:10
*** Guest11153 has quit IRC11:12
*** stendulker has quit IRC11:14
*** dansmith has joined #openstack-ironic11:15
*** dansmith is now known as Guest1050411:15
sambetts-afkMorning lucasagomes, dtantsur teju yuriyz sergek and anyone else I've missed11:15
lucasagomessambetts-afk, morning11:15
*** sambetts-afk is now known as sambetts11:15
*** mbound_ has quit IRC11:20
*** ionutbalutoiu has joined #openstack-ironic11:22
lucasagomessambetts, btw, you are working on neutron to support setting DHCP rules for non-registered mac addresses (ports) right?11:27
*** dtantsur|brb is now known as dtantsur11:28
*** ionutbalutoiu has quit IRC11:28
dtantsurlucasagomes, is that for coreos? don't bother with it for now, I think..11:28
dtantsurmorning sambetts11:28
lucasagomesdtantsur, yeah, well containers...11:29
*** Guest10504 has quit IRC11:29
lucasagomesipa runs in a systemd-nspawn on top of the coreos11:29
dtantsurlucasagomes, I'm debugging the DIB version for now... it works but then conductor can't mount the share11:29
*** wuhg has quit IRC11:31
*** dansmith_ has joined #openstack-ironic11:31
lucasagomesdtantsur, mount the share?11:32
lucasagomesdtantsur, btw in CoreOs the error is: "rtslib_fb.utils.RTSLibError: Could not create _Backstore in configFS"11:32
lucasagomesright at the first command11:33
lucasagomesrtslib_fb.BlockStorageObject(name=...)11:33
lucasagomesdtantsur, ah the Ironic conductor can't mount the target? What's the error?11:33
aarefievmorning folks!11:34
lucasagomesaarefiev, morning!11:35
dtantsurlucasagomes, something like "it didn't come up in 3 seconds", lemme find11:36
dtantsurmorning aarefiev11:36
dtantsurlucasagomes, iSCSI connection was not seen by the file system after attempting to verify 60 times11:37
dtantsur(I set attempts to 60 to be sure)11:38
*** sinval has joined #openstack-ironic11:38
lucasagomesright11:38
lucasagomeswill look, still trying to figure out the coreos thing11:38
sinvalgood morning folks11:38
lucasagomesit's odd cause I've manually remounted it as rw11:38
lucasagomessinval, morning11:38
lucasagomessinval, is it too hot over there in brazil? I'm heading there on friday evening11:39
sinvalhey lucasagomes o/, oh, welcome back11:39
lucasagomesthanks11:39
sinvallucasagomes: we are in summer, so it's really hot, at least here in northeast11:40
sinvallucasagomes: are you coming to São Paulo?11:40
lucasagomessinval, yeah, landing in sao paulo but heading to the country side (bauru)11:41
dtantsurlucasagomes, containers are weird.. e.g. one can't modify /etc/group in docker, dunno why..11:41
* lucasagomes looking at the weather, it looks pretty rough. Hot with thunderstorms11:41
*** jamielennox is now known as jamielennox|away11:42
lucasagomesdtantsur, yeah, I'm now trying to figure out why even on the image (not container) /sys/kernel/config still read-only11:42
sinvallucasagomes: cool, enjoy :)11:42
lucasagomessinval, thanks11:43
lucasagomesit's going to be good I'm sure11:43
*** ionutbalutoiu has joined #openstack-ironic11:46
*** kozhukalov_ has quit IRC11:48
*** rameshg87 has quit IRC11:48
openstackgerritRamakrishnan G proposed openstack/ironic: SwiftAPI constructor should read CONF variables at runtime  https://review.openstack.org/24902411:50
*** derekh has joined #openstack-ironic11:52
*** dansmith_ has quit IRC11:52
*** dansmith_ has joined #openstack-ironic11:52
*** mbound_ has joined #openstack-ironic11:53
sinvaldtantsur: I did a rebase to solve the merge conflict, please take a look at https://review.openstack.org/#/c/246692/, it's almost there11:53
*** cdearborn has joined #openstack-ironic11:54
dtantsursure, asap11:54
*** amotoki has joined #openstack-ironic11:54
*** jamielennox|away is now known as jamielennox12:01
*** subscope has joined #openstack-ironic12:02
*** dansmith_ is now known as dansmith12:04
*** dansmith is now known as Guest8784312:05
*** achanda has joined #openstack-ironic12:05
*** jaypipes has joined #openstack-ironic12:05
*** masterbound has joined #openstack-ironic12:07
*** mbound_ has quit IRC12:07
openstackgerritMerged openstack/ironic: Refactor iLO driver console interface into new module  https://review.openstack.org/22928412:10
*** afaranha has quit IRC12:13
*** sacharya has joined #openstack-ironic12:17
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: [WIP] Support Linux-IO in addition to tgtd  https://review.openstack.org/23486112:18
dtantsursinval, why isn't _creation_attributes an abstract property?12:20
*** sinval has quit IRC12:20
*** trown|outttypeww is now known as trown12:20
*** praneshp has quit IRC12:20
*** sacharya has quit IRC12:21
*** achanda has quit IRC12:24
*** electrofelix has joined #openstack-ironic12:28
*** sinval has joined #openstack-ironic12:30
sinvaldtantsur: because there are some child that does not need it, like driver12:31
*** achanda has joined #openstack-ironic12:33
openstackgerritSerge Kovaleff proposed openstack/ironic-inspector: Generate Sphinx docs  https://review.openstack.org/24698512:33
*** nicodemos has quit IRC12:34
sinvaldtantsur: I agree with you about creating a CreatableManager with create() and _creation_attributes, will do12:41
dtantsurcool12:41
*** achanda has quit IRC12:41
*** dims has joined #openstack-ironic12:42
*** jerrygb has joined #openstack-ironic12:48
*** e0ne_ has joined #openstack-ironic12:48
*** boris-42 has joined #openstack-ironic12:49
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: [WIP] Support Linux-IO in addition to tgtd  https://review.openstack.org/23486112:50
*** jaypipes_ has joined #openstack-ironic12:51
*** e0ne has quit IRC12:51
*** jaypipes has quit IRC12:51
*** rameshg87 has joined #openstack-ironic12:52
*** jaypipes_ is now known as jaypipes12:53
openstackgerritMerged openstack/ironic: Refactor agent_ilo driver to use new boot interface  https://review.openstack.org/21710212:59
openstackgerritOpenStack Proposal Bot proposed openstack/python-ironicclient: Updated from global requirements  https://review.openstack.org/24976013:00
*** dprince has joined #openstack-ironic13:01
*** masterbound has quit IRC13:02
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Add switch to enable/disable streaming raw images for IPA  https://review.openstack.org/24635613:03
*** kozhukalov_ has joined #openstack-ironic13:03
*** chlong has joined #openstack-ironic13:03
*** mbound_ has joined #openstack-ironic13:03
*** lucasagomes is now known as lucas-hungry13:04
*** mjturek1 has joined #openstack-ironic13:04
* lucas-hungry goes get a quick lunch13:04
*** jaypipes has quit IRC13:04
*** mbound_ has quit IRC13:08
*** david-lyle has quit IRC13:09
*** rameshg87 has quit IRC13:10
*** jerrygb has quit IRC13:13
*** ionutbalutoiu has quit IRC13:20
*** mbound_ has joined #openstack-ironic13:27
*** deray has quit IRC13:30
*** jerrygb has joined #openstack-ironic13:34
openstackgerritSerge Kovaleff proposed openstack/ironic-inspector: Generate Sphinx docs  https://review.openstack.org/24698513:34
*** jerrygb has quit IRC13:39
*** baoli has joined #openstack-ironic13:45
*** jaypipes has joined #openstack-ironic13:57
*** zhenguo has joined #openstack-ironic13:59
*** rameshg87 has joined #openstack-ironic14:00
jrolllucas-hungry: we should seriously just move to chroot from nspawn14:01
dtantsur+10050014:01
dtantsurand morning jroll14:01
jrollmorning :)14:01
rameshg87hello all14:01
jrollthere's also the option of dropping the coreos image14:01
jrollI can't believe I'm saying that14:01
jrollhi rameshg87!14:01
dtantsurhi rameshg8714:01
rameshg87can someone please +A the patch https://review.openstack.org/#/c/249024/ if it looks okay14:01
rameshg87jroll: dtantsur: o/14:02
rameshg87it is required for enabling proliant ci in check pipeline14:02
* dtantsur already reviewed that14:02
rameshg87thanks dtantsur :)14:02
rameshg87from next run jenkins log will be saved to workspace :)14:03
rameshg87skipped to redirect that to workspace14:03
jrollrameshg87: +A14:03
rameshg87\o/14:03
jrollthanks for that, CONF as default args for methods is a bomb waiting to happen14:04
rameshg87jroll: yeah indeed14:04
* rameshg87 planted that bomb there an year back14:04
jrollheh, read that as "on your back" :P14:06
jrollit happens14:06
rameshg87:)14:06
*** openstackgerrit has quit IRC14:06
*** openstackgerrit has joined #openstack-ironic14:07
*** rloo has joined #openstack-ironic14:09
*** lucas-hungry is now known as lucasagomes14:12
dtantsurjroll, do you know if we use reno for clients as well?14:12
jrolldtantsur: yeah, the goal is to use it for everything14:13
*** jerrygb has joined #openstack-ironic14:13
dtantsurok, gotcha... so we have to setup it as well before M114:14
sambettsdtantsur: reno for inspector?14:14
dtantsursambetts, reno for inspector itself awaits reviews now, I'm talking about clients :)14:15
sambettsdtantsur: Ah sweet I'll add that to my TODO14:15
lucasagomesjroll, right, honestly, if we are doing chroot isn't better to just use that distro as the base os ?14:16
*** nicodemos has joined #openstack-ironic14:16
rloodtantsur, jroll: reno for ironic-lib too?14:16
rloomorning everyone :)14:16
jrolllucasagomes: yeah, probably, dunno14:16
dtantsurI guess so14:16
jrollrloo: probably14:16
dtantsurmorning rloo14:16
lucasagomesjroll, some other stuff with current coreos version is that we are using a very old version of it. Shouldn't we update it?14:16
lucasagomesthe gpg key has changed in coreos as well14:16
lucasagomeshttps://coreos.com/security/image-signing-key/14:17
jrolllucasagomes: zer0c00l has been working on that https://review.openstack.org/#/c/191505/14:17
* lucasagomes will submit a patch14:17
lucasagomesah yes14:17
lucasagomeszer0c00l, thanks!14:17
lucasagomesyeah that's very needed for the current image indeed14:17
*** rcernin has quit IRC14:19
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: [WIP] Support Linux-IO in addition to tgtd  https://review.openstack.org/23486114:19
* dtantsur thinks he's close to making LIO working with DIB-built image14:19
rameshg87checking this in openstack-infra about why gz files are not rendering properly in proliant ci logs - https://15.184.134.36/24/249024/2/check/gate-tempest-ironic-ilo-driver-iscsi_ilo/37d9ac8/ir-cond.log.2015-11-25-122250.gz14:20
rameshg87if someone has some quick idea, please let me know14:20
jrollrameshg87: first thing I would try is making the extension .txt.gz14:23
rameshg87jroll: oh let me give a try14:24
jrollrameshg87: they also have response headers for "Content-Type: text/html" and "Content-Encoding: gzip"14:25
jrollmight be related14:25
dtantsurnow to bad news: we're seeing an increasing (IMO) rate of transient failures in dsvm job14:25
rameshg87jroll: doesn't help :(14:25
*** pas-ha has quit IRC14:26
rameshg87jroll: oh that helped14:26
jroll\o/14:26
rameshg87jroll: changed content type to just text14:26
rameshg87instead of text/html14:26
rameshg87thanks14:27
jrolldtantsur: I agree: http://status.openstack.org/elastic-recheck/#139309914:27
jrolldtantsur: I'm thinking it's actually just a job timeout when we get slow workers14:28
jrollthis may help https://review.openstack.org/#/c/248330/14:28
*** mgould has quit IRC14:28
jrolland then we can bump the timeout from there14:28
dtantsurhopefully14:29
*** alexpilotti has left #openstack-ironic14:29
* dtantsur checks timeout in the inspector gate14:29
lucasagomesdtantsur, ok we can't run it from the container14:30
dtantsur:)14:30
lucasagomesI need to load a module called target_core_mod14:30
lucasagomesbut ofc I cna't do it in the contianer and this module is not available on coreos14:30
dtantsurouch14:30
lucasagomesit would be possible ofc to use a container by modprobe configfs and target_core_mod on the coreos14:30
lucasagomesand bind mount /sys/kernel/config to the container14:31
lucasagomesbut I don't have that target_core_mod to start with14:31
dtantsur>_<14:31
lucasagomesand the mod I have in the contianer I can't load with the current kernel ofc14:31
dtantsuryeah, fair...14:31
dtantsurwhich means that inspection on bare metal won't work with coreos image too14:31
dtantsur(it requires ipmi modules)14:32
NobodyCammorning ironicers14:32
dtantsurNobodyCam, morning14:32
lucasagomesdtantsur, yeah14:32
jrolldtantsur: lucasagomes: do we have a job for IPA that uses DIB?14:32
*** Guest87843 is now known as dansmith14:32
lucasagomesI will try with the current stable image of coreos14:33
dtantsurjroll, nope14:33
lucasagomescause the one I'm using is the old one14:33
dtantsurjroll, I was talking to tripleo folks about using a tripleo CI job as such. they'll probably show up the next meeting to talk about it14:33
lucasagomesjroll, gate job? Not that I know of14:33
NobodyCammorning dtantsur, lucasagomes, jroll, rloo, sambetts, vdrok rameshg87 TheJulia and all others not listed here14:33
rameshg87NobodyCam: o/14:34
sinvalNobodyCam: \o14:34
lucasagomesNobodyCam, hi there, good morning14:34
jrolldtantsur: I mean, I'd rather just use the regular gate14:34
jrollmorning NobodyCam14:34
*** cdearborn has quit IRC14:34
NobodyCam:)14:34
jrollthe one thing I still like about the coreos image is that it's easy to customize if needed14:34
dtantsurjroll, would be cool to create one. and add it to DIB as well14:34
dtantsuryeah..14:35
jrolldtantsur: indeed14:35
dtantsuroh god it finally worked!!!14:35
rloomorning NobodyCam!14:35
lucasagomesdtantsur, my idea is that, once the bash run disk is removed we can pass all the ssh jobs to ipa14:35
dtantsurlucasagomes, I got LIO working on a DIB-built image14:35
lucasagomesdtantsur, w00t!14:35
lucasagomesnice14:36
jrollhey, good morning rloo :)14:36
lucasagomesrloo, morning14:36
*** mgould has joined #openstack-ironic14:41
sinvalrloo: good morning o/14:43
rloogood morning jroll, lucasagomes, sinval14:43
*** mgoddard_ has joined #openstack-ironic14:46
*** mgoddard has quit IRC14:50
openstackgerritMerged openstack/ironic: SwiftAPI constructor should read CONF variables at runtime  https://review.openstack.org/24902414:51
openstackgerritMerged openstack/ironic: Take over console session if enabled  https://review.openstack.org/24735314:58
*** rameshg87 has quit IRC14:59
sambettso/ NobodyCam14:59
*** e0ne_ has quit IRC15:09
*** e0ne has joined #openstack-ironic15:11
jlvillalGood morning Ironic. sambetts rloo sinval lucasagomes jroll dtantsur NobodyCam ramishra and anyone else I missed :)15:13
jrollohai jlvillal :D15:13
rloomorning jlvillal :)15:13
* jlvillal finally has some free time to review patches!!!!15:13
NobodyCammorning jlvillal15:14
jlvillal:)15:14
jrolloh my, boot interface is done \o/15:14
*** alexpilo_ has joined #openstack-ironic15:14
sambettso/ jlvillal15:14
*** nicodemos has quit IRC15:14
* jlvillal was happy to see httpretty replaced with requests-mock 15:15
jroll++15:15
*** Marga_ has joined #openstack-ironic15:18
jlvillalsinval, dtantsur idea for a 2nd class makes sense to me on the refactor patch.15:19
*** alexpilo_ has quit IRC15:21
*** cdearborn has joined #openstack-ironic15:22
*** alexpilotti has joined #openstack-ironic15:22
*** ionutbalutoiu has joined #openstack-ironic15:25
*** ionutbalutoiu has quit IRC15:26
*** mtanino has joined #openstack-ironic15:28
*** ionutbalutoiu has joined #openstack-ironic15:29
openstackgerritBrad P. Crochet proposed openstack/ironic-specs: OpenStackClient plugin spec  https://review.openstack.org/24753915:31
*** chlong has quit IRC15:31
*** harshs has joined #openstack-ironic15:32
*** mgoddard has joined #openstack-ironic15:32
*** mgoddard_ has quit IRC15:33
*** thiagop has joined #openstack-ironic15:40
thiagopgood morning Ironic15:41
NobodyCammorning thiagop15:41
thiagopNobodyCam: o/15:41
openstackgerritMerged openstack/ironic-lib: Replace deprecated LOG.warn with LOG.warning  https://review.openstack.org/24878615:42
jlvillalGood morning thiagop15:43
dtantsurmorning jlvillal, thiagop15:45
thiagophey hey jlvillal dtantsur15:45
jlvillaldtantsur, thiagop :)15:46
*** yonglihe has joined #openstack-ironic15:50
*** Sukhdev has joined #openstack-ironic15:54
lucasagomessomeone have seem this before http://logs.openstack.org/56/246356/5/check/gate-tempest-dsvm-ironic-pxe_ipa/bd4d39b/logs/devstacklog.txt.gz#_2015-11-25_15_05_59_479 ?15:55
dtantsurno, never15:58
*** boris-42 has quit IRC15:58
*** Marga_ has quit IRC16:01
openstackgerritRuby Loo proposed openstack/ironic-lib: Default for root_helper config  https://review.openstack.org/24987316:02
openstackgerritJohn L. Villalovos proposed openstack/python-ironicclient: Remove httpretty workaround  https://review.openstack.org/24987416:03
*** dims has quit IRC16:09
openstackgerritZhenguo Niu proposed openstack/ironic-specs: Console ports allocation management  https://review.openstack.org/24987616:09
*** Piet has joined #openstack-ironic16:10
*** dims has joined #openstack-ironic16:11
*** harshs has quit IRC16:13
zhenguojlvillal: could you please have a look at https://review.openstack.org/#/c/246283/ when you have time, have addressed your comments.16:14
*** sacharya has joined #openstack-ironic16:18
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: Support Linux-IO in addition to tgtd  https://review.openstack.org/23486116:20
zhenguodtantsur, lucasagomes: can you please take a look at the ssh shellinabox patch https://review.openstack.org/#/c/241453/ when you are not busy, you already kindly approved the spec.16:21
jlvillalzhenguo, I will look16:21
zhenguojlvillal: thanks16:21
lucasagomeszhenguo, hi there, sure. I just need to finish up a test here first16:21
lucasagomesbut added to my todo list16:22
openstackgerritMauro Rodrigues proposed openstack/ironic: Enable POWER systems to use pxe-ipmi driver  https://review.openstack.org/18598716:22
*** sacharya has quit IRC16:22
zhenguolucasagomes: thanks, no rush16:22
*** afaranha has joined #openstack-ironic16:23
*** Sukhdev has quit IRC16:23
* zhenguo goes to bed16:25
*** Pavo has joined #openstack-ironic16:25
lucasagomeszhenguo, g'night16:25
*** zhenguo has quit IRC16:25
*** subscope has quit IRC16:29
openstackgerritChris Krelle proposed openstack/bifrost: Follow up patch to address reviewer comments on 241770  https://review.openstack.org/24989616:29
*** achanda has joined #openstack-ironic16:32
*** nicodemos has joined #openstack-ironic16:34
dtantsurok, Linux-IO support in https://review.openstack.org/#/c/234861/ works for me on DIB-built image, please review :)16:38
sambettsdtantsur: :D16:39
sambettsdtantsur: I will try it with TinyIPA when I get a spare moment16:41
dtantsurwould be awesome16:41
openstackgerritMerged openstack/python-ironicclient: Add more unit tests for clituils  https://review.openstack.org/24673216:42
dtantsursambetts, don't forget to add kmod as a dependency16:42
sinvaljlvillal: good morning, makes total sense, I will update it soon16:42
mkovacik_harlowja_, hi, may I bother you with couple of (Ironic Inspector) HA questions?16:43
*** Pavo_ has joined #openstack-ironic16:43
*** Sukhdev has joined #openstack-ironic16:45
*** mgoddard_ has joined #openstack-ironic16:46
openstackgerritShivanand Tendulker proposed openstack/ironic-specs: Baremetal provisioning in UEFI secure boot mode  https://review.openstack.org/23027416:47
*** mgould has quit IRC16:50
*** mgoddard has quit IRC16:50
*** trown is now known as trown|lunch16:52
*** hblixt has joined #openstack-ironic16:54
*** ukalifon1 has quit IRC16:55
*** Pavo_ has quit IRC16:55
jrollthingee: oh, one more thing I forgot to mention. this happens right about meow https://wiki.openstack.org/wiki/Meetings/Ironic-QA16:56
*** mgoddard_ has quit IRC16:56
*** mgoddard has joined #openstack-ironic16:57
dtantsurmeow! \o/16:57
sambettsdtantsur: is there a way I can exercise LIO from the commandline without running IPA?16:57
jrolldtantsur: do you know the movie super troopers?16:57
openstackgerritRuby Loo proposed openstack/ironic: Add deprecated config info in ironic.conf.sample  https://review.openstack.org/24991216:57
dtantsurjroll, probably no16:57
dtantsursambetts, hmmm, you mean right on your machine?16:58
sambettsdtantsur: I've booted a VM with tinycore in it and I wanted to see if LIO works16:58
sambettsdtantsur: is there a way to do that from the commandline?16:58
jrolldtantsur: https://www.youtube.com/watch?v=mXPeLctgvQI16:59
dtantsursambetts, if can use 'targetcli' utility16:59
sambettsdtantsur: nope command doesn't exist :(17:00
dtantsurjroll, thanks, added to watch list17:00
dtantsursambetts, then it's a bit tricky.. you can use the same python code as in the patch17:00
jrolldtantsur: that clip is only 90 seconds, but yes you shold totally watch the whole movie :D17:00
*** jistr has quit IRC17:02
*** mgould has joined #openstack-ironic17:02
jrollkrtaylor: qa meeting this week or no?17:03
openstackgerritDmitry Tantsur proposed openstack/ironic: Move common code from ironic.conductor.manager to ironic.conductor.utils  https://review.openstack.org/23251717:04
sambettsdtantsur: hmm I'll give it a go17:04
jrolljlvillal: ^ do you know, qa meeting this week?17:04
*** ifarkas has quit IRC17:06
sambettslekha: ^17:06
*** afaranha has left #openstack-ironic17:07
jrollseems like not :P17:07
*** afaranha has joined #openstack-ironic17:07
sinval:/17:07
sambetts:/17:07
* dtantsur likes such short meetings :D17:07
cdearborn:/17:07
*** spandhe has joined #openstack-ironic17:08
*** spandhe has quit IRC17:08
*** derekh has quit IRC17:08
*** mbound_ has quit IRC17:09
*** e0ne has quit IRC17:09
sambettsTbh I didn't have much to report about this week wrt the cisco CI17:09
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Add a developer FAQ  https://review.openstack.org/24992017:13
*** nicodemos has quit IRC17:15
jlvillaljroll, Maybe. Why not :)17:15
*** amotoki has quit IRC17:15
*** mkovacik_ has quit IRC17:16
jrolljlvillal: well, it's 16 minutes late now :P17:16
jlvillaljroll, Damn!17:17
*** nicodemos has joined #openstack-ironic17:17
jlvillaljroll, My calendar reminder didn't go off17:17
openstackgerritOpenStack Proposal Bot proposed openstack/python-ironicclient: Updated from global requirements  https://review.openstack.org/24976017:18
jrolljlvillal: no worries, it's a holiday week anyway17:19
jlvillaljroll, Sorry about that :(17:19
jrollno, totally ok17:19
jrollI was just wondering :)17:19
jlvillalThanks17:19
* jlvillal grumbles at phone...17:20
*** Marga_ has joined #openstack-ironic17:23
*** jerrygb has quit IRC17:27
*** jerrygb has joined #openstack-ironic17:28
*** jerrygb has quit IRC17:28
*** jerrygb has joined #openstack-ironic17:28
*** david-lyle has joined #openstack-ironic17:30
openstackgerritVladyslav Drok proposed openstack/ironic: Add proxy related parameters in agent driver  https://review.openstack.org/23549317:31
openstackgerritDmitry Tantsur proposed openstack/ironic: [WIP] Split BaseManager from ConductorManager  https://review.openstack.org/24993817:31
*** Marga_ has quit IRC17:33
dtantsursee you tomorrow, folks17:33
*** dtantsur is now known as dtantsur|afk17:33
sinvaldtantsur, see ya o/17:33
thiagopdtantsur|afk: good night17:34
jlvillaldtantsur|afk, Good night. Will probably be quiet from the US tomorrow17:36
*** baoli has quit IRC17:37
thingeejroll: ack, it's in my books now17:37
thingeejroll: should we wait on the spec to be approved before we send out the communication to dev-list and vendors?17:38
*** degorenko is now known as _degorenko|afk17:39
jrollthingee: I don't think changes in the spec should affect those comms much17:39
jrollhowever, thanksgiving and all17:39
jrollmaybe wait til monday?17:39
jrolland maybe krtaylor can push an update to the spec today and we can land it by then17:40
jroll(or I could, even)17:40
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Add a developer FAQ  https://review.openstack.org/24992017:40
*** Sukhdev has quit IRC17:41
thingeejroll: sounds good I'll make the modifications to communication and send back from approval and plan to send something out monday17:41
jrollthingee: cool, thanks man17:41
*** Sukhdev has joined #openstack-ironic17:41
jrollI'll update that spec today17:42
*** jerrygb has quit IRC17:43
*** spandhe has joined #openstack-ironic17:43
openstackgerritSergii Turivnyi proposed openstack/python-ironicclient: Add sanity tests for testing actions with Port  https://review.openstack.org/24094417:44
openstackgerritBrad P. Crochet proposed openstack/ironic-specs: OpenStackClient plugin spec  https://review.openstack.org/24753917:47
sturivnyi_jroll, Haomeng, dtantsur|afk: I’d really appreciate it if you could find time to review my patch https://review.openstack.org/#/c/239506/ It's functional CLI sanity tests for testing actions with Node.17:47
*** achanda has quit IRC17:55
*** ionutbalutoiu has quit IRC17:55
*** ionutbalutoiu has joined #openstack-ironic17:56
*** nicodemos has quit IRC17:59
*** Pavo has quit IRC17:59
*** achanda has joined #openstack-ironic18:00
*** david-lyle has quit IRC18:00
*** [1]cdearborn has joined #openstack-ironic18:00
*** sacharya has joined #openstack-ironic18:00
*** ionutbalutoiu has quit IRC18:05
*** sacharya has quit IRC18:05
*** Pavo has joined #openstack-ironic18:07
*** e0ne has joined #openstack-ironic18:07
sambettssee y'all tomorrow o/18:07
NobodyCamnight sambetts18:07
*** sambetts is now known as sambetts-afk18:07
sambetts-afknight NobodyCam18:07
*** kozhukalov_ has quit IRC18:08
*** mgould has quit IRC18:10
*** rajathagasthya has joined #openstack-ironic18:10
*** Marga_ has joined #openstack-ironic18:10
*** Marga_ has quit IRC18:10
*** Marga_ has joined #openstack-ironic18:11
*** achanda has quit IRC18:13
*** ionutbalutoiu has joined #openstack-ironic18:14
*** daemontool has joined #openstack-ironic18:15
*** electrofelix has quit IRC18:15
*** cdearborn has quit IRC18:15
*** harshs has joined #openstack-ironic18:16
lucasagomesI will call it a day as well! Have a great night everyone18:18
jlvillallucasagomes, sambetts-afk Good night18:18
lucasagomesthanks, you too!18:18
*** lucasagomes is now known as lucas-dinner18:18
NobodyCamnight lucas-dinner18:18
*** david-lyle has joined #openstack-ironic18:20
*** kozhukalov_ has joined #openstack-ironic18:22
*** achanda has joined #openstack-ironic18:24
*** daemontool has quit IRC18:24
sinvalnight lucas-dinner and dtantsur|afk18:25
*** jcoufal has quit IRC18:27
*** praneshp has joined #openstack-ironic18:27
*** lekha has quit IRC18:27
sinvalfolks, if a ironic node is not valid for some driver interfaces like power and management, the node should stay in available am I right?18:29
NobodyCamnight dtantsur|afk18:30
krotscheckDoes anyone know of any real-world use cases for ironic driver extensions? Our UX team is trying to figure out how that will work into the UI's.18:30
*** Pavo has quit IRC18:30
krotscheck(The vendor_passthrough methods)18:30
*** lekha has joined #openstack-ironic18:30
rloosinval: nope unless there is no enroll state. shouldn't be able to get to available if power can't be validated18:31
rloosinval: or was it valid before and then became invalid?18:32
*** Pavo has joined #openstack-ironic18:32
sinvalrloo: it was valid before became invalid, it already was available and valid, but become invalid for power and management, and still available18:32
*** Pavo has quit IRC18:32
sinvalrloo: does it make sense right?18:32
rloosinval: I don't believe we have code that will knock it from avail if that happens BUT we have that power-sync-thing so if power can't validate and we try to sync the power state 3? times and it fails, the node will be put in maintenance mode.18:33
jrollkrotscheck: hmm, we have a dell one in tree for firmware update or something I think?18:33
jrollkrotscheck: the others are used internally, like by the agent18:33
sinvalrloo:well, my node still with maintenance False18:34
rloosinval: hmm. maybe you're lucky? :)18:34
krotscheckjroll: Ok, so it sounds that the majority of uses for that API are done by ironic-internal systems, rather than by something that'd be accessible from a UI?18:35
sinvalrloo: hahaha18:35
krotscheck(Not saying that updating firmware is a thing that shouldn't be exposed, but that, to me, is probably a version > 2 kind of thing.18:35
rloosinval: this is what i was thinking of: https://github.com/openstack/ironic/blob/master/ironic/conductor/manager.py#L121418:35
jrollkrotscheck: yeah, I'd leave it out for v1 for now... looking back I think it might be worth looking at getting rid of vendor passthru18:36
sinvalrloo: I see, thanks for the quick shot, I'll take a look at this code18:36
rloosinval: ok, it should go into maintenance unless you turned it off or something18:37
krotscheckjroll: Maybe devananda knows of a use case?18:37
jrollkrotscheck: maybe.18:37
sinvalrloo: oh, the node it's powered off18:38
jrollkrotscheck: in general the passthru is supposed to be "vendor X adds an endpoint for some cutting edge feature, and that eventually becomes real endpoint when more vendors add support for it"18:38
jrollkrotscheck: in practice, it's only been used for the drac bios configs thing and agent endpoints18:38
krotscheckjroll: Well, agent endpoints are important.18:39
krotscheckAnd my real question is answered, which is "Does the UI have to worry about it yet?".18:39
*** cdearborn has joined #openstack-ironic18:39
jrollkrotscheck: well, we need to promote those to "real" endpoints now that the old ramdisk is deprecated, and they aren't important to users18:39
jrollyep18:39
*** ijw has joined #openstack-ironic18:41
*** ijw has quit IRC18:42
*** achanda_ has joined #openstack-ironic18:42
*** ijw has joined #openstack-ironic18:42
*** achanda has quit IRC18:42
*** achanda_ has quit IRC18:43
jrollrloo: I assume we won't finish manual cleaning by next week?18:43
jrollvdrok: possible to finish the proxy support for agent by next week?18:43
rloojroll: assumption is correct. I haven't done the patches for the API part and given how long it takes to get reviewed etc...18:44
jrollrloo: yeah, figured. thanks!18:44
rloojroll: i figured it was more important for me to focus on reviews instead of coding this week :)18:44
jrollrloo: sounds good to me :)18:45
rloojroll: that reminds me. I do want to get another ironic-lib release out.18:45
rloojroll and others: https://review.openstack.org/#/c/249873/ if you have time to review. it is fairly easy.18:45
jrolland release after that?18:46
rloojroll: yeah. it doesn't have reno but i think that's fine.18:46
jrollyeah, it's ok18:46
rloojroll: although i think i'd like an ironic release first before this refactoring to use ironic-lib, just in case we got it wrong18:48
jrollrloo: yeah, let's not land the refactoring until after 4.318:48
*** Pavo has joined #openstack-ironic18:48
jrollrloo: quick -1 there18:49
rloojroll: WHAT? :)18:49
jroll:)18:49
jrolljust a missing test18:49
rloojroll: it is there already. let me reply.18:50
*** ionutbalutoiu has quit IRC18:50
jrollorly18:50
jrollrloo: OH, I'm dumb18:50
jroll+2 for youuu18:50
rloojroll: I thought about reversing the order of those tests but i was too lazy. i suspect that's why you missed them. (with root helper, without root helper)18:51
*** trown|lunch is now known as trown18:51
jrollI guess I just assumed since the config option was None by default, we didn't have a test overriding it to None18:52
rloojroll: no worries :)18:52
rlooNobodyCam, jlvillal: if you want a fairly easy review, I'm looking for a +A: https://review.openstack.org/#/c/249873/18:53
jlvillalrloo, I'll take a look.18:53
rloothx jlvillal18:53
*** [1]cdearborn has quit IRC18:54
*** e0ne has quit IRC18:58
devanandakrotscheck: re: vendor passthru API, the point is to allow vendors to expose things (like fw update) before ironic standardizes on an interface19:02
devanandaor if they're strange things that we'll never standardize on19:02
devanandaI would encourage you and the UX team to not focus on that area, possibly even leaving it out entirely for now19:03
devanandabecause it's not central to Ironic's functionality, and not used by very many drivers19:03
krotscheckdevananda: Thanks. What I'll do is add a method to the ironic-jslib that permits invoking a vendor method, but frankly if someone wants to expose that in their UI they may be better off composing their own.19:05
*** Piet has quit IRC19:10
*** barra204 is now known as shakamunyi19:12
*** Marga_ has quit IRC19:13
rajathagasthyaHello! I'm a newbie to Ironic and trying to install. I'm getting this error "No compute node record for host" in nova-compute.log whenever I try to start an instance (normal VM, not bare metal) on RHEL OSP7. Anyone has an idea how to fix this? Thanks in advance.19:22
openstackgerritMerged openstack/ironic-lib: Default for root_helper config  https://review.openstack.org/24987319:28
*** ionutbalutoiu has joined #openstack-ironic19:34
*** ionutbalutoiu has quit IRC19:40
*** achanda has joined #openstack-ironic19:42
*** Marga_ has joined #openstack-ironic19:46
*** Marga_ has quit IRC19:48
*** Marga_ has joined #openstack-ironic19:49
*** achanda has quit IRC19:50
*** achanda has joined #openstack-ironic19:53
*** achanda has quit IRC19:53
NobodyCamsorry slow here had irc window covered :p19:55
NobodyCammorning devananda :)19:55
*** ionutbalutoiu has joined #openstack-ironic19:55
*** Pavo has quit IRC20:07
*** Pavo has joined #openstack-ironic20:08
*** Pavo has quit IRC20:09
*** Guest47588 has joined #openstack-ironic20:10
*** Guest47588 is now known as Pavo20:10
rloohey, I got patch 250000. Should I buy a lottery ticket?20:19
NobodyCamrloo YES :)20:20
sinvalrloo, lol20:20
rloojroll: if you have a minute, I've submitted patches to do a 0.5.0 release of ironic-lib: https://review.openstack.org/#/q/status:open++branch:master+topic:ironic-lib-0.5.0,n,z20:20
*** rajathagasthya has quit IRC20:37
*** baoli has joined #openstack-ironic20:40
*** sacharya has joined #openstack-ironic20:41
*** alexpilotti has quit IRC20:42
*** willsama has joined #openstack-ironic20:45
*** willsama has quit IRC20:45
*** rajathagasthya has joined #openstack-ironic20:48
*** athomas has quit IRC20:49
*** alexpilotti has joined #openstack-ironic20:50
*** baoli_ has joined #openstack-ironic20:51
*** ionutbalutoiu has quit IRC20:52
*** baoli has quit IRC20:53
*** dprince has quit IRC20:54
*** sinval is now known as sinval-afk20:57
jrollrloo: thanks, +1 on both20:57
*** e0ne has joined #openstack-ironic20:58
*** sinval-afk has left #openstack-ironic21:00
*** e0ne has quit IRC21:03
mrdaMorning Ironic21:05
NobodyCammorning mrda21:05
jrollmrda: \o/21:06
mrdao/21:06
*** mtanino has quit IRC21:06
*** ukalifon1 has joined #openstack-ironic21:11
rloothx jroll21:14
*** dims_ has joined #openstack-ironic21:21
*** mjturek1 has quit IRC21:22
*** dims has quit IRC21:22
crinklehttps://review.openstack.org/#/c/245306/ has 2 +2s, anyone want to push it over the edge?21:23
*** mjturek1 has joined #openstack-ironic21:23
*** ionutbalutoiu has joined #openstack-ironic21:23
*** mgoddard_ has joined #openstack-ironic21:25
*** dims has joined #openstack-ironic21:26
*** mgoddard__ has joined #openstack-ironic21:26
*** mgoddard has quit IRC21:26
NobodyCamlooking now21:27
*** dims_ has quit IRC21:28
*** mgoddard_ has quit IRC21:30
NobodyCamcrinkle: bam21:30
jrollwoooo, caught up on release notes, now we all just need to keep up with them21:32
crinkleNobodyCam: thank you!21:32
* jroll posts a patch shortly21:32
*** mgoddard__ has quit IRC21:33
*** [1]cdearborn has joined #openstack-ironic21:34
*** openstackgerrit has quit IRC21:36
*** openstackgerrit has joined #openstack-ironic21:37
*** aginwala has joined #openstack-ironic21:38
openstackgerritJim Rollenhagen proposed openstack/ironic: Catch up release notes for Mitaka  https://review.openstack.org/25002921:38
* jroll still waiting for ^ to build for formatting check21:38
jrollrloo: devananda: ^ I could use some eyes on those21:38
jrolls/some/your/21:38
rloojroll: whoa. that there is a lot of stuff.21:38
jrollrloo: ya!21:39
rloojroll: did you add an entry for everything?21:39
jrollI realized while reading, that it's worth it to put notes for some bugs that were fixed as well21:39
jrollnot everything :P21:39
jrollbut I did read the entire commit log!21:39
rloojroll: oh, i see in your commit. eerything that was relevant :)21:39
* devananda looks21:39
*** aginwala has quit IRC21:39
jrollthanks for taking a look y'all21:40
*** aginwala has joined #openstack-ironic21:40
jrollwhoaaaa formatting21:40
jrolllol.21:40
rloojroll: however we got jenkins to not run tempest etc for docs, we should do a similar thing for release notes if we haven't done so yet21:41
jrollrloo: already done :D21:41
jrollhere's how great this looks btw https://i.imgur.com/WDC3PeO.png21:41
rloojroll: wow. how'd you do that?21:42
jrollidk21:42
*** mgoddard has joined #openstack-ironic21:42
*** ndipanov has quit IRC21:43
*** mgoddard_ has joined #openstack-ironic21:43
jrollah, I see it21:43
rloojroll: for https://review.openstack.org/#/c/250029/1/releasenotes/notes/bug-1506657-3bcb4ef46623124d.yaml21:44
rloojroll: what/why mentio in the upgrade?21:44
openstackgerritMerged openstack/bifrost: Remove dependency on instance_info for DHCP config  https://review.openstack.org/24530621:44
rloojroll: do we mention new configs in the upgrade?21:44
*** sacharya has quit IRC21:44
jrollrloo: yeah, upgrade is for anything ops should pay attention to when upgrading21:45
devanandajroll: hm, so bug fixes need release notes now? I thought those were still pulled from LP21:45
rloojroll: so if i was an op and i saw that, i'd ... have to look at .sample to find out more info and see if i needed to do something?21:45
jrolldevananda: important bug fixes do, yes. they aren't targeting bugs to a release any longer21:46
jrollrloo: yeah, I guess so? or we could add better notes21:46
devanandajroll: targeting we never really worried about, except for during RC window as a means to block the release until the bugs were fixed21:46
rloojroll: yeah, i think more details then. like 'default is xxx; shouldn't need to touch it or whatever?'21:46
*** kozhukalov_ has quit IRC21:47
devanandajroll: but at release time, the fixed bugs were converted to released bugs, and their titles were turned into part of the release notes21:47
*** mgoddard has quit IRC21:47
jrolldevananda: I mean, even after the release. so there's nowhere with a list of bugs for that release.21:47
devanandaoh wow21:47
jrolldevananda: http://eavesdrop.openstack.org/irclogs/%23openstack-release/%23openstack-release.2015-11-25.log.html#t2015-11-25T18:57:0821:47
devanandaso when we see a commit with #closes-bug, we should start -1'ing it unless it _also_ has a release note21:47
*** ijw has quit IRC21:47
jrollrloo: please comment to that effect :)21:48
rloojroll: doing that...21:48
jrolldevananda: I think it depends on the bug, but yeah21:48
jrolldevananda: if someone is watching a specific bug, they can see on that bug when the fix was released21:48
devanandajroll: has that been communicated to all the cores? (if it was and I missed it, crap)21:48
jrolldevananda: I learned most of this today21:49
devanandaahh21:49
devanandaok then :)21:49
jrolldevananda: I think it was in an email doug sent at some point21:49
*** cdearborn has quit IRC21:49
* devananda adds that to monday's meeting's announcements21:50
thiagopGuys, I'm calling it a day21:51
thiagophave a happy thanksgiving you21:51
rlooI don't think it was communicated to all cores; just communicated to everyone via the list. i was waiting for jroll to tell us what that meant for us :)21:51
NobodyCamthats only for closes-bug? not the releated-to21:51
rloobye thiagop21:51
NobodyCamnave good t-day thiagop21:51
*** thiagop has quit IRC21:51
rlooNobodyCam: yeah, not the related to's.21:52
jroll*any change that is significant enough for a deployer/operator to care about*21:52
jroll(imo)21:52
NobodyCam:)21:52
rloojroll I think, wants us to do a reno note with our patches if we are changing something that is 'relevant'...21:52
rlooerr 'significant'21:52
rloomaybe we should send out an email after this patch lands, and point to the patch as an example...21:53
*** baoli_ has quit IRC21:53
jrollsure21:53
*** dims_ has joined #openstack-ironic21:53
*** ijw has joined #openstack-ironic21:55
jrollok, fixed formatting21:56
openstackgerritJim Rollenhagen proposed openstack/ironic: Catch up release notes for Mitaka  https://review.openstack.org/25002921:56
*** dims has quit IRC21:56
*** Sukhdev has quit IRC21:56
*** caiobo has quit IRC21:57
*** kozhukalov_ has joined #openstack-ironic21:59
*** Sukhdev has joined #openstack-ironic22:00
*** mbound_ has joined #openstack-ironic22:00
*** mbound_ has quit IRC22:01
*** mbound_ has joined #openstack-ironic22:01
*** aginwala_ has joined #openstack-ironic22:02
*** aginwala_ has quit IRC22:02
*** [1]cdearborn has quit IRC22:02
*** aginwala_ has joined #openstack-ironic22:05
*** aginwala has quit IRC22:06
*** trown is now known as trown|outttypeww22:07
*** aginwala has joined #openstack-ironic22:08
*** aginwala has quit IRC22:08
*** aginwala_ has quit IRC22:08
rlooI looked back at our previous release notes, and I have to say, it is handy to see the list of BPs and bugs fixed: https://launchpad.net/ironic/liberty/4.2.022:08
*** aginwala has joined #openstack-ironic22:08
rloojroll: with the new release notes, i think we've made it harder for folks to get more info. unless for each bug, we put a reno note with a link to the bug. and similar for features -> specs.22:09
openstackgerritJim Rollenhagen proposed openstack/ironic: Catch up release notes for Mitaka  https://review.openstack.org/25002922:10
jrollrloo: fixed your comments there22:10
rloothx jroll22:10
jrollrloo: maybe. dunno.22:10
*** ukalifon1 has quit IRC22:14
jrollrloo: so, I tend to think for bugs, people don't care much about the bugfix unless it's affecting them. in which case, they probably know about the bug report anyway22:14
jrollfor features... idk.22:14
rloojroll: well, say you're a developer working on ironic-liberty and you see this release. you might want more details (eg an easy way to track down the patch) to see what changed/what you might backport22:16
NobodyCambrb22:18
jrollrloo: yeah. not sure what to do there. in the future they could `git blame` the note itself and see what patch it came in with22:19
jrollrloo: alternatively, we could manually manage launchpad bugs to make a pretty release page like we had before. but the release team isn't going to do it for us, and to be frank neither am I :/22:19
rloojroll: well, we can get feedback from folks after we release this. we should (all/most of openstack) do a similar thing so there is consistency across projects.22:20
jrollrloo: yeah, this is what the rest of openstack is doing22:20
*** caiobo has joined #openstack-ironic22:20
jrollexample: http://docs.openstack.org/releasenotes/nova/unreleased.html22:20
rloojroll: hmm, either nova has no bug fixes or they don't want/think they want to mention them.22:21
jroll¯\_(ツ)_/¯22:21
jrollI think everyone is still figuring this out22:22
*** Sukhdev has quit IRC22:22
*** harshs has quit IRC22:22
rloojroll: right. it'll evolve. but if we're going to add reno notes to our patches, it is fairly easy at that time, to include the bug/spec/whatever.22:23
jrollrloo: yeah, that's fair22:23
jrollI'm not opposed to it, to be clear22:23
rloojroll: yeah, you're just afraid i'm going to ask you to do it now for everything that's been merged :D22:24
*** mjturek1 has quit IRC22:24
jrollhehe22:24
*** ionutbalutoiu has quit IRC22:26
*** mjturek1 has joined #openstack-ironic22:26
*** jaypipes has quit IRC22:30
*** sinval has joined #openstack-ironic22:30
openstackgerritMerged openstack/ironic: Add switch to enable/disable streaming raw images for IPA  https://review.openstack.org/24635622:30
*** ijw has quit IRC22:34
*** david-lyle has quit IRC22:34
* jroll adds a release note for ^22:35
* jroll wonders if the default is wrong there as well22:35
NobodyCamtrue seemed like a good logical choice to /me22:37
NobodyCamie I would rather stream then buffer22:37
openstackgerritMerged openstack/bifrost: Modularize inventory and add initial testing  https://review.openstack.org/24177022:38
jrollyeah, just thinking of the behavior change. I guess it's fine22:38
NobodyCamthe change should be transparent and only affects raw images22:39
NobodyCamwas my thinking while reviewing22:39
NobodyCamcd ..22:39
NobodyCamdoh ww22:39
jrollNobodyCam: yeah. I was thinking back to JayF's comment "this could cause problems if your disk is slower than your network"22:40
NobodyCamthere is a note about that in the conf setting22:41
jrollsure22:43
jrollI'm not arguing :)22:43
jrolljust thinking out loud22:43
NobodyCam:) nor am i just recaping what I thought about with reviewing22:43
NobodyCamwith / while22:44
openstackgerritJim Rollenhagen proposed openstack/ironic: Catch up release notes for Mitaka  https://review.openstack.org/25002922:44
jroll^ added a release note for that22:45
jrolldevananda: can you carry that patch through while I'm out, before the release?22:45
rloojroll: stop updating that patch! i was about to +2.22:45
jrollha!22:45
devanandajroll: will do22:45
jrollrloo: new features landed!22:46
NobodyCamlol, that was because of /me I think :)22:46
rloostop landing features so close to a relaease :D22:46
jrollheh22:46
rloojroll: which file/feature did you just add? I'll just look at that file.22:46
jrollyeah I should send that email now22:46
jrollrloo: releasenotes/notes/ipa-streams-raw-images-1010327b0dad763c.yaml22:46
rloojroll: is it 'agent deploy driver' or 'Agent deploy driver'? :D22:47
jrollrloo: don't make me lowercase everything22:47
rloojroll: nope, i wouldn't.22:48
jrolland by everything, I mean everything in doc/ and releasenotes/22:48
jrolleven the beginning of sentences22:48
jroll:P22:48
NobodyCamlol22:48
NobodyCams/[A-Z]/[a-z]/g22:48
*** ijw has joined #openstack-ironic22:49
rloojroll: just remembered. this might be useful in the release: https://review.openstack.org/#/c/249912/22:52
jrollrloo: cool, I'll add it to the list in this email I'm writing22:53
rloojroll: even if not -- the .sample needs to be updated, which that patch does22:53
jrollcool22:53
*** kozhukalov_ has quit IRC22:54
*** mbound_ has quit IRC22:58
*** ijw has quit IRC23:01
jrollaight, email sent. lots of details. hope yall read it.23:02
jrollI'm stepping away for a while, may or may not check back in. otherwise out til the 7th. hit me on hangouts/email if you need anything, otherwise I'll see you all soon :D23:03
NobodyCamhave a great t-day jroll23:04
jrollyou too NobodyCam :)23:04
NobodyCam:)23:04
*** ijw has joined #openstack-ironic23:05
*** aginwala has quit IRC23:05
*** david-lyle has joined #openstack-ironic23:07
*** kozhukalov_ has joined #openstack-ironic23:09
*** aginwala has joined #openstack-ironic23:09
*** ijw has quit IRC23:09
openstackgerritJim Rollenhagen proposed openstack/ironic: Catch up release notes for Mitaka  https://review.openstack.org/25002923:14
jrollrloo: ^ you made a good point on the streaming thing, fixed23:14
* jroll really out now, bye all23:14
*** kozhukalov_ has quit IRC23:17
*** david-lyle has quit IRC23:24
zer0c00lrloo: ping23:42
zer0c00lrloo: can we merge this? https://review.openstack.org/#/c/248330/23:42
zer0c00lwhat is the criteria for merge?23:42
zer0c00lHow many +123:42
rloozer0c00l: no, we can't.23:42
rloozer0c00l: it isn't the number of +1's.23:42
rloozer0c00l: need two cores from devstack to +2/+A.23:42
rloozer0c00l: i suspect lots of folks are away for US thanksgiving23:43
zer0c00lI see23:43
zer0c00lThanks23:43
zer0c00lthanks rloo23:43
zer0c00lSorry about the /bin/sh thing on the irc channel23:43
zer0c00l:|23:43
rloozer0c00l: it IS important for ironic folks to +1 it though so they know that ironic folks are good with it :)23:44
zer0c00lBeen trying to setup irssi notification23:44
zer0c00loh okay!23:44
rloozer0c00l: not sure what you mean by the /bin/sh thing, or maybe i've just blocked it all out :)23:44
*** aginwala has quit IRC23:48
zer0c00lrloo: My irc client was printing these in the window23:48
zer0c00l15:42:58 /bin/sh: 1: /home/osmc/bin/irssi-notifier.sh: not found23:48
*** rajathagasthya has quit IRC23:48
*** rajathagasthya has joined #openstack-ironic23:49
zer0c00lMay be it is only visible to me23:49
rloozer0c00l: well, i didn't/don't see it :)23:50
*** praneshp has quit IRC23:50
*** aginwala has joined #openstack-ironic23:50
NobodyCamzer0c00l: sounds like a local config issue23:54
*** naohirot has joined #openstack-ironic23:59
*** davideagnello has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!