Friday, 2016-05-27

*** sdake_ has joined #openstack-ironic00:00
*** sdake has quit IRC00:02
cineramayeah you might just need to inspect the diff and go from there00:04
*** joprovost has quit IRC00:05
aNupoisccinerama: i just cloned the latest code and didn't change anything so git diff is nothing. :) But i am checking what is that patch changing becuase I am unable to apply that patch00:12
*** dims has quit IRC00:13
aNupoiscI think i will just follow this make suitabe env changes to group_vars/ and go ahead with it. Tomo when gmmaha comes will ask him about the patch00:14
aNupoiscoops i mean follow http://docs.openstack.org/developer/bifrost/readme.html#installation00:14
*** mtanino has joined #openstack-ironic00:16
cineramaaNupoisc, i meant when you try to merge your stuff, where the conflict is00:20
cineramaaNupoisc, but i think your approach with making the right changes to group vars could be easier00:21
aNupoiscoh Gotch you. Yes even i am thinking that00:21
aNupoiscif i get hold of gmmaha i will ask him of the patch00:21
aNupoisci am quite unsure why that patch has applied00:22
*** baoli has quit IRC00:22
*** baoli has joined #openstack-ironic00:23
aNupoiscI mean quite unsure of the env that needed00:25
*** ijw has quit IRC00:34
*** ijw has joined #openstack-ironic00:34
JayFI pushed up a change to Ironic's driver in nova, if anyone would like to review: https://review.openstack.org/321907 Ironic nodes with instance_uuid are not available00:36
JayFjcook: https://review.openstack.org/321907 Ironic nodes with instance_uuid are not available fixes that other case from the bug you mostly-fixed.00:37
jrollJayF: sooooo I hate to ask00:39
jrollbut bugs here keep happening00:39
jrollwfyt about re-writing to:00:39
JayFwhatever your about to say will need to go on the review too, although I am intersted in this00:39
JayFfwiw the behavior is tested, this  was just an untested case00:39
jrollif active and instance_uuid: all resources used; if available and no instance uuid: no resources used, available to schedule; else: no resources exist00:40
jrollmaybe a power state check in there, dunno00:40
jrollI ask here because "nou" is a fine answer00:40
JayFI think the answer is that won't work00:40
*** Egyptian[Home] has quit IRC00:40
jrollwhat am I missing?00:40
JayFI tried to combine the "not in good_provision_states" with the check for instance uuid00:40
JayFactually you know what I could do00:41
JayFit's currently00:41
JayF        return (node_obj.maintenance or00:41
JayF                node_obj.power_state in bad_power_states or00:41
JayF                node_obj.provision_state not in good_provision_states or00:41
JayF                (node_obj.provision_state in good_provision_states and00:41
JayF                 node_obj.instance_uuid is not None))00:41
JayFI would do00:41
JayF(provision_state not in good provision states AND node_obj.instance_uuid is None)00:41
JayFthen I can remove one line of that00:41
JayFlet me see if that still passes my test00:41
*** mtanino has quit IRC00:41
JayFjroll: ^ was that what you meant?00:42
jrollJayF: not really00:43
* jroll gists00:43
JayFI think you want me to refactor the way it works for a one line fix00:43
JayFif i understand correctly00:43
* JayF touches nose00:43
jrollright :)00:45
jrollthat's why I said nou is fine00:45
jrollI think this is what I mean: https://gist.github.com/jimrollenhagen/f8fea4d1d0cb980e70142b41ba562c6c00:45
jrollaw heck, DEPLOYING is meant to be "everything used"00:45
* jroll is curious how often people trust hypervisor-stats00:46
JayFI honestly think this is harder to understand than the way it currently is00:46
jrollmaybe00:46
jrollbut it's one thing at a time00:46
JayFbut I do say no to your proposal on a matter of it's a lot more than one line, and I'm pretty sure between jcook and I we've worked through the edges00:46
jrollwe keep shooting ourselves with this stuff00:46
jrollbecause it's super complex and shouldn't be00:47
jroll(and it's all because the resource tracker doesn't trust us)00:48
JayFI mean, I think there's possbily value there, but if we were going to do it we should've done it 4 or 5 bugfixes ago00:48
JayFat this point we've sussed out most of the badness from this already00:48
jrollI won't believe that unless we enumerate every possible case in the unit tests :)00:48
*** vmud213 has joined #openstack-ironic00:49
jrollbut yeah, it's fine, was just curious what you thought00:49
JayFHave you looked at the tests?00:50
JayFthey're pretty damn close to that already00:50
JayFin fact reviews with more cases to test for are very welcome in that patch, and I'll add those inb00:50
JayFbecause we should do that before we refactor the code anyway (if we did)00:50
JayFsaying the code isn't fully tested to me is a good reason not to refactor it until it is :)00:50
jrollsure00:51
jroll+1'd with bonus low hanging fruit if you want it00:51
aNupoisccinerama TheJulia I am heading out. WIll get back to you tomo with updates. if get a chance work with gmmaha as well. :)00:52
JayFdeprecating nostate there should be done on a smaller change specific to that bug00:52
JayFif you wanna file that bug and assign it to me I'll knock it out though00:52
jrollI may file it tomorrow, I feel like it doesn't even need a bug00:52
jrollbut yeah separate patch is what I meant00:53
JayFI mean, if that's the answer that's the answer00:53
JayFI won't write that patch now though :)00:53
jrollsure00:53
jrollsee ya tuesday :)00:53
JayFAye o/00:53
*** wajdi_ has quit IRC00:53
*** rloo has quit IRC00:54
*** rloo has joined #openstack-ironic00:54
*** hoangcx has joined #openstack-ironic00:55
*** dims has joined #openstack-ironic00:56
*** phuongnh has joined #openstack-ironic00:58
*** penick has quit IRC01:01
*** YiboCai has joined #openstack-ironic01:03
*** phuong has joined #openstack-ironic01:13
*** aNupoisc has quit IRC01:16
*** phuong has quit IRC01:16
*** baoli has quit IRC01:29
*** baoli has joined #openstack-ironic01:31
*** joprovost has joined #openstack-ironic01:33
*** jaybeale has joined #openstack-ironic01:34
*** Egyptian[Home] has joined #openstack-ironic01:40
*** Nisha_away has joined #openstack-ironic01:40
*** Nisha_away has quit IRC01:45
*** sdake has joined #openstack-ironic01:45
*** rama_y has joined #openstack-ironic01:46
*** sdake_ has quit IRC01:48
*** joprovost has quit IRC01:51
*** jaybeale has quit IRC02:04
*** Egyptian[Home] has quit IRC02:07
*** vmud213 has quit IRC02:13
*** vmud213 has joined #openstack-ironic02:15
*** hparekh has quit IRC02:15
*** ijw_ has joined #openstack-ironic02:16
*** ijw has quit IRC02:19
*** penick has joined #openstack-ironic02:22
*** sdake_ has joined #openstack-ironic02:26
*** sdake has quit IRC02:28
*** Madasi has quit IRC02:32
*** openstackgerrit has quit IRC02:36
*** Madasi has joined #openstack-ironic02:38
*** JieLi has joined #openstack-ironic02:39
*** openstackgerrit has joined #openstack-ironic02:42
*** vmud213 has quit IRC02:43
*** rama_y has quit IRC02:44
*** rama_y has joined #openstack-ironic02:45
*** Madasi has quit IRC02:45
*** penick has quit IRC02:46
*** yuanying has quit IRC02:50
*** Madasi has joined #openstack-ironic02:50
*** Egyptian[Home] has joined #openstack-ironic02:52
*** openstackgerrit has quit IRC02:56
*** vmud213 has joined #openstack-ironic02:57
*** Madasi has quit IRC02:58
*** Sukhdev has joined #openstack-ironic02:58
Sukhdevvsaienko : Ping02:59
jcookJayF jroll aw, http://i.imgur.com/ULEegzZ.gifv03:00
-openstackstatus- NOTICE: Gerrit is going offline briefly to check possible filesystem corruption03:00
*** ChanServ changes topic to "Gerrit is going offline briefly to check possible filesystem corruption"03:00
jcookI'm way to tired to grok anything right now, but if there's a patch to review somewhere happy to do that next week03:01
Sukhdevvsaienko: If you are around, I am having issue with the devstack patches -03:03
*** vmud213 has quit IRC03:03
Sukhdevvdrok : are you still here?03:03
*** flwang has joined #openstack-ironic03:04
*** rama_y has quit IRC03:06
*** rama_y has joined #openstack-ironic03:06
*** sdake has joined #openstack-ironic03:07
*** Madasi has joined #openstack-ironic03:11
*** sdake_ has quit IRC03:11
*** rama_y has quit IRC03:14
*** rama_y has joined #openstack-ironic03:15
*** Madasi has quit IRC03:17
*** openstackgerrit has joined #openstack-ironic03:18
*** amotoki has quit IRC03:20
*** ChanServ changes topic to "Bare Metal Provisioning | Status: http://bit.ly/ironic-whiteboard | Docs: http://docs.openstack.org/developer/ironic/ | Bugs: https://bugs.launchpad.net/ironic"03:20
-openstackstatus- NOTICE: after a quick check, gerrit and its filesystem have been brought back online and should be working again03:20
*** Madasi has joined #openstack-ironic03:23
*** sabeen1 has quit IRC03:26
*** sabeen has joined #openstack-ironic03:28
openstackgerritRamamani Yeleswarapu proposed openstack/ironic: Centralize config options - [agent]  https://review.openstack.org/30960303:30
*** jaybeale has joined #openstack-ironic03:33
*** JieLi has quit IRC03:35
*** Egyptian[Home] has quit IRC03:41
*** yuikotakadamori has quit IRC03:44
*** ijw_ has quit IRC03:44
*** baoli has quit IRC03:44
*** phschwartz has joined #openstack-ironic03:45
*** baoli has joined #openstack-ironic03:45
*** Sukhdev has quit IRC03:45
*** ijw has joined #openstack-ironic03:45
*** links has joined #openstack-ironic03:46
*** yuanying has joined #openstack-ironic03:48
*** baoli has quit IRC03:50
*** baoli has joined #openstack-ironic03:51
*** yuikotakadamori has joined #openstack-ironic03:51
*** ijw has quit IRC04:10
*** amotoki has joined #openstack-ironic04:14
*** Nisha_away has joined #openstack-ironic04:24
*** sdake_ has joined #openstack-ironic04:25
*** sdake has quit IRC04:27
*** amotoki has quit IRC04:28
*** sdake has joined #openstack-ironic04:31
*** Sukhdev has joined #openstack-ironic04:33
*** sdake_ has quit IRC04:33
*** adu has joined #openstack-ironic04:37
*** ishant has joined #openstack-ironic04:38
*** ChubYann has quit IRC04:46
*** penick has joined #openstack-ironic04:46
*** praneshp has joined #openstack-ironic04:47
*** Nisha_away has quit IRC04:50
*** hparekh has joined #openstack-ironic05:00
*** sacharya has quit IRC05:01
openstackgerritlokesh s proposed openstack/ironic: Add support for the audit middleware  https://review.openstack.org/27265805:08
*** amotoki has joined #openstack-ironic05:11
*** adu has quit IRC05:20
*** rloo has quit IRC05:25
*** baoli has quit IRC05:29
*** ChrisAusten has quit IRC05:50
*** ChrisAusten has joined #openstack-ironic05:50
*** sdake_ has joined #openstack-ironic05:53
*** sdake_ has joined #openstack-ironic05:53
*** sdake has quit IRC05:56
*** sdake_ has quit IRC05:59
*** fragatina has quit IRC06:00
*** sacharya has joined #openstack-ironic06:02
*** stendulker has joined #openstack-ironic06:03
*** rcernin has joined #openstack-ironic06:05
*** sacharya has quit IRC06:08
*** fragatina has joined #openstack-ironic06:12
*** rama_y has quit IRC06:14
*** rcernin has quit IRC06:15
*** fragatina has quit IRC06:16
*** fragatina has joined #openstack-ironic06:19
*** fragatina has quit IRC06:20
*** fragatina has joined #openstack-ironic06:20
*** rcernin has joined #openstack-ironic06:20
*** phuongnh has quit IRC06:24
*** phuongnh has joined #openstack-ironic06:25
*** Sukhdev has quit IRC06:27
*** sabeen has quit IRC06:35
*** phuongnh has quit IRC06:37
*** daemontool has joined #openstack-ironic06:44
*** praneshp has quit IRC06:54
*** elfosardo_ has quit IRC07:00
openstackgerritVasyl Saienko proposed openstack/ironic: Disable disk_config compute-feature-enabled in tempest  https://review.openstack.org/32198207:04
*** ChrisAusten has quit IRC07:06
openstackgerritVasyl Saienko proposed openstack/ironic: Patch to test Grenade.  https://review.openstack.org/31110907:08
openstackgerritVasyl Saienko proposed openstack/ironic: Patch to test Grenade.  https://review.openstack.org/31110907:11
vsaienkoSukhdev, I'm here07:11
vsaienkoSukhdev, latest version of patches has an issue it is described https://review.openstack.org/#/c/206244/106/ironic/api/controllers/v1/types.py07:12
-openstackstatus- NOTICE: zuul required a restart due to network outages. If your change is not listed on http://status.openstack.org/zuul/ and is missing results, please issue a 'recheck'.07:13
*** ifarkas has joined #openstack-ironic07:15
*** daemontool has quit IRC07:32
openstackgerritTan Lin proposed openstack/ironic: Add a doc about how to append kernel parameters to boot instances  https://review.openstack.org/32084807:35
*** tesseract has joined #openstack-ironic07:36
openstackgerritYuriy Zveryanskyy proposed openstack/ironic: Remove backward compatibility code for agent url  https://review.openstack.org/32198907:39
*** kromanenko_ has joined #openstack-ironic07:40
*** Romanenko_K has joined #openstack-ironic07:40
*** kromanenko__ has joined #openstack-ironic07:40
*** amotoki_ has joined #openstack-ironic07:41
*** amotoki has quit IRC07:43
openstackgerritTan Lin proposed openstack/ironic: Add a doc about appending kernel parameters to boot instances  https://review.openstack.org/32084807:54
*** ifarkas_ has joined #openstack-ironic07:56
*** ifarkas has quit IRC07:56
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-ironic08:00
*** fragatina has quit IRC08:01
*** athomas has joined #openstack-ironic08:16
lucasagomesmorning all08:17
*** Nisha_away has joined #openstack-ironic08:21
yuriyzmorning Ironic08:22
yuriyzlooks like tempest gates broken08:22
openstackgerritVasyl Saienko proposed openstack/ironic: Fix signature for request method  https://review.openstack.org/32200708:25
lucasagomes:-/08:27
vsaienkomornig lucasagomes and all08:27
vsaienkothis patch should fix gates08:27
vsaienkohttps://review.openstack.org/#/c/322007/08:27
*** MattMan has quit IRC08:29
*** MattMan has joined #openstack-ironic08:30
lucasagomesvsaienko, awesome! Thank you08:32
lucasagomesvsaienko, btw I don't have a good soution either for the staging drivers gate08:33
lucasagomesto install the dependencies :-/08:33
lucasagomesvsaienko, leaving a bash script for now seems fine to me, if you agree08:33
vdrokmorning ironic, lucasagomes08:33
openstackgerritYuriy Zveryanskyy proposed openstack/ironic: Remove backward compatibility code for agent url  https://review.openstack.org/32198908:34
vsaienkolucasagomes: yeah, it gives a full power to driver owners if they need to install additional software08:34
lucasagomesvsaienko, yup. We could create a better abstraction layer on-demand08:35
lucasagomesvsaienko, currently, no drivers in tree are using that bash so we can extend it as we go08:35
*** derekh has joined #openstack-ironic08:35
vsaienkolucasagomes: regarding job. We may enabled all drivers and check if conductor start, or enable the one by one08:37
vsaienko*enable08:37
stendulkermorning all08:39
vdrokgood morning stendulker08:40
stendulkervdrok: o/08:40
lucasagomesvsaienko, hmm probably we can enable all and ironic will tell us which one failed to load08:41
lucasagomesvsaienko, problem is if there's more than 1 that failed, I think Ironic will do it in a sequence08:41
lucasagomesbut should not be a big deal either08:41
vsaienkomorning vdrok08:41
vdroko/ :)08:42
*** e0ne has joined #openstack-ironic08:43
*** dmk0202 has joined #openstack-ironic08:46
*** yuanying has quit IRC08:47
*** yuanying has joined #openstack-ironic08:53
*** yuanying has quit IRC08:54
*** vmud213 has joined #openstack-ironic09:00
openstackgerritVasyl Saienko proposed openstack/ironic: Fix signature for request method  https://review.openstack.org/32200709:01
*** phuongnh has joined #openstack-ironic09:08
*** amotoki_ has quit IRC09:10
*** yuanying has joined #openstack-ironic09:10
*** yuanying has quit IRC09:15
*** daemontool has joined #openstack-ironic09:18
*** zzzeek has quit IRC09:20
*** amotoki has joined #openstack-ironic09:20
*** amotoki has quit IRC09:27
*** electrofelix has joined #openstack-ironic09:27
dtantsurMorning/afternoon Ironic09:36
lucasagomesdtantsur, morning09:37
* dtantsur got a new work laptop, so he'll spend most of today setting it up09:37
lucasagomesdtantsur, nice one, the X1?09:38
dtantsurlucasagomes, T460s09:38
lucasagomescool09:38
dtantsurstill incredibly light and pretty powerful09:38
* lucasagomes have to wait for the warrant of his current one to expire before getting a new one09:38
lucasagomesit should have expired as well since I'm > 3 years on RH now09:39
dtantsurexcept for I'm just back from the local shop, cause 256Gi SSD for tripleo is a joke09:39
dtantsurlucasagomes, definitely. check it on lenovo site09:39
lucasagomesbut, I got my laptop really late so in the process so I gotta wait til september09:39
lucasagomesdtantsur, yeah i did :-/09:39
dtantsurah I see09:39
dtantsurI was lucky, cause my laptop was already 1 year old when I joined :)09:39
lucasagomesdtantsur, oh yeah09:40
dtantsurlucasagomes, so which one are you going to get next?09:42
lucasagomesdtantsur, I haven't looked at the list. Do you have it handy there?09:43
dtantsurlucasagomes, X1, T460s, T460p IIRC. I'll pm you the internal link09:44
lucasagomesack09:44
dtantsurwell, that's unless you want a Mac like milan :)09:45
*** athomas has quit IRC09:47
*** Nisha_away has quit IRC09:52
lucasagomesdtantsur, ...09:52
* lucasagomes hold his rage 09:53
dtantsur:)09:53
*** moshele has joined #openstack-ironic09:53
*** mgould|afk is now known as mgould09:58
*** athomas has joined #openstack-ironic09:59
*** yuikotakadamori has quit IRC10:01
*** sacharya has joined #openstack-ironic10:03
* dtantsur install F24 beta 1, cause why not10:07
*** sacharya has quit IRC10:09
*** yuanying has joined #openstack-ironic10:11
*** Egyptian[Home] has joined #openstack-ironic10:17
*** moshele has quit IRC10:21
*** phuongnh has quit IRC10:28
openstackgerritMerged openstack/ironic: Fix signature for request method  https://review.openstack.org/32200710:34
*** hoangcx has quit IRC10:36
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Functional tests for portgroups in ironicclient  https://review.openstack.org/29772710:41
*** thrash|g0ne is now known as thrash10:47
*** openstackgerrit has quit IRC10:47
*** openstackgerrit has joined #openstack-ironic10:48
*** ishant has quit IRC10:53
*** YiboCai has quit IRC10:53
*** Egyptian[Home] has quit IRC10:57
*** Egyptian[Home] has joined #openstack-ironic10:58
*** stendulker has quit IRC11:00
*** lucasagomes is now known as lucas-hungry11:29
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Add sanity tests for testing actions with Port  https://review.openstack.org/24094411:34
*** Egyptian[Home] has quit IRC11:47
*** openstackgerrit has quit IRC11:47
*** openstackgerrit has joined #openstack-ironic11:48
*** daemontool has quit IRC11:51
*** daemontool has joined #openstack-ironic11:51
*** Egyptian[Home] has joined #openstack-ironic11:57
*** rbudden has joined #openstack-ironic12:01
*** yolanda has quit IRC12:04
*** sacharya has joined #openstack-ironic12:05
*** yolanda has joined #openstack-ironic12:06
*** daemontool has quit IRC12:08
*** daemontool has joined #openstack-ironic12:08
*** sacharya has quit IRC12:09
*** daemontool has quit IRC12:18
*** daemontool has joined #openstack-ironic12:18
*** yuriyz has quit IRC12:23
*** trown|outtypewww is now known as trown12:23
*** vmud213 has quit IRC12:23
TheJuliagood morning12:26
*** lucas-hungry is now known as lucasagomes12:28
lucasagomesTheJulia, morning12:28
vdrokmorning TheJulia12:31
*** daemontool has quit IRC12:31
*** daemontool has joined #openstack-ironic12:32
*** dprince has joined #openstack-ironic12:33
mat128good morning TheJulia12:33
mat128welcome back :)12:33
*** lindycoder has joined #openstack-ironic12:39
*** Egyptian[Home] has quit IRC12:40
*** parlos has joined #openstack-ironic12:40
*** yolanda has quit IRC12:41
*** daemontool has quit IRC12:42
*** daemontool has joined #openstack-ironic12:42
*** clenimar has joined #openstack-ironic12:44
*** openstackgerrit has quit IRC12:48
*** yolanda has joined #openstack-ironic12:48
*** openstackgerrit has joined #openstack-ironic12:48
*** yuriyz has joined #openstack-ironic12:49
*** baoli has joined #openstack-ironic12:54
*** baoli_ has joined #openstack-ironic12:56
*** baoli has quit IRC12:59
*** piet has joined #openstack-ironic13:00
lucasagomesharlowja, yo yo yo, if you around. I think I don't understand oslo.service's signal handling mechanism: https://review.openstack.org/#/c/322051/13:00
lucasagomesharlowja, if you have some time, can you please take a look there? Thanks13:00
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Add sanity tests for testing actions with Port  https://review.openstack.org/24094413:06
*** electrofelix has quit IRC13:07
*** bcornec has joined #openstack-ironic13:09
*** bcornec2 has quit IRC13:09
TheJuliagood morning bcornec13:11
mgouldmorning TheJulia13:15
*** sabeen has joined #openstack-ironic13:15
*** alaski is now known as lascii13:16
*** _vsaienko has joined #openstack-ironic13:20
*** _vs has joined #openstack-ironic13:20
*** ayoung has joined #openstack-ironic13:22
*** wajdi has joined #openstack-ironic13:28
*** rbradf_not_found is now known as rbradfor13:30
*** _vs has quit IRC13:35
*** _vsaienko has quit IRC13:35
*** _vsaienko has joined #openstack-ironic13:37
*** _vs has joined #openstack-ironic13:37
*** joprovost has joined #openstack-ironic13:37
*** ayoung has quit IRC13:40
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Negative tests for testing actions with Chassis  https://review.openstack.org/30175713:43
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Negative tests for testing actions with Chassis  https://review.openstack.org/30175713:44
*** mgoddard__ has joined #openstack-ironic13:45
*** Goneri has joined #openstack-ironic13:47
*** zzzeek has joined #openstack-ironic13:48
*** _vsaienko has quit IRC13:48
*** _vs has quit IRC13:48
*** daemontool has quit IRC13:48
*** zzzeek has quit IRC13:49
*** zzzeek has joined #openstack-ironic13:49
*** mgoddard_ has quit IRC13:49
*** daemontool has joined #openstack-ironic13:49
*** dansmith is now known as superdan13:50
TheJuliagood morning mgould13:51
*** _vsaienko has joined #openstack-ironic13:53
*** _vs has joined #openstack-ironic13:53
*** piet has quit IRC13:55
*** mgoddard has joined #openstack-ironic13:59
*** mgoddard__ has quit IRC13:59
*** johnthetubaguy_ has joined #openstack-ironic14:02
*** daemontool has quit IRC14:03
*** joprovost has quit IRC14:03
*** piet has joined #openstack-ironic14:03
*** daemontool has joined #openstack-ironic14:04
*** _vsaienko has quit IRC14:04
*** _vs has quit IRC14:04
*** johnthetubaguy has quit IRC14:04
*** johnthetubaguy_ is now known as johnthetubaguy14:05
*** sacharya has joined #openstack-ironic14:05
dtantsurmorning TheJulia, mat128 an everyone I've missed while fighting with my new laptop :)14:07
*** _vsaienko has joined #openstack-ironic14:08
*** _vs has joined #openstack-ironic14:08
*** sacharya has quit IRC14:10
openstackgerritMerged openstack/python-ironic-inspector-client: Updated from global requirements  https://review.openstack.org/32172014:15
*** ChrisAusten has joined #openstack-ironic14:16
mat128o/ dtantsur14:16
*** openstackgerrit has quit IRC14:18
*** openstackgerrit has joined #openstack-ironic14:18
*** _vsaienko has quit IRC14:19
*** _vs has quit IRC14:19
*** vdrok is now known as vdrok-afk14:19
*** vdrok has joined #openstack-ironic14:20
NobodyCamGood Morning Ironicers14:20
NobodyCamAnd OFC14:20
vdrokmorning NobodyCam TGIF!!14:20
NobodyCamTGIF! :)14:20
NobodyCammorning vdrok14:21
* jlvillal sees a -2 was put on the patch to make tempest smoke work :( https://review.openstack.org/#/c/315422/14:22
jlvillalvdrok, vsaienko ^^^14:23
dtantsurmorning, NobodyCam, jlvillal14:23
vdrokjlvillal, yeah, there is a thread in ML about it14:23
vdrokmorning14:23
jlvillalvdrok, Ah. I will go read it14:23
vsaienkomorning jlvillal14:23
vdrokjlvillal, basically, they don't want any baremetal-specific checks as ironic is out of tree14:24
dtantsurI guess we end up with rewriting half of tempest...14:24
jlvillalGood morning dtantsur, vdrok vsaienko NobodyCam mgould TheJulia lucasagomes jroll and everyone else :)14:24
jlvillaldtantsur, That doesn't sound good :(14:24
dtantsurwell......14:24
dtantsurI agree with his arguments though: it's weird to have ironic-specific code in tempest while removing ironic from tempest14:24
vdrokdtantsur, it is, but then why do we have to run smoke in grenade? let's do our set of tests that will work14:25
dtantsurI also agree with this. isn't it possible?14:26
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Tests for testing chassis-create command  https://review.openstack.org/29363414:26
vdrokjlvillal has a history of discussing it with sdague :)14:27
openstackgerritMerged openstack/ironic-inspector: Updated from global requirements  https://review.openstack.org/32167914:27
dtantsurI mean, our goal is to have upgrade testing, not use grenade. if we can't use grenade, lets not14:27
*** joprovost has joined #openstack-ironic14:28
dtantsurwe waste more time trying to meet their requirements. we could spend this time testing upgrades14:28
dtantsurback when ironic-inspector could not get into tempest, we just wrote a bash script testing us :)14:29
NobodyCammorning dtantsur and jlvillal14:30
openstackgerritVladyslav Drok proposed openstack/ironic: Add test to verify ironic multitenancy  https://review.openstack.org/26915714:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add Link-Local-Connection info to ironic port  https://review.openstack.org/25636514:33
openstackgerritVladyslav Drok proposed openstack/ironic: Added operator documentation for ironic portgroups  https://review.openstack.org/22849614:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add portgroups to support LAG interfaces - API  https://review.openstack.org/20624414:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add network_interface node field DB, OBJ  https://review.openstack.org/31739114:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add configure_provision_network function  https://review.openstack.org/25636714:33
openstackgerritVladyslav Drok proposed openstack/ironic: Update Ironic VM network connection  https://review.openstack.org/25636614:33
openstackgerritVladyslav Drok proposed openstack/ironic: DO NOT REVIEW  https://review.openstack.org/29643214:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add 'neutron' network driver  https://review.openstack.org/31739314:33
openstackgerritVladyslav Drok proposed openstack/ironic: Update the deploy drivers with network flipping logic  https://review.openstack.org/21326214:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add network_interface API  https://review.openstack.org/31739214:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add network_drivers  https://review.openstack.org/28585214:33
openstackgerritVladyslav Drok proposed openstack/ironic: Add Ironic/Neutron integration documentation  https://review.openstack.org/25859614:33
openstackgerritVladyslav Drok proposed openstack/ironic: Allow to use NETWORK_DRIVERS in devstack  https://review.openstack.org/29352014:33
*** dmk0202 has quit IRC14:35
lucasagomesjlvillal, morning :-)14:40
NobodyCammorning lucasagomes :) happy friday14:43
lucasagomesNobodyCam, woohoo heh morning!14:44
NobodyCam:)14:44
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Tests for testing node-create command  https://review.openstack.org/26205514:47
*** ayoung has joined #openstack-ironic14:54
mgouldmorning NobodyCam jlvillal14:58
NobodyCamGood morning mgould14:59
*** ijw has joined #openstack-ironic15:00
*** jistr is now known as jistr|call15:01
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Tests for testing port-create command  https://review.openstack.org/29180215:03
*** absubram has joined #openstack-ironic15:06
*** absubram_ has joined #openstack-ironic15:07
*** ifarkas_ has quit IRC15:08
*** ijw_ has joined #openstack-ironic15:09
*** rbudden has quit IRC15:10
openstackgerritBrad P. Crochet proposed openstack/python-ironicclient: Implementation of baremetal power state commands  https://review.openstack.org/17251715:10
openstackgerritBrad P. Crochet proposed openstack/python-ironicclient: Add maintenance mode commands  https://review.openstack.org/21672715:10
openstackgerritBrad P. Crochet proposed openstack/python-ironicclient: Implementation of baremetal port create  https://review.openstack.org/17246115:10
openstackgerritBrad P. Crochet proposed openstack/python-ironicclient: Bring OSC plugin inline with approved spec  https://review.openstack.org/28416015:10
openstackgerritBrad P. Crochet proposed openstack/python-ironicclient: Add provision state commands  https://review.openstack.org/20611915:10
*** absubram has quit IRC15:11
*** absubram_ is now known as absubram15:11
*** tesseract has quit IRC15:11
*** ijw has quit IRC15:12
*** rama_y has joined #openstack-ironic15:15
openstackgerritKyrylo Romanenko proposed openstack/python-ironicclient: Negative tests for port-related commands  https://review.openstack.org/25935415:18
*** PollyZ has joined #openstack-ironic15:22
openstackgerritSergii Turivnyi proposed openstack/python-ironicclient: Add sanity tests for testing actions with Port  https://review.openstack.org/24094415:23
openstackgerritSergii Turivnyi proposed openstack/python-ironicclient: Negative tests for port-related commands  https://review.openstack.org/25935415:23
*** rcernin has quit IRC15:24
*** jistr|call is now known as jistr15:25
*** links has quit IRC15:29
*** Romanenko_K has quit IRC15:35
*** kromanenko_ has quit IRC15:35
*** kromanenko__ has quit IRC15:36
*** penick_ has joined #openstack-ironic15:38
*** penick has quit IRC15:41
*** penick_ is now known as penick15:41
*** mgoddard_ has joined #openstack-ironic15:58
*** mgoddard has quit IRC16:02
*** mgoddard_ has quit IRC16:05
*** mgoddard has joined #openstack-ironic16:05
*** sacharya has joined #openstack-ironic16:06
*** pece has joined #openstack-ironic16:08
*** trown is now known as trown|lunch16:08
*** sacharya has quit IRC16:11
*** _vsaienko has joined #openstack-ironic16:12
*** _vs has joined #openstack-ironic16:12
*** sacharya has joined #openstack-ironic16:20
dtantsurhave a great weekend everyone16:22
*** dtantsur is now known as dtantsur|afk16:22
*** parlos has quit IRC16:27
vdrokdtantsur|afk, you too, good night16:27
harlowjalucasagomes looking at, let's see what eezhova thinks, but ya, feels like we shouldn't have to game-it16:29
*** _vsaienko has quit IRC16:34
*** _vs has quit IRC16:36
*** 32NAA99AQ has joined #openstack-ironic16:37
*** _vsaienko has joined #openstack-ironic16:37
*** ijw_ has quit IRC16:38
*** 32NAA99AQ has quit IRC16:39
*** _vsaienko has quit IRC16:39
*** _vsaienko has joined #openstack-ironic16:42
*** _vs has joined #openstack-ironic16:42
lucasagomesharlowja, cool, ty!16:43
lucasagomesdtantsur|afk, enjoy the weekend16:44
*** absubram has quit IRC16:47
openstackgerritgreghaynes proposed openstack/bifrost: Remove invalid directory_mode from ironic install  https://review.openstack.org/32226716:49
lucasagomescalling it a day too, have a great weekend all!16:50
lucasagomessee you all next week16:50
*** lucasagomes is now known as lucas-dinner16:50
*** _vs has quit IRC16:50
*** _vsaienko has quit IRC16:50
*** sdake has joined #openstack-ironic16:52
vdrokenjoy the weekend and the dinner lucas-dinner :)16:56
*** derekh has quit IRC16:58
*** aNupoisc has joined #openstack-ironic17:00
*** trown|lunch is now known as trown17:07
*** e0ne has quit IRC17:07
*** e0ne has joined #openstack-ironic17:09
*** e0ne has quit IRC17:10
*** Goneri has quit IRC17:12
*** clenimar has quit IRC17:17
*** ayoung has quit IRC17:20
*** sukhdev has joined #openstack-ironic17:20
*** mgoddard has quit IRC17:25
*** mgoddard has joined #openstack-ironic17:25
*** PollyZ has quit IRC17:25
*** Goneri has joined #openstack-ironic17:27
*** absubram has joined #openstack-ironic17:27
*** PollyZ has joined #openstack-ironic17:31
*** mgoddard has quit IRC17:33
*** praneshp has joined #openstack-ironic17:33
*** ayoung has joined #openstack-ironic17:35
*** PollyZ has quit IRC17:35
vdrokgood night everyone!17:37
*** ijw has joined #openstack-ironic17:41
*** PollyZ has joined #openstack-ironic17:43
*** vdrok has quit IRC17:43
*** vdrok has joined #openstack-ironic17:44
*** vdrok has quit IRC17:45
*** fragatina has joined #openstack-ironic17:45
*** vdrok has joined #openstack-ironic17:45
*** vdrok has quit IRC17:46
*** ijw has quit IRC17:46
*** links has joined #openstack-ironic17:49
*** _vsaienko has joined #openstack-ironic17:51
*** _vs has joined #openstack-ironic17:51
*** sdake_ has joined #openstack-ironic17:52
*** sdake has quit IRC17:55
*** _vsaienko has quit IRC17:58
*** _vs has quit IRC17:59
*** fragatina has quit IRC18:01
*** praneshp has quit IRC18:02
*** fragatina has joined #openstack-ironic18:02
*** Goneri has quit IRC18:02
*** jaybeale has quit IRC18:03
*** sdake_ is now known as sdake18:06
*** PollyZ has quit IRC18:07
*** Sukhdev_ has joined #openstack-ironic18:07
*** praneshp has joined #openstack-ironic18:09
*** links has quit IRC18:10
*** mtanino has joined #openstack-ironic18:16
*** mtanino has quit IRC18:16
*** piet has quit IRC18:20
*** piet has joined #openstack-ironic18:21
*** Goneri has joined #openstack-ironic18:25
*** praneshp has quit IRC18:27
*** mgould is now known as mgould|afk18:28
*** ChubYann has joined #openstack-ironic18:29
*** praneshp has joined #openstack-ironic18:30
*** ijw has joined #openstack-ironic18:31
*** praneshp has quit IRC18:31
*** fragatina has quit IRC18:33
*** piet has quit IRC18:38
*** piet has joined #openstack-ironic18:39
*** e0ne has joined #openstack-ironic18:40
*** leakypipes has joined #openstack-ironic18:41
*** athomas has quit IRC18:43
*** praneshp has joined #openstack-ironic18:44
*** praneshp has quit IRC18:49
*** Sukhdev_ has quit IRC18:59
*** ayoung has quit IRC19:03
*** ayoung has joined #openstack-ironic19:03
*** mtanino has joined #openstack-ironic19:04
*** sdake_ has joined #openstack-ironic19:09
*** sdake has quit IRC19:10
*** e0ne has quit IRC19:13
*** e0ne has joined #openstack-ironic19:18
*** e0ne has quit IRC19:18
*** e0ne has joined #openstack-ironic19:18
*** sdake has joined #openstack-ironic19:18
*** daemontool has quit IRC19:18
*** sdake_ has quit IRC19:19
*** e0ne has quit IRC19:20
*** joprovost has quit IRC19:20
*** e0ne has joined #openstack-ironic19:25
*** e0ne has quit IRC19:27
*** e0ne has joined #openstack-ironic19:31
*** e0ne has quit IRC19:34
*** absubram has quit IRC19:36
*** fragatina has joined #openstack-ironic19:38
*** openstack has joined #openstack-ironic21:44
_vsjroll, devananda please have look https://review.openstack.org/#/c/315422/ and ML at openstack-dev. It looks like we have a new blocker for grenade.21:44
Sukhdevdevananda: ping21:46
*** aNupoisc has joined #openstack-ironic21:49
*** rbradfor is now known as rbradf_not_found21:51

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