Wednesday, 2016-01-27

jlvillaljroll: 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_42700:00
jrolljlvillal: right, so look up a couple lines00:00
jrollhttp://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_42600:00
jrollthere's only one host available for building00:00
jrolland it has 0 rams00:00
jrollodd that there's only one, I'd think we'd have 2-3 available total here00:01
jlvillalHmmm.  That is strange...00:01
jlvillalBut I see similar locally00:01
jrollhow many does ironic node-list show?00:01
*** penick has joined #openstack-ironic00:01
jlvillalLet me check00:01
jrollyeah 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_12100:02
jrolland 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_18200:02
jrollbut still just one00:02
jrolland that gets used up00:03
jrollthis is running at least two tests in parallel it seems00:03
jlvillalAh, yeah. vdrok was mentioning that we only bring up one node.00:03
jlvillalAnd some tests assume two nodes00:03
jrollthat's odd00:04
* jroll wonders why we only use one00:04
*** daemontool_ has quit IRC00:04
jlvillaljroll: https://review.openstack.org/#/c/241790/  vdrok had a comment00:04
*** dims has quit IRC00:04
jrolldoh https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L173200:05
jrollwe could also configure grenade to skip cleaning00:06
*** daemontool_ has joined #openstack-ironic00:06
jrollsounds like that isn't a devstack variable we have though00:07
jlvillaljroll: Do you think bumping that to '2' would be a first step?00:07
jrolljlvillal: yes, maybe test locally first00:07
jlvillalCan the gate handle two 1024MB nodes00:07
*** baoli has quit IRC00:07
jlvillaljroll: Firing up a build :)00:08
jlvillalLocally00:08
jrollyeah it should be able to00:08
* jroll looks00:08
jlvillaljroll: And thanks for the help. That helped a lot :)00:08
jrolloh, our normal gate also only has 1 vm00:09
jrollbahhhh00:09
jrollneeds more tinyipa00:09
yhvhjroll: whatcha think, should we extend the lldp code, even minimally? https://review.openstack.org/#/c/260567/00:10
jrollyhvh: I'm never opposed to making things better00:11
jlvillalJayF: Seems like IPA is getting that 'Timed out waiting for Nova hypervisor-stats count >= 1' gate failure also :(00:11
*** achanda has joined #openstack-ironic00:11
yhvhjroll: cool, a complete impl would be ott tho right?00:11
jrollyhvh: I see no reason to re-write netutils, we should fix it and/or extend it00:12
jlvillaljroll: I'll be running my test in an 8GB VM. So should be similar to the gate.00:12
jrolljlvillal: yep00:12
*** Sukhdev has joined #openstack-ironic00:13
*** daemontool_ has quit IRC00:13
yhvhjroll: 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 updated00:14
jrollyhvh: well, the inspector extension could do the manipulation, right?00:15
jrollI'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 stable00:16
yhvhjroll: yes but this doesn't 'fix' things to me, this is what we are doing atm00:16
yhvhjroll: that was my next question00:16
jrollyhvh: yeah, so I'd probably say just go ahead and break it00:17
jrolland we'll eat the pain00:17
jrollidk00:17
yhvhcool, I'll get a body on it00:17
jrollJayF: ^ you have opinions on that?00:17
JayFI mean00:17
JayFI'd just caution against thinking there is a one-size-fits-all solution00:18
JayFour research when implementing LLDP said basically that even though it's a "standard" LLDP info can be very different00:18
JayFso I'd just make sure before that merges we ensure it works with our downstream environments as an additional test00:18
openstackgerritArun S A G proposed openstack/ironic-specs: Add spec for deploying OS tarballs  https://review.openstack.org/24896800:18
jrollJayF: well, AIUI, there should be a 'subtype', right now we return that as part of 'type' in the (type, value) combo00:19
jrollyhvh: ^ correct?00:19
yhvhnit: subtype returned in value00:20
jrollaha00:20
JayFhttps://github.com/rackerlabs/onmetal-ironic-hardware-manager/blob/master/onmetal_ironic_hardware_manager/__init__.py#L40900:20
JayFis where we use it, fwiw00:20
yhvhJayF: noted00:20
JayFalthough that hardware manager isn't exactly what we run; that method is identical to the one we use today00:20
jrollhuh, yeah so it seems there's no subtype in our data reading that again00:22
jrollodd00:22
*** ntpttr has quit IRC00:23
NobodyCamjust /me or anyone else seeing devstack nodes getting stuck in wait-call-back?00:23
*** awiddersheim has joined #openstack-ironic00:24
*** derekh has quit IRC00:26
*** Sukhdev has quit IRC00:26
*** ntpttr has joined #openstack-ironic00:27
*** ntpttr has quit IRC00:30
*** ijw has joined #openstack-ironic00:30
*** ijw has quit IRC00:31
*** ijw has joined #openstack-ironic00:31
*** ijw has quit IRC00:32
*** ijw_ has joined #openstack-ironic00:32
*** ijw has joined #openstack-ironic00:33
*** ijw_ has quit IRC00:33
*** ijw has quit IRC00:33
*** ijw has joined #openstack-ironic00:33
openstackgerritJohn L. Villalovos proposed openstack/ironic: DO_NOT_MERGE_OR_REVIEW: Test patch for Grenade testing.  https://review.openstack.org/26992400:34
*** jcoufal has quit IRC00:34
openstackgerritArun S A G proposed openstack/ironic-specs: Add spec for deploying OS tarballs  https://review.openstack.org/24896800:38
*** harshs has quit IRC00:51
*** hoangcx has joined #openstack-ironic01:03
*** mgarza has quit IRC01:10
*** baoli has joined #openstack-ironic01:11
*** baoli has quit IRC01:11
*** hoangcx has quit IRC01:16
*** cdearborn has joined #openstack-ironic01:18
*** garthb_ has quit IRC01:20
jlvillaljroll: It went from showing 2 nodes available and then 0. And then same failure as before :(01:23
*** piet has joined #openstack-ironic01:23
* jlvillal unhappy01:23
jrolljlvillal: tests must be too parallel then01:24
jlvillaljroll: I was watching a OpenStack summit talk. And they mentioned having 4 VMs running.01:24
jlvillalFor tempest01:24
jlvillaljroll: I'll ask mtreinish about it. Thanks.01:26
openstackgerritMark Silence proposed openstack/ironic: Fix minor typo  https://review.openstack.org/27286301:27
*** thrash is now known as thrash|g0ne01:31
*** Sukhdev has joined #openstack-ironic01:32
*** david-lyle has quit IRC01:36
*** penick has quit IRC01:37
*** Sukhdev has quit IRC01:37
*** Sukhdev has joined #openstack-ironic01:37
*** Sukhdev has quit IRC01:40
*** Sukhdev has joined #openstack-ironic01:40
*** piet has quit IRC01:41
*** piet has joined #openstack-ironic01:41
*** Sukhdev has quit IRC01:43
*** Sukhdev has joined #openstack-ironic01:44
*** smoriya_ has joined #openstack-ironic01:44
*** Sukhdev has quit IRC01:47
*** Sukhdev has joined #openstack-ironic01:47
*** Sukhdev has quit IRC01:50
*** achanda has quit IRC01:50
*** Sukhdev has joined #openstack-ironic01:50
*** Sukhdev has quit IRC01:53
*** Sukhdev has joined #openstack-ironic01:53
*** mtanino has quit IRC01:54
*** mtanino_ is now known as mtanino01:54
*** kan_ has joined #openstack-ironic01:58
*** Sukhdev_ has joined #openstack-ironic01:58
*** cdearborn has quit IRC01:59
*** Sukhdev has quit IRC01:59
*** Sukhdev_ has quit IRC02:02
*** Sukhdev has joined #openstack-ironic02:02
*** Sukhdev has quit IRC02:05
*** Sukhdev has joined #openstack-ironic02:05
openstackgerritMerged openstack/ironic: Fix minor typo  https://review.openstack.org/27286302:08
*** Sukhdev has quit IRC02:08
*** Sukhdev has joined #openstack-ironic02:08
*** Sukhdev has quit IRC02:10
*** Sukhdev has joined #openstack-ironic02:11
*** ijw has quit IRC02:11
*** Sukhdev has quit IRC02:13
*** Sukhdev has joined #openstack-ironic02:14
*** Sukhdev has quit IRC02:14
*** dims has joined #openstack-ironic02:24
*** daemontool has joined #openstack-ironic02:31
*** Guest73_ has quit IRC02:31
openstackgerritHaomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api  https://review.openstack.org/27242002:35
*** hoangcx has joined #openstack-ironic02:45
*** e0ne has joined #openstack-ironic02:48
*** Marga_ has quit IRC02:53
*** achanda has joined #openstack-ironic02:56
*** rloo has quit IRC02:57
openstackgerritHaomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api  https://review.openstack.org/27242003:03
*** spandhe has quit IRC03:04
*** piet has quit IRC03:04
*** Marga_ has joined #openstack-ironic03:09
openstackgerritHaomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api  https://review.openstack.org/27242003:11
*** Marga_ has quit IRC03:14
*** yuanying has quit IRC03:21
openstackgerritHaomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api  https://review.openstack.org/27242003:22
*** Marga_ has joined #openstack-ironic03:23
*** yuanying has joined #openstack-ironic03:23
openstackgerritHaomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api  https://review.openstack.org/27242003:26
*** Marga_ has quit IRC03:27
*** yuanying has quit IRC03:28
*** dims has quit IRC03:30
*** yuanying has joined #openstack-ironic03:33
*** Marga_ has joined #openstack-ironic03:36
*** baoli has joined #openstack-ironic03:37
*** yuanying has quit IRC03:40
*** yuanying has joined #openstack-ironic03:40
*** raddaoui has joined #openstack-ironic03:41
*** Marga_ has quit IRC03:41
*** baoli has quit IRC03:42
*** Nisha has joined #openstack-ironic03:49
*** Marga_ has joined #openstack-ironic03:52
jlvillalHaomeng, 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 found03:56
*** yuanying has quit IRC03:56
*** yuanying has joined #openstack-ironic03:57
jlvillaldevananda, ^^^03:58
*** stendulker has joined #openstack-ironic03:58
*** yuanying_ has joined #openstack-ironic03:58
*** stendulker_ has joined #openstack-ironic04:00
*** baoli has joined #openstack-ironic04:01
*** yuanying has quit IRC04:01
*** stendulker has quit IRC04:03
openstackgerritKan proposed openstack/ironic: Enable removing name when updating node  https://review.openstack.org/26732704:12
*** baoli has quit IRC04:17
*** stendulker has joined #openstack-ironic04:23
*** stendulker_ has quit IRC04:23
*** david-lyle has joined #openstack-ironic04:25
*** david-lyle has quit IRC04:25
*** david-lyle has joined #openstack-ironic04:25
*** Sukhdev has joined #openstack-ironic04:27
*** david-lyle has quit IRC04:30
*** raddaoui has quit IRC04:30
*** coolsvap|away is now known as coolsvap04:31
*** stendulker_ has joined #openstack-ironic04:32
*** stendulker has quit IRC04:34
*** david-lyle has joined #openstack-ironic04:37
Haomengjlvillal: got, thanks for your info:)04:40
*** piet has joined #openstack-ironic04:49
*** kalpase has joined #openstack-ironic04:56
*** piet has quit IRC05:08
*** ChubYann has quit IRC05:14
*** krtaylor has quit IRC05:15
*** vishwanathj has joined #openstack-ironic05:15
*** vishwanathj has quit IRC05:16
*** spandhe has joined #openstack-ironic05:17
*** aparnav has joined #openstack-ironic05:21
*** krtaylor has joined #openstack-ironic05:28
*** ChubYann has joined #openstack-ironic05:29
*** e0ne has quit IRC05:33
*** vishwanathj has joined #openstack-ironic05:33
*** vishwanathj has quit IRC05:34
*** ChubYann has quit IRC05:49
*** lazy_prince has joined #openstack-ironic05:51
*** penick has joined #openstack-ironic05:52
*** piet has joined #openstack-ironic05:52
openstackgerritChangBo Guo(gcb) proposed openstack/ironic: test:clean up wrong value in method CONF.set_override  https://review.openstack.org/24343006:00
*** spandhe has quit IRC06:05
*** vishwanathj has joined #openstack-ironic06:20
*** vishwanathj has quit IRC06:21
*** piet has quit IRC06:22
openstackgerritOpenStack Proposal Bot proposed openstack/ironic: Imported Translations from Zanata  https://review.openstack.org/26858206:38
*** spandhe has joined #openstack-ironic06:43
*** spandhe_ has joined #openstack-ironic06:46
*** spandhe has quit IRC06:48
*** spandhe_ is now known as spandhe06:48
*** spandhe has left #openstack-ironic06:49
*** spandhe has joined #openstack-ironic06:51
*** hoangcx has quit IRC07:05
lazy_princeany idea about how to deploy ironic using devstack now....?07:07
*** Marga_ has quit IRC07:18
*** stendulker has joined #openstack-ironic07:20
*** spandhe has quit IRC07:21
*** stendulker_ has quit IRC07:21
smoriya_lazy_prince: http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack07:23
lazy_princesmoriya_: thanks for the link..07:24
*** ukalifon1 has joined #openstack-ironic07:24
smoriya_lazy_prince: you're welcome07:24
lazy_princesmoriya_: looks like outdated as ironic has been removed from devstack tree... https://review.openstack.org/255898/07:25
lazy_princeif anyone has latest info, that would help...07:26
*** penick has quit IRC07:27
*** ionutbalutoiu has joined #openstack-ironic07:27
smoriya_lazy_prince: yes, they are now in ironic tree07:27
*** rcernin has joined #openstack-ironic07:27
*** penick has joined #openstack-ironic07:28
openstackgerritTan Lin proposed openstack/ironic: Remove DB hook from Ironic API  https://review.openstack.org/24349707:29
*** chlong_zzz is now known as chlong07:31
*** moshele has joined #openstack-ironic07:32
*** ionutbalutoiu has quit IRC07:33
*** jcoufal has joined #openstack-ironic07:37
*** penick has quit IRC07:49
*** Sukhdev has quit IRC08:00
openstackgerritKan proposed openstack/ironic: Enable removing name when updating node  https://review.openstack.org/26732708:03
*** ifarkas has joined #openstack-ironic08:18
lazy_princesmoriya_: yup.. so how do I make devstack deploy ironic..08:28
Haomenglazy_prince: add "enable_plugin ironic git://git.openstack.org/openstack/ironic" into local.conf, then it will call ironic devstack scripts08:35
Haomenglazy_prince: it is covered by the doc which smoriya_ give, so just follow the document to deploy ironic08:38
lazy_princeHaomeng: aha.. thanks08:38
Haomenglazy_prince: :)08:38
*** mkovacik has quit IRC08:39
openstackgerritKan proposed openstack/ironic: Use node uuid in NodeLocked exception log  https://review.openstack.org/27294508:40
*** ndipanov has joined #openstack-ironic08:49
*** Nisha has quit IRC08:50
*** derekh has joined #openstack-ironic08:56
*** lucas-dinner is now known as lucasagomes08:58
lucasagomesmorning all08:59
*** mbound has joined #openstack-ironic09:00
Haomenglucasagomes: morning Lucas:)09:00
aarefievmorning!09:06
*** achanda has quit IRC09:14
*** mkovacik has joined #openstack-ironic09:16
*** Marga_ has joined #openstack-ironic09:19
*** Marga_ has quit IRC09:23
*** deray has joined #openstack-ironic09:26
*** ionutbalutoiu has joined #openstack-ironic09:31
*** mgoddard has joined #openstack-ironic09:38
*** yolanda has quit IRC09:39
*** moshele has quit IRC09:40
*** moshele has joined #openstack-ironic09:41
*** amotoki has joined #openstack-ironic09:41
*** yolanda has joined #openstack-ironic09:41
*** jistr has joined #openstack-ironic09:43
*** baoli has joined #openstack-ironic09:51
*** sturivnyi has quit IRC09:53
*** alex_xu has quit IRC09:56
*** baoli has quit IRC09:57
*** alex_xu has joined #openstack-ironic09:58
*** piet has joined #openstack-ironic10:06
openstackgerritZhenguo Niu proposed openstack/ironic: Added node tags in ironic-api  https://review.openstack.org/25047810:07
*** sambetts has joined #openstack-ironic10:12
openstackgerritchenglch proposed openstack/ironic: Check whether terminal command is available if console enabled  https://review.openstack.org/23515910:22
*** mgould has joined #openstack-ironic10:23
*** piet has quit IRC10:25
*** killer_prince has joined #openstack-ironic10:26
mgouldmorning Ironic!10:27
lucasagomesmgould, morning10:28
*** lazy_prince has quit IRC10:29
openstackgerritChangBo Guo(gcb) proposed openstack/ironic: test:clean up wrong value in method CONF.set_override  https://review.openstack.org/24343010:36
*** dtantsur|afk is now known as dtantsur10:37
dtantsurMorning Ironic10:37
*** electrofelix has joined #openstack-ironic10:38
*** deray has quit IRC10:38
*** killer_prince has quit IRC10:40
*** lazy_prince has joined #openstack-ironic10:41
*** AJaeger has joined #openstack-ironic10:41
openstackgerritTan Lin proposed openstack/ironic: Refactor install-guide to configure API/Conductor seperately  https://review.openstack.org/26144310:42
AJaegerironic 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 testsuite10:42
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Enable doc8 style checker for *.rst files  https://review.openstack.org/27298810:42
*** MattMan has quit IRC10:47
*** MattMan has joined #openstack-ironic10:47
lucasagomesAJaeger, on it10:47
openstackgerritTan Lin proposed openstack/ironic: Refactor install-guide to configure API/Conductor seperately  https://review.openstack.org/26144310:49
*** stendulker_ has joined #openstack-ironic10:50
*** stendulker has quit IRC10:53
AJaegerthanks, lucasagomes10:55
*** stendulker_ has quit IRC10:56
openstackgerritMerged openstack/ironic: Imported Translations from Zanata  https://review.openstack.org/26858210:57
*** alexpilotti has joined #openstack-ironic11:02
*** Nisha has joined #openstack-ironic11:05
*** baoli has joined #openstack-ironic11:07
vdrokmorning mgould lucasagomes and dtantsur11:09
dtantsurmorning vdrok11:09
*** deray has joined #openstack-ironic11:10
lucasagomesvdrok, g'morning11:11
mgouldvdrok, morning!11:11
*** baoli has quit IRC11:12
*** deray has quit IRC11:15
*** trown|outttypeww is now known as trown11:19
vdroknice, looking at the n-cpu log with the keystone failure there is an exception, in ir-api log is the following:11:19
vdrok2016-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:6211:19
vdrok2016-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/ke11:19
vdrokystoneauth1/session.py:22511:19
dtantsurwow11:20
vdrokso v2.0/tokens is logged but request goes to v311:20
dtantsurok, now inspector gate is broken with something else.. wtf???11:20
*** lucascess has joined #openstack-ironic11:21
*** e0ne has joined #openstack-ironic11:22
*** gcb has joined #openstack-ironic11:24
*** mgoddard has quit IRC11:29
*** bkumar has joined #openstack-ironic11:33
*** itamarl has joined #openstack-ironic11:33
*** bkumar has quit IRC11:35
*** bkumar has joined #openstack-ironic11:35
*** trown is now known as trown|outttypeww11:41
*** itamarl has quit IRC11:42
*** itamarl has joined #openstack-ironic11:42
*** pcaruana has joined #openstack-ironic11:44
*** maurosr has quit IRC11:48
*** baoli has joined #openstack-ironic11:51
*** dprince has joined #openstack-ironic11:52
*** maurosr has joined #openstack-ironic11:54
*** baoli has quit IRC11:57
*** pas-ha has joined #openstack-ironic11:59
*** sinval has joined #openstack-ironic12:04
sinvalmorning y'all12:04
mgouldmorning sinval12:06
*** mgoddard has joined #openstack-ironic12:06
*** bkumar has quit IRC12:06
lucasagomessinval, hello there12:09
sambettsMorning all o/12:09
sinvalmorning sambetts12:09
sambettso/ sinval12:09
sinvalhey lucasagomes, are you still here in Brazil?12:10
lucasagomessinval, I am not, I'm back in Ireland12:10
lucasagomesbut I made sure I brought enough brazilian treats with me :-)12:11
*** mgoddard has quit IRC12:12
*** mgould has quit IRC12:14
*** daemontool has quit IRC12:19
sinvallucasagomes, haha smart boy12:20
lucasagomessinval, 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-ironic12:23
sinvallucasagomes, man you're crazy, a friend of mine did the same thing once in Germany I guess, and she got in trouble12:25
TheJuliagood morning12:25
sinvalmorning TheJulia12:25
lucasagomessinval, heh it's alright, I mean it's cassava flour12:26
sinvallucasagomes, I see12:26
lucasagomesand we are allowed bringing industrialized food in ireland... so no big deal12:26
*** thrash|g0ne is now known as thrash12:28
*** mgould has joined #openstack-ironic12:29
dtantsurmorning sambetts, sinval, TheJulia12:32
sambettso/ dtantsur12:32
dtantsurlooks like the current IPA has introspection broken >_<12:33
sinvalmorning dtantsur12:33
openstackgerritVasyl Saienko proposed openstack/ironic: Correct 'hide_fields_in_newer_versions' method name  https://review.openstack.org/27301712:33
*** kalpase has left #openstack-ironic12:36
*** pcaruana has quit IRC12:37
TheJuliagood morning12:37
TheJuliadtantsur: the canned ipa image that is on tarballs.o.o is bad12:38
dtantsuroh my... any work arounds? this breaks all gates (which are not already broken)12:38
TheJuliayeah, got a patch up12:38
TheJuliahttps://review.openstack.org/#/c/272765/12:38
dtantsur\o/12:38
*** Marga_ has joined #openstack-ironic12:38
TheJuliadug into far enough to figure it out, sadly... I've not looked at why those two jobs failed12:39
TheJuliaand my brain needs to go get in the car and head over to NetApp for the cinder midcycle in a few minutes12:39
vdrokmorning sinval and TheJulia12:39
sinvalmorning vdrok12:39
*** daemontool has joined #openstack-ironic12:39
*** thrash has quit IRC12:40
TheJuliabbl, ~1.25-1.5 hours12:40
*** baoli has joined #openstack-ironic12:42
*** mgoddard has joined #openstack-ironic12:42
*** e0ne has quit IRC12:42
*** thiagop has joined #openstack-ironic12:45
thiagopGood morning Ironicers12:46
mgouldmorning thiagop!12:47
*** thrash has joined #openstack-ironic12:49
*** thrash has quit IRC12:49
*** thrash has joined #openstack-ironic12:49
*** e0ne has joined #openstack-ironic12:52
*** aparnav has quit IRC12:54
*** trown|outttypeww is now known as trown12:59
openstackgerritZhenguo Niu proposed openstack/ironic: Added node tags in ironic-api  https://review.openstack.org/25047813:00
*** smoriya_ has quit IRC13:07
*** david-lyle has quit IRC13:08
openstackgerritDmitry Tantsur proposed openstack/ironic-inspector: Set timeout in gate to 10 minutes  https://review.openstack.org/27302713:09
*** coolsvap is now known as coolsvap|away13:11
*** Marga_ has quit IRC13:11
*** Marga_ has joined #openstack-ironic13:12
*** chlong has quit IRC13:15
*** afaranha has joined #openstack-ironic13:17
*** e0ne has quit IRC13:21
*** chlong has joined #openstack-ironic13:28
*** sirushti has joined #openstack-ironic13:30
*** dnikisho1 has quit IRC13:31
afaranhaRegarding the ironic-neutron integration, did have trouble with the flag -Qunused-arguments when running tox?13:35
*** raildo-afk is now known as raildo13:36
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Fix doc8's "duplicated target names" (D000) error  https://review.openstack.org/27304413:41
*** sirushti has joined #openstack-ironic13:42
*** krtaylor has quit IRC13:44
*** sirushti has quit IRC13:45
*** sirushti has joined #openstack-ironic13:48
*** absubram has quit IRC13:51
* lucasagomes meeting's finished, going to grab a quick lunch13:54
*** lucasagomes is now known as lucas-hungry13:54
afaranhalazy_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 redme13:54
*** priteau has joined #openstack-ironic13:54
vdrokafaranha, hi, i didn't try that plugin, what I was testing with was https://review.openstack.org/#/c/258596/13:55
priteauHello. 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-ironic13:57
afaranhavdrok: Thanks, I'll test this13:57
*** mehip is now known as chaustin_13:58
*** chaustin_ has quit IRC13:58
*** chaustin_ has joined #openstack-ironic14:00
*** daemontool has quit IRC14:00
*** chaustin has joined #openstack-ironic14:00
TheJuliapriteau: there are flags that you can add to the pxe template command line so it will dump logs to the console14:01
*** Nisha has quit IRC14:02
TheJuliahttps://github.com/openstack/bifrost/blob/master/troubleshooting.rst#obtaining-ipa-logs-via-the-console14:02
priteauTheJulia: you're a life saver!14:05
*** chaustin has quit IRC14:08
*** chaustin has joined #openstack-ironic14:08
*** alexpilotti has quit IRC14:08
*** rloo has joined #openstack-ironic14:08
TheJuliapriteau: no problem :)14:10
*** rbudden has joined #openstack-ironic14:12
*** rajinir has joined #openstack-ironic14:14
dtantsurjroll, lucas-hungry, devananda, lemme know what you think about https://review.openstack.org/#/c/273059/14:15
dtantsurif you like it, please baby-sit, as I'll be mostly offline till Tue14:15
*** alexpilotti has joined #openstack-ironic14:16
*** david-lyle has joined #openstack-ironic14:17
*** piet has joined #openstack-ironic14:18
*** mjturek1 has joined #openstack-ironic14:18
*** piet has quit IRC14:19
*** piet has joined #openstack-ironic14:19
devanandamorning, all14:20
devanandadtantsur: lookin14:20
dtantsurmorning devananda14:20
openstackgerritOpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements  https://review.openstack.org/27162814:20
*** _degorenko|afk is now known as degorenko14:20
rloohi and morning dtantsur, devananda, TheJulia, and everyone else14:20
*** dims has quit IRC14:21
dtantsurmorning rloo14:21
devanandadtantsur: thanks for digging into that! I'll keep an eye on the patch14:22
sinvalmorning rloo, devananda14:22
*** chaustin has quit IRC14:23
rloohi sinval14:23
*** chaustin has joined #openstack-ironic14:23
*** kan_ has quit IRC14:25
*** chaustin_ has joined #openstack-ironic14:27
TheJuliagood morning rloo, devananda14:29
openstackgerritMerged openstack/ironic-python-agent: Disable xattrs in IPA extraction  https://review.openstack.org/27276514:30
dtantsurmmm, gate feels a bit better?14:30
*** chaustin has quit IRC14:31
rloodtantsur: 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
dtantsurrloo, I think so, though I'm not a nova guru14:31
*** daemontool has joined #openstack-ironic14:31
*** Nisha has joined #openstack-ironic14:32
dtantsurthat's why I explicitly asked deva to take a look :)14:32
rloodtantsur: constud's comment is that it is called right after get_available_nodes().14:32
rloodtantsur: ok, i'm no nova guru too :)14:32
*** dims has joined #openstack-ironic14:36
TheJuliadtantsur: hopefully.  CoreOS image build is now in the queue, although the queue is almost 2 hours long now14:39
dtantsuryeah..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 job14:40
*** cdearborn has joined #openstack-ironic14:41
vdrokmorning devananda and rloo14:42
rloohi vdrok14:42
devanandadtantsur: how did you figure out keystone is going away during that particular call? I don't see it in the traces14:43
*** david-lyle has quit IRC14:44
*** chaustin_ has quit IRC14:44
dtantsurdevananda, 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_89150314:45
dtantsurnote one record is 23:31, the next is 23L3614:45
dtantsur23:3614:45
dtantsurI 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_56794614:45
*** chaustin has joined #openstack-ironic14:45
vdrokdevananda, 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_78214:45
vdroktime in n-cpu corresponds to apache restart14:46
*** chaustin has left #openstack-ironic14:46
devanandavdrok: ah, thx14:46
*** chaustin has joined #openstack-ironic14:47
*** david-lyle has joined #openstack-ironic14:48
*** chaustin has quit IRC14:50
*** e0ne has joined #openstack-ironic14:53
*** chaustin has joined #openstack-ironic14:53
*** david-lyle has quit IRC14:53
*** piet has quit IRC14:55
*** piet has joined #openstack-ironic14:56
openstackgerritVladyslav Drok proposed openstack/ironic: Add priority to manual clean step example  https://review.openstack.org/27211114:56
*** e0ne has quit IRC14:59
*** lucas-hungry is now known as lucasagomes15:02
mgoddardhi 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
devanandamgoddard: I would think it should ...15:04
*** e0ne has joined #openstack-ironic15:05
mgoddardso would I!15:05
lucasagomesmgoddard, I'm not sure why it does not set it, IMHO it should15:05
lucasagomeswe are using the ironichostmaneger in nova right?15:05
lucasagomesIronicHostManager*15:05
mgoddardcorrect15:05
devanandamgoddard: though - I could see it no tdoing that, since devstack by default is testing ironic with VMs (mocking bare metal)15:05
mgoddardright, but nova should not be aware of that15:06
devanandaI *think* those should work with the bare metal filters -- but maybe there's a reason it doesn't?15:06
lucasagomesmgoddard, 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
mgoddardindeed15:06
mgoddardI'm currently at the Nova mid-cycle, testing an improvement I have for https://bugs.launchpad.net/nova/+bug/134142015:07
openstackLaunchpad 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
mgoddardlucasgomes, you previously put in a change to improve behaviour here, but I think the code should never have gotten to that point15:08
mgoddardthe issue is that the exact* filters don't set the limit on the HostState objects, so they are not enforced in the compute claim15:09
mgoddardthe claim in compute *should* never let multiple instances be assigned to a single ironic node if the limits are enforced15:10
*** piet has quit IRC15:13
*** Nisha_away has joined #openstack-ironic15:13
*** Nisha has quit IRC15:13
*** bkumar has joined #openstack-ironic15:17
*** bkumar has quit IRC15:20
*** piet has joined #openstack-ironic15:24
*** chaustin has quit IRC15:29
*** vishwanathj has joined #openstack-ironic15:32
*** alexpilotti has quit IRC15:32
*** mtanino_ has joined #openstack-ironic15:32
*** krtaylor has joined #openstack-ironic15:36
*** dprince has quit IRC15:37
*** alexpilotti has joined #openstack-ironic15:37
openstackgerritYuriy Zveryanskyy proposed openstack/ironic: Add vendor interface for Intel NM policies  https://review.openstack.org/26418315:37
openstackgerritYuriy Zveryanskyy proposed openstack/ironic: Add "agent_ipmitool_nm" driver  https://review.openstack.org/26418415:37
jrolldtantsur: the only thing I'm wondering about on that patch is a restart of n-cpu, where that call throws an exception15:39
*** alexpilotti has quit IRC15:39
jrollin which case, the existing compute_nodes rows in the db will be deleted15:39
jrollpresumably orphaning instances15:39
*** alexpilotti has joined #openstack-ironic15:39
jrolland causing general badness15:39
*** Nisha_away has quit IRC15:40
dtantsurjroll, hmmm.....15:40
dtantsurjroll, 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
jrolldtantsur: it's easy to test, I could play with it15:41
jrollheh yeah15:41
dtantsurjroll, yeah, please test15:41
jrollk, still waking up but will try15:42
*** Sukhdev has joined #openstack-ironic15:43
openstackgerritvinay kumar muddu proposed openstack/proliantutils: Read NIC info from ILO takes long time due to looping through all FRU IDs  https://review.openstack.org/27311815:44
AJaegerjroll: good morning, after waking up fully, could you import translations for liberty, please? https://review.openstack.org/#/c/268583/ Thanks!15:44
jrolldtantsur: I also wonder if we could fix devstack to gracefully restart apache15:44
jrollAJaeger: will do15:45
*** chaustin has joined #openstack-ironic15:45
dtantsurjroll, I still find it dangerous that one lucky network glitch can fail the whole compute process15:45
dtantsurbut I agree that orphaning nodes is not an option15:46
jrollsure, but in a normal environment you'd just start it up again15:46
jrollif it was at any time I'd be much more concerned, but it's only on startup15:46
AJaegerthanks, jroll15:46
jrollAJaeger: done15:48
AJaegerthanks15:49
*** AJaeger has left #openstack-ironic15:49
*** tingle has joined #openstack-ironic15:49
tingleWhen you can't figure everything out do everything else and then you can15:50
openstackgerritDevananda van der Veen proposed openstack/ironic: [WIP] Hide portgroups from older API clients  https://review.openstack.org/27311915:52
Sukhdevdevananda : Are you here?15:53
devanandaSukhdev: hi15:53
Sukhdevdevananda : have you been testing with the latest patches?15:54
*** chaustin has quit IRC15:54
devanandaSukhdev: just confirmed one of my concerns with the API changes15:55
devanandasee the patch I posted right there ^15:55
*** chaustin has joined #openstack-ironic15:55
Sukhdevdevananda : ACK will do15:55
rloodevananda: I had commented in the API patch about ^^.15:56
rloodevananda: guess I ought to review it then...15:57
*** afaranha_ has joined #openstack-ironic15:57
*** afaranha has quit IRC15:58
dtantsurjroll, funny thought: what if we just restart nova compute before doing the hypervisor stats check?15:59
dtantsurthings should settle by that time15:59
jrolldtantsur: not the worst idea15:59
jrollwaiting for devstack btw, then I will test this15:59
dtantsurjroll, 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 IRC16:01
jrolldtantsur: true, feel free to push that up and we can see how it does16:01
dtantsuryeah, I'll take a look how to do it in devstack, maybe turn out not so easy16:01
jrollyeah, fair point16:02
jrollthere should be a function for start/stop a service though16:02
* dtantsur is digging into devstack16:02
*** mgarza_ has joined #openstack-ironic16:03
*** chaustin has quit IRC16:05
*** chaustin has joined #openstack-ironic16:08
*** tingle is now known as tac1o16:08
*** rcernin has quit IRC16:09
openstackgerritDmitry Tantsur proposed openstack/ironic: [devstack] Restart nova compute before checking hypervisor stats  https://review.openstack.org/27312916:12
dtantsurjroll, let's see if it works ^^16:12
dtantsurdevananda, naive attempt to fix it ^^16:13
*** rpioso has joined #openstack-ironic16:13
openstackgerritYuriy Zveryanskyy proposed openstack/ironic: Add vendor interface for Intel NM policies  https://review.openstack.org/26418316:14
openstackgerritYuriy Zveryanskyy proposed openstack/ironic: Add "agent_ipmitool_nm" driver  https://review.openstack.org/26418416:14
*** david-lyle has joined #openstack-ironic16:14
Sukhdevdevananda : Quick question for you - if you are still around16:15
rloodtantsur: wrt the nova/keystone/ironic dance. do we know why keystone restarts?16:16
dtantsurno clues16:17
jrolldtantsur: cool, thanks16:18
dtantsurfolks, jroll, I'm leaving for FOSDEM tomorrow, back on Monday evening. please take care of these 2 patches as you find appropriate16:19
jrolldtantsur: cool, thanks dude. have fun :)16:19
dtantsurthnx ;)16:20
rlooenjoy dtantsur!16:20
*** ionutbalutoiu has quit IRC16:20
*** mbound has quit IRC16:21
*** ionutbalutoiu has joined #openstack-ironic16:21
NobodyCammorning Ironicers, Hope you'all are feel better then I am this week :)16:23
*** JasonF has joined #openstack-ironic16:24
*** JasonF has joined #openstack-ironic16:24
mgouldmorning NobodyCam! I hope you feel better soon16:24
*** NobodyCa1 has joined #openstack-ironic16:24
dtantsurmorning NobodyCam, I'm afraid not much better..16:24
dtantsurget better!16:24
*** NobodyCam has quit IRC16:25
*** JayF has quit IRC16:25
jrolldtantsur: good news, the instance isn't nuked16:25
NobodyCa1dtantsur: you too16:25
jrollhypervisor-stats shows down, waiting for RT to run again to bring them back16:25
* mgould sends get-better-soon wishes to dtantsur, and requests not to be infected this weekend :-)16:26
*** NobodyCa1 is now known as NobodyCam16:27
dtantsurthat's not flu, no worried.. just feel very tired and under weather16:27
dtantsur:)16:27
*** pas-ha has quit IRC16:27
NobodyCamquestion. 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#L78216:30
mgouldis the python-ironicclient gate currently broken until https://review.openstack.org/#/c/272564 is merged?16:31
jrollmgould: that was fixed in a different patch16:31
mgouldjroll, thanks16:32
jrollNobodyCam: if you already have ironic-python-agent checked out, it will use that afaik16:32
* mgould needs a better way of keeping track of all his open review tabs16:32
mgouldjroll, do you remember which patch fixed it so I can update elastic-recheck?16:34
jrollmgould: it's in a comment there :)16:35
mgouldd'oh16:35
* mgould looks again16:35
mgouldgot it, thanks16:36
mgouldoh, right, it's not showing up under "open reviews" because it's been closed successfully16:38
*** david-lyle has quit IRC16:38
* mgould makes a note to look at the bug status before the reviews next time16:38
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Enable doc8 style checker for *.rst files  https://review.openstack.org/27298816:39
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Fix doc8's "duplicated target names" (D000) error  https://review.openstack.org/27304416:39
*** david-lyle has joined #openstack-ironic16:40
*** chaustin has quit IRC16:41
*** spandhe has joined #openstack-ironic16:42
*** bnemec has quit IRC16:42
*** ionutbalutoiu has quit IRC16:44
*** ionutbalutoiu has joined #openstack-ironic16:46
*** chaustin has joined #openstack-ironic16:48
*** bnemec has joined #openstack-ironic16:49
jrolldtantsur: blah, resource tracker doesn't end up picking back up16:52
jrollhad to restart16:52
dtantsur:(16:52
jlvillalmtreinish: 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
jlvillalmtreinish: 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 IRC16:54
jlvillals/saw a YouTube/saw you in a YouTube/16:55
* jlvillal thinks never mind even though the sentence is still messed up...16:55
mtreinishjlvillal: do you mean guests that tempest is trying to boot at once? or like the number of nova computes?16:55
jlvillalmtreinish: I think guests. As I don't think we have nova computes...16:56
mgouldshould I abandon https://review.openstack.org/#/c/263831 in favour of https://review.openstack.org/#/c/272206 ?16:56
jlvillalmtreinish: If by nova computes you mean servers which are running VMs. As this is bare-metal testing.16:57
mgould272206 is meant to be a hacky version that can be merged without waiting for lots of dependencies16:57
mgouldsorry, other way round16:57
mgould272206 is the less hacky one, but it's still pretty hacky16:57
*** ntpttr has joined #openstack-ironic16:57
mtreinishjlvillal: so tempest runs in parallel with 4 workers in the gate and I think the most servers a test launches at once is like 316:58
*** trown is now known as trown|lunch16:58
mtreinishI would say assume between 4-12 servers are being booted at any given time (although probably closer to like 4)16:58
jlvillalmtreinish: So we normally only have one server running. Is there a setting to say, don't launch more than 1 server?16:59
jlvillalBy server I mean an Ironic bare-metal VM.16:59
*** jistr has quit IRC16:59
mtreinishjlvillal: well you can run serially that will limit the number of tests running api requests at once16:59
jlvillalmtreinish: Okay. Let me look into that. I have to go chair a meeting now...17:00
mtreinishthen as long as the tests you run dont start too many guests serially you should be ok17:00
jrolljlvillal: TEMPEST_CONCURRENCY I think is what you want, and I'd try 3 vms17:01
*** dprince has joined #openstack-ironic17:01
*** ionutbalutoiu has quit IRC17:01
dtantsurgoing now, see you on Monday and have a great weekend17:06
rloobye dtantsur, hope you feel better soon!17:09
mgouldbye dtantsur!17:10
*** vishwanathj has quit IRC17:11
vdroknight dtantsur !17:12
*** aarefiev has quit IRC17:13
*** chaustin has quit IRC17:13
*** dtantsur is now known as dtantsur|afk17:13
*** ndipanov has quit IRC17:15
*** chaustin has joined #openstack-ironic17:16
rloomgould: those are both tripleoclient patches. I have no comment on them.17:16
*** aarefiev has joined #openstack-ironic17:17
*** mgoddard has quit IRC17:17
mgouldrloo, thanks17:17
mgouldI'll ask in #tripleo17:18
rloomgould: :)17:18
*** mkovacik has quit IRC17:18
*** ionutbalutoiu has joined #openstack-ironic17:20
*** chaustin has quit IRC17:23
*** lazy_prince has quit IRC17:27
*** gmmaha has quit IRC17:28
*** tac1o has quit IRC17:29
jlvillalHas 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 inexpensive17:33
jlvillal$179 for a 24 port L3 switch is kind of shocking to me.17:33
jlvillalL3 switch and router, that is.17:36
*** chaustin has joined #openstack-ironic17:39
*** krtaylor has quit IRC17:41
*** mbound has joined #openstack-ironic17:43
vdrokand to make things even worse, post pipeline seems to be stuck :(17:43
*** mbound has quit IRC17:44
lucasagomes:-/17:45
*** linuxaddicts is now known as linuxgeek17:49
*** degorenko is now known as _degorenko|afk17:50
*** chaustin has quit IRC17:50
*** chaustin has joined #openstack-ironic17:50
*** gmmaha has joined #openstack-ironic17:51
*** derekh has quit IRC17:52
*** krtaylor has joined #openstack-ironic17:53
*** mbound has joined #openstack-ironic17:54
*** ijw has joined #openstack-ironic17:54
*** jcoufal has quit IRC17:54
*** garthb has joined #openstack-ironic17:55
*** dims has quit IRC17:58
*** chaustin has quit IRC17:58
*** Sukhdev has quit IRC17:59
*** achanda has joined #openstack-ironic17:59
*** rcernin has joined #openstack-ironic18:00
*** chaustin has joined #openstack-ironic18:00
lucasagomesfolks calling it a day, have a great evening everyone18:02
mgouldgood night lucasagomes!18:03
openstackgerritStephanie Miller proposed openstack/bifrost: Better $SCRIPT_HOME  https://review.openstack.org/27317618:03
thiagopg'night lucasagomes18:04
lucasagomessee y'all :-)18:04
*** lucasagomes is now known as lucas-dinner18:04
NobodyCamnight lucas-dinner18:05
NobodyCamnight mgould18:06
*** sambetts has quit IRC18:06
*** moshele has quit IRC18:06
mgouldNight NobodyCam!18:06
vdrokgood night everyone!18:09
NobodyCamnight vdrok :)18:09
thiagopnight vdrok18:09
mgouldnight vdrok18:13
jlvillalGood night lucas-dinner dtantsur|afk vdrok and anyone else who left...18:13
*** fellypefca has joined #openstack-ironic18:14
*** raddaoui has joined #openstack-ironic18:16
fellypefcaDoes 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 sepc18:16
*** jcoufal has joined #openstack-ironic18:18
*** mbound has quit IRC18:18
jrollfellypefca: 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.html18:21
jrollmay be enlightening18:21
jrollmostly the first18:21
*** athomas has quit IRC18:22
*** athomas has joined #openstack-ironic18:22
*** mgoddard has joined #openstack-ironic18:22
*** chaustin has quit IRC18:24
*** achanda has quit IRC18:24
*** mgoddard has quit IRC18:25
*** mgoddard_ has joined #openstack-ironic18:25
*** ukalifon1 has quit IRC18:26
*** fellypefca has quit IRC18:27
*** fellypefca has joined #openstack-ironic18:28
rloojroll, 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
jrollrloo: yes, lucas was doing some of that work I believe18:29
openstackgerritlokesh s proposed openstack/ironic: Adding audit support middleware to Ironic  https://review.openstack.org/27265818:29
jrollafaranha_: correct, though provisioning network could be a vlan or vxlan segment as well, not necessarily flat - but has access to ironic services18:29
rloojroll: 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 IRC18:30
*** ifarkas has quit IRC18:30
rloojroll: and/or should we have RFE/RFC whatever in ironic that corresponds to xproject spec?18:30
jrollrloo: maybe, I've been thinking about that a bit - we need to do better at tracking that stuff18:31
rloojroll: yeah, and as a form of communicating :)18:31
jrollyep18:31
*** chaustin has joined #openstack-ironic18:31
*** electrofelix has quit IRC18:32
*** fellypefca_ has joined #openstack-ironic18:32
*** ionutbalutoiu has quit IRC18:33
*** achanda has joined #openstack-ironic18:33
*** ntpttr has left #openstack-ironic18:33
afaranha_jroll thanks18:34
NobodyCamJayF: 189969 +a'd :)18:35
NobodyCamjroll: ^^^18:35
jrollnice18:35
NobodyCamlol my brain looped several times on the "steps[step['step']].append(step)" line18:36
openstackgerritMerged openstack/python-ironicclient: Support all API versions up to 1.latest  https://review.openstack.org/26809818:37
openstackgerritStephanie Miller proposed openstack/bifrost: Separate log collection into its own script  https://review.openstack.org/27319118:40
* mgould -> home; good night, everyone!18:43
*** mgould has quit IRC18:43
NobodyCamnight mgould (for real this time)18:43
*** fellypefca has quit IRC18:44
*** daemontool_ has joined #openstack-ironic18:45
*** daemontool has quit IRC18:47
*** mjturek1 has quit IRC18:48
*** trown|lunch is now known as trown18:49
*** raddaoui has quit IRC18:50
*** mjturek1 has joined #openstack-ironic18:53
*** dprince has quit IRC18:59
*** dprince has joined #openstack-ironic19:00
*** trown is now known as trown|brb19:02
*** rbudden_ has joined #openstack-ironic19:04
*** rbudden has quit IRC19:05
*** rbudden_ is now known as rbudden19:05
*** trown|brb is now known as trown19:13
*** boris-42 has quit IRC19:13
*** e0ne has quit IRC19:13
*** piet has quit IRC19:15
*** raddaoui has joined #openstack-ironic19:16
*** harshs has joined #openstack-ironic19:17
*** penick has joined #openstack-ironic19:22
*** Sukhdev has joined #openstack-ironic19:23
*** e0ne has joined #openstack-ironic19:25
*** spandhe has quit IRC19:28
*** spandhe has joined #openstack-ironic19:28
*** chaustin has quit IRC19:28
openstackgerritMerged openstack/bifrost: Ansible 2.0 change and module cleanup  https://review.openstack.org/26880919:30
*** moshele has joined #openstack-ironic19:30
*** chaustin has joined #openstack-ironic19:30
openstackgerritMerged openstack/bifrost: Remove excess/un-needed entries from dnsmasq template  https://review.openstack.org/26880719:34
*** afaranha_ has quit IRC19:36
*** piet has joined #openstack-ironic19:36
*** pece has joined #openstack-ironic19:38
*** Marga_ has quit IRC19:40
*** pece has quit IRC19:40
*** ionutbalutoiu has joined #openstack-ironic19:44
*** chaustin has quit IRC19:46
*** dims has joined #openstack-ironic19:53
openstackgerritMerged openstack/bifrost: Sync from global requirements  https://review.openstack.org/27048919:55
*** Sukhdev has quit IRC19:57
*** ionutbalutoiu has quit IRC20:01
gmmahamight i ask how long it would take for changes in ironic-python-agent to land as an image that can be downloaded?20:02
gmmahai 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-ironic20:03
gmmahai was able to get past it by using a patched coreos*20:03
*** ChubYann has joined #openstack-ironic20:04
*** barra204 has quit IRC20:06
*** daemontool has joined #openstack-ironic20:06
*** ijw has quit IRC20:07
*** fellypefca_ has quit IRC20:07
*** jcoufal has quit IRC20:07
*** ionutbalutoiu has joined #openstack-ironic20:09
*** daemontool_ has quit IRC20:09
TheJuliagmmaha: it appeared like an hour ago20:13
TheJuliaon tarballs.o.o20:13
openstackgerritMerged openstack/bifrost: use sys.exit() replace exit()  https://review.openstack.org/27197020:15
*** Sukhdev has joined #openstack-ironic20:16
openstackgerritOpenStack Proposal Bot proposed openstack/ironic-python-agent: Updated from global requirements  https://review.openstack.org/26845020:16
*** chaustin has joined #openstack-ironic20:17
openstackgerritOpenStack Proposal Bot proposed openstack/python-ironicclient: Updated from global requirements  https://review.openstack.org/27167520:20
openstackgerritMerged openstack/bifrost: Remove pip <8 version pinning  https://review.openstack.org/27200320:20
*** baoli has quit IRC20:26
*** mbound has joined #openstack-ironic20:31
*** ionutbalutoiu has quit IRC20:34
*** ionutbalutoiu has joined #openstack-ironic20:35
*** raddaoui has quit IRC20:37
*** chaustin has quit IRC20:38
ianwjroll: 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 solved20:38
*** ijw has joined #openstack-ironic20:38
*** ionutbalutoiu has quit IRC20:40
*** chaustin has joined #openstack-ironic20:41
TheJuliadtantsur|afk: fyi, looks like the inspector gate is much happier now.20:42
*** vishwanathj has joined #openstack-ironic20:42
*** Sukhdev has quit IRC20:44
jrollianw: yep, working on it20:44
jrollthat one is intermittent20:44
*** raddaoui has joined #openstack-ironic20:46
ianwjroll: 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 IRC20:53
gmmahaTheJulia: awesome.. thanks20:54
*** chaustin has joined #openstack-ironic20:55
*** raddaoui has quit IRC20:57
*** mbound has quit IRC21:01
*** mbound has joined #openstack-ironic21:04
TheJuliagmmaha: no problem! Enjoy! :)21:04
*** ijw has quit IRC21:07
rloothe 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 IRC21:16
*** trown is now known as trown|outttypeww21:18
*** harshs has quit IRC21:19
*** harshs has joined #openstack-ironic21:19
*** harshs has quit IRC21:19
*** raildo is now known as raildo-afk21:20
* TheJulia goes and context switches to that for a little bit21:21
jrollianw: I believe this hack should fix it, I'm about to +2 https://review.openstack.org/#/c/273129/21:23
jrollto 'truly' fix this in nova is going to be some work, AIUI, and this week is bad with them at midcycle21:23
rloosigh, what happened to our release notes? the Mitaka series disappeared: http://docs.openstack.org/releasenotes/ironic/21:24
TheJuliadid a liberty patch land?21:27
TheJuliaor is that no longer a bug?21:28
rlooTheJulia: dunno to both questions. hopefully ? that is the reason...21:28
TheJuliayup21:28
TheJuliaa patch to liberty landed21:28
TheJuliahttps://review.openstack.org/#/c/268583/21:29
rlooTheJulia: OH. guess we need to land on in master now  :-(21:29
jrollyeah, that was my first though21:29
jrollt21:29
TheJuliayeah :(21:30
TheJuliawell, I'm not sure its THAT big of a deal imho, but yeah, stinks21:30
TheJuliabut if it was stable/kilo, that would be worse21:30
rlooit 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
rloowell, 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
TheJuliaYeah, good point, it is nice to see the rendered docs. :\21:31
TheJulialol, very true :)21:32
*** raddaoui has joined #openstack-ironic21:33
*** piet has quit IRC21:40
rlooTheJulia: 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
TheJuliaMy brain is completely fried.  Cinder midcycle + nobodycam got an idea in my head that kept unfolding and unfolding.21:41
rlooTheJulia: I'm sure you'll work it out :) Are you still at the midcycle and are they still video'ing you?21:42
TheJuliarloo: 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 point21:43
rlooTheJulia: ;)21:44
*** baoli has joined #openstack-ironic21:44
TheJuliabad idea... is the idea now needs to come out, and will require liquor, and a large whiteboard21:45
*** baoli_ has joined #openstack-ironic21:46
TheJuliaerr, bad thing21:46
TheJuliayeah, brain... fried.21:46
*** dims has quit IRC21:46
*** chaustin has quit IRC21:48
*** e0ne has quit IRC21:49
*** baoli has quit IRC21:49
*** chaustin has joined #openstack-ironic21:51
*** piet has joined #openstack-ironic21:51
*** jcoufal has joined #openstack-ironic21:52
*** lifeless has quit IRC21:53
*** mtanino has quit IRC21:54
*** mtanino__ has quit IRC21:54
*** lifeless has joined #openstack-ironic21:55
*** Sukhdev has joined #openstack-ironic21:55
*** mtanino_ has quit IRC21:55
*** mtanino__ has joined #openstack-ironic21:56
*** mtanino has joined #openstack-ironic21:56
*** harshs has joined #openstack-ironic21:57
*** harshs has left #openstack-ironic21:58
thiagopGood evening everyone, see ya!22:00
*** thiagop has quit IRC22:04
rloojroll: 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
jrollrloo: sure22:07
rloojroll: thx :)22:07
*** chaustin has quit IRC22:08
*** cdearborn has quit IRC22:09
*** dprince has quit IRC22:11
jlvillaljroll: 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
jrolljlvillal: yeesh, gate also has 40gb22:18
jrollwe could make that smaller though, no?22:18
jrollmake disk like 2gb22:18
jlvillaljroll: Probably. I will have to dig into it and figure out where the size is configured.22:18
jlvillalYeah, I doubt we need 12GB. That seems overkill for gate testing.22:19
jrollyeah, cirros image is like 25mb or something22:19
*** daemontool has quit IRC22:19
jrollshould be configured in the devstack code, there's the nova flavor and probably create-vm.sh or whatever22:19
jlvillaljroll: Thanks. I'm 'git grepping' at the moment :)22:20
*** mgoddard_ has joined #openstack-ironic22:21
jrollcool, though '12' and '10' are hard things to grep for :P22:21
*** raddaoui has quit IRC22:21
jlvillaljroll: I was doing IRONIC_VM_SPECS_RAM22:21
jlvillalAnd found stuff in: ironic/devstack/lib/ironic. Looking now22:22
jlvillalIRONIC_HW_NODE_DISK=${IRONIC_HW_NODE_DISK:-10}22:22
*** penick has quit IRC22:27
*** piet has quit IRC22:28
*** daemontool has joined #openstack-ironic22:30
*** thrash is now known as thrash|pto22:31
mrdaMorning Ironic22:31
*** baoli_ has quit IRC22:33
*** penick has joined #openstack-ironic22:37
*** daemontool_ has joined #openstack-ironic22:37
*** daemontool has quit IRC22:39
rloomornin' mrda22:40
mrdahey rloo!22:41
*** mgoddard_ has quit IRC22:49
*** dims has joined #openstack-ironic22:51
*** izaakk has quit IRC22:53
*** dims has quit IRC22:54
*** jcoufal has quit IRC22:55
*** Sukhdev has quit IRC22:57
*** daemontool has joined #openstack-ironic22:58
*** daemontool_ has quit IRC23:01
*** e0ne has joined #openstack-ironic23:02
*** yuanying_ has quit IRC23:02
*** harlowja has quit IRC23:03
*** raddaoui has joined #openstack-ironic23:03
*** e0ne_ has joined #openstack-ironic23:04
jrollohai mrda :)23:04
*** harlowja has joined #openstack-ironic23:04
mrdahey jroll!23:04
*** e0ne has quit IRC23:06
*** davidlenwell has quit IRC23:06
*** moshele has quit IRC23:08
*** davidlenwell has joined #openstack-ironic23:08
*** Haomeng has quit IRC23:10
openstackgerritStephanie Miller proposed openstack/bifrost: Initial support for virtualenv installation  https://review.openstack.org/26436623:10
*** yuanying has joined #openstack-ironic23:12
*** raddaoui has quit IRC23:12
*** chlong has quit IRC23:18
zer0c00ljroll: 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 IRC23:24
*** rbudden has quit IRC23:29
*** dims_ has joined #openstack-ironic23:30
*** chlong has joined #openstack-ironic23:31
jrollzer0c00l: about to hop in a meeting for the rest of the day, I should be able to review all the things tomorrow though23:44
openstackgerritMerged openstack/ironic: [devstack] Restart nova compute before checking hypervisor stats  https://review.openstack.org/27312923:45
*** Sukhdev has joined #openstack-ironic23:46
*** smoriya_ has joined #openstack-ironic23:46
*** Sukhdev has quit IRC23:49
*** alexpilotti has quit IRC23:50
*** Sukhdev has joined #openstack-ironic23:51
*** Sukhdev has quit IRC23:52
*** Sukhdev has joined #openstack-ironic23:52
zer0c00ljroll: sure23:53
*** Sukhdev has quit IRC23:54
*** Sukhdev has joined #openstack-ironic23:54
*** Sukhdev has quit IRC23:56
*** Sukhdev has joined #openstack-ironic23:56
*** Sukhdev has quit IRC23:57
*** Sukhdev has joined #openstack-ironic23:58
*** Sukhdev has quit IRC23:59

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