jlvillal | jroll: And similar http://logs.openstack.org/24/269924/2/experimental/gate-grenade-dsvm-ironic/4508673/logs/old/screen-n-sch.txt.gz#_2016-01-26_00_09_24_427 | 00:00 |
---|---|---|
jroll | jlvillal: right, so look up a couple lines | 00:00 |
jroll | http://logs.openstack.org/24/269924/2/experimental/gate-grenade-dsvm-ironic/4508673/logs/old/screen-n-sch.txt.gz#_2016-01-26_00_09_24_426 | 00:00 |
jroll | there's only one host available for building | 00:00 |
jroll | and it has 0 rams | 00:00 |
jroll | odd that there's only one, I'd think we'd have 2-3 available total here | 00:01 |
jlvillal | Hmmm. That is strange... | 00:01 |
jlvillal | But I see similar locally | 00:01 |
jroll | how many does ironic node-list show? | 00:01 |
*** penick has joined #openstack-ironic | 00:01 | |
jlvillal | Let me check | 00:01 |
jroll | yeah only one node in that job http://logs.openstack.org/24/269924/2/experimental/gate-grenade-dsvm-ironic/4508673/logs/old/screen-n-cpu.txt.gz#_2016-01-26_00_05_49_121 | 00:02 |
jroll | and once it's in available state, it has resources http://logs.openstack.org/24/269924/2/experimental/gate-grenade-dsvm-ironic/4508673/logs/old/screen-n-cpu.txt.gz#_2016-01-26_00_06_51_182 | 00:02 |
jroll | but still just one | 00:02 |
jroll | and that gets used up | 00:03 |
jroll | this is running at least two tests in parallel it seems | 00:03 |
jlvillal | Ah, yeah. vdrok was mentioning that we only bring up one node. | 00:03 |
jlvillal | And some tests assume two nodes | 00:03 |
jroll | that's odd | 00:04 |
* jroll wonders why we only use one | 00:04 | |
*** daemontool_ has quit IRC | 00:04 | |
jlvillal | jroll: https://review.openstack.org/#/c/241790/ vdrok had a comment | 00:04 |
*** dims has quit IRC | 00:04 | |
jroll | doh https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L1732 | 00:05 |
jroll | we could also configure grenade to skip cleaning | 00:06 |
*** daemontool_ has joined #openstack-ironic | 00:06 | |
jroll | sounds like that isn't a devstack variable we have though | 00:07 |
jlvillal | jroll: Do you think bumping that to '2' would be a first step? | 00:07 |
jroll | jlvillal: yes, maybe test locally first | 00:07 |
jlvillal | Can the gate handle two 1024MB nodes | 00:07 |
*** baoli has quit IRC | 00:07 | |
jlvillal | jroll: Firing up a build :) | 00:08 |
jlvillal | Locally | 00:08 |
jroll | yeah it should be able to | 00:08 |
* jroll looks | 00:08 | |
jlvillal | jroll: And thanks for the help. That helped a lot :) | 00:08 |
jroll | oh, our normal gate also only has 1 vm | 00:09 |
jroll | bahhhh | 00:09 |
jroll | needs more tinyipa | 00:09 |
yhvh | jroll: whatcha think, should we extend the lldp code, even minimally? https://review.openstack.org/#/c/260567/ | 00:10 |
jroll | yhvh: I'm never opposed to making things better | 00:11 |
jlvillal | JayF: Seems like IPA is getting that 'Timed out waiting for Nova hypervisor-stats count >= 1' gate failure also :( | 00:11 |
*** achanda has joined #openstack-ironic | 00:11 | |
yhvh | jroll: cool, a complete impl would be ott tho right? | 00:11 |
jroll | yhvh: I see no reason to re-write netutils, we should fix it and/or extend it | 00:12 |
jlvillal | jroll: I'll be running my test in an 8GB VM. So should be similar to the gate. | 00:12 |
jroll | jlvillal: yep | 00:12 |
*** Sukhdev has joined #openstack-ironic | 00:13 | |
*** daemontool_ has quit IRC | 00:13 | |
yhvh | jroll: So we could discard the subtype info and keep the return type as callers expect or add the subtype info in but calling code would have to be updated | 00:14 |
jroll | yhvh: well, the inspector extension could do the manipulation, right? | 00:15 |
jroll | I'm not opposed to changing the netutils code. I do use that downstream and would need to update, but we don't advertise that API to be stable | 00:16 |
yhvh | jroll: yes but this doesn't 'fix' things to me, this is what we are doing atm | 00:16 |
yhvh | jroll: that was my next question | 00:16 |
jroll | yhvh: yeah, so I'd probably say just go ahead and break it | 00:17 |
jroll | and we'll eat the pain | 00:17 |
jroll | idk | 00:17 |
yhvh | cool, I'll get a body on it | 00:17 |
jroll | JayF: ^ you have opinions on that? | 00:17 |
JayF | I mean | 00:17 |
JayF | I'd just caution against thinking there is a one-size-fits-all solution | 00:18 |
JayF | our research when implementing LLDP said basically that even though it's a "standard" LLDP info can be very different | 00:18 |
JayF | so I'd just make sure before that merges we ensure it works with our downstream environments as an additional test | 00:18 |
openstackgerrit | Arun S A G proposed openstack/ironic-specs: Add spec for deploying OS tarballs https://review.openstack.org/248968 | 00:18 |
jroll | JayF: well, AIUI, there should be a 'subtype', right now we return that as part of 'type' in the (type, value) combo | 00:19 |
jroll | yhvh: ^ correct? | 00:19 |
yhvh | nit: subtype returned in value | 00:20 |
jroll | aha | 00:20 |
JayF | https://github.com/rackerlabs/onmetal-ironic-hardware-manager/blob/master/onmetal_ironic_hardware_manager/__init__.py#L409 | 00:20 |
JayF | is where we use it, fwiw | 00:20 |
yhvh | JayF: noted | 00:20 |
JayF | although that hardware manager isn't exactly what we run; that method is identical to the one we use today | 00:20 |
jroll | huh, yeah so it seems there's no subtype in our data reading that again | 00:22 |
jroll | odd | 00:22 |
*** ntpttr has quit IRC | 00:23 | |
NobodyCam | just /me or anyone else seeing devstack nodes getting stuck in wait-call-back? | 00:23 |
*** awiddersheim has joined #openstack-ironic | 00:24 | |
*** derekh has quit IRC | 00:26 | |
*** Sukhdev has quit IRC | 00:26 | |
*** ntpttr has joined #openstack-ironic | 00:27 | |
*** ntpttr has quit IRC | 00:30 | |
*** ijw has joined #openstack-ironic | 00:30 | |
*** ijw has quit IRC | 00:31 | |
*** ijw has joined #openstack-ironic | 00:31 | |
*** ijw has quit IRC | 00:32 | |
*** ijw_ has joined #openstack-ironic | 00:32 | |
*** ijw has joined #openstack-ironic | 00:33 | |
*** ijw_ has quit IRC | 00:33 | |
*** ijw has quit IRC | 00:33 | |
*** ijw has joined #openstack-ironic | 00:33 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: DO_NOT_MERGE_OR_REVIEW: Test patch for Grenade testing. https://review.openstack.org/269924 | 00:34 |
*** jcoufal has quit IRC | 00:34 | |
openstackgerrit | Arun S A G proposed openstack/ironic-specs: Add spec for deploying OS tarballs https://review.openstack.org/248968 | 00:38 |
*** harshs has quit IRC | 00:51 | |
*** hoangcx has joined #openstack-ironic | 01:03 | |
*** mgarza has quit IRC | 01:10 | |
*** baoli has joined #openstack-ironic | 01:11 | |
*** baoli has quit IRC | 01:11 | |
*** hoangcx has quit IRC | 01:16 | |
*** cdearborn has joined #openstack-ironic | 01:18 | |
*** garthb_ has quit IRC | 01:20 | |
jlvillal | jroll: It went from showing 2 nodes available and then 0. And then same failure as before :( | 01:23 |
*** piet has joined #openstack-ironic | 01:23 | |
* jlvillal unhappy | 01:23 | |
jroll | jlvillal: tests must be too parallel then | 01:24 |
jlvillal | jroll: I was watching a OpenStack summit talk. And they mentioned having 4 VMs running. | 01:24 |
jlvillal | For tempest | 01:24 |
jlvillal | jroll: I'll ask mtreinish about it. Thanks. | 01:26 |
openstackgerrit | Mark Silence proposed openstack/ironic: Fix minor typo https://review.openstack.org/272863 | 01:27 |
*** thrash is now known as thrash|g0ne | 01:31 | |
*** Sukhdev has joined #openstack-ironic | 01:32 | |
*** david-lyle has quit IRC | 01:36 | |
*** penick has quit IRC | 01:37 | |
*** Sukhdev has quit IRC | 01:37 | |
*** Sukhdev has joined #openstack-ironic | 01:37 | |
*** Sukhdev has quit IRC | 01:40 | |
*** Sukhdev has joined #openstack-ironic | 01:40 | |
*** piet has quit IRC | 01:41 | |
*** piet has joined #openstack-ironic | 01:41 | |
*** Sukhdev has quit IRC | 01:43 | |
*** Sukhdev has joined #openstack-ironic | 01:44 | |
*** smoriya_ has joined #openstack-ironic | 01:44 | |
*** Sukhdev has quit IRC | 01:47 | |
*** Sukhdev has joined #openstack-ironic | 01:47 | |
*** Sukhdev has quit IRC | 01:50 | |
*** achanda has quit IRC | 01:50 | |
*** Sukhdev has joined #openstack-ironic | 01:50 | |
*** Sukhdev has quit IRC | 01:53 | |
*** Sukhdev has joined #openstack-ironic | 01:53 | |
*** mtanino has quit IRC | 01:54 | |
*** mtanino_ is now known as mtanino | 01:54 | |
*** kan_ has joined #openstack-ironic | 01:58 | |
*** Sukhdev_ has joined #openstack-ironic | 01:58 | |
*** cdearborn has quit IRC | 01:59 | |
*** Sukhdev has quit IRC | 01:59 | |
*** Sukhdev_ has quit IRC | 02:02 | |
*** Sukhdev has joined #openstack-ironic | 02:02 | |
*** Sukhdev has quit IRC | 02:05 | |
*** Sukhdev has joined #openstack-ironic | 02:05 | |
openstackgerrit | Merged openstack/ironic: Fix minor typo https://review.openstack.org/272863 | 02:08 |
*** Sukhdev has quit IRC | 02:08 | |
*** Sukhdev has joined #openstack-ironic | 02:08 | |
*** Sukhdev has quit IRC | 02:10 | |
*** Sukhdev has joined #openstack-ironic | 02:11 | |
*** ijw has quit IRC | 02:11 | |
*** Sukhdev has quit IRC | 02:13 | |
*** Sukhdev has joined #openstack-ironic | 02:14 | |
*** Sukhdev has quit IRC | 02:14 | |
*** dims has joined #openstack-ironic | 02:24 | |
*** daemontool has joined #openstack-ironic | 02:31 | |
*** Guest73_ has quit IRC | 02:31 | |
openstackgerrit | Haomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api https://review.openstack.org/272420 | 02:35 |
*** hoangcx has joined #openstack-ironic | 02:45 | |
*** e0ne has joined #openstack-ironic | 02:48 | |
*** Marga_ has quit IRC | 02:53 | |
*** achanda has joined #openstack-ironic | 02:56 | |
*** rloo has quit IRC | 02:57 | |
openstackgerrit | Haomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api https://review.openstack.org/272420 | 03:03 |
*** spandhe has quit IRC | 03:04 | |
*** piet has quit IRC | 03:04 | |
*** Marga_ has joined #openstack-ironic | 03:09 | |
openstackgerrit | Haomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api https://review.openstack.org/272420 | 03:11 |
*** Marga_ has quit IRC | 03:14 | |
*** yuanying has quit IRC | 03:21 | |
openstackgerrit | Haomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api https://review.openstack.org/272420 | 03:22 |
*** Marga_ has joined #openstack-ironic | 03:23 | |
*** yuanying has joined #openstack-ironic | 03:23 | |
openstackgerrit | Haomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api https://review.openstack.org/272420 | 03:26 |
*** Marga_ has quit IRC | 03:27 | |
*** yuanying has quit IRC | 03:28 | |
*** dims has quit IRC | 03:30 | |
*** yuanying has joined #openstack-ironic | 03:33 | |
*** Marga_ has joined #openstack-ironic | 03:36 | |
*** baoli has joined #openstack-ironic | 03:37 | |
*** yuanying has quit IRC | 03:40 | |
*** yuanying has joined #openstack-ironic | 03:40 | |
*** raddaoui has joined #openstack-ironic | 03:41 | |
*** Marga_ has quit IRC | 03:41 | |
*** baoli has quit IRC | 03:42 | |
*** Nisha has joined #openstack-ironic | 03:49 | |
*** Marga_ has joined #openstack-ironic | 03:52 | |
jlvillal | Haomeng, FYI: https://review.openstack.org/#/c/272709/ got merged about an hour ago. It hopefully is fixing the router error message: Unable to associate floating IP 172.24.5.4 to fixed IP 10.1.0.5 for instance 3291dc49-7dd9-4626-99aa-4b1432db793a. Error: Router f1016a27-0562-484c-9fcf-94b5b1c67391 could not be found | 03:56 |
*** yuanying has quit IRC | 03:56 | |
*** yuanying has joined #openstack-ironic | 03:57 | |
jlvillal | devananda, ^^^ | 03:58 |
*** stendulker has joined #openstack-ironic | 03:58 | |
*** yuanying_ has joined #openstack-ironic | 03:58 | |
*** stendulker_ has joined #openstack-ironic | 04:00 | |
*** baoli has joined #openstack-ironic | 04:01 | |
*** yuanying has quit IRC | 04:01 | |
*** stendulker has quit IRC | 04:03 | |
openstackgerrit | Kan proposed openstack/ironic: Enable removing name when updating node https://review.openstack.org/267327 | 04:12 |
*** baoli has quit IRC | 04:17 | |
*** stendulker has joined #openstack-ironic | 04:23 | |
*** stendulker_ has quit IRC | 04:23 | |
*** david-lyle has joined #openstack-ironic | 04:25 | |
*** david-lyle has quit IRC | 04:25 | |
*** david-lyle has joined #openstack-ironic | 04:25 | |
*** Sukhdev has joined #openstack-ironic | 04:27 | |
*** david-lyle has quit IRC | 04:30 | |
*** raddaoui has quit IRC | 04:30 | |
*** coolsvap|away is now known as coolsvap | 04:31 | |
*** stendulker_ has joined #openstack-ironic | 04:32 | |
*** stendulker has quit IRC | 04:34 | |
*** david-lyle has joined #openstack-ironic | 04:37 | |
Haomeng | jlvillal: got, thanks for your info:) | 04:40 |
*** piet has joined #openstack-ironic | 04:49 | |
*** kalpase has joined #openstack-ironic | 04:56 | |
*** piet has quit IRC | 05:08 | |
*** ChubYann has quit IRC | 05:14 | |
*** krtaylor has quit IRC | 05:15 | |
*** vishwanathj has joined #openstack-ironic | 05:15 | |
*** vishwanathj has quit IRC | 05:16 | |
*** spandhe has joined #openstack-ironic | 05:17 | |
*** aparnav has joined #openstack-ironic | 05:21 | |
*** krtaylor has joined #openstack-ironic | 05:28 | |
*** ChubYann has joined #openstack-ironic | 05:29 | |
*** e0ne has quit IRC | 05:33 | |
*** vishwanathj has joined #openstack-ironic | 05:33 | |
*** vishwanathj has quit IRC | 05:34 | |
*** ChubYann has quit IRC | 05:49 | |
*** lazy_prince has joined #openstack-ironic | 05:51 | |
*** penick has joined #openstack-ironic | 05:52 | |
*** piet has joined #openstack-ironic | 05:52 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/ironic: test:clean up wrong value in method CONF.set_override https://review.openstack.org/243430 | 06:00 |
*** spandhe has quit IRC | 06:05 | |
*** vishwanathj has joined #openstack-ironic | 06:20 | |
*** vishwanathj has quit IRC | 06:21 | |
*** piet has quit IRC | 06:22 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic: Imported Translations from Zanata https://review.openstack.org/268582 | 06:38 |
*** spandhe has joined #openstack-ironic | 06:43 | |
*** spandhe_ has joined #openstack-ironic | 06:46 | |
*** spandhe has quit IRC | 06:48 | |
*** spandhe_ is now known as spandhe | 06:48 | |
*** spandhe has left #openstack-ironic | 06:49 | |
*** spandhe has joined #openstack-ironic | 06:51 | |
*** hoangcx has quit IRC | 07:05 | |
lazy_prince | any idea about how to deploy ironic using devstack now....? | 07:07 |
*** Marga_ has quit IRC | 07:18 | |
*** stendulker has joined #openstack-ironic | 07:20 | |
*** spandhe has quit IRC | 07:21 | |
*** stendulker_ has quit IRC | 07:21 | |
smoriya_ | lazy_prince: http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack | 07:23 |
lazy_prince | smoriya_: thanks for the link.. | 07:24 |
*** ukalifon1 has joined #openstack-ironic | 07:24 | |
smoriya_ | lazy_prince: you're welcome | 07:24 |
lazy_prince | smoriya_: looks like outdated as ironic has been removed from devstack tree... https://review.openstack.org/255898/ | 07:25 |
lazy_prince | if anyone has latest info, that would help... | 07:26 |
*** penick has quit IRC | 07:27 | |
*** ionutbalutoiu has joined #openstack-ironic | 07:27 | |
smoriya_ | lazy_prince: yes, they are now in ironic tree | 07:27 |
*** rcernin has joined #openstack-ironic | 07:27 | |
*** penick has joined #openstack-ironic | 07:28 | |
openstackgerrit | Tan Lin proposed openstack/ironic: Remove DB hook from Ironic API https://review.openstack.org/243497 | 07:29 |
*** chlong_zzz is now known as chlong | 07:31 | |
*** moshele has joined #openstack-ironic | 07:32 | |
*** ionutbalutoiu has quit IRC | 07:33 | |
*** jcoufal has joined #openstack-ironic | 07:37 | |
*** penick has quit IRC | 07:49 | |
*** Sukhdev has quit IRC | 08:00 | |
openstackgerrit | Kan proposed openstack/ironic: Enable removing name when updating node https://review.openstack.org/267327 | 08:03 |
*** ifarkas has joined #openstack-ironic | 08:18 | |
lazy_prince | smoriya_: yup.. so how do I make devstack deploy ironic.. | 08:28 |
Haomeng | lazy_prince: add "enable_plugin ironic git://git.openstack.org/openstack/ironic" into local.conf, then it will call ironic devstack scripts | 08:35 |
Haomeng | lazy_prince: it is covered by the doc which smoriya_ give, so just follow the document to deploy ironic | 08:38 |
lazy_prince | Haomeng: aha.. thanks | 08:38 |
Haomeng | lazy_prince: :) | 08:38 |
*** mkovacik has quit IRC | 08:39 | |
openstackgerrit | Kan proposed openstack/ironic: Use node uuid in NodeLocked exception log https://review.openstack.org/272945 | 08:40 |
*** ndipanov has joined #openstack-ironic | 08:49 | |
*** Nisha has quit IRC | 08:50 | |
*** derekh has joined #openstack-ironic | 08:56 | |
*** lucas-dinner is now known as lucasagomes | 08:58 | |
lucasagomes | morning all | 08:59 |
*** mbound has joined #openstack-ironic | 09:00 | |
Haomeng | lucasagomes: morning Lucas:) | 09:00 |
aarefiev | morning! | 09:06 |
*** achanda has quit IRC | 09:14 | |
*** mkovacik has joined #openstack-ironic | 09:16 | |
*** Marga_ has joined #openstack-ironic | 09:19 | |
*** Marga_ has quit IRC | 09:23 | |
*** deray has joined #openstack-ironic | 09:26 | |
*** ionutbalutoiu has joined #openstack-ironic | 09:31 | |
*** mgoddard has joined #openstack-ironic | 09:38 | |
*** yolanda has quit IRC | 09:39 | |
*** moshele has quit IRC | 09:40 | |
*** moshele has joined #openstack-ironic | 09:41 | |
*** amotoki has joined #openstack-ironic | 09:41 | |
*** yolanda has joined #openstack-ironic | 09:41 | |
*** jistr has joined #openstack-ironic | 09:43 | |
*** baoli has joined #openstack-ironic | 09:51 | |
*** sturivnyi has quit IRC | 09:53 | |
*** alex_xu has quit IRC | 09:56 | |
*** baoli has quit IRC | 09:57 | |
*** alex_xu has joined #openstack-ironic | 09:58 | |
*** piet has joined #openstack-ironic | 10:06 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Added node tags in ironic-api https://review.openstack.org/250478 | 10:07 |
*** sambetts has joined #openstack-ironic | 10:12 | |
openstackgerrit | chenglch proposed openstack/ironic: Check whether terminal command is available if console enabled https://review.openstack.org/235159 | 10:22 |
*** mgould has joined #openstack-ironic | 10:23 | |
*** piet has quit IRC | 10:25 | |
*** killer_prince has joined #openstack-ironic | 10:26 | |
mgould | morning Ironic! | 10:27 |
lucasagomes | mgould, morning | 10:28 |
*** lazy_prince has quit IRC | 10:29 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/ironic: test:clean up wrong value in method CONF.set_override https://review.openstack.org/243430 | 10:36 |
*** dtantsur|afk is now known as dtantsur | 10:37 | |
dtantsur | Morning Ironic | 10:37 |
*** electrofelix has joined #openstack-ironic | 10:38 | |
*** deray has quit IRC | 10:38 | |
*** killer_prince has quit IRC | 10:40 | |
*** lazy_prince has joined #openstack-ironic | 10:41 | |
*** AJaeger has joined #openstack-ironic | 10:41 | |
openstackgerrit | Tan Lin proposed openstack/ironic: Refactor install-guide to configure API/Conductor seperately https://review.openstack.org/261443 | 10:42 |
AJaeger | ironic team, could you do a translation import of https://review.openstack.org/#/c/268582/ and https://review.openstack.org/#/c/268583/ , please? Both pass the testsuite | 10:42 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Enable doc8 style checker for *.rst files https://review.openstack.org/272988 | 10:42 |
*** MattMan has quit IRC | 10:47 | |
*** MattMan has joined #openstack-ironic | 10:47 | |
lucasagomes | AJaeger, on it | 10:47 |
openstackgerrit | Tan Lin proposed openstack/ironic: Refactor install-guide to configure API/Conductor seperately https://review.openstack.org/261443 | 10:49 |
*** stendulker_ has joined #openstack-ironic | 10:50 | |
*** stendulker has quit IRC | 10:53 | |
AJaeger | thanks, lucasagomes | 10:55 |
*** stendulker_ has quit IRC | 10:56 | |
openstackgerrit | Merged openstack/ironic: Imported Translations from Zanata https://review.openstack.org/268582 | 10:57 |
*** alexpilotti has joined #openstack-ironic | 11:02 | |
*** Nisha has joined #openstack-ironic | 11:05 | |
*** baoli has joined #openstack-ironic | 11:07 | |
vdrok | morning mgould lucasagomes and dtantsur | 11:09 |
dtantsur | morning vdrok | 11:09 |
*** deray has joined #openstack-ironic | 11:10 | |
lucasagomes | vdrok, g'morning | 11:11 |
mgould | vdrok, morning! | 11:11 |
*** baoli has quit IRC | 11:12 | |
*** deray has quit IRC | 11:15 | |
*** trown|outttypeww is now known as trown | 11:19 | |
vdrok | nice, looking at the n-cpu log with the keystone failure there is an exception, in ir-api log is the following: | 11:19 |
vdrok | 2016-01-27 08:34:21.572 30788 DEBUG keystoneauth.identity.v2 [-] Making authentication request to http://127.0.0.1:35357/v2.0/tokens get_auth_ref /usr/local/lib/python2.7/dist-packages/keystoneauth1/identity/v2.py:62 | 11:19 |
vdrok | 2016-01-27 08:34:21.641 30788 DEBUG keystoneauth.session [-] REQ: curl -g -i --cacert "/opt/stack/data/ca-bundle.pem" -X GET http://127.0.0.1:35357/v3/auth/tokens -H "X-Subject-Token: {SHA1}6f4792750ecc5c46afececfa19849e2df8c71113" -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f279ba41bea3ff4737634c791e70d6dbc1ba4758" _http_log_request /usr/local/lib/python2.7/dist-packages/ke | 11:19 |
vdrok | ystoneauth1/session.py:225 | 11:19 |
dtantsur | wow | 11:20 |
vdrok | so v2.0/tokens is logged but request goes to v3 | 11:20 |
dtantsur | ok, now inspector gate is broken with something else.. wtf??? | 11:20 |
*** lucascess has joined #openstack-ironic | 11:21 | |
*** e0ne has joined #openstack-ironic | 11:22 | |
*** gcb has joined #openstack-ironic | 11:24 | |
*** mgoddard has quit IRC | 11:29 | |
*** bkumar has joined #openstack-ironic | 11:33 | |
*** itamarl has joined #openstack-ironic | 11:33 | |
*** bkumar has quit IRC | 11:35 | |
*** bkumar has joined #openstack-ironic | 11:35 | |
*** trown is now known as trown|outttypeww | 11:41 | |
*** itamarl has quit IRC | 11:42 | |
*** itamarl has joined #openstack-ironic | 11:42 | |
*** pcaruana has joined #openstack-ironic | 11:44 | |
*** maurosr has quit IRC | 11:48 | |
*** baoli has joined #openstack-ironic | 11:51 | |
*** dprince has joined #openstack-ironic | 11:52 | |
*** maurosr has joined #openstack-ironic | 11:54 | |
*** baoli has quit IRC | 11:57 | |
*** pas-ha has joined #openstack-ironic | 11:59 | |
*** sinval has joined #openstack-ironic | 12:04 | |
sinval | morning y'all | 12:04 |
mgould | morning sinval | 12:06 |
*** mgoddard has joined #openstack-ironic | 12:06 | |
*** bkumar has quit IRC | 12:06 | |
lucasagomes | sinval, hello there | 12:09 |
sambetts | Morning all o/ | 12:09 |
sinval | morning sambetts | 12:09 |
sambetts | o/ sinval | 12:09 |
sinval | hey lucasagomes, are you still here in Brazil? | 12:10 |
lucasagomes | sinval, I am not, I'm back in Ireland | 12:10 |
lucasagomes | but I made sure I brought enough brazilian treats with me :-) | 12:11 |
*** mgoddard has quit IRC | 12:12 | |
*** mgould has quit IRC | 12:14 | |
*** daemontool has quit IRC | 12:19 | |
sinval | lucasagomes, haha smart boy | 12:20 |
lucasagomes | sinval, I was a bit afraid at the airport because I was carrying some tapioca with me. It's a white flour, glad nobody confused it with something else... | 12:22 |
*** dims has joined #openstack-ironic | 12:23 | |
sinval | lucasagomes, man you're crazy, a friend of mine did the same thing once in Germany I guess, and she got in trouble | 12:25 |
TheJulia | good morning | 12:25 |
sinval | morning TheJulia | 12:25 |
lucasagomes | sinval, heh it's alright, I mean it's cassava flour | 12:26 |
sinval | lucasagomes, I see | 12:26 |
lucasagomes | and we are allowed bringing industrialized food in ireland... so no big deal | 12:26 |
*** thrash|g0ne is now known as thrash | 12:28 | |
*** mgould has joined #openstack-ironic | 12:29 | |
dtantsur | morning sambetts, sinval, TheJulia | 12:32 |
sambetts | o/ dtantsur | 12:32 |
dtantsur | looks like the current IPA has introspection broken >_< | 12:33 |
sinval | morning dtantsur | 12:33 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Correct 'hide_fields_in_newer_versions' method name https://review.openstack.org/273017 | 12:33 |
*** kalpase has left #openstack-ironic | 12:36 | |
*** pcaruana has quit IRC | 12:37 | |
TheJulia | good morning | 12:37 |
TheJulia | dtantsur: the canned ipa image that is on tarballs.o.o is bad | 12:38 |
dtantsur | oh my... any work arounds? this breaks all gates (which are not already broken) | 12:38 |
TheJulia | yeah, got a patch up | 12:38 |
TheJulia | https://review.openstack.org/#/c/272765/ | 12:38 |
dtantsur | \o/ | 12:38 |
*** Marga_ has joined #openstack-ironic | 12:38 | |
TheJulia | dug into far enough to figure it out, sadly... I've not looked at why those two jobs failed | 12:39 |
TheJulia | and my brain needs to go get in the car and head over to NetApp for the cinder midcycle in a few minutes | 12:39 |
vdrok | morning sinval and TheJulia | 12:39 |
sinval | morning vdrok | 12:39 |
*** daemontool has joined #openstack-ironic | 12:39 | |
*** thrash has quit IRC | 12:40 | |
TheJulia | bbl, ~1.25-1.5 hours | 12:40 |
*** baoli has joined #openstack-ironic | 12:42 | |
*** mgoddard has joined #openstack-ironic | 12:42 | |
*** e0ne has quit IRC | 12:42 | |
*** thiagop has joined #openstack-ironic | 12:45 | |
thiagop | Good morning Ironicers | 12:46 |
mgould | morning thiagop! | 12:47 |
*** thrash has joined #openstack-ironic | 12:49 | |
*** thrash has quit IRC | 12:49 | |
*** thrash has joined #openstack-ironic | 12:49 | |
*** e0ne has joined #openstack-ironic | 12:52 | |
*** aparnav has quit IRC | 12:54 | |
*** trown|outttypeww is now known as trown | 12:59 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Added node tags in ironic-api https://review.openstack.org/250478 | 13:00 |
*** smoriya_ has quit IRC | 13:07 | |
*** david-lyle has quit IRC | 13:08 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector: Set timeout in gate to 10 minutes https://review.openstack.org/273027 | 13:09 |
*** coolsvap is now known as coolsvap|away | 13:11 | |
*** Marga_ has quit IRC | 13:11 | |
*** Marga_ has joined #openstack-ironic | 13:12 | |
*** chlong has quit IRC | 13:15 | |
*** afaranha has joined #openstack-ironic | 13:17 | |
*** e0ne has quit IRC | 13:21 | |
*** chlong has joined #openstack-ironic | 13:28 | |
*** sirushti has joined #openstack-ironic | 13:30 | |
*** dnikisho1 has quit IRC | 13:31 | |
afaranha | Regarding the ironic-neutron integration, did have trouble with the flag -Qunused-arguments when running tox? | 13:35 |
*** raildo-afk is now known as raildo | 13:36 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Fix doc8's "duplicated target names" (D000) error https://review.openstack.org/273044 | 13:41 |
*** sirushti has joined #openstack-ironic | 13:42 | |
*** krtaylor has quit IRC | 13:44 | |
*** sirushti has quit IRC | 13:45 | |
*** sirushti has joined #openstack-ironic | 13:48 | |
*** absubram has quit IRC | 13:51 | |
* lucasagomes meeting's finished, going to grab a quick lunch | 13:54 | |
*** lucasagomes is now known as lucas-hungry | 13:54 | |
afaranha | lazy_prince vdrok Hey, I saw that you are working with the ironic-neutron integration, I'm trying to get it to work using this code: https://github.com/rackerlabs/ironic-neutron-plugin , could you help? I'm having some issues follwing the redme | 13:54 |
*** priteau has joined #openstack-ironic | 13:54 | |
vdrok | afaranha, hi, i didn't try that plugin, what I was testing with was https://review.openstack.org/#/c/258596/ | 13:55 |
priteau | Hello. We are setting up Liberty with Ironic using IPA. We're having trouble getting IPA to correctly download the image from Swift's tempurl and it is hard to debug. Is there a way to build an IPA ramdisk that would display IPA logs on the console? | 13:55 |
*** mehip has joined #openstack-ironic | 13:57 | |
afaranha | vdrok: Thanks, I'll test this | 13:57 |
*** mehip is now known as chaustin_ | 13:58 | |
*** chaustin_ has quit IRC | 13:58 | |
*** chaustin_ has joined #openstack-ironic | 14:00 | |
*** daemontool has quit IRC | 14:00 | |
*** chaustin has joined #openstack-ironic | 14:00 | |
TheJulia | priteau: there are flags that you can add to the pxe template command line so it will dump logs to the console | 14:01 |
*** Nisha has quit IRC | 14:02 | |
TheJulia | https://github.com/openstack/bifrost/blob/master/troubleshooting.rst#obtaining-ipa-logs-via-the-console | 14:02 |
priteau | TheJulia: you're a life saver! | 14:05 |
*** chaustin has quit IRC | 14:08 | |
*** chaustin has joined #openstack-ironic | 14:08 | |
*** alexpilotti has quit IRC | 14:08 | |
*** rloo has joined #openstack-ironic | 14:08 | |
TheJulia | priteau: no problem :) | 14:10 |
*** rbudden has joined #openstack-ironic | 14:12 | |
*** rajinir has joined #openstack-ironic | 14:14 | |
dtantsur | jroll, lucas-hungry, devananda, lemme know what you think about https://review.openstack.org/#/c/273059/ | 14:15 |
dtantsur | if you like it, please baby-sit, as I'll be mostly offline till Tue | 14:15 |
*** alexpilotti has joined #openstack-ironic | 14:16 | |
*** david-lyle has joined #openstack-ironic | 14:17 | |
*** piet has joined #openstack-ironic | 14:18 | |
*** mjturek1 has joined #openstack-ironic | 14:18 | |
*** piet has quit IRC | 14:19 | |
*** piet has joined #openstack-ironic | 14:19 | |
devananda | morning, all | 14:20 |
devananda | dtantsur: lookin | 14:20 |
dtantsur | morning devananda | 14:20 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements https://review.openstack.org/271628 | 14:20 |
*** _degorenko|afk is now known as degorenko | 14:20 | |
rloo | hi and morning dtantsur, devananda, TheJulia, and everyone else | 14:20 |
*** dims has quit IRC | 14:21 | |
dtantsur | morning rloo | 14:21 |
devananda | dtantsur: thanks for digging into that! I'll keep an eye on the patch | 14:22 |
sinval | morning rloo, devananda | 14:22 |
*** chaustin has quit IRC | 14:23 | |
rloo | hi sinval | 14:23 |
*** chaustin has joined #openstack-ironic | 14:23 | |
*** kan_ has quit IRC | 14:25 | |
*** chaustin_ has joined #openstack-ironic | 14:27 | |
TheJulia | good morning rloo, devananda | 14:29 |
openstackgerrit | Merged openstack/ironic-python-agent: Disable xattrs in IPA extraction https://review.openstack.org/272765 | 14:30 |
dtantsur | mmm, gate feels a bit better? | 14:30 |
*** chaustin has quit IRC | 14:31 | |
rloo | dtantsur: wrt 273059, self._refresh_cache() is also called in get_available_resource(). Is that called later so we don't have to worry about startup there? | 14:31 |
dtantsur | rloo, I think so, though I'm not a nova guru | 14:31 |
*** daemontool has joined #openstack-ironic | 14:31 | |
*** Nisha has joined #openstack-ironic | 14:32 | |
dtantsur | that's why I explicitly asked deva to take a look :) | 14:32 |
rloo | dtantsur: constud's comment is that it is called right after get_available_nodes(). | 14:32 |
rloo | dtantsur: ok, i'm no nova guru too :) | 14:32 |
*** dims has joined #openstack-ironic | 14:36 | |
TheJulia | dtantsur: hopefully. CoreOS image build is now in the queue, although the queue is almost 2 hours long now | 14:39 |
dtantsur | yeah.. | 14:39 |
* TheJulia wonders if there is a flag that zuul passes into the environment that could allow for the tested IPA image to be posted instead of just a post-build job | 14:40 | |
*** cdearborn has joined #openstack-ironic | 14:41 | |
vdrok | morning devananda and rloo | 14:42 |
rloo | hi vdrok | 14:42 |
devananda | dtantsur: how did you figure out keystone is going away during that particular call? I don't see it in the traces | 14:43 |
*** david-lyle has quit IRC | 14:44 | |
*** chaustin_ has quit IRC | 14:44 | |
dtantsur | devananda, just a guess. I can hardly believe that nothing called keystone for 5 minutes here: http://logs.openstack.org/65/272765/2/check/gate-tempest-dsvm-ironic-agent_ssh-src/a8a87f1/logs/apache/keystone.txt.gz#_2016-01-26_23_31_35_891503 | 14:45 |
dtantsur | note one record is 23:31, the next is 23L36 | 14:45 |
dtantsur | 23:36 | 14:45 |
dtantsur | I see successful v2.0 request soon after: http://logs.openstack.org/65/272765/2/check/gate-tempest-dsvm-ironic-agent_ssh-src/a8a87f1/logs/apache/keystone.txt.gz#_2016-01-26_23_36_25_567946 | 14:45 |
*** chaustin has joined #openstack-ironic | 14:45 | |
vdrok | devananda, I saw that here http://logs.openstack.org/24/209824/17/check/gate-tempest-dsvm-ironic-pxe_ipa-ipxe/41e3c87/logs/screen-n-cpu.txt.gz#_2016-01-18_11_10_15_147 and http://logs.openstack.org/24/209824/17/check/gate-tempest-dsvm-ironic-pxe_ipa-ipxe/41e3c87/logs/devstacklog.txt.gz#_2016-01-18_11_10_12_782 | 14:45 |
vdrok | time in n-cpu corresponds to apache restart | 14:46 |
*** chaustin has left #openstack-ironic | 14:46 | |
devananda | vdrok: ah, thx | 14:46 |
*** chaustin has joined #openstack-ironic | 14:47 | |
*** david-lyle has joined #openstack-ironic | 14:48 | |
*** chaustin has quit IRC | 14:50 | |
*** e0ne has joined #openstack-ironic | 14:53 | |
*** chaustin has joined #openstack-ironic | 14:53 | |
*** david-lyle has quit IRC | 14:53 | |
*** piet has quit IRC | 14:55 | |
*** piet has joined #openstack-ironic | 14:56 | |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add priority to manual clean step example https://review.openstack.org/272111 | 14:56 |
*** e0ne has quit IRC | 14:59 | |
*** lucas-hungry is now known as lucasagomes | 15:02 | |
mgoddard | hi ironic folks, do any of you know why devstack doesnt set the nova scheduler_use_baremetal_filters flag? | 15:03 |
mgoddard | (when using Ironic) | 15:03 |
devananda | mgoddard: I would think it should ... | 15:04 |
*** e0ne has joined #openstack-ironic | 15:05 | |
mgoddard | so would I! | 15:05 |
lucasagomes | mgoddard, I'm not sure why it does not set it, IMHO it should | 15:05 |
lucasagomes | we are using the ironichostmaneger in nova right? | 15:05 |
lucasagomes | IronicHostManager* | 15:05 |
mgoddard | correct | 15:05 |
devananda | mgoddard: though - I could see it no tdoing that, since devstack by default is testing ironic with VMs (mocking bare metal) | 15:05 |
mgoddard | right, but nova should not be aware of that | 15:06 |
devananda | I *think* those should work with the bare metal filters -- but maybe there's a reason it doesn't? | 15:06 |
lucasagomes | mgoddard, maybe we just forgot to set it, it would be good to do so we can exercise those filters (ExactRam CPU etc...) | 15:06 |
devananda | ++ | 15:06 |
mgoddard | indeed | 15:06 |
mgoddard | I'm currently at the Nova mid-cycle, testing an improvement I have for https://bugs.launchpad.net/nova/+bug/1341420 | 15:07 |
openstack | Launchpad bug 1341420 in OpenStack Compute (nova) "gap between scheduler selection and claim causes spurious failures when the instance is the last one to fit" [Wishlist,In progress] - Assigned to Yingxin (cyx1231st) | 15:07 |
mgoddard | lucasgomes, you previously put in a change to improve behaviour here, but I think the code should never have gotten to that point | 15:08 |
mgoddard | the issue is that the exact* filters don't set the limit on the HostState objects, so they are not enforced in the compute claim | 15:09 |
mgoddard | the claim in compute *should* never let multiple instances be assigned to a single ironic node if the limits are enforced | 15:10 |
*** piet has quit IRC | 15:13 | |
*** Nisha_away has joined #openstack-ironic | 15:13 | |
*** Nisha has quit IRC | 15:13 | |
*** bkumar has joined #openstack-ironic | 15:17 | |
*** bkumar has quit IRC | 15:20 | |
*** piet has joined #openstack-ironic | 15:24 | |
*** chaustin has quit IRC | 15:29 | |
*** vishwanathj has joined #openstack-ironic | 15:32 | |
*** alexpilotti has quit IRC | 15:32 | |
*** mtanino_ has joined #openstack-ironic | 15:32 | |
*** krtaylor has joined #openstack-ironic | 15:36 | |
*** dprince has quit IRC | 15:37 | |
*** alexpilotti has joined #openstack-ironic | 15:37 | |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Add vendor interface for Intel NM policies https://review.openstack.org/264183 | 15:37 |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Add "agent_ipmitool_nm" driver https://review.openstack.org/264184 | 15:37 |
jroll | dtantsur: the only thing I'm wondering about on that patch is a restart of n-cpu, where that call throws an exception | 15:39 |
*** alexpilotti has quit IRC | 15:39 | |
jroll | in which case, the existing compute_nodes rows in the db will be deleted | 15:39 |
jroll | presumably orphaning instances | 15:39 |
*** alexpilotti has joined #openstack-ironic | 15:39 | |
jroll | and causing general badness | 15:39 |
*** Nisha_away has quit IRC | 15:40 | |
dtantsur | jroll, hmmm..... | 15:40 |
dtantsur | jroll, the alternative is to change nova to NOT fail when initial nodes update fails, but that requires guidance from the nova team (and I failed to get it today) | 15:41 |
jroll | dtantsur: it's easy to test, I could play with it | 15:41 |
jroll | heh yeah | 15:41 |
dtantsur | jroll, yeah, please test | 15:41 |
jroll | k, still waking up but will try | 15:42 |
*** Sukhdev has joined #openstack-ironic | 15:43 | |
openstackgerrit | vinay kumar muddu proposed openstack/proliantutils: Read NIC info from ILO takes long time due to looping through all FRU IDs https://review.openstack.org/273118 | 15:44 |
AJaeger | jroll: good morning, after waking up fully, could you import translations for liberty, please? https://review.openstack.org/#/c/268583/ Thanks! | 15:44 |
jroll | dtantsur: I also wonder if we could fix devstack to gracefully restart apache | 15:44 |
jroll | AJaeger: will do | 15:45 |
*** chaustin has joined #openstack-ironic | 15:45 | |
dtantsur | jroll, I still find it dangerous that one lucky network glitch can fail the whole compute process | 15:45 |
dtantsur | but I agree that orphaning nodes is not an option | 15:46 |
jroll | sure, but in a normal environment you'd just start it up again | 15:46 |
jroll | if it was at any time I'd be much more concerned, but it's only on startup | 15:46 |
AJaeger | thanks, jroll | 15:46 |
jroll | AJaeger: done | 15:48 |
AJaeger | thanks | 15:49 |
*** AJaeger has left #openstack-ironic | 15:49 | |
*** tingle has joined #openstack-ironic | 15:49 | |
tingle | When you can't figure everything out do everything else and then you can | 15:50 |
openstackgerrit | Devananda van der Veen proposed openstack/ironic: [WIP] Hide portgroups from older API clients https://review.openstack.org/273119 | 15:52 |
Sukhdev | devananda : Are you here? | 15:53 |
devananda | Sukhdev: hi | 15:53 |
Sukhdev | devananda : have you been testing with the latest patches? | 15:54 |
*** chaustin has quit IRC | 15:54 | |
devananda | Sukhdev: just confirmed one of my concerns with the API changes | 15:55 |
devananda | see the patch I posted right there ^ | 15:55 |
*** chaustin has joined #openstack-ironic | 15:55 | |
Sukhdev | devananda : ACK will do | 15:55 |
rloo | devananda: I had commented in the API patch about ^^. | 15:56 |
rloo | devananda: guess I ought to review it then... | 15:57 |
*** afaranha_ has joined #openstack-ironic | 15:57 | |
*** afaranha has quit IRC | 15:58 | |
dtantsur | jroll, funny thought: what if we just restart nova compute before doing the hypervisor stats check? | 15:59 |
dtantsur | things should settle by that time | 15:59 |
jroll | dtantsur: not the worst idea | 15:59 |
jroll | waiting for devstack btw, then I will test this | 15:59 |
dtantsur | jroll, at least if it works, we can fix it NOW, not when nova folks come to this patch and agree to it.. | 16:00 |
dtantsur | (especially since you're right, and this patch is probably bad) | 16:00 |
*** itamarl has quit IRC | 16:01 | |
jroll | dtantsur: true, feel free to push that up and we can see how it does | 16:01 |
dtantsur | yeah, I'll take a look how to do it in devstack, maybe turn out not so easy | 16:01 |
jroll | yeah, fair point | 16:02 |
jroll | there should be a function for start/stop a service though | 16:02 |
* dtantsur is digging into devstack | 16:02 | |
*** mgarza_ has joined #openstack-ironic | 16:03 | |
*** chaustin has quit IRC | 16:05 | |
*** chaustin has joined #openstack-ironic | 16:08 | |
*** tingle is now known as tac1o | 16:08 | |
*** rcernin has quit IRC | 16:09 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic: [devstack] Restart nova compute before checking hypervisor stats https://review.openstack.org/273129 | 16:12 |
dtantsur | jroll, let's see if it works ^^ | 16:12 |
dtantsur | devananda, naive attempt to fix it ^^ | 16:13 |
*** rpioso has joined #openstack-ironic | 16:13 | |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Add vendor interface for Intel NM policies https://review.openstack.org/264183 | 16:14 |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Add "agent_ipmitool_nm" driver https://review.openstack.org/264184 | 16:14 |
*** david-lyle has joined #openstack-ironic | 16:14 | |
Sukhdev | devananda : Quick question for you - if you are still around | 16:15 |
rloo | dtantsur: wrt the nova/keystone/ironic dance. do we know why keystone restarts? | 16:16 |
dtantsur | no clues | 16:17 |
jroll | dtantsur: cool, thanks | 16:18 |
dtantsur | folks, jroll, I'm leaving for FOSDEM tomorrow, back on Monday evening. please take care of these 2 patches as you find appropriate | 16:19 |
jroll | dtantsur: cool, thanks dude. have fun :) | 16:19 |
dtantsur | thnx ;) | 16:20 |
rloo | enjoy dtantsur! | 16:20 |
*** ionutbalutoiu has quit IRC | 16:20 | |
*** mbound has quit IRC | 16:21 | |
*** ionutbalutoiu has joined #openstack-ironic | 16:21 | |
NobodyCam | morning Ironicers, Hope you'all are feel better then I am this week :) | 16:23 |
*** JasonF has joined #openstack-ironic | 16:24 | |
*** JasonF has joined #openstack-ironic | 16:24 | |
mgould | morning NobodyCam! I hope you feel better soon | 16:24 |
*** NobodyCa1 has joined #openstack-ironic | 16:24 | |
dtantsur | morning NobodyCam, I'm afraid not much better.. | 16:24 |
dtantsur | get better! | 16:24 |
*** NobodyCam has quit IRC | 16:25 | |
*** JayF has quit IRC | 16:25 | |
jroll | dtantsur: good news, the instance isn't nuked | 16:25 |
NobodyCa1 | dtantsur: you too | 16:25 |
jroll | hypervisor-stats shows down, waiting for RT to run again to bring them back | 16:25 |
* mgould sends get-better-soon wishes to dtantsur, and requests not to be infected this weekend :-) | 16:26 | |
*** NobodyCa1 is now known as NobodyCam | 16:27 | |
dtantsur | that's not flu, no worried.. just feel very tired and under weather | 16:27 |
dtantsur | :) | 16:27 |
*** pas-ha has quit IRC | 16:27 | |
NobodyCam | question. thoughts on me tossing up a patch to add some basic support for including a patch here: https://github.com/openstack/ironic/blob/master/devstack/lib/ironic#L782 | 16:30 |
mgould | is the python-ironicclient gate currently broken until https://review.openstack.org/#/c/272564 is merged? | 16:31 |
jroll | mgould: that was fixed in a different patch | 16:31 |
mgould | jroll, thanks | 16:32 |
jroll | NobodyCam: if you already have ironic-python-agent checked out, it will use that afaik | 16:32 |
* mgould needs a better way of keeping track of all his open review tabs | 16:32 | |
mgould | jroll, do you remember which patch fixed it so I can update elastic-recheck? | 16:34 |
jroll | mgould: it's in a comment there :) | 16:35 |
mgould | d'oh | 16:35 |
* mgould looks again | 16:35 | |
mgould | got it, thanks | 16:36 |
mgould | oh, right, it's not showing up under "open reviews" because it's been closed successfully | 16:38 |
*** david-lyle has quit IRC | 16:38 | |
* mgould makes a note to look at the bug status before the reviews next time | 16:38 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Enable doc8 style checker for *.rst files https://review.openstack.org/272988 | 16:39 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Fix doc8's "duplicated target names" (D000) error https://review.openstack.org/273044 | 16:39 |
*** david-lyle has joined #openstack-ironic | 16:40 | |
*** chaustin has quit IRC | 16:41 | |
*** spandhe has joined #openstack-ironic | 16:42 | |
*** bnemec has quit IRC | 16:42 | |
*** ionutbalutoiu has quit IRC | 16:44 | |
*** ionutbalutoiu has joined #openstack-ironic | 16:46 | |
*** chaustin has joined #openstack-ironic | 16:48 | |
*** bnemec has joined #openstack-ironic | 16:49 | |
jroll | dtantsur: blah, resource tracker doesn't end up picking back up | 16:52 |
jroll | had to restart | 16:52 |
dtantsur | :( | 16:52 |
jlvillal | mtreinish: Question about tempest. In our Ironic jobs we only have one bare-metal VM. So we are seeing host not available errors in the Grenade job. I tried adding a second bare-metal VM and still ended up with host not available errors. So I was wondering how many hosts does Tempest expect to have to do testing. | 16:54 |
jlvillal | mtreinish: I had saw a YouTube video starring you and I thought there was mention of 4 VMs. I don't think we have enough memory to run 4 1GB bare-metal VMs though. | 16:54 |
*** priteau has quit IRC | 16:54 | |
jlvillal | s/saw a YouTube/saw you in a YouTube/ | 16:55 |
* jlvillal thinks never mind even though the sentence is still messed up... | 16:55 | |
mtreinish | jlvillal: do you mean guests that tempest is trying to boot at once? or like the number of nova computes? | 16:55 |
jlvillal | mtreinish: I think guests. As I don't think we have nova computes... | 16:56 |
mgould | should I abandon https://review.openstack.org/#/c/263831 in favour of https://review.openstack.org/#/c/272206 ? | 16:56 |
jlvillal | mtreinish: If by nova computes you mean servers which are running VMs. As this is bare-metal testing. | 16:57 |
mgould | 272206 is meant to be a hacky version that can be merged without waiting for lots of dependencies | 16:57 |
mgould | sorry, other way round | 16:57 |
mgould | 272206 is the less hacky one, but it's still pretty hacky | 16:57 |
*** ntpttr has joined #openstack-ironic | 16:57 | |
mtreinish | jlvillal: so tempest runs in parallel with 4 workers in the gate and I think the most servers a test launches at once is like 3 | 16:58 |
*** trown is now known as trown|lunch | 16:58 | |
mtreinish | I would say assume between 4-12 servers are being booted at any given time (although probably closer to like 4) | 16:58 |
jlvillal | mtreinish: So we normally only have one server running. Is there a setting to say, don't launch more than 1 server? | 16:59 |
jlvillal | By server I mean an Ironic bare-metal VM. | 16:59 |
*** jistr has quit IRC | 16:59 | |
mtreinish | jlvillal: well you can run serially that will limit the number of tests running api requests at once | 16:59 |
jlvillal | mtreinish: Okay. Let me look into that. I have to go chair a meeting now... | 17:00 |
mtreinish | then as long as the tests you run dont start too many guests serially you should be ok | 17:00 |
jroll | jlvillal: TEMPEST_CONCURRENCY I think is what you want, and I'd try 3 vms | 17:01 |
*** dprince has joined #openstack-ironic | 17:01 | |
*** ionutbalutoiu has quit IRC | 17:01 | |
dtantsur | going now, see you on Monday and have a great weekend | 17:06 |
rloo | bye dtantsur, hope you feel better soon! | 17:09 |
mgould | bye dtantsur! | 17:10 |
*** vishwanathj has quit IRC | 17:11 | |
vdrok | night dtantsur ! | 17:12 |
*** aarefiev has quit IRC | 17:13 | |
*** chaustin has quit IRC | 17:13 | |
*** dtantsur is now known as dtantsur|afk | 17:13 | |
*** ndipanov has quit IRC | 17:15 | |
*** chaustin has joined #openstack-ironic | 17:16 | |
rloo | mgould: those are both tripleoclient patches. I have no comment on them. | 17:16 |
*** aarefiev has joined #openstack-ironic | 17:17 | |
*** mgoddard has quit IRC | 17:17 | |
mgould | rloo, thanks | 17:17 |
mgould | I'll ask in #tripleo | 17:18 |
rloo | mgould: :) | 17:18 |
*** mkovacik has quit IRC | 17:18 | |
*** ionutbalutoiu has joined #openstack-ironic | 17:20 | |
*** chaustin has quit IRC | 17:23 | |
*** lazy_prince has quit IRC | 17:27 | |
*** gmmaha has quit IRC | 17:28 | |
*** tac1o has quit IRC | 17:29 | |
jlvillal | Has anyone played around with Mikrotik routers? I'm thinking about getting one for my house to use and play around with. I think they are designed in Latvia. They are quite inexpensive | 17:33 |
jlvillal | $179 for a 24 port L3 switch is kind of shocking to me. | 17:33 |
jlvillal | L3 switch and router, that is. | 17:36 |
*** chaustin has joined #openstack-ironic | 17:39 | |
*** krtaylor has quit IRC | 17:41 | |
*** mbound has joined #openstack-ironic | 17:43 | |
vdrok | and to make things even worse, post pipeline seems to be stuck :( | 17:43 |
*** mbound has quit IRC | 17:44 | |
lucasagomes | :-/ | 17:45 |
*** linuxaddicts is now known as linuxgeek | 17:49 | |
*** degorenko is now known as _degorenko|afk | 17:50 | |
*** chaustin has quit IRC | 17:50 | |
*** chaustin has joined #openstack-ironic | 17:50 | |
*** gmmaha has joined #openstack-ironic | 17:51 | |
*** derekh has quit IRC | 17:52 | |
*** krtaylor has joined #openstack-ironic | 17:53 | |
*** mbound has joined #openstack-ironic | 17:54 | |
*** ijw has joined #openstack-ironic | 17:54 | |
*** jcoufal has quit IRC | 17:54 | |
*** garthb has joined #openstack-ironic | 17:55 | |
*** dims has quit IRC | 17:58 | |
*** chaustin has quit IRC | 17:58 | |
*** Sukhdev has quit IRC | 17:59 | |
*** achanda has joined #openstack-ironic | 17:59 | |
*** rcernin has joined #openstack-ironic | 18:00 | |
*** chaustin has joined #openstack-ironic | 18:00 | |
lucasagomes | folks calling it a day, have a great evening everyone | 18:02 |
mgould | good night lucasagomes! | 18:03 |
openstackgerrit | Stephanie Miller proposed openstack/bifrost: Better $SCRIPT_HOME https://review.openstack.org/273176 | 18:03 |
thiagop | g'night lucasagomes | 18:04 |
lucasagomes | see y'all :-) | 18:04 |
*** lucasagomes is now known as lucas-dinner | 18:04 | |
NobodyCam | night lucas-dinner | 18:05 |
NobodyCam | night mgould | 18:06 |
*** sambetts has quit IRC | 18:06 | |
*** moshele has quit IRC | 18:06 | |
mgould | Night NobodyCam! | 18:06 |
vdrok | good night everyone! | 18:09 |
NobodyCam | night vdrok :) | 18:09 |
thiagop | night vdrok | 18:09 |
mgould | night vdrok | 18:13 |
jlvillal | Good night lucas-dinner dtantsur|afk vdrok and anyone else who left... | 18:13 |
*** fellypefca has joined #openstack-ironic | 18:14 | |
*** raddaoui has joined #openstack-ironic | 18:16 | |
fellypefca | Does anyone knows the behavior of the network during boot of ironic/neutron integration? How does the network flip? I already read this link ( https://etherpad.openstack.org/p/YVR-neutron-ironic ) and the sepc | 18:16 |
*** jcoufal has joined #openstack-ironic | 18:18 | |
*** mbound has quit IRC | 18:18 | |
jroll | fellypefca: http://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/network-provider.html and http://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/ironic-ml2-integration.html | 18:21 |
jroll | may be enlightening | 18:21 |
jroll | mostly the first | 18:21 |
*** athomas has quit IRC | 18:22 | |
*** athomas has joined #openstack-ironic | 18:22 | |
*** mgoddard has joined #openstack-ironic | 18:22 | |
*** chaustin has quit IRC | 18:24 | |
*** achanda has quit IRC | 18:24 | |
*** mgoddard has quit IRC | 18:25 | |
*** mgoddard_ has joined #openstack-ironic | 18:25 | |
*** ukalifon1 has quit IRC | 18:26 | |
*** fellypefca has quit IRC | 18:27 | |
*** fellypefca has joined #openstack-ironic | 18:28 | |
rloo | jroll, others: have we decided what ironic is going to do wrt downgrades? are we following https://github.com/openstack/openstack-specs/blob/master/specs/no-downward-sql-migration.rst? | 18:28 |
afaranha_ | fellypefca jroll I have read these specs and have some questions about how will it works, in what moment the network will change and how it will be done, the provisioning network is a flat network? If so, the node starts the boot process in a flat network and after downloading the image through TFTP it will switch to the tenant network and continue the boot normally. Is that right? | 18:28 |
jroll | rloo: yes, lucas was doing some of that work I believe | 18:29 |
openstackgerrit | lokesh s proposed openstack/ironic: Adding audit support middleware to Ironic https://review.openstack.org/272658 | 18:29 |
jroll | afaranha_: correct, though provisioning network could be a vlan or vxlan segment as well, not necessarily flat - but has access to ironic services | 18:29 |
rloo | jroll: ok. we should have some way to indicate which xproject specs we're going to do/start. maybe in ironic-specs, have a list/link to xproject specs? | 18:30 |
*** mgoddard_ has quit IRC | 18:30 | |
*** ifarkas has quit IRC | 18:30 | |
rloo | jroll: and/or should we have RFE/RFC whatever in ironic that corresponds to xproject spec? | 18:30 |
jroll | rloo: maybe, I've been thinking about that a bit - we need to do better at tracking that stuff | 18:31 |
rloo | jroll: yeah, and as a form of communicating :) | 18:31 |
jroll | yep | 18:31 |
*** chaustin has joined #openstack-ironic | 18:31 | |
*** electrofelix has quit IRC | 18:32 | |
*** fellypefca_ has joined #openstack-ironic | 18:32 | |
*** ionutbalutoiu has quit IRC | 18:33 | |
*** achanda has joined #openstack-ironic | 18:33 | |
*** ntpttr has left #openstack-ironic | 18:33 | |
afaranha_ | jroll thanks | 18:34 |
NobodyCam | JayF: 189969 +a'd :) | 18:35 |
NobodyCam | jroll: ^^^ | 18:35 |
jroll | nice | 18:35 |
NobodyCam | lol my brain looped several times on the "steps[step['step']].append(step)" line | 18:36 |
openstackgerrit | Merged openstack/python-ironicclient: Support all API versions up to 1.latest https://review.openstack.org/268098 | 18:37 |
openstackgerrit | Stephanie Miller proposed openstack/bifrost: Separate log collection into its own script https://review.openstack.org/273191 | 18:40 |
* mgould -> home; good night, everyone! | 18:43 | |
*** mgould has quit IRC | 18:43 | |
NobodyCam | night mgould (for real this time) | 18:43 |
*** fellypefca has quit IRC | 18:44 | |
*** daemontool_ has joined #openstack-ironic | 18:45 | |
*** daemontool has quit IRC | 18:47 | |
*** mjturek1 has quit IRC | 18:48 | |
*** trown|lunch is now known as trown | 18:49 | |
*** raddaoui has quit IRC | 18:50 | |
*** mjturek1 has joined #openstack-ironic | 18:53 | |
*** dprince has quit IRC | 18:59 | |
*** dprince has joined #openstack-ironic | 19:00 | |
*** trown is now known as trown|brb | 19:02 | |
*** rbudden_ has joined #openstack-ironic | 19:04 | |
*** rbudden has quit IRC | 19:05 | |
*** rbudden_ is now known as rbudden | 19:05 | |
*** trown|brb is now known as trown | 19:13 | |
*** boris-42 has quit IRC | 19:13 | |
*** e0ne has quit IRC | 19:13 | |
*** piet has quit IRC | 19:15 | |
*** raddaoui has joined #openstack-ironic | 19:16 | |
*** harshs has joined #openstack-ironic | 19:17 | |
*** penick has joined #openstack-ironic | 19:22 | |
*** Sukhdev has joined #openstack-ironic | 19:23 | |
*** e0ne has joined #openstack-ironic | 19:25 | |
*** spandhe has quit IRC | 19:28 | |
*** spandhe has joined #openstack-ironic | 19:28 | |
*** chaustin has quit IRC | 19:28 | |
openstackgerrit | Merged openstack/bifrost: Ansible 2.0 change and module cleanup https://review.openstack.org/268809 | 19:30 |
*** moshele has joined #openstack-ironic | 19:30 | |
*** chaustin has joined #openstack-ironic | 19:30 | |
openstackgerrit | Merged openstack/bifrost: Remove excess/un-needed entries from dnsmasq template https://review.openstack.org/268807 | 19:34 |
*** afaranha_ has quit IRC | 19:36 | |
*** piet has joined #openstack-ironic | 19:36 | |
*** pece has joined #openstack-ironic | 19:38 | |
*** Marga_ has quit IRC | 19:40 | |
*** pece has quit IRC | 19:40 | |
*** ionutbalutoiu has joined #openstack-ironic | 19:44 | |
*** chaustin has quit IRC | 19:46 | |
*** dims has joined #openstack-ironic | 19:53 | |
openstackgerrit | Merged openstack/bifrost: Sync from global requirements https://review.openstack.org/270489 | 19:55 |
*** Sukhdev has quit IRC | 19:57 | |
*** ionutbalutoiu has quit IRC | 20:01 | |
gmmaha | might i ask how long it would take for changes in ironic-python-agent to land as an image that can be downloaded? | 20:02 |
gmmaha | i ran into the xattrs issue yesterday, using a patched coreos image that i built locally, but would be get back to upstream to remain clean :) | 20:03 |
*** Marga_ has joined #openstack-ironic | 20:03 | |
gmmaha | i was able to get past it by using a patched coreos* | 20:03 |
*** ChubYann has joined #openstack-ironic | 20:04 | |
*** barra204 has quit IRC | 20:06 | |
*** daemontool has joined #openstack-ironic | 20:06 | |
*** ijw has quit IRC | 20:07 | |
*** fellypefca_ has quit IRC | 20:07 | |
*** jcoufal has quit IRC | 20:07 | |
*** ionutbalutoiu has joined #openstack-ironic | 20:09 | |
*** daemontool_ has quit IRC | 20:09 | |
TheJulia | gmmaha: it appeared like an hour ago | 20:13 |
TheJulia | on tarballs.o.o | 20:13 |
openstackgerrit | Merged openstack/bifrost: use sys.exit() replace exit() https://review.openstack.org/271970 | 20:15 |
*** Sukhdev has joined #openstack-ironic | 20:16 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic-python-agent: Updated from global requirements https://review.openstack.org/268450 | 20:16 |
*** chaustin has joined #openstack-ironic | 20:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-ironicclient: Updated from global requirements https://review.openstack.org/271675 | 20:20 |
openstackgerrit | Merged openstack/bifrost: Remove pip <8 version pinning https://review.openstack.org/272003 | 20:20 |
*** baoli has quit IRC | 20:26 | |
*** mbound has joined #openstack-ironic | 20:31 | |
*** ionutbalutoiu has quit IRC | 20:34 | |
*** ionutbalutoiu has joined #openstack-ironic | 20:35 | |
*** raddaoui has quit IRC | 20:37 | |
*** chaustin has quit IRC | 20:38 | |
ianw | jroll: so the error in http://logs.openstack.org/62/271862/5/check/gate-tempest-dsvm-ironic-pxe_ssh-dib/a224fce/logs/devstacklog.txt.gz is still an ongoing issue? it seems like some of the issues with networking were solved | 20:38 |
*** ijw has joined #openstack-ironic | 20:38 | |
*** ionutbalutoiu has quit IRC | 20:40 | |
*** chaustin has joined #openstack-ironic | 20:41 | |
TheJulia | dtantsur|afk: fyi, looks like the inspector gate is much happier now. | 20:42 |
*** vishwanathj has joined #openstack-ironic | 20:42 | |
*** Sukhdev has quit IRC | 20:44 | |
jroll | ianw: yep, working on it | 20:44 |
jroll | that one is intermittent | 20:44 |
*** raddaoui has joined #openstack-ironic | 20:46 | |
ianw | jroll: ok, let me retry, seems pretty consistent on dib but maybe something else is different there. is there anything i can do to help? | 20:53 |
*** chaustin has quit IRC | 20:53 | |
gmmaha | TheJulia: awesome.. thanks | 20:54 |
*** chaustin has joined #openstack-ironic | 20:55 | |
*** raddaoui has quit IRC | 20:57 | |
*** mbound has quit IRC | 21:01 | |
*** mbound has joined #openstack-ironic | 21:04 | |
TheJulia | gmmaha: no problem! Enjoy! :) | 21:04 |
*** ijw has quit IRC | 21:07 | |
rloo | the Active Node Creation spec has had two +2 since last Thurs. I'm going to +A it in the next hour or so unless anyone has objections. https://review.openstack.org/#/c/238904/ | 21:14 |
*** rcernin has quit IRC | 21:16 | |
*** trown is now known as trown|outttypeww | 21:18 | |
*** harshs has quit IRC | 21:19 | |
*** harshs has joined #openstack-ironic | 21:19 | |
*** harshs has quit IRC | 21:19 | |
*** raildo is now known as raildo-afk | 21:20 | |
* TheJulia goes and context switches to that for a little bit | 21:21 | |
jroll | ianw: I believe this hack should fix it, I'm about to +2 https://review.openstack.org/#/c/273129/ | 21:23 |
jroll | to 'truly' fix this in nova is going to be some work, AIUI, and this week is bad with them at midcycle | 21:23 |
rloo | sigh, what happened to our release notes? the Mitaka series disappeared: http://docs.openstack.org/releasenotes/ironic/ | 21:24 |
TheJulia | did a liberty patch land? | 21:27 |
TheJulia | or is that no longer a bug? | 21:28 |
rloo | TheJulia: dunno to both questions. hopefully ? that is the reason... | 21:28 |
TheJulia | yup | 21:28 |
TheJulia | a patch to liberty landed | 21:28 |
TheJulia | https://review.openstack.org/#/c/268583/ | 21:29 |
rloo | TheJulia: OH. guess we need to land on in master now :-( | 21:29 |
jroll | yeah, that was my first though | 21:29 |
jroll | t | 21:29 |
TheJulia | yeah :( | 21:30 |
TheJulia | well, I'm not sure its THAT big of a deal imho, but yeah, stinks | 21:30 |
TheJulia | but if it was stable/kilo, that would be worse | 21:30 |
rloo | it isn't that big a deal, except i was reviewing someone's patch/reno, and i wanted to see what the existing renos looked like. | 21:30 |
rloo | well, i don't think we can land anything in stable/kilo cuz i think the gate is still broken so maybe we should have broken liberty gate too just to make it complete. | 21:31 |
TheJulia | Yeah, good point, it is nice to see the rendered docs. :\ | 21:31 |
TheJulia | lol, very true :) | 21:32 |
*** raddaoui has joined #openstack-ironic | 21:33 | |
*** piet has quit IRC | 21:40 | |
rloo | TheJulia: clearly I'm tired. I just remembered that I can see the rendered release notes as part of the jenkins run for the patch! | 21:40 |
TheJulia | My brain is completely fried. Cinder midcycle + nobodycam got an idea in my head that kept unfolding and unfolding. | 21:41 |
rloo | TheJulia: I'm sure you'll work it out :) Are you still at the midcycle and are they still video'ing you? | 21:42 |
TheJulia | rloo: The unfolding idea... I need liquor to postpone that idea to later. Stil at the midcycle but kind of to the edge of where the camera will point | 21:43 |
rloo | TheJulia: ;) | 21:44 |
*** baoli has joined #openstack-ironic | 21:44 | |
TheJulia | bad idea... is the idea now needs to come out, and will require liquor, and a large whiteboard | 21:45 |
*** baoli_ has joined #openstack-ironic | 21:46 | |
TheJulia | err, bad thing | 21:46 |
TheJulia | yeah, brain... fried. | 21:46 |
*** dims has quit IRC | 21:46 | |
*** chaustin has quit IRC | 21:48 | |
*** e0ne has quit IRC | 21:49 | |
*** baoli has quit IRC | 21:49 | |
*** chaustin has joined #openstack-ironic | 21:51 | |
*** piet has joined #openstack-ironic | 21:51 | |
*** jcoufal has joined #openstack-ironic | 21:52 | |
*** lifeless has quit IRC | 21:53 | |
*** mtanino has quit IRC | 21:54 | |
*** mtanino__ has quit IRC | 21:54 | |
*** lifeless has joined #openstack-ironic | 21:55 | |
*** Sukhdev has joined #openstack-ironic | 21:55 | |
*** mtanino_ has quit IRC | 21:55 | |
*** mtanino__ has joined #openstack-ironic | 21:56 | |
*** mtanino has joined #openstack-ironic | 21:56 | |
*** harshs has joined #openstack-ironic | 21:57 | |
*** harshs has left #openstack-ironic | 21:58 | |
thiagop | Good evening everyone, see ya! | 22:00 |
*** thiagop has quit IRC | 22:04 | |
rloo | jroll: are you OK if I put a -2 on this for now? it'll cause a lot of patches to be rebased at given the delays in gate etc, i would hate for this to merge before other patches. https://review.openstack.org/#/c/243430/ | 22:06 |
jroll | rloo: sure | 22:07 |
rloo | jroll: thx :) | 22:07 |
*** chaustin has quit IRC | 22:08 | |
*** cdearborn has quit IRC | 22:09 | |
*** dprince has quit IRC | 22:11 | |
jlvillal | jroll: One downside to creating 3 bare-metal VMs is it seems each VM creates a 12GB qcow2 file. So my 40GB VM drive space filled up. Not sure how much drive space is on the gate VMs. | 22:17 |
jroll | jlvillal: yeesh, gate also has 40gb | 22:18 |
jroll | we could make that smaller though, no? | 22:18 |
jroll | make disk like 2gb | 22:18 |
jlvillal | jroll: Probably. I will have to dig into it and figure out where the size is configured. | 22:18 |
jlvillal | Yeah, I doubt we need 12GB. That seems overkill for gate testing. | 22:19 |
jroll | yeah, cirros image is like 25mb or something | 22:19 |
*** daemontool has quit IRC | 22:19 | |
jroll | should be configured in the devstack code, there's the nova flavor and probably create-vm.sh or whatever | 22:19 |
jlvillal | jroll: Thanks. I'm 'git grepping' at the moment :) | 22:20 |
*** mgoddard_ has joined #openstack-ironic | 22:21 | |
jroll | cool, though '12' and '10' are hard things to grep for :P | 22:21 |
*** raddaoui has quit IRC | 22:21 | |
jlvillal | jroll: I was doing IRONIC_VM_SPECS_RAM | 22:21 |
jlvillal | And found stuff in: ironic/devstack/lib/ironic. Looking now | 22:22 |
jlvillal | IRONIC_HW_NODE_DISK=${IRONIC_HW_NODE_DISK:-10} | 22:22 |
*** penick has quit IRC | 22:27 | |
*** piet has quit IRC | 22:28 | |
*** daemontool has joined #openstack-ironic | 22:30 | |
*** thrash is now known as thrash|pto | 22:31 | |
mrda | Morning Ironic | 22:31 |
*** baoli_ has quit IRC | 22:33 | |
*** penick has joined #openstack-ironic | 22:37 | |
*** daemontool_ has joined #openstack-ironic | 22:37 | |
*** daemontool has quit IRC | 22:39 | |
rloo | mornin' mrda | 22:40 |
mrda | hey rloo! | 22:41 |
*** mgoddard_ has quit IRC | 22:49 | |
*** dims has joined #openstack-ironic | 22:51 | |
*** izaakk has quit IRC | 22:53 | |
*** dims has quit IRC | 22:54 | |
*** jcoufal has quit IRC | 22:55 | |
*** Sukhdev has quit IRC | 22:57 | |
*** daemontool has joined #openstack-ironic | 22:58 | |
*** daemontool_ has quit IRC | 23:01 | |
*** e0ne has joined #openstack-ironic | 23:02 | |
*** yuanying_ has quit IRC | 23:02 | |
*** harlowja has quit IRC | 23:03 | |
*** raddaoui has joined #openstack-ironic | 23:03 | |
*** e0ne_ has joined #openstack-ironic | 23:04 | |
jroll | ohai mrda :) | 23:04 |
*** harlowja has joined #openstack-ironic | 23:04 | |
mrda | hey jroll! | 23:04 |
*** e0ne has quit IRC | 23:06 | |
*** davidlenwell has quit IRC | 23:06 | |
*** moshele has quit IRC | 23:08 | |
*** davidlenwell has joined #openstack-ironic | 23:08 | |
*** Haomeng has quit IRC | 23:10 | |
openstackgerrit | Stephanie Miller proposed openstack/bifrost: Initial support for virtualenv installation https://review.openstack.org/264366 | 23:10 |
*** yuanying has joined #openstack-ironic | 23:12 | |
*** raddaoui has quit IRC | 23:12 | |
*** chlong has quit IRC | 23:18 | |
zer0c00l | jroll: Looks like gate is back to normal, do you want to review the tinyipa stuff? I know there was +2 from you before https://review.openstack.org/#/c/234902/ | 23:19 |
*** e0ne_ has quit IRC | 23:24 | |
*** rbudden has quit IRC | 23:29 | |
*** dims_ has joined #openstack-ironic | 23:30 | |
*** chlong has joined #openstack-ironic | 23:31 | |
jroll | zer0c00l: about to hop in a meeting for the rest of the day, I should be able to review all the things tomorrow though | 23:44 |
openstackgerrit | Merged openstack/ironic: [devstack] Restart nova compute before checking hypervisor stats https://review.openstack.org/273129 | 23:45 |
*** Sukhdev has joined #openstack-ironic | 23:46 | |
*** smoriya_ has joined #openstack-ironic | 23:46 | |
*** Sukhdev has quit IRC | 23:49 | |
*** alexpilotti has quit IRC | 23:50 | |
*** Sukhdev has joined #openstack-ironic | 23:51 | |
*** Sukhdev has quit IRC | 23:52 | |
*** Sukhdev has joined #openstack-ironic | 23:52 | |
zer0c00l | jroll: sure | 23:53 |
*** Sukhdev has quit IRC | 23:54 | |
*** Sukhdev has joined #openstack-ironic | 23:54 | |
*** Sukhdev has quit IRC | 23:56 | |
*** Sukhdev has joined #openstack-ironic | 23:56 | |
*** Sukhdev has quit IRC | 23:57 | |
*** Sukhdev has joined #openstack-ironic | 23:58 | |
*** Sukhdev has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!