*** sdake_ has joined #openstack-ironic | 00:00 | |
*** sdake has quit IRC | 00:02 | |
cinerama | yeah you might just need to inspect the diff and go from there | 00:04 |
---|---|---|
*** joprovost has quit IRC | 00:05 | |
aNupoisc | cinerama: 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 patch | 00:12 |
*** dims has quit IRC | 00:13 | |
aNupoisc | I 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 patch | 00:14 |
aNupoisc | oops i mean follow http://docs.openstack.org/developer/bifrost/readme.html#installation | 00:14 |
*** mtanino has joined #openstack-ironic | 00:16 | |
cinerama | aNupoisc, i meant when you try to merge your stuff, where the conflict is | 00:20 |
cinerama | aNupoisc, but i think your approach with making the right changes to group vars could be easier | 00:21 |
aNupoisc | oh Gotch you. Yes even i am thinking that | 00:21 |
aNupoisc | if i get hold of gmmaha i will ask him of the patch | 00:21 |
aNupoisc | i am quite unsure why that patch has applied | 00:22 |
*** baoli has quit IRC | 00:22 | |
*** baoli has joined #openstack-ironic | 00:23 | |
aNupoisc | I mean quite unsure of the env that needed | 00:25 |
*** ijw has quit IRC | 00:34 | |
*** ijw has joined #openstack-ironic | 00:34 | |
JayF | I 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 available | 00:36 |
JayF | jcook: 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 |
jroll | JayF: sooooo I hate to ask | 00:39 |
jroll | but bugs here keep happening | 00:39 |
jroll | wfyt about re-writing to: | 00:39 |
JayF | whatever your about to say will need to go on the review too, although I am intersted in this | 00:39 |
JayF | fwiw the behavior is tested, this was just an untested case | 00:39 |
jroll | if active and instance_uuid: all resources used; if available and no instance uuid: no resources used, available to schedule; else: no resources exist | 00:40 |
jroll | maybe a power state check in there, dunno | 00:40 |
jroll | I ask here because "nou" is a fine answer | 00:40 |
JayF | I think the answer is that won't work | 00:40 |
*** Egyptian[Home] has quit IRC | 00:40 | |
jroll | what am I missing? | 00:40 |
JayF | I tried to combine the "not in good_provision_states" with the check for instance uuid | 00:40 |
JayF | actually you know what I could do | 00:41 |
JayF | it's currently | 00:41 |
JayF | return (node_obj.maintenance or | 00:41 |
JayF | node_obj.power_state in bad_power_states or | 00:41 |
JayF | node_obj.provision_state not in good_provision_states or | 00:41 |
JayF | (node_obj.provision_state in good_provision_states and | 00:41 |
JayF | node_obj.instance_uuid is not None)) | 00:41 |
JayF | I would do | 00:41 |
JayF | (provision_state not in good provision states AND node_obj.instance_uuid is None) | 00:41 |
JayF | then I can remove one line of that | 00:41 |
JayF | let me see if that still passes my test | 00:41 |
*** mtanino has quit IRC | 00:41 | |
JayF | jroll: ^ was that what you meant? | 00:42 |
jroll | JayF: not really | 00:43 |
* jroll gists | 00:43 | |
JayF | I think you want me to refactor the way it works for a one line fix | 00:43 |
JayF | if i understand correctly | 00:43 |
* JayF touches nose | 00:43 | |
jroll | right :) | 00:45 |
jroll | that's why I said nou is fine | 00:45 |
jroll | I think this is what I mean: https://gist.github.com/jimrollenhagen/f8fea4d1d0cb980e70142b41ba562c6c | 00:45 |
jroll | aw heck, DEPLOYING is meant to be "everything used" | 00:45 |
* jroll is curious how often people trust hypervisor-stats | 00:46 | |
JayF | I honestly think this is harder to understand than the way it currently is | 00:46 |
jroll | maybe | 00:46 |
jroll | but it's one thing at a time | 00:46 |
JayF | but 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 edges | 00:46 |
jroll | we keep shooting ourselves with this stuff | 00:46 |
jroll | because it's super complex and shouldn't be | 00:47 |
jroll | (and it's all because the resource tracker doesn't trust us) | 00:48 |
JayF | I 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 ago | 00:48 |
JayF | at this point we've sussed out most of the badness from this already | 00:48 |
jroll | I won't believe that unless we enumerate every possible case in the unit tests :) | 00:48 |
*** vmud213 has joined #openstack-ironic | 00:49 | |
jroll | but yeah, it's fine, was just curious what you thought | 00:49 |
JayF | Have you looked at the tests? | 00:50 |
JayF | they're pretty damn close to that already | 00:50 |
JayF | in fact reviews with more cases to test for are very welcome in that patch, and I'll add those inb | 00:50 |
JayF | because we should do that before we refactor the code anyway (if we did) | 00:50 |
JayF | saying the code isn't fully tested to me is a good reason not to refactor it until it is :) | 00:50 |
jroll | sure | 00:51 |
jroll | +1'd with bonus low hanging fruit if you want it | 00:51 |
aNupoisc | cinerama TheJulia I am heading out. WIll get back to you tomo with updates. if get a chance work with gmmaha as well. :) | 00:52 |
JayF | deprecating nostate there should be done on a smaller change specific to that bug | 00:52 |
JayF | if you wanna file that bug and assign it to me I'll knock it out though | 00:52 |
jroll | I may file it tomorrow, I feel like it doesn't even need a bug | 00:52 |
jroll | but yeah separate patch is what I meant | 00:53 |
JayF | I mean, if that's the answer that's the answer | 00:53 |
JayF | I won't write that patch now though :) | 00:53 |
jroll | sure | 00:53 |
jroll | see ya tuesday :) | 00:53 |
JayF | Aye o/ | 00:53 |
*** wajdi_ has quit IRC | 00:53 | |
*** rloo has quit IRC | 00:54 | |
*** rloo has joined #openstack-ironic | 00:54 | |
*** hoangcx has joined #openstack-ironic | 00:55 | |
*** dims has joined #openstack-ironic | 00:56 | |
*** phuongnh has joined #openstack-ironic | 00:58 | |
*** penick has quit IRC | 01:01 | |
*** YiboCai has joined #openstack-ironic | 01:03 | |
*** phuong has joined #openstack-ironic | 01:13 | |
*** aNupoisc has quit IRC | 01:16 | |
*** phuong has quit IRC | 01:16 | |
*** baoli has quit IRC | 01:29 | |
*** baoli has joined #openstack-ironic | 01:31 | |
*** joprovost has joined #openstack-ironic | 01:33 | |
*** jaybeale has joined #openstack-ironic | 01:34 | |
*** Egyptian[Home] has joined #openstack-ironic | 01:40 | |
*** Nisha_away has joined #openstack-ironic | 01:40 | |
*** Nisha_away has quit IRC | 01:45 | |
*** sdake has joined #openstack-ironic | 01:45 | |
*** rama_y has joined #openstack-ironic | 01:46 | |
*** sdake_ has quit IRC | 01:48 | |
*** joprovost has quit IRC | 01:51 | |
*** jaybeale has quit IRC | 02:04 | |
*** Egyptian[Home] has quit IRC | 02:07 | |
*** vmud213 has quit IRC | 02:13 | |
*** vmud213 has joined #openstack-ironic | 02:15 | |
*** hparekh has quit IRC | 02:15 | |
*** ijw_ has joined #openstack-ironic | 02:16 | |
*** ijw has quit IRC | 02:19 | |
*** penick has joined #openstack-ironic | 02:22 | |
*** sdake_ has joined #openstack-ironic | 02:26 | |
*** sdake has quit IRC | 02:28 | |
*** Madasi has quit IRC | 02:32 | |
*** openstackgerrit has quit IRC | 02:36 | |
*** Madasi has joined #openstack-ironic | 02:38 | |
*** JieLi has joined #openstack-ironic | 02:39 | |
*** openstackgerrit has joined #openstack-ironic | 02:42 | |
*** vmud213 has quit IRC | 02:43 | |
*** rama_y has quit IRC | 02:44 | |
*** rama_y has joined #openstack-ironic | 02:45 | |
*** Madasi has quit IRC | 02:45 | |
*** penick has quit IRC | 02:46 | |
*** yuanying has quit IRC | 02:50 | |
*** Madasi has joined #openstack-ironic | 02:50 | |
*** Egyptian[Home] has joined #openstack-ironic | 02:52 | |
*** openstackgerrit has quit IRC | 02:56 | |
*** vmud213 has joined #openstack-ironic | 02:57 | |
*** Madasi has quit IRC | 02:58 | |
*** Sukhdev has joined #openstack-ironic | 02:58 | |
Sukhdev | vsaienko : Ping | 02:59 |
jcook | JayF jroll aw, http://i.imgur.com/ULEegzZ.gifv | 03:00 |
-openstackstatus- NOTICE: Gerrit is going offline briefly to check possible filesystem corruption | 03:00 | |
*** ChanServ changes topic to "Gerrit is going offline briefly to check possible filesystem corruption" | 03:00 | |
jcook | I'm way to tired to grok anything right now, but if there's a patch to review somewhere happy to do that next week | 03:01 |
Sukhdev | vsaienko: If you are around, I am having issue with the devstack patches - | 03:03 |
*** vmud213 has quit IRC | 03:03 | |
Sukhdev | vdrok : are you still here? | 03:03 |
*** flwang has joined #openstack-ironic | 03:04 | |
*** rama_y has quit IRC | 03:06 | |
*** rama_y has joined #openstack-ironic | 03:06 | |
*** sdake has joined #openstack-ironic | 03:07 | |
*** Madasi has joined #openstack-ironic | 03:11 | |
*** sdake_ has quit IRC | 03:11 | |
*** rama_y has quit IRC | 03:14 | |
*** rama_y has joined #openstack-ironic | 03:15 | |
*** Madasi has quit IRC | 03:17 | |
*** openstackgerrit has joined #openstack-ironic | 03:18 | |
*** amotoki has quit IRC | 03: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 again | 03:20 | |
*** Madasi has joined #openstack-ironic | 03:23 | |
*** sabeen1 has quit IRC | 03:26 | |
*** sabeen has joined #openstack-ironic | 03:28 | |
openstackgerrit | Ramamani Yeleswarapu proposed openstack/ironic: Centralize config options - [agent] https://review.openstack.org/309603 | 03:30 |
*** jaybeale has joined #openstack-ironic | 03:33 | |
*** JieLi has quit IRC | 03:35 | |
*** Egyptian[Home] has quit IRC | 03:41 | |
*** yuikotakadamori has quit IRC | 03:44 | |
*** ijw_ has quit IRC | 03:44 | |
*** baoli has quit IRC | 03:44 | |
*** phschwartz has joined #openstack-ironic | 03:45 | |
*** baoli has joined #openstack-ironic | 03:45 | |
*** Sukhdev has quit IRC | 03:45 | |
*** ijw has joined #openstack-ironic | 03:45 | |
*** links has joined #openstack-ironic | 03:46 | |
*** yuanying has joined #openstack-ironic | 03:48 | |
*** baoli has quit IRC | 03:50 | |
*** baoli has joined #openstack-ironic | 03:51 | |
*** yuikotakadamori has joined #openstack-ironic | 03:51 | |
*** ijw has quit IRC | 04:10 | |
*** amotoki has joined #openstack-ironic | 04:14 | |
*** Nisha_away has joined #openstack-ironic | 04:24 | |
*** sdake_ has joined #openstack-ironic | 04:25 | |
*** sdake has quit IRC | 04:27 | |
*** amotoki has quit IRC | 04:28 | |
*** sdake has joined #openstack-ironic | 04:31 | |
*** Sukhdev has joined #openstack-ironic | 04:33 | |
*** sdake_ has quit IRC | 04:33 | |
*** adu has joined #openstack-ironic | 04:37 | |
*** ishant has joined #openstack-ironic | 04:38 | |
*** ChubYann has quit IRC | 04:46 | |
*** penick has joined #openstack-ironic | 04:46 | |
*** praneshp has joined #openstack-ironic | 04:47 | |
*** Nisha_away has quit IRC | 04:50 | |
*** hparekh has joined #openstack-ironic | 05:00 | |
*** sacharya has quit IRC | 05:01 | |
openstackgerrit | lokesh s proposed openstack/ironic: Add support for the audit middleware https://review.openstack.org/272658 | 05:08 |
*** amotoki has joined #openstack-ironic | 05:11 | |
*** adu has quit IRC | 05:20 | |
*** rloo has quit IRC | 05:25 | |
*** baoli has quit IRC | 05:29 | |
*** ChrisAusten has quit IRC | 05:50 | |
*** ChrisAusten has joined #openstack-ironic | 05:50 | |
*** sdake_ has joined #openstack-ironic | 05:53 | |
*** sdake_ has joined #openstack-ironic | 05:53 | |
*** sdake has quit IRC | 05:56 | |
*** sdake_ has quit IRC | 05:59 | |
*** fragatina has quit IRC | 06:00 | |
*** sacharya has joined #openstack-ironic | 06:02 | |
*** stendulker has joined #openstack-ironic | 06:03 | |
*** rcernin has joined #openstack-ironic | 06:05 | |
*** sacharya has quit IRC | 06:08 | |
*** fragatina has joined #openstack-ironic | 06:12 | |
*** rama_y has quit IRC | 06:14 | |
*** rcernin has quit IRC | 06:15 | |
*** fragatina has quit IRC | 06:16 | |
*** fragatina has joined #openstack-ironic | 06:19 | |
*** fragatina has quit IRC | 06:20 | |
*** fragatina has joined #openstack-ironic | 06:20 | |
*** rcernin has joined #openstack-ironic | 06:20 | |
*** phuongnh has quit IRC | 06:24 | |
*** phuongnh has joined #openstack-ironic | 06:25 | |
*** Sukhdev has quit IRC | 06:27 | |
*** sabeen has quit IRC | 06:35 | |
*** phuongnh has quit IRC | 06:37 | |
*** daemontool has joined #openstack-ironic | 06:44 | |
*** praneshp has quit IRC | 06:54 | |
*** elfosardo_ has quit IRC | 07:00 | |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Disable disk_config compute-feature-enabled in tempest https://review.openstack.org/321982 | 07:04 |
*** ChrisAusten has quit IRC | 07:06 | |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Patch to test Grenade. https://review.openstack.org/311109 | 07:08 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Patch to test Grenade. https://review.openstack.org/311109 | 07:11 |
vsaienko | Sukhdev, I'm here | 07:11 |
vsaienko | Sukhdev, latest version of patches has an issue it is described https://review.openstack.org/#/c/206244/106/ironic/api/controllers/v1/types.py | 07: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-ironic | 07:15 | |
*** daemontool has quit IRC | 07:32 | |
openstackgerrit | Tan Lin proposed openstack/ironic: Add a doc about how to append kernel parameters to boot instances https://review.openstack.org/320848 | 07:35 |
*** tesseract has joined #openstack-ironic | 07:36 | |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Remove backward compatibility code for agent url https://review.openstack.org/321989 | 07:39 |
*** kromanenko_ has joined #openstack-ironic | 07:40 | |
*** Romanenko_K has joined #openstack-ironic | 07:40 | |
*** kromanenko__ has joined #openstack-ironic | 07:40 | |
*** amotoki_ has joined #openstack-ironic | 07:41 | |
*** amotoki has quit IRC | 07:43 | |
openstackgerrit | Tan Lin proposed openstack/ironic: Add a doc about appending kernel parameters to boot instances https://review.openstack.org/320848 | 07:54 |
*** ifarkas_ has joined #openstack-ironic | 07:56 | |
*** ifarkas has quit IRC | 07:56 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-ironic | 08:00 | |
*** fragatina has quit IRC | 08:01 | |
*** athomas has joined #openstack-ironic | 08:16 | |
lucasagomes | morning all | 08:17 |
*** Nisha_away has joined #openstack-ironic | 08:21 | |
yuriyz | morning Ironic | 08:22 |
yuriyz | looks like tempest gates broken | 08:22 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Fix signature for request method https://review.openstack.org/322007 | 08:25 |
lucasagomes | :-/ | 08:27 |
vsaienko | mornig lucasagomes and all | 08:27 |
vsaienko | this patch should fix gates | 08:27 |
vsaienko | https://review.openstack.org/#/c/322007/ | 08:27 |
*** MattMan has quit IRC | 08:29 | |
*** MattMan has joined #openstack-ironic | 08:30 | |
lucasagomes | vsaienko, awesome! Thank you | 08:32 |
lucasagomes | vsaienko, btw I don't have a good soution either for the staging drivers gate | 08:33 |
lucasagomes | to install the dependencies :-/ | 08:33 |
lucasagomes | vsaienko, leaving a bash script for now seems fine to me, if you agree | 08:33 |
vdrok | morning ironic, lucasagomes | 08:33 |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Remove backward compatibility code for agent url https://review.openstack.org/321989 | 08:34 |
vsaienko | lucasagomes: yeah, it gives a full power to driver owners if they need to install additional software | 08:34 |
lucasagomes | vsaienko, yup. We could create a better abstraction layer on-demand | 08:35 |
lucasagomes | vsaienko, currently, no drivers in tree are using that bash so we can extend it as we go | 08:35 |
*** derekh has joined #openstack-ironic | 08:35 | |
vsaienko | lucasagomes: regarding job. We may enabled all drivers and check if conductor start, or enable the one by one | 08:37 |
vsaienko | *enable | 08:37 |
stendulker | morning all | 08:39 |
vdrok | good morning stendulker | 08:40 |
stendulker | vdrok: o/ | 08:40 |
lucasagomes | vsaienko, hmm probably we can enable all and ironic will tell us which one failed to load | 08:41 |
lucasagomes | vsaienko, problem is if there's more than 1 that failed, I think Ironic will do it in a sequence | 08:41 |
lucasagomes | but should not be a big deal either | 08:41 |
vsaienko | morning vdrok | 08:41 |
vdrok | o/ :) | 08:42 |
*** e0ne has joined #openstack-ironic | 08:43 | |
*** dmk0202 has joined #openstack-ironic | 08:46 | |
*** yuanying has quit IRC | 08:47 | |
*** yuanying has joined #openstack-ironic | 08:53 | |
*** yuanying has quit IRC | 08:54 | |
*** vmud213 has joined #openstack-ironic | 09:00 | |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Fix signature for request method https://review.openstack.org/322007 | 09:01 |
*** phuongnh has joined #openstack-ironic | 09:08 | |
*** amotoki_ has quit IRC | 09:10 | |
*** yuanying has joined #openstack-ironic | 09:10 | |
*** yuanying has quit IRC | 09:15 | |
*** daemontool has joined #openstack-ironic | 09:18 | |
*** zzzeek has quit IRC | 09:20 | |
*** amotoki has joined #openstack-ironic | 09:20 | |
*** amotoki has quit IRC | 09:27 | |
*** electrofelix has joined #openstack-ironic | 09:27 | |
dtantsur | Morning/afternoon Ironic | 09:36 |
lucasagomes | dtantsur, morning | 09:37 |
* dtantsur got a new work laptop, so he'll spend most of today setting it up | 09:37 | |
lucasagomes | dtantsur, nice one, the X1? | 09:38 |
dtantsur | lucasagomes, T460s | 09:38 |
lucasagomes | cool | 09:38 |
dtantsur | still incredibly light and pretty powerful | 09:38 |
* lucasagomes have to wait for the warrant of his current one to expire before getting a new one | 09:38 | |
lucasagomes | it should have expired as well since I'm > 3 years on RH now | 09:39 |
dtantsur | except for I'm just back from the local shop, cause 256Gi SSD for tripleo is a joke | 09:39 |
dtantsur | lucasagomes, definitely. check it on lenovo site | 09:39 |
lucasagomes | but, I got my laptop really late so in the process so I gotta wait til september | 09:39 |
lucasagomes | dtantsur, yeah i did :-/ | 09:39 |
dtantsur | ah I see | 09:39 |
dtantsur | I was lucky, cause my laptop was already 1 year old when I joined :) | 09:39 |
lucasagomes | dtantsur, oh yeah | 09:40 |
dtantsur | lucasagomes, so which one are you going to get next? | 09:42 |
lucasagomes | dtantsur, I haven't looked at the list. Do you have it handy there? | 09:43 |
dtantsur | lucasagomes, X1, T460s, T460p IIRC. I'll pm you the internal link | 09:44 |
lucasagomes | ack | 09:44 |
dtantsur | well, that's unless you want a Mac like milan :) | 09:45 |
*** athomas has quit IRC | 09:47 | |
*** Nisha_away has quit IRC | 09:52 | |
lucasagomes | dtantsur, ... | 09:52 |
* lucasagomes hold his rage | 09:53 | |
dtantsur | :) | 09:53 |
*** moshele has joined #openstack-ironic | 09:53 | |
*** mgould|afk is now known as mgould | 09:58 | |
*** athomas has joined #openstack-ironic | 09:59 | |
*** yuikotakadamori has quit IRC | 10:01 | |
*** sacharya has joined #openstack-ironic | 10:03 | |
* dtantsur install F24 beta 1, cause why not | 10:07 | |
*** sacharya has quit IRC | 10:09 | |
*** yuanying has joined #openstack-ironic | 10:11 | |
*** Egyptian[Home] has joined #openstack-ironic | 10:17 | |
*** moshele has quit IRC | 10:21 | |
*** phuongnh has quit IRC | 10:28 | |
openstackgerrit | Merged openstack/ironic: Fix signature for request method https://review.openstack.org/322007 | 10:34 |
*** hoangcx has quit IRC | 10:36 | |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Functional tests for portgroups in ironicclient https://review.openstack.org/297727 | 10:41 |
*** thrash|g0ne is now known as thrash | 10:47 | |
*** openstackgerrit has quit IRC | 10:47 | |
*** openstackgerrit has joined #openstack-ironic | 10:48 | |
*** ishant has quit IRC | 10:53 | |
*** YiboCai has quit IRC | 10:53 | |
*** Egyptian[Home] has quit IRC | 10:57 | |
*** Egyptian[Home] has joined #openstack-ironic | 10:58 | |
*** stendulker has quit IRC | 11:00 | |
*** lucasagomes is now known as lucas-hungry | 11:29 | |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Add sanity tests for testing actions with Port https://review.openstack.org/240944 | 11:34 |
*** Egyptian[Home] has quit IRC | 11:47 | |
*** openstackgerrit has quit IRC | 11:47 | |
*** openstackgerrit has joined #openstack-ironic | 11:48 | |
*** daemontool has quit IRC | 11:51 | |
*** daemontool has joined #openstack-ironic | 11:51 | |
*** Egyptian[Home] has joined #openstack-ironic | 11:57 | |
*** rbudden has joined #openstack-ironic | 12:01 | |
*** yolanda has quit IRC | 12:04 | |
*** sacharya has joined #openstack-ironic | 12:05 | |
*** yolanda has joined #openstack-ironic | 12:06 | |
*** daemontool has quit IRC | 12:08 | |
*** daemontool has joined #openstack-ironic | 12:08 | |
*** sacharya has quit IRC | 12:09 | |
*** daemontool has quit IRC | 12:18 | |
*** daemontool has joined #openstack-ironic | 12:18 | |
*** yuriyz has quit IRC | 12:23 | |
*** trown|outtypewww is now known as trown | 12:23 | |
*** vmud213 has quit IRC | 12:23 | |
TheJulia | good morning | 12:26 |
*** lucas-hungry is now known as lucasagomes | 12:28 | |
lucasagomes | TheJulia, morning | 12:28 |
vdrok | morning TheJulia | 12:31 |
*** daemontool has quit IRC | 12:31 | |
*** daemontool has joined #openstack-ironic | 12:32 | |
*** dprince has joined #openstack-ironic | 12:33 | |
mat128 | good morning TheJulia | 12:33 |
mat128 | welcome back :) | 12:33 |
*** lindycoder has joined #openstack-ironic | 12:39 | |
*** Egyptian[Home] has quit IRC | 12:40 | |
*** parlos has joined #openstack-ironic | 12:40 | |
*** yolanda has quit IRC | 12:41 | |
*** daemontool has quit IRC | 12:42 | |
*** daemontool has joined #openstack-ironic | 12:42 | |
*** clenimar has joined #openstack-ironic | 12:44 | |
*** openstackgerrit has quit IRC | 12:48 | |
*** yolanda has joined #openstack-ironic | 12:48 | |
*** openstackgerrit has joined #openstack-ironic | 12:48 | |
*** yuriyz has joined #openstack-ironic | 12:49 | |
*** baoli has joined #openstack-ironic | 12:54 | |
*** baoli_ has joined #openstack-ironic | 12:56 | |
*** baoli has quit IRC | 12:59 | |
*** piet has joined #openstack-ironic | 13:00 | |
lucasagomes | harlowja, 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 |
lucasagomes | harlowja, if you have some time, can you please take a look there? Thanks | 13:00 |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Add sanity tests for testing actions with Port https://review.openstack.org/240944 | 13:06 |
*** electrofelix has quit IRC | 13:07 | |
*** bcornec has joined #openstack-ironic | 13:09 | |
*** bcornec2 has quit IRC | 13:09 | |
TheJulia | good morning bcornec | 13:11 |
mgould | morning TheJulia | 13:15 |
*** sabeen has joined #openstack-ironic | 13:15 | |
*** alaski is now known as lascii | 13:16 | |
*** _vsaienko has joined #openstack-ironic | 13:20 | |
*** _vs has joined #openstack-ironic | 13:20 | |
*** ayoung has joined #openstack-ironic | 13:22 | |
*** wajdi has joined #openstack-ironic | 13:28 | |
*** rbradf_not_found is now known as rbradfor | 13:30 | |
*** _vs has quit IRC | 13:35 | |
*** _vsaienko has quit IRC | 13:35 | |
*** _vsaienko has joined #openstack-ironic | 13:37 | |
*** _vs has joined #openstack-ironic | 13:37 | |
*** joprovost has joined #openstack-ironic | 13:37 | |
*** ayoung has quit IRC | 13:40 | |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Negative tests for testing actions with Chassis https://review.openstack.org/301757 | 13:43 |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Negative tests for testing actions with Chassis https://review.openstack.org/301757 | 13:44 |
*** mgoddard__ has joined #openstack-ironic | 13:45 | |
*** Goneri has joined #openstack-ironic | 13:47 | |
*** zzzeek has joined #openstack-ironic | 13:48 | |
*** _vsaienko has quit IRC | 13:48 | |
*** _vs has quit IRC | 13:48 | |
*** daemontool has quit IRC | 13:48 | |
*** zzzeek has quit IRC | 13:49 | |
*** zzzeek has joined #openstack-ironic | 13:49 | |
*** mgoddard_ has quit IRC | 13:49 | |
*** daemontool has joined #openstack-ironic | 13:49 | |
*** dansmith is now known as superdan | 13:50 | |
TheJulia | good morning mgould | 13:51 |
*** _vsaienko has joined #openstack-ironic | 13:53 | |
*** _vs has joined #openstack-ironic | 13:53 | |
*** piet has quit IRC | 13:55 | |
*** mgoddard has joined #openstack-ironic | 13:59 | |
*** mgoddard__ has quit IRC | 13:59 | |
*** johnthetubaguy_ has joined #openstack-ironic | 14:02 | |
*** daemontool has quit IRC | 14:03 | |
*** joprovost has quit IRC | 14:03 | |
*** piet has joined #openstack-ironic | 14:03 | |
*** daemontool has joined #openstack-ironic | 14:04 | |
*** _vsaienko has quit IRC | 14:04 | |
*** _vs has quit IRC | 14:04 | |
*** johnthetubaguy has quit IRC | 14:04 | |
*** johnthetubaguy_ is now known as johnthetubaguy | 14:05 | |
*** sacharya has joined #openstack-ironic | 14:05 | |
dtantsur | morning TheJulia, mat128 an everyone I've missed while fighting with my new laptop :) | 14:07 |
*** _vsaienko has joined #openstack-ironic | 14:08 | |
*** _vs has joined #openstack-ironic | 14:08 | |
*** sacharya has quit IRC | 14:10 | |
openstackgerrit | Merged openstack/python-ironic-inspector-client: Updated from global requirements https://review.openstack.org/321720 | 14:15 |
*** ChrisAusten has joined #openstack-ironic | 14:16 | |
mat128 | o/ dtantsur | 14:16 |
*** openstackgerrit has quit IRC | 14:18 | |
*** openstackgerrit has joined #openstack-ironic | 14:18 | |
*** _vsaienko has quit IRC | 14:19 | |
*** _vs has quit IRC | 14:19 | |
*** vdrok is now known as vdrok-afk | 14:19 | |
*** vdrok has joined #openstack-ironic | 14:20 | |
NobodyCam | Good Morning Ironicers | 14:20 |
NobodyCam | And OFC | 14:20 |
vdrok | morning NobodyCam TGIF!! | 14:20 |
NobodyCam | TGIF! :) | 14:20 |
NobodyCam | morning vdrok | 14:21 |
* jlvillal sees a -2 was put on the patch to make tempest smoke work :( https://review.openstack.org/#/c/315422/ | 14:22 | |
jlvillal | vdrok, vsaienko ^^^ | 14:23 |
dtantsur | morning, NobodyCam, jlvillal | 14:23 |
vdrok | jlvillal, yeah, there is a thread in ML about it | 14:23 |
vdrok | morning | 14:23 |
jlvillal | vdrok, Ah. I will go read it | 14:23 |
vsaienko | morning jlvillal | 14:23 |
vdrok | jlvillal, basically, they don't want any baremetal-specific checks as ironic is out of tree | 14:24 |
dtantsur | I guess we end up with rewriting half of tempest... | 14:24 |
jlvillal | Good morning dtantsur, vdrok vsaienko NobodyCam mgould TheJulia lucasagomes jroll and everyone else :) | 14:24 |
jlvillal | dtantsur, That doesn't sound good :( | 14:24 |
dtantsur | well...... | 14:24 |
dtantsur | I agree with his arguments though: it's weird to have ironic-specific code in tempest while removing ironic from tempest | 14:24 |
vdrok | dtantsur, it is, but then why do we have to run smoke in grenade? let's do our set of tests that will work | 14:25 |
dtantsur | I also agree with this. isn't it possible? | 14:26 |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Tests for testing chassis-create command https://review.openstack.org/293634 | 14:26 |
vdrok | jlvillal has a history of discussing it with sdague :) | 14:27 |
openstackgerrit | Merged openstack/ironic-inspector: Updated from global requirements https://review.openstack.org/321679 | 14:27 |
dtantsur | I mean, our goal is to have upgrade testing, not use grenade. if we can't use grenade, lets not | 14:27 |
*** joprovost has joined #openstack-ironic | 14:28 | |
dtantsur | we waste more time trying to meet their requirements. we could spend this time testing upgrades | 14:28 |
dtantsur | back when ironic-inspector could not get into tempest, we just wrote a bash script testing us :) | 14:29 |
NobodyCam | morning dtantsur and jlvillal | 14:30 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add test to verify ironic multitenancy https://review.openstack.org/269157 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add Link-Local-Connection info to ironic port https://review.openstack.org/256365 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Added operator documentation for ironic portgroups https://review.openstack.org/228496 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add portgroups to support LAG interfaces - API https://review.openstack.org/206244 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add network_interface node field DB, OBJ https://review.openstack.org/317391 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add configure_provision_network function https://review.openstack.org/256367 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Update Ironic VM network connection https://review.openstack.org/256366 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: DO NOT REVIEW https://review.openstack.org/296432 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add 'neutron' network driver https://review.openstack.org/317393 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add network_interface API https://review.openstack.org/317392 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add network_drivers https://review.openstack.org/285852 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add Ironic/Neutron integration documentation https://review.openstack.org/258596 | 14:33 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Allow to use NETWORK_DRIVERS in devstack https://review.openstack.org/293520 | 14:33 |
*** dmk0202 has quit IRC | 14:35 | |
lucasagomes | jlvillal, morning :-) | 14:40 |
NobodyCam | morning lucasagomes :) happy friday | 14:43 |
lucasagomes | NobodyCam, woohoo heh morning! | 14:44 |
NobodyCam | :) | 14:44 |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Tests for testing node-create command https://review.openstack.org/262055 | 14:47 |
*** ayoung has joined #openstack-ironic | 14:54 | |
mgould | morning NobodyCam jlvillal | 14:58 |
NobodyCam | Good morning mgould | 14:59 |
*** ijw has joined #openstack-ironic | 15:00 | |
*** jistr is now known as jistr|call | 15:01 | |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Tests for testing port-create command https://review.openstack.org/291802 | 15:03 |
*** absubram has joined #openstack-ironic | 15:06 | |
*** absubram_ has joined #openstack-ironic | 15:07 | |
*** ifarkas_ has quit IRC | 15:08 | |
*** ijw_ has joined #openstack-ironic | 15:09 | |
*** rbudden has quit IRC | 15:10 | |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Implementation of baremetal power state commands https://review.openstack.org/172517 | 15:10 |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Add maintenance mode commands https://review.openstack.org/216727 | 15:10 |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Implementation of baremetal port create https://review.openstack.org/172461 | 15:10 |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Bring OSC plugin inline with approved spec https://review.openstack.org/284160 | 15:10 |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Add provision state commands https://review.openstack.org/206119 | 15:10 |
*** absubram has quit IRC | 15:11 | |
*** absubram_ is now known as absubram | 15:11 | |
*** tesseract has quit IRC | 15:11 | |
*** ijw has quit IRC | 15:12 | |
*** rama_y has joined #openstack-ironic | 15:15 | |
openstackgerrit | Kyrylo Romanenko proposed openstack/python-ironicclient: Negative tests for port-related commands https://review.openstack.org/259354 | 15:18 |
*** PollyZ has joined #openstack-ironic | 15:22 | |
openstackgerrit | Sergii Turivnyi proposed openstack/python-ironicclient: Add sanity tests for testing actions with Port https://review.openstack.org/240944 | 15:23 |
openstackgerrit | Sergii Turivnyi proposed openstack/python-ironicclient: Negative tests for port-related commands https://review.openstack.org/259354 | 15:23 |
*** rcernin has quit IRC | 15:24 | |
*** jistr|call is now known as jistr | 15:25 | |
*** links has quit IRC | 15:29 | |
*** Romanenko_K has quit IRC | 15:35 | |
*** kromanenko_ has quit IRC | 15:35 | |
*** kromanenko__ has quit IRC | 15:36 | |
*** penick_ has joined #openstack-ironic | 15:38 | |
*** penick has quit IRC | 15:41 | |
*** penick_ is now known as penick | 15:41 | |
*** mgoddard_ has joined #openstack-ironic | 15:58 | |
*** mgoddard has quit IRC | 16:02 | |
*** mgoddard_ has quit IRC | 16:05 | |
*** mgoddard has joined #openstack-ironic | 16:05 | |
*** sacharya has joined #openstack-ironic | 16:06 | |
*** pece has joined #openstack-ironic | 16:08 | |
*** trown is now known as trown|lunch | 16:08 | |
*** sacharya has quit IRC | 16:11 | |
*** _vsaienko has joined #openstack-ironic | 16:12 | |
*** _vs has joined #openstack-ironic | 16:12 | |
*** sacharya has joined #openstack-ironic | 16:20 | |
dtantsur | have a great weekend everyone | 16:22 |
*** dtantsur is now known as dtantsur|afk | 16:22 | |
*** parlos has quit IRC | 16:27 | |
vdrok | dtantsur|afk, you too, good night | 16:27 |
harlowja | lucasagomes looking at, let's see what eezhova thinks, but ya, feels like we shouldn't have to game-it | 16:29 |
*** _vsaienko has quit IRC | 16:34 | |
*** _vs has quit IRC | 16:36 | |
*** 32NAA99AQ has joined #openstack-ironic | 16:37 | |
*** _vsaienko has joined #openstack-ironic | 16:37 | |
*** ijw_ has quit IRC | 16:38 | |
*** 32NAA99AQ has quit IRC | 16:39 | |
*** _vsaienko has quit IRC | 16:39 | |
*** _vsaienko has joined #openstack-ironic | 16:42 | |
*** _vs has joined #openstack-ironic | 16:42 | |
lucasagomes | harlowja, cool, ty! | 16:43 |
lucasagomes | dtantsur|afk, enjoy the weekend | 16:44 |
*** absubram has quit IRC | 16:47 | |
openstackgerrit | greghaynes proposed openstack/bifrost: Remove invalid directory_mode from ironic install https://review.openstack.org/322267 | 16:49 |
lucasagomes | calling it a day too, have a great weekend all! | 16:50 |
lucasagomes | see you all next week | 16:50 |
*** lucasagomes is now known as lucas-dinner | 16:50 | |
*** _vs has quit IRC | 16:50 | |
*** _vsaienko has quit IRC | 16:50 | |
*** sdake has joined #openstack-ironic | 16:52 | |
vdrok | enjoy the weekend and the dinner lucas-dinner :) | 16:56 |
*** derekh has quit IRC | 16:58 | |
*** aNupoisc has joined #openstack-ironic | 17:00 | |
*** trown|lunch is now known as trown | 17:07 | |
*** e0ne has quit IRC | 17:07 | |
*** e0ne has joined #openstack-ironic | 17:09 | |
*** e0ne has quit IRC | 17:10 | |
*** Goneri has quit IRC | 17:12 | |
*** clenimar has quit IRC | 17:17 | |
*** ayoung has quit IRC | 17:20 | |
*** sukhdev has joined #openstack-ironic | 17:20 | |
*** mgoddard has quit IRC | 17:25 | |
*** mgoddard has joined #openstack-ironic | 17:25 | |
*** PollyZ has quit IRC | 17:25 | |
*** Goneri has joined #openstack-ironic | 17:27 | |
*** absubram has joined #openstack-ironic | 17:27 | |
*** PollyZ has joined #openstack-ironic | 17:31 | |
*** mgoddard has quit IRC | 17:33 | |
*** praneshp has joined #openstack-ironic | 17:33 | |
*** ayoung has joined #openstack-ironic | 17:35 | |
*** PollyZ has quit IRC | 17:35 | |
vdrok | good night everyone! | 17:37 |
*** ijw has joined #openstack-ironic | 17:41 | |
*** PollyZ has joined #openstack-ironic | 17:43 | |
*** vdrok has quit IRC | 17:43 | |
*** vdrok has joined #openstack-ironic | 17:44 | |
*** vdrok has quit IRC | 17:45 | |
*** fragatina has joined #openstack-ironic | 17:45 | |
*** vdrok has joined #openstack-ironic | 17:45 | |
*** vdrok has quit IRC | 17:46 | |
*** ijw has quit IRC | 17:46 | |
*** links has joined #openstack-ironic | 17:49 | |
*** _vsaienko has joined #openstack-ironic | 17:51 | |
*** _vs has joined #openstack-ironic | 17:51 | |
*** sdake_ has joined #openstack-ironic | 17:52 | |
*** sdake has quit IRC | 17:55 | |
*** _vsaienko has quit IRC | 17:58 | |
*** _vs has quit IRC | 17:59 | |
*** fragatina has quit IRC | 18:01 | |
*** praneshp has quit IRC | 18:02 | |
*** fragatina has joined #openstack-ironic | 18:02 | |
*** Goneri has quit IRC | 18:02 | |
*** jaybeale has quit IRC | 18:03 | |
*** sdake_ is now known as sdake | 18:06 | |
*** PollyZ has quit IRC | 18:07 | |
*** Sukhdev_ has joined #openstack-ironic | 18:07 | |
*** praneshp has joined #openstack-ironic | 18:09 | |
*** links has quit IRC | 18:10 | |
*** mtanino has joined #openstack-ironic | 18:16 | |
*** mtanino has quit IRC | 18:16 | |
*** piet has quit IRC | 18:20 | |
*** piet has joined #openstack-ironic | 18:21 | |
*** Goneri has joined #openstack-ironic | 18:25 | |
*** praneshp has quit IRC | 18:27 | |
*** mgould is now known as mgould|afk | 18:28 | |
*** ChubYann has joined #openstack-ironic | 18:29 | |
*** praneshp has joined #openstack-ironic | 18:30 | |
*** ijw has joined #openstack-ironic | 18:31 | |
*** praneshp has quit IRC | 18:31 | |
*** fragatina has quit IRC | 18:33 | |
*** piet has quit IRC | 18:38 | |
*** piet has joined #openstack-ironic | 18:39 | |
*** e0ne has joined #openstack-ironic | 18:40 | |
*** leakypipes has joined #openstack-ironic | 18:41 | |
*** athomas has quit IRC | 18:43 | |
*** praneshp has joined #openstack-ironic | 18:44 | |
*** praneshp has quit IRC | 18:49 | |
*** Sukhdev_ has quit IRC | 18:59 | |
*** ayoung has quit IRC | 19:03 | |
*** ayoung has joined #openstack-ironic | 19:03 | |
*** mtanino has joined #openstack-ironic | 19:04 | |
*** sdake_ has joined #openstack-ironic | 19:09 | |
*** sdake has quit IRC | 19:10 | |
*** e0ne has quit IRC | 19:13 | |
*** e0ne has joined #openstack-ironic | 19:18 | |
*** e0ne has quit IRC | 19:18 | |
*** e0ne has joined #openstack-ironic | 19:18 | |
*** sdake has joined #openstack-ironic | 19:18 | |
*** daemontool has quit IRC | 19:18 | |
*** sdake_ has quit IRC | 19:19 | |
*** e0ne has quit IRC | 19:20 | |
*** joprovost has quit IRC | 19:20 | |
*** e0ne has joined #openstack-ironic | 19:25 | |
*** e0ne has quit IRC | 19:27 | |
*** e0ne has joined #openstack-ironic | 19:31 | |
*** e0ne has quit IRC | 19:34 | |
*** absubram has quit IRC | 19:36 | |
*** fragatina has joined #openstack-ironic | 19:38 | |
*** openstack has joined #openstack-ironic | 21:44 | |
_vs | jroll, 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 |
Sukhdev | devananda: ping | 21:46 |
*** aNupoisc has joined #openstack-ironic | 21:49 | |
*** rbradfor is now known as rbradf_not_found | 21:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!