*** keedya has quit IRC | 00:04 | |
*** rcarrillocruz has left #openstack-ironic | 00:12 | |
rloo | jlvillal: i think the gate has been better today. i think i saw some failures though but i didn't look into them. | 00:14 |
---|---|---|
jlvillal | rloo: Yeah. For the most part I've been seeing good news. Which is nice :) | 00:14 |
rloo | jlvillal: we might be back to the 'normal' (ugh) timeouts | 00:14 |
jlvillal | rloo: I think that might be improving too. But not sure. This looks better: http://tinyurl.com/j5yc4yr | 00:16 |
rloo | jlvillal: the big 'crunch' (M2) is over so i suspect the gate will be better for us until M3 time. but 'better' won't be great until it is < 5%, ok, 10% :) | 00:18 |
jlvillal | Yep! | 00:18 |
*** Sukhdev has quit IRC | 00:18 | |
*** harshs has joined #openstack-ironic | 00:31 | |
jlvillal | jroll: rloo: This looks promising: http://bit.ly/1nBGpXq | 00:31 |
mrda | So I'm trying to work out why running "ipmitool -I lanplus -H 192.168.103.14 -L ADMINISTRATOR -R 12 -N 5 -U ***** -P ***** power status | 00:32 |
mrda | is different to conductor doing it | 00:32 |
jlvillal | mrda: Different how? | 00:32 |
mrda | i.e. why does conductor get this: | 00:33 |
mrda | Command: ipmitool -I lanplus -H 192.168.103.14 -L ADMINISTRATOR -R 12 -N 5 -f /tmp/tmpRKgEDO power status | 00:33 |
mrda | Exit code: 1 | 00:33 |
jlvillal | I thought conductor used '-f' | 00:33 |
mrda | Stdout: u'' | 00:33 |
mrda | Stderr: u'Error: Unable to establish IPMI v2 / RMCP+ session\n' | 00:33 |
mrda | (sorry for the paste) | 00:33 |
rloo | jlvillal: +2 | 00:33 |
TheJulia | mrda: strace -f -F -p <conductor pid> maybe? | 00:33 |
mrda | jlvillal: that's just credentials | 00:33 |
mrda | Thanks TheJulia, shall give it a shot | 00:33 |
jlvillal | mrda: Can you run it manually in the exact same environment as conductor? I'm assuming that doing it by hand is working? | 00:33 |
TheJulia | it will generate a ton of logs you'll have to sift through, but at that way you should at least be able to compare execs of the ipmitool command | 00:34 |
TheJulia | and you might see differences there | 00:34 |
jlvillal | mrda: And are you absolutely positively sure that the conductor is using the same credentials as your 'by-hand' method? | 00:34 |
TheJulia | unicode? | 00:35 |
jlvillal | Can you put the credentials into a file like the conductor uses and try that. | 00:35 |
mrda | So that command-line version of ipmitool is being run in the same venv as the i-cond | 00:35 |
TheJulia | only one ipmitool binary on the machine? | 00:35 |
mrda | and it's definitely the same creds, just verified | 00:35 |
TheJulia | network namespace isolation? | 00:36 |
mrda | well, it's in a container, but I'm doing the command-line and the i-cond run in the same place | 00:36 |
mrda | the only difference is upstart | 00:36 |
TheJulia | I'm interpretting that as your running it by hand in the container as well | 00:37 |
*** Sukhdev has joined #openstack-ironic | 00:37 | |
mrda | So I'll first try running i-cond by hand (which haven't done yet) | 00:37 |
mrda | with same everything | 00:38 |
mrda | then strace | 00:38 |
jlvillal | mrda: On our Bifrost install the conductor log shows a '-U' in the command line | 00:38 |
jlvillal | I don't see that in your paste | 00:38 |
TheJulia | hmmm.. | 00:38 |
TheJulia | I was thinking the file is password only | 00:39 |
mrda | agent_ipmitool driver? | 00:39 |
TheJulia | yup | 00:39 |
jlvillal | -f file Read remote session password from file | 00:39 |
mrda | huh | 00:39 |
mrda | small paste: driver_info | {u'impi_username': u'root', | 00:40 |
* mrda wonders why that's not included | 00:40 | |
* jlvillal wonders also | 00:40 | |
mrda | TheJulia: Good pickup! | 00:40 |
TheJulia | try... "username" | 00:40 |
Madasi | impi? not ipmi? | 00:40 |
* jlvillal thinks, Hey I spotted the missing -U :P | 00:40 | |
jlvillal | :D | 00:41 |
TheJulia | credit does go to jlvillal | 00:41 |
jlvillal | TheJulia: immediately knew that -f was only a password. I had to go check the help :) | 00:41 |
mrda | impi | 00:41 |
jlvillal | Team effort! | 00:42 |
mrda | oh wow | 00:42 |
jlvillal | And good catch Madasi! | 00:42 |
jlvillal | impi and not ipmi | 00:42 |
jlvillal | mrda: I wonder if there should be a check for that value missing? Trying to think of a valid use case for no username being specified. | 00:43 |
TheJulia | heh, yeah, it is the username | 00:43 |
mrda | right | 00:43 |
TheJulia | and since its not a required value, its not subsituted to username for the driver internals | 00:43 |
TheJulia | or alarmed on | 00:43 |
*** Marga_ has quit IRC | 00:43 | |
TheJulia | well, there you go | 00:43 |
TheJulia | very good catch Madasi | 00:43 |
mrda | Thanks Madasi! | 00:44 |
*** hoangcx has joined #openstack-ironic | 00:44 | |
* mrda now checks | 00:44 | |
TheJulia | Okay, I'm keep saying something about going to get some rest, I'm actually, trully going to go do that now | 00:44 |
jlvillal | mrda: Don't you hate how much trouble two swapped characters can cause ;) | 00:44 |
Madasi | was just mucking with the driver_info on one of our nodes, so it was fresh in my mind | 00:44 |
jlvillal | TheJulia: Do it. Rest is a good thing,. | 00:44 |
mrda | Thanks TheJulia, jlvillal, Madasi, NobodyCam and jroll for your help today | 00:44 |
mrda | TheJulia: Go get some rest! | 00:45 |
openstackgerrit | Ruby Loo proposed openstack/ironic: Show transitions initiated by API requests https://review.openstack.org/259099 | 00:45 |
*** chlong has joined #openstack-ironic | 00:49 | |
openstackgerrit | Stephanie Miller proposed openstack/bifrost: Initial support for virtualenv installation https://review.openstack.org/264366 | 00:51 |
jlvillal | jroll: Not sure if you want this question. But on the Ironic/Neutron networking. How confident do you feel that it will get into the Mitaka release from the Ironic side? | 00:52 |
jroll | jlvillal: I'm gonna be really pissed off if we don't get that done this cycle | 00:53 |
jroll | that's not a direct answer. but is how I feel | 00:53 |
jlvillal | jroll: Thanks. I know it is one of the priorities. | 00:54 |
*** mtanino has quit IRC | 00:57 | |
*** spandhe has quit IRC | 01:01 | |
*** spandhe has joined #openstack-ironic | 01:01 | |
*** rajinir has quit IRC | 01:05 | |
*** shu-mutou has joined #openstack-ironic | 01:08 | |
*** lazy_prince has joined #openstack-ironic | 01:09 | |
*** garthb has quit IRC | 01:09 | |
*** rbudden has quit IRC | 01:11 | |
*** amotoki has joined #openstack-ironic | 01:12 | |
*** amotoki has quit IRC | 01:15 | |
*** alexpilotti has joined #openstack-ironic | 01:17 | |
*** piet_ has quit IRC | 01:17 | |
*** cfarquhar has joined #openstack-ironic | 01:21 | |
*** piet has joined #openstack-ironic | 01:25 | |
jlvillal | Anyone else seeing this? DriverLoadError: Driver fake could not be loaded. Reason: __init__() got an unexpected keyword argument 'choices'. | 01:25 |
jlvillal | More info: http://paste.openstack.org/show/485352/ | 01:27 |
lintan | hi jlvillal, did you update the oslo_config to 3.2.0 | 01:28 |
*** amotoki has joined #openstack-ironic | 01:28 | |
*** penick has quit IRC | 01:28 | |
jlvillal | lintan: This is doing a stable/liberty devstack | 01:28 |
jlvillal | lintan: I am running it from scratch. Used to work. | 01:29 |
jlvillal | lintan: I'll see if same thing happens in the gate. | 01:30 |
jlvillal | lintan: I'll do a 'check experimental' | 01:30 |
*** keekz has quit IRC | 01:31 | |
lintan | jivillal, interesting, just ping me if it goes wrong | 01:31 |
*** yarkot has quit IRC | 01:32 | |
*** mgagne has quit IRC | 01:32 | |
*** mgagne has joined #openstack-ironic | 01:32 | |
*** mgagne has quit IRC | 01:32 | |
*** mgagne has joined #openstack-ironic | 01:32 | |
jlvillal | lintan: Okay, strange. It should be stable/liberty but seems to be tip in my /opt/stack/old/ | 01:32 |
jlvillal | I'll have to investigate more. | 01:32 |
*** keekz has joined #openstack-ironic | 01:34 | |
*** rvasilets___ has quit IRC | 01:36 | |
jlvillal | lintan: I think I figured out issue. | 01:38 |
lintan | jivillal, great, what's the problem? | 01:42 |
lintan | jlvillal :) | 01:42 |
jlvillal | lintan: Following the directions ;) | 01:43 |
jlvillal | So I followed the directions for devstack-gate but unfortunately that is the wrong thing to do for a grenade job. As it says to git clone the project into this cache area. | 01:43 |
jlvillal | But then it uses that instead of what it should be using which is the stable/liberty branch. | 01:44 |
jlvillal | Glad I found out :) | 01:44 |
lintan | jlvillal so it's using an old branch, we have no problem with the stable/liberty right? | 01:46 |
jlvillal | lintan: It was supposed to be using the stable branch. But it was actually using tip for only openstack/ironic | 01:46 |
jlvillal | So everything was stable/liberty except for openstack/ironic. I think I got it fixed now. Re-doing my VM | 01:46 |
lintan | jlvillal :) I got it, it also happens to me some times | 01:47 |
jlvillal | lintan: I'm trying to get grenade working. So I am simulating a devstack-gate environment to do it. | 01:48 |
*** vishwanathj has quit IRC | 01:48 | |
*** amotoki has quit IRC | 01:48 | |
jlvillal | lintan: Does #2 make sense to you? https://blueprints.launchpad.net/nova/+spec/baremetal-migration-evacuation | 01:49 |
lintan | jlvillal Let me check it, | 01:50 |
jlvillal | I thought our weakness in Ironic is that we only appear as one Nova compute node. So all bare-metal nodes are there. So I don't see how we would do an evacuate | 01:50 |
lintan | jlvillal, In last summit, there is a discussion about Ironic nodes should not only appear on one Nova compute node, at least two nodes to avoid single point of failure | 01:54 |
openstackgerrit | Mauro Rodrigues proposed openstack/ironic: Remove hard-coded DEPLOYWAIT timeout from Baremetal Scenario https://review.openstack.org/269249 | 01:54 |
jlvillal | lintan: Yes, but that hasn't happened yet. Still a work/discussion in progress. | 01:55 |
jlvillal | lintan: As it is now. I don't think 'evacuate' is feasible. But wanted to get a 2nd opinion. | 01:56 |
lintan | jlvillal, and as the author said, #2 is a long term plan, I think it is also waiting for the progress | 01:56 |
*** Sukhdev has quit IRC | 01:56 | |
openstackgerrit | chenglch proposed openstack/ironic: Check whether terminal command is available if console enabled https://review.openstack.org/235159 | 01:57 |
jlvillal | lintan: Okay. Makes sense. Thanks. | 01:57 |
lintan | jlvillal :) | 01:58 |
*** izaakk has quit IRC | 02:03 | |
*** kan_ has joined #openstack-ironic | 02:04 | |
*** amotoki has joined #openstack-ironic | 02:08 | |
*** amotoki_ has joined #openstack-ironic | 02:11 | |
*** amotoki has quit IRC | 02:13 | |
*** amotoki_ has quit IRC | 02:16 | |
*** alexpilotti has quit IRC | 02:16 | |
*** amotoki has joined #openstack-ironic | 02:19 | |
*** rloo has quit IRC | 02:27 | |
*** amotoki has quit IRC | 02:29 | |
*** gmmaha has quit IRC | 02:32 | |
*** gmmaha has joined #openstack-ironic | 02:32 | |
*** coolsvap|away is now known as coolsvap | 02:36 | |
openstackgerrit | Haomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api https://review.openstack.org/272420 | 02:46 |
*** yarkot has joined #openstack-ironic | 02:48 | |
*** mgagne has quit IRC | 02:51 | |
*** mgagne has joined #openstack-ironic | 02:51 | |
openstackgerrit | Tan Lin proposed openstack/ironic: Remove DB hook from Ironic API https://review.openstack.org/243497 | 02:59 |
*** Marga_ has joined #openstack-ironic | 02:59 | |
*** baoli has joined #openstack-ironic | 03:00 | |
*** e0ne has joined #openstack-ironic | 03:00 | |
*** Marga_ has quit IRC | 03:01 | |
*** Marga_ has joined #openstack-ironic | 03:02 | |
*** baoli has quit IRC | 03:11 | |
*** amotoki has joined #openstack-ironic | 03:11 | |
*** dims has quit IRC | 03:11 | |
*** baoli has joined #openstack-ironic | 03:12 | |
*** achanda has joined #openstack-ironic | 03:13 | |
*** e0ne has quit IRC | 03:19 | |
*** keedya has joined #openstack-ironic | 03:21 | |
openstackgerrit | Kan proposed openstack/ironic: Enable removing name when updating node https://review.openstack.org/267327 | 03:26 |
*** coolsvap is now known as coolsvap|away | 03:30 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add db api layer for CRUD operations on node tags https://review.openstack.org/232598 | 03:30 |
*** smoriya_ has joined #openstack-ironic | 03:31 | |
*** ijw has joined #openstack-ironic | 03:32 | |
*** lazy_prince has quit IRC | 03:34 | |
*** ijw_ has quit IRC | 03:35 | |
*** yuanying_ has joined #openstack-ironic | 03:38 | |
*** yuanying has quit IRC | 03:40 | |
*** ijw_ has joined #openstack-ironic | 03:41 | |
*** spandhe has quit IRC | 03:43 | |
*** baoli has quit IRC | 03:43 | |
*** ijw has quit IRC | 03:44 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Joined 'tags' column while getting node https://review.openstack.org/253065 | 03:45 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add Tag, TagList objects and a new tags field to Node https://review.openstack.org/233357 | 03:47 |
*** keedya has quit IRC | 03:49 | |
*** coolsvap|away is now known as coolsvap | 03:49 | |
*** baoli has joined #openstack-ironic | 03:54 | |
*** baoli has quit IRC | 03:55 | |
*** baoli has joined #openstack-ironic | 03:55 | |
*** achanda has quit IRC | 04:03 | |
*** yuanying has joined #openstack-ironic | 04:06 | |
*** yuanying_ has quit IRC | 04:06 | |
*** piet has quit IRC | 04:07 | |
*** yuanying has quit IRC | 04:11 | |
*** yuanying has joined #openstack-ironic | 04:17 | |
*** baoli has quit IRC | 04:24 | |
*** piet has joined #openstack-ironic | 04:26 | |
*** spandhe has joined #openstack-ironic | 04:30 | |
*** achanda has joined #openstack-ironic | 04:42 | |
*** lazy_prince has joined #openstack-ironic | 04:47 | |
*** mvpnitesh has joined #openstack-ironic | 05:05 | |
*** killer_prince has joined #openstack-ironic | 05:09 | |
*** amotoki_ has joined #openstack-ironic | 05:11 | |
*** Sukhdev has joined #openstack-ironic | 05:11 | |
*** chlong has quit IRC | 05:12 | |
*** lazy_prince has quit IRC | 05:12 | |
*** coolsvap is now known as coolsvap|away | 05:15 | |
*** piet has quit IRC | 05:21 | |
*** baoli has joined #openstack-ironic | 05:24 | |
*** lazy_prince has joined #openstack-ironic | 05:25 | |
*** krtaylor has quit IRC | 05:25 | |
*** killer_prince has quit IRC | 05:28 | |
*** baoli has quit IRC | 05:30 | |
*** chlong has joined #openstack-ironic | 05:33 | |
*** moshele has joined #openstack-ironic | 05:33 | |
*** getvasanth has joined #openstack-ironic | 05:35 | |
*** krtaylor has joined #openstack-ironic | 05:38 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Log warning if ipmi_username/ipmi_password missing https://review.openstack.org/273891 | 05:44 |
jlvillal | mrda, ^^^^^ Unsure if I need unit tests though. | 05:44 |
*** amotoki_ has quit IRC | 05:47 | |
*** getvasanth has quit IRC | 05:49 | |
*** getvasanth has joined #openstack-ironic | 05:49 | |
mrda | thanks jlvillal I'll take a look | 05:51 |
jlvillal | mrda, Thank you. | 05:51 |
*** Marga_ has quit IRC | 05:58 | |
*** moshele has quit IRC | 06:04 | |
*** vaddik has joined #openstack-ironic | 06:13 | |
*** ChubYann has quit IRC | 06:15 | |
*** chlong has quit IRC | 06:28 | |
*** rcernin has quit IRC | 06:29 | |
*** bkumar has joined #openstack-ironic | 06:30 | |
*** harshs has quit IRC | 06:30 | |
*** coolsvap|away is now known as coolsvap | 06:31 | |
*** vaddik has quit IRC | 06:35 | |
*** amotoki has quit IRC | 06:39 | |
*** chlong has joined #openstack-ironic | 06:39 | |
*** amotoki has joined #openstack-ironic | 06:39 | |
*** spandhe has quit IRC | 06:40 | |
*** amotoki has quit IRC | 06:43 | |
*** amotoki has joined #openstack-ironic | 06:43 | |
*** Marga_ has joined #openstack-ironic | 06:43 | |
*** xek_ has quit IRC | 07:00 | |
*** xek_ has joined #openstack-ironic | 07:01 | |
*** raddaoui has joined #openstack-ironic | 07:02 | |
*** vishwanathj has joined #openstack-ironic | 07:19 | |
*** amotoki has quit IRC | 07:22 | |
*** raddaoui has quit IRC | 07:22 | |
*** vmahajan has joined #openstack-ironic | 07:24 | |
*** vishwanathj is now known as vishwanathj_zzz | 07:24 | |
*** amotoki has joined #openstack-ironic | 07:24 | |
*** rcernin has joined #openstack-ironic | 07:25 | |
*** chlong has quit IRC | 07:32 | |
*** andrewxu has joined #openstack-ironic | 07:41 | |
*** andrewxu has left #openstack-ironic | 07:44 | |
*** amotoki has quit IRC | 07:49 | |
*** Sukhdev has quit IRC | 07:50 | |
*** amotoki has joined #openstack-ironic | 07:51 | |
*** mbound has joined #openstack-ironic | 07:51 | |
*** boris-42 has joined #openstack-ironic | 07:58 | |
*** kan_ has quit IRC | 07:58 | |
*** mbound has quit IRC | 08:08 | |
*** shuquan has joined #openstack-ironic | 08:19 | |
*** achanda has quit IRC | 08:19 | |
*** achanda has joined #openstack-ironic | 08:20 | |
*** athomas has joined #openstack-ironic | 08:23 | |
*** Marga_ has quit IRC | 08:24 | |
*** achanda has quit IRC | 08:33 | |
*** bkumar has quit IRC | 08:35 | |
*** shuquan has quit IRC | 08:35 | |
openstackgerrit | Andreas Jaeger proposed openstack/ironic-inspector: Update translation setup https://review.openstack.org/273942 | 08:36 |
*** jcoufal has joined #openstack-ironic | 08:37 | |
*** shuquan has joined #openstack-ironic | 08:38 | |
*** _degorenko|afk is now known as degorenko | 08:44 | |
*** amotoki has quit IRC | 08:46 | |
*** smoriya has quit IRC | 08:50 | |
*** mbound has joined #openstack-ironic | 08:50 | |
*** smoriya_afk has joined #openstack-ironic | 08:53 | |
*** smoriya_afk is now known as smoriya | 08:53 | |
*** shuquan has quit IRC | 08:55 | |
*** derekh has joined #openstack-ironic | 08:56 | |
openstackgerrit | Haomeng,Wang proposed openstack/ironic-python-agent: add new portal_port argument into iscsi.start_iscsi_target api https://review.openstack.org/272420 | 08:57 |
*** mvpnitesh has quit IRC | 08:59 | |
*** amotoki has joined #openstack-ironic | 09:00 | |
*** smoriya has quit IRC | 09:04 | |
*** jcoufal has quit IRC | 09:07 | |
*** jcoufal has joined #openstack-ironic | 09:08 | |
*** amotoki has quit IRC | 09:08 | |
*** shuquan has joined #openstack-ironic | 09:10 | |
*** mvpnitesh has joined #openstack-ironic | 09:13 | |
*** smoriya_afk has joined #openstack-ironic | 09:13 | |
*** smoriya_afk is now known as smoriya | 09:13 | |
*** coolsvap is now known as coolsvap|away | 09:15 | |
*** pas-ha has joined #openstack-ironic | 09:15 | |
pas-ha | morning Ironic | 09:17 |
*** amotoki has joined #openstack-ironic | 09:17 | |
*** amotoki has quit IRC | 09:20 | |
*** amotoki has joined #openstack-ironic | 09:20 | |
*** amotoki has quit IRC | 09:24 | |
*** shuquan has quit IRC | 09:28 | |
*** shuquan has joined #openstack-ironic | 09:28 | |
*** jistr has joined #openstack-ironic | 09:30 | |
*** links has joined #openstack-ironic | 09:38 | |
*** links has quit IRC | 09:38 | |
*** jcoufal_ has joined #openstack-ironic | 09:53 | |
*** jcoufal has quit IRC | 09:54 | |
vdrok | morning ironic and pas-ha | 09:56 |
*** jcoufal has joined #openstack-ironic | 09:57 | |
*** jcoufal_ has quit IRC | 10:00 | |
*** baoli has joined #openstack-ironic | 10:08 | |
*** baoli has quit IRC | 10:13 | |
*** shuquan has quit IRC | 10:14 | |
*** jcoufal has quit IRC | 10:18 | |
*** athomas has quit IRC | 10:24 | |
*** jcoufal has joined #openstack-ironic | 10:25 | |
openstackgerrit | Yuiko Takada proposed openstack/ironic: Add support API microversions for Tempest tests https://review.openstack.org/260358 | 10:32 |
*** alexpilotti has joined #openstack-ironic | 10:32 | |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Set node last_error in TaskManager https://review.openstack.org/273992 | 10:35 |
*** alexpilotti has quit IRC | 10:37 | |
*** sambetts has joined #openstack-ironic | 10:38 | |
*** hoangcx has quit IRC | 10:39 | |
sambetts | Morning all, TGIF | 10:46 |
*** MattMan has quit IRC | 10:48 | |
*** MattMan has joined #openstack-ironic | 10:48 | |
*** athomas has joined #openstack-ironic | 10:54 | |
*** jaybeale has quit IRC | 10:58 | |
*** jcoufal has quit IRC | 11:05 | |
*** dims has joined #openstack-ironic | 11:08 | |
*** baoli has joined #openstack-ironic | 11:08 | |
*** baoli has quit IRC | 11:13 | |
*** getvasanth has quit IRC | 11:15 | |
*** mvpnitesh has quit IRC | 11:15 | |
*** athomas has quit IRC | 11:16 | |
*** jcoufal has joined #openstack-ironic | 11:20 | |
*** athomas has joined #openstack-ironic | 11:20 | |
*** alexpilotti has joined #openstack-ironic | 11:33 | |
*** alexpilotti has quit IRC | 11:35 | |
*** alexpilotti has joined #openstack-ironic | 11:35 | |
*** alexpilotti has quit IRC | 11:41 | |
*** alexpilotti has joined #openstack-ironic | 11:41 | |
*** jcoufal has quit IRC | 11:46 | |
*** athomas has quit IRC | 11:46 | |
*** derekh has quit IRC | 11:47 | |
*** smoriya has quit IRC | 11:52 | |
*** smoriya_afk has joined #openstack-ironic | 11:55 | |
*** smoriya_afk is now known as smoriya | 11:55 | |
*** smoriya_ has quit IRC | 11:56 | |
*** athomas has joined #openstack-ironic | 12:03 | |
*** jcoufal has joined #openstack-ironic | 12:03 | |
*** raildo-afk is now known as raildo | 12:08 | |
*** daemontool has joined #openstack-ironic | 12:15 | |
*** rcernin has quit IRC | 12:18 | |
*** rcernin has joined #openstack-ironic | 12:18 | |
*** thiagop has quit IRC | 12:20 | |
*** thiagop has joined #openstack-ironic | 12:20 | |
openstackgerrit | Sam Betts proposed openstack/ironic: Enable tinyipa for devstack Ironic https://review.openstack.org/259089 | 12:22 |
openstackgerrit | Sam Betts proposed openstack/ironic-python-agent: Add tinyipa to IPA imagebuild directory https://review.openstack.org/234902 | 12:23 |
thiagop | Morning folks | 12:27 |
*** Fdaisuke_ has joined #openstack-ironic | 12:28 | |
*** Fdaisuke has quit IRC | 12:29 | |
*** Fdaisuke_ has quit IRC | 12:34 | |
*** tiendc has joined #openstack-ironic | 12:42 | |
*** ukalifon has joined #openstack-ironic | 12:46 | |
*** alexpilotti has quit IRC | 12:46 | |
*** baoli has joined #openstack-ironic | 12:50 | |
*** ukalifon has quit IRC | 12:50 | |
*** alexpilotti has joined #openstack-ironic | 12:50 | |
*** ukalifon1 has joined #openstack-ironic | 12:50 | |
*** baoli_ has joined #openstack-ironic | 12:52 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic: Migrate to using keystoneauth Sessions https://review.openstack.org/236982 | 12:54 |
*** baoli has quit IRC | 12:54 | |
*** alexpilotti has quit IRC | 12:55 | |
TheJulia | Good morning everyone | 12:56 |
thiagop | morning TheJulia | 12:57 |
*** shu-mutou has quit IRC | 12:58 | |
*** ukalifon1 has quit IRC | 13:01 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add Tag, TagList objects and a new tags field to Node https://review.openstack.org/233357 | 13:09 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Joined 'tags' column while getting node https://review.openstack.org/253065 | 13:09 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add db api layer for CRUD operations on node tags https://review.openstack.org/232598 | 13:09 |
*** kragniz has quit IRC | 13:12 | |
*** keedya has joined #openstack-ironic | 13:12 | |
*** tiendc has quit IRC | 13:13 | |
*** alexpilotti has joined #openstack-ironic | 13:13 | |
*** alexpilotti has quit IRC | 13:13 | |
*** dprince has joined #openstack-ironic | 13:13 | |
*** ukalifon1 has joined #openstack-ironic | 13:17 | |
*** kragniz has joined #openstack-ironic | 13:18 | |
*** trown|outttypeww is now known as trown | 13:18 | |
*** afaranha has quit IRC | 13:19 | |
TheJulia | jlvillal: looked at the warning log entries and left some thoughts | 13:22 |
*** athomas has quit IRC | 13:24 | |
*** piet has joined #openstack-ironic | 13:24 | |
sambetts | o/ thiagop, TheJulia | 13:25 |
thiagop | sambetts: o/ | 13:25 |
*** electrofelix has joined #openstack-ironic | 13:25 | |
*** ukalifon1 has quit IRC | 13:28 | |
*** daemontool has quit IRC | 13:29 | |
*** alexpilotti has joined #openstack-ironic | 13:31 | |
*** alexpilotti has quit IRC | 13:35 | |
vdrok | seems we're broken again this time by https://github.com/openstack-dev/devstack/commit/f4ce44bf3fbf06e53c2ae3ec6aa4996831cf4605 | 13:38 |
*** jcoufal has quit IRC | 13:40 | |
*** jcoufal has joined #openstack-ironic | 13:47 | |
*** daemontool has joined #openstack-ironic | 13:47 | |
*** keedya has quit IRC | 13:49 | |
TheJulia | good morning thiagop sambetts vdrok | 13:51 |
vdrok | morning TheJulia thiagop and sambetts ! | 13:51 |
*** daemontool has quit IRC | 13:56 | |
*** daemontool has joined #openstack-ironic | 13:57 | |
openstackgerrit | Vladyslav Drok proposed openstack/python-ironicclient: Allow to use initialize keystone v3 client https://review.openstack.org/274074 | 13:59 |
*** alexpilotti has joined #openstack-ironic | 14:01 | |
*** lazy_prince has quit IRC | 14:02 | |
sambetts | aarefiev: ping | 14:05 |
aarefiev | sambetts: hi | 14:05 |
*** rbudden has joined #openstack-ironic | 14:05 | |
sambetts | aarefiev: IRT to the rules patch, the matches rule is designed to be an exact match rule, so it matching hel to hello would be wrong behaviour | 14:06 |
sambetts | aarefiev: for that you would want to use the contains right? | 14:07 |
*** jcoufal has quit IRC | 14:08 | |
aarefiev | sambetts: I see, it just looking strange for me | 14:08 |
aarefiev | sambetts: agree, from ops point of view it's looking more obviously | 14:09 |
sambetts | aarefiev: it is a weird one, I guess it depends on your interpretation of the rule, if you say it matches the regex then hel would match to hello but if you say its an exact match rule then it would be wrong if you see what I mean | 14:10 |
aarefiev | sambetts; yep, agree on this) | 14:10 |
aarefiev | sambetts: btw, I'll try to post auto-discovery patch today | 14:12 |
aarefiev | need to add docs | 14:12 |
sambetts | aarefiev: Awesome I look forward to going through it again | 14:13 |
*** thrash|pto is now known as thrash | 14:16 | |
aarefiev | sambetts: do you have any opinions on new conditions or actions format? | 14:18 |
*** jcoufal has joined #openstack-ironic | 14:18 | |
*** e0ne has joined #openstack-ironic | 14:19 | |
*** cdearborn has joined #openstack-ironic | 14:19 | |
sambetts | aarefiev: in regards to the field excepting a JSON path and the actions having the {} for replacement ? | 14:21 |
*** keedya has joined #openstack-ironic | 14:22 | |
*** jcoufal has quit IRC | 14:23 | |
aarefiev | sambetts: yep, but in fields we talked about path format with scheme like node://path and data://path | 14:24 |
sambetts | aarefiev: Yeah I think thats a great way of handling it | 14:25 |
aarefiev | sambetts: ok, thanks, I'll move on with it | 14:26 |
*** piet has quit IRC | 14:27 | |
*** mbound has quit IRC | 14:27 | |
*** jcoufal has joined #openstack-ironic | 14:27 | |
NobodyCam | good morning Ironicers | 14:32 |
sambetts | vdrok: Does that ironic client patch fix the gate? | 14:32 |
sambetts | o/ NobodyCam | 14:32 |
sambetts | TGIF | 14:32 |
NobodyCam | oh ya | 14:32 |
NobodyCam | don't tell me the gates busted again? | 14:32 |
vdrok | morning NobodyCam | 14:32 |
sambetts | NobodyCam: yup | 14:32 |
vdrok | sambetts, it seems to work locally, lets wait jenkins | 14:32 |
sambetts | vdrok: great :) | 14:33 |
NobodyCam | morning vdrok sambetts jlvillal rloo jroll dtantsur|afk devananda TheJulia thiagop mrda | 14:33 |
NobodyCam | ugh | 14:34 |
thiagop | hey ya NobodyCam | 14:34 |
TheJulia | good morning NobodyCam | 14:34 |
sambetts | NobodyCam: hows BadCub btw? I can't remember asking since our conversation about you taking him to the doctors | 14:35 |
NobodyCam | were both getting better slowly :) we've had the plauge , err FLU, for a week now. | 14:36 |
NobodyCam | but I am sitting in a chair today :) so thats a win :) | 14:36 |
NobodyCam | should I update the whiteboard? | 14:37 |
NobodyCam | Gate Status: Golden (27-Jan-2016 jlvillal) | 14:37 |
sambetts | NobodyCam: oh man :( that really sucks | 14:37 |
sambetts | NobodyCam: yeah probably a good idea | 14:37 |
NobodyCam | ya its been a ruff week and this flu actually just hurts :p | 14:37 |
sambetts | NobodyCam: vdrok said it was this that broke it https://github.com/openstack-dev/devstack/commit/f4ce44bf3fbf06e53c2ae3ec6aa4996831cf4605 | 14:37 |
sambetts | NobodyCam: Yeah, Flu sucks so bad, it just takes all the energy out of you | 14:38 |
*** piet has joined #openstack-ironic | 14:39 | |
NobodyCam | updateded | 14:41 |
*** baoli_ has quit IRC | 14:50 | |
*** baoli has joined #openstack-ironic | 14:50 | |
openstackgerrit | Debayan Ray proposed openstack/ironic: Firmware update(iLO) as manual cleaning step https://review.openstack.org/211019 | 14:52 |
*** baoli has quit IRC | 14:55 | |
*** jcoufal has quit IRC | 14:59 | |
sambetts | NobodyCam, vdrok: that breakage has blown up the inspector gate too | 15:00 |
*** jcoufal has joined #openstack-ironic | 15:00 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add Tag, TagList objects and a new tags field to Node https://review.openstack.org/233357 | 15:01 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Added node tags in ironic-api https://review.openstack.org/250478 | 15:01 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Joined 'tags' column while getting node https://review.openstack.org/253065 | 15:01 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add DB layer support for node tags/tags-any filter https://review.openstack.org/272624 | 15:01 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add db api layer for CRUD operations on node tags https://review.openstack.org/232598 | 15:01 |
openstackgerrit | Vladyslav Drok proposed openstack/python-ironicclient: Allow to use initialize keystone v3 client https://review.openstack.org/274074 | 15:02 |
vdrok | sambetts, yep, this seems to fix the issue, jobs passed (apart from functional tests) | 15:02 |
sambetts | :) awesome | 15:02 |
*** harshs has joined #openstack-ironic | 15:10 | |
*** ukalifon1 has joined #openstack-ironic | 15:10 | |
*** krotscheck has quit IRC | 15:10 | |
*** mtanino has joined #openstack-ironic | 15:13 | |
vdrok | hm, pip._vendor.requests.exceptions.MissingSchema: Invalid URL 'mirror.IAD.rax.openstack.org/pypi/simple/pbr/' | 15:14 |
*** jcoufal_ has joined #openstack-ironic | 15:16 | |
*** mbound has joined #openstack-ironic | 15:18 | |
*** jcoufal has quit IRC | 15:18 | |
*** amotoki has joined #openstack-ironic | 15:19 | |
openstackgerrit | Stephanie Miller proposed openstack/bifrost: Separate log collection into its own script https://review.openstack.org/273191 | 15:20 |
*** mbound_ has joined #openstack-ironic | 15:21 | |
*** krotscheck has joined #openstack-ironic | 15:21 | |
*** mbound has quit IRC | 15:23 | |
sambetts | vdrok: that looks like either an external issue or an infra issue | 15:31 |
*** dprince has quit IRC | 15:35 | |
*** garthb has joined #openstack-ironic | 15:35 | |
*** yolanda has quit IRC | 15:39 | |
*** yolanda has joined #openstack-ironic | 15:40 | |
*** amotoki has quit IRC | 15:42 | |
*** jcoufal_ has quit IRC | 15:45 | |
*** thrash has quit IRC | 15:47 | |
*** mbound_ has quit IRC | 15:47 | |
*** baoli has joined #openstack-ironic | 15:48 | |
jlvillal | Good morning sambetts vdrok NobodyCam TheJulia thiagop aarefiev jroll and everyone else : | 15:49 |
jlvillal | :) | 15:50 |
jlvillal | TGIF | 15:50 |
*** amotoki has joined #openstack-ironic | 15:50 | |
jlvillal | NobodyCam, I hope you and BadCub continue to get better! | 15:50 |
vdrok | morning jlvillal ! | 15:51 |
jlvillal | vdrok, So on the keystone issue. Any ideas how to fix it? | 15:51 |
vdrok | sambetts, yep, infra issue | 15:51 |
NobodyCam | thank you jlvillal .. actually have a dr. apt today | 15:51 |
sambetts | o/ jlvillal | 15:51 |
jlvillal | Ah, so the test failures were not the patch. Whew! :) | 15:51 |
vdrok | jlvillal, yep, the patch seems to fix keystone, its an infra issue | 15:52 |
vdrok | brb | 15:52 |
* jlvillal will be that guy and do 'recheck' in hopes the infra issue has been fixed... | 15:53 | |
jlvillal | http://lists.openstack.org/pipermail/openstack-dev/2016-January/085353.html | 15:54 |
jlvillal | vdrok, sambetts ^^^ | 15:55 |
sambetts | HAHAHA thats a brilliant email! | 15:56 |
*** mbound has joined #openstack-ironic | 15:56 | |
*** absubram has joined #openstack-ironic | 15:58 | |
*** amotoki has quit IRC | 15:58 | |
jlvillal | :) | 15:59 |
*** pas-ha has quit IRC | 16:02 | |
*** thrash has joined #openstack-ironic | 16:02 | |
*** thrash has quit IRC | 16:02 | |
*** thrash has joined #openstack-ironic | 16:02 | |
*** baoli has quit IRC | 16:02 | |
*** spandhe has joined #openstack-ironic | 16:03 | |
*** raddaoui has joined #openstack-ironic | 16:03 | |
*** absubram has quit IRC | 16:13 | |
*** mgarza has joined #openstack-ironic | 16:14 | |
*** amotoki has joined #openstack-ironic | 16:17 | |
*** derekh has joined #openstack-ironic | 16:18 | |
openstackgerrit | Merged openstack/ironic-specs: Add ironicclient-osc-plugin to not-implemented https://review.openstack.org/264343 | 16:18 |
openstackgerrit | Merged openstack/ironic-specs: Clarify stable branch testing for third party CI https://review.openstack.org/267049 | 16:18 |
*** mbound has quit IRC | 16:23 | |
*** rajinir has joined #openstack-ironic | 16:23 | |
*** harshs has quit IRC | 16:26 | |
*** rcernin has quit IRC | 16:27 | |
devananda | g'morning, all! | 16:30 |
devananda | krotscheck: brilliant email :-D | 16:30 |
NobodyCam | morning :) devananda | 16:30 |
*** spandhe has quit IRC | 16:30 | |
krotscheck | devananda: :D | 16:31 |
openstackgerrit | Anton Arefiev proposed openstack/ironic-inspector: Add auto-discovery feature https://review.openstack.org/262199 | 16:35 |
*** ukalifon1 has quit IRC | 16:36 | |
vdrok | morning devananda and krotscheck ! | 16:37 |
*** piet has quit IRC | 16:38 | |
*** mgoddard_ has joined #openstack-ironic | 16:45 | |
*** absubram has joined #openstack-ironic | 16:49 | |
*** mgoddard has quit IRC | 16:49 | |
*** raddaoui has quit IRC | 16:50 | |
*** izaakk has joined #openstack-ironic | 16:57 | |
*** garthb_ has joined #openstack-ironic | 16:58 | |
*** piet has joined #openstack-ironic | 16:59 | |
*** garthb has quit IRC | 16:59 | |
*** mgoddard_ has quit IRC | 17:02 | |
*** mgoddard has joined #openstack-ironic | 17:02 | |
*** e0ne has quit IRC | 17:03 | |
*** degorenko is now known as _degorenko|afk | 17:03 | |
*** dprince has joined #openstack-ironic | 17:03 | |
*** baoli has joined #openstack-ironic | 17:04 | |
*** daemontool has quit IRC | 17:04 | |
*** spandhe has joined #openstack-ironic | 17:09 | |
*** lucascess has left #openstack-ironic | 17:10 | |
*** dprince has quit IRC | 17:16 | |
*** absubram has quit IRC | 17:17 | |
*** dprince has joined #openstack-ironic | 17:17 | |
*** absubram has joined #openstack-ironic | 17:17 | |
*** achanda has joined #openstack-ironic | 17:21 | |
vdrok | jlvillal, devananda please take a look - https://review.openstack.org/#/c/274074/2 | 17:24 |
devananda | vdrok: looking | 17:25 |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Rename of the nginx_port variable https://review.openstack.org/271535 | 17:26 |
*** achanda has quit IRC | 17:32 | |
*** ppiela has quit IRC | 17:32 | |
*** ppiela has joined #openstack-ironic | 17:33 | |
jlvillal | vdrok: Should there be a TODO note about switching to using keystoneauth? | 17:34 |
vdrok | jlvillal, can add that | 17:34 |
jlvillal | vdrok: Thanks. | 17:35 |
openstackgerrit | Vladyslav Drok proposed openstack/python-ironicclient: Allow to initialize keystone v3 client https://review.openstack.org/274074 | 17:38 |
*** harshs has joined #openstack-ironic | 17:38 | |
jlvillal | vdrok: Reviewed. But let me know if I am being foolish :) | 17:44 |
devananda | vdrok: I've pinged some keystone folks to make sure we're doing this they way they want, moving forward | 17:45 |
jlvillal | devananda: From comments in the patch, it appears the 'correct' way is to move to 'keystoneauth1' | 17:46 |
jlvillal | devananda: vdrok did put in a TODO note about it. | 17:46 |
vdrok | devananda, thanks, tho I may not be able to resolve their comments, will have to leave in half an hour or so | 17:46 |
vdrok | jlvillal, thanks, will add that check that too | 17:46 |
jlvillal | vdrok: devananda I feel like this is worth merging as currently "all your gate are belong to us" :) | 17:48 |
jlvillal | https://en.wikipedia.org/wiki/All_your_base_are_belong_to_us | 17:48 |
openstackgerrit | Vladyslav Drok proposed openstack/python-ironicclient: Allow to initialize keystone v3 client https://review.openstack.org/274074 | 17:49 |
*** jistr has quit IRC | 17:49 | |
sambetts | night all | 17:51 |
vdrok | night sambetts | 17:51 |
jlvillal | sambetts: ciao! | 17:51 |
jlvillal | vdrok: I will watch that patch. And respond to comments. | 17:51 |
jlvillal | vdrok: So that you can go home on time :) | 17:52 |
vdrok | jlvillal, thanks :) | 17:52 |
jlvillal | vdrok: Since it is almost 8pm where you are, I think. | 17:52 |
vdrok | jlvillal, correct | 17:52 |
jlvillal | vdrok: Well have a great weekend, if I miss when you do actually leave for the day. | 17:53 |
vdrok | jlvillal, :) have a great weekend too! | 17:53 |
jlvillal | vdrok: Thanks. I still got about 8 hours to go :) | 17:53 |
*** sambetts has quit IRC | 17:55 | |
*** derekh has quit IRC | 18:01 | |
devananda | vdrok: thanks much! I'll keep an eye on this today and update if needed. have a great weekend | 18:01 |
vdrok | devananda, you too, thanks! | 18:01 |
devananda | jlvillal: yes, I agree -- just want an initial sense from them. knowing us, if it's not broken, we may forget about it for a while ... | 18:02 |
jlvillal | devananda: Thanks. And please let us know what you find out. I asked my much smaller set of contacts :) | 18:03 |
*** amotoki has quit IRC | 18:06 | |
*** Marga_ has joined #openstack-ironic | 18:09 | |
*** Marga_ has quit IRC | 18:11 | |
*** Marga_ has joined #openstack-ironic | 18:11 | |
*** absubram has quit IRC | 18:13 | |
openstackgerrit | Vladyslav Drok proposed openstack/python-ironicclient: Allow functional tests to work with Keystone v3 https://review.openstack.org/274189 | 18:17 |
openstackgerrit | Julia Kreger proposed openstack/ironic-specs: Correct typos in active-node-creation spec https://review.openstack.org/274191 | 18:19 |
openstackgerrit | Vladyslav Drok proposed openstack/python-ironicclient: Allow functional tests to work with Keystone v3 https://review.openstack.org/274189 | 18:20 |
vdrok | good night everyone! | 18:21 |
thiagop | have a good weekend vdrok | 18:23 |
*** penick has joined #openstack-ironic | 18:27 | |
openstackgerrit | Merged openstack/ironic-specs: Correct typos in active-node-creation spec https://review.openstack.org/274191 | 18:27 |
*** absubram has joined #openstack-ironic | 18:38 | |
*** jaybeale has joined #openstack-ironic | 18:43 | |
*** pcaruana has joined #openstack-ironic | 18:57 | |
*** achanda has joined #openstack-ironic | 18:58 | |
*** daemontool has joined #openstack-ironic | 18:58 | |
*** daemontool has quit IRC | 19:10 | |
*** achanda has quit IRC | 19:13 | |
*** krotscheck has quit IRC | 19:17 | |
*** absubram has quit IRC | 19:20 | |
*** mkovacik has joined #openstack-ironic | 19:22 | |
*** pcaruana has quit IRC | 19:24 | |
*** praneshp has joined #openstack-ironic | 19:26 | |
praneshp | Hi ironic. I have a question. While running unit tests, is there a way to inspect the db? for example, when creating a node for a test, does it ever get stored in a db? | 19:27 |
thiagop | praneshp: in unit, I don't think it'll ever be stored in any kind of db | 19:28 |
*** alexpilotti has quit IRC | 19:28 | |
praneshp | thiagop: ah ok. thanks. so what do the commands that get generated in sqlalchemy/api.py get executed on? | 19:29 |
*** ericksonsantos has joined #openstack-ironic | 19:31 | |
*** raddaoui has joined #openstack-ironic | 19:31 | |
*** alexpilotti has joined #openstack-ironic | 19:32 | |
*** pcaruana has joined #openstack-ironic | 19:37 | |
thiagop | praneshp: now that I'm taking a closer look, it appears that we use sqlite for that | 19:37 |
*** alexpilotti has quit IRC | 19:37 | |
thiagop | praneshp: take a look in tests/unit/db/base.py | 19:37 |
*** jistr has joined #openstack-ironic | 19:37 | |
*** electrofelix has quit IRC | 19:40 | |
praneshp | thiagop: im running juno, but will try to follow up the parent class. The db.base module is almost empty https://github.com/openstack/ironic/blob/2014.2.1/ironic/tests/db/base.py | 19:41 |
*** thrash is now known as thrash|biab | 19:41 | |
*** yuriyz has quit IRC | 19:46 | |
thiagop | praneshp: https://github.com/openstack/ironic/blob/2014.2.1/ironic/db/api.py#L28 | 19:49 |
thiagop | praneshp: ^this, when testing, imports configs that are determined in here: https://github.com/openstack/ironic/blob/2014.2.1/ironic/tests/conf_fixture.py | 19:49 |
praneshp | thanks a lot for your time thiagop. this helps a lot. | 19:50 |
thiagop | praneshp: basically, it's sqlite too, but I'm unable to determine if it actually creates a sqlite file or hold it on memory (it was possible on sqlite2...) | 19:51 |
praneshp | thiagop: i just needed confirmation that it was sqlite. | 19:51 |
thiagop | praneshp: my pleasure ;) | 19:51 |
praneshp | i made some changes to try and matche regexes, and I was using [:space:] to match whitesapces (as required by mysql) | 19:51 |
praneshp | i think that doesnt work on sqlite | 19:52 |
praneshp | thanks a lot for your help! | 19:52 |
*** krtaylor has quit IRC | 19:54 | |
*** mkovacik_ has joined #openstack-ironic | 20:00 | |
*** achanda has joined #openstack-ironic | 20:01 | |
*** Sukhdev has joined #openstack-ironic | 20:03 | |
*** ijw_ has quit IRC | 20:03 | |
*** mkovacik has quit IRC | 20:04 | |
*** thrash|biab is now known as thrash | 20:05 | |
*** pcaruana has quit IRC | 20:06 | |
*** krtaylor has joined #openstack-ironic | 20:06 | |
*** ChubYann has joined #openstack-ironic | 20:08 | |
*** pcaruana has joined #openstack-ironic | 20:09 | |
*** pcaruana has quit IRC | 20:19 | |
*** Marga_ has quit IRC | 20:23 | |
*** penick has quit IRC | 20:24 | |
*** derekh has joined #openstack-ironic | 20:26 | |
*** jcoufal has joined #openstack-ironic | 20:28 | |
*** jcoufal has quit IRC | 20:28 | |
*** harshs has quit IRC | 20:29 | |
*** thiagop has quit IRC | 20:33 | |
*** mkovacik_ has quit IRC | 20:38 | |
*** harshs has joined #openstack-ironic | 20:43 | |
*** harshs has left #openstack-ironic | 20:45 | |
*** mkovacik has joined #openstack-ironic | 20:45 | |
*** derekh has quit IRC | 20:51 | |
*** piet has quit IRC | 20:54 | |
*** Sukhdev has quit IRC | 20:57 | |
*** piet has joined #openstack-ironic | 20:57 | |
*** ChrisMead has joined #openstack-ironic | 20:57 | |
*** dims has quit IRC | 21:09 | |
*** jistr has quit IRC | 21:10 | |
*** baoli has quit IRC | 21:11 | |
*** alexpilotti has joined #openstack-ironic | 21:12 | |
*** baoli has joined #openstack-ironic | 21:12 | |
*** achanda has quit IRC | 21:12 | |
*** achanda has joined #openstack-ironic | 21:14 | |
*** rbudden has quit IRC | 21:16 | |
*** alexpilotti has quit IRC | 21:16 | |
*** baoli has quit IRC | 21:16 | |
*** baoli has joined #openstack-ironic | 21:17 | |
*** klindgren has joined #openstack-ironic | 21:19 | |
*** baoli has quit IRC | 21:22 | |
*** baoli has joined #openstack-ironic | 21:23 | |
*** vishwanathj_zzz has quit IRC | 21:23 | |
*** ppiela has quit IRC | 21:31 | |
*** baoli has quit IRC | 21:35 | |
*** baoli has joined #openstack-ironic | 21:36 | |
*** rcernin has joined #openstack-ironic | 21:36 | |
*** achanda has quit IRC | 21:38 | |
*** dims has joined #openstack-ironic | 21:39 | |
*** absubram has joined #openstack-ironic | 21:41 | |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Initial support for EFI booting https://review.openstack.org/268808 | 21:42 |
openstackgerrit | John L. Villalovos proposed openstack/python-ironicclient: Allow to initialize keystone v3 client https://review.openstack.org/274074 | 21:46 |
*** raildo is now known as raildo-afk | 21:48 | |
*** harshs has joined #openstack-ironic | 21:49 | |
*** mkovacik has quit IRC | 21:53 | |
*** derekh has joined #openstack-ironic | 21:53 | |
*** achanda has joined #openstack-ironic | 21:57 | |
*** harshs has quit IRC | 22:00 | |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add portgroups to support LAG interfaces - RPC https://review.openstack.org/206243 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add portgroups to support LAG interfaces - API https://review.openstack.org/206244 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add portgroups to support LAG interfaces - net https://review.openstack.org/206245 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Allow to build user image with DIB https://review.openstack.org/256363 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Added operator documentation for ironic portgroups https://review.openstack.org/228496 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Link-Local-Connection info to ironic port https://review.openstack.org/256365 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: refactor ironic enroll-node code https://review.openstack.org/256364 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add configure_provision_network function https://review.openstack.org/256367 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update Ironic VM network connection https://review.openstack.org/256366 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add portgroups to support LAG interfaces - DB https://review.openstack.org/206232 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add portgroups to support LAG interfaces - objs https://review.openstack.org/206238 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Ironic/Neutron integration documentation https://review.openstack.org/258596 | 22:09 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add network provider interface and implementations https://review.openstack.org/139687 | 22:09 |
*** alexpilotti has joined #openstack-ironic | 22:10 | |
*** Marga_ has joined #openstack-ironic | 22:12 | |
*** dprince has quit IRC | 22:12 | |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Allow to build user image with DIB https://review.openstack.org/256363 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Link-Local-Connection info to ironic port https://review.openstack.org/256365 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Added operator documentation for ironic portgroups https://review.openstack.org/228496 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add portgroups to support LAG interfaces - API https://review.openstack.org/206244 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: refactor ironic enroll-node code https://review.openstack.org/256364 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add configure_provision_network function https://review.openstack.org/256367 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update Ironic VM network connection https://review.openstack.org/256366 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Ironic/Neutron integration documentation https://review.openstack.org/258596 | 22:13 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add network provider interface and implementations https://review.openstack.org/139687 | 22:13 |
*** harshs has joined #openstack-ironic | 22:14 | |
*** alexpilotti has quit IRC | 22:15 | |
*** raddaoui has quit IRC | 22:15 | |
*** harshs has left #openstack-ironic | 22:17 | |
*** jaybeale has quit IRC | 22:22 | |
*** alexpilotti has joined #openstack-ironic | 22:23 | |
*** e0ne has joined #openstack-ironic | 22:24 | |
*** alexpilotti has quit IRC | 22:25 | |
*** alexpilotti has joined #openstack-ironic | 22:27 | |
*** harshs has joined #openstack-ironic | 22:29 | |
*** trown is now known as trown|outttypeww | 22:33 | |
*** e0ne_ has joined #openstack-ironic | 22:37 | |
*** dims has quit IRC | 22:38 | |
*** e0ne has quit IRC | 22:39 | |
*** thrash is now known as thrash|bbl | 22:41 | |
*** rajinir has quit IRC | 22:45 | |
*** e0ne has joined #openstack-ironic | 22:45 | |
*** e0ne_ has quit IRC | 22:45 | |
*** e0ne_ has joined #openstack-ironic | 22:46 | |
*** harshs has quit IRC | 22:47 | |
*** e0ne has quit IRC | 22:49 | |
*** ijw has joined #openstack-ironic | 22:52 | |
*** zzzeek has joined #openstack-ironic | 23:03 | |
*** penick has joined #openstack-ironic | 23:03 | |
*** baoli has quit IRC | 23:07 | |
*** derekh has quit IRC | 23:08 | |
*** cdearborn has quit IRC | 23:09 | |
*** mgarza has quit IRC | 23:30 | |
*** e0ne_ has quit IRC | 23:49 | |
*** harshs has joined #openstack-ironic | 23:51 | |
*** yolanda_ has joined #openstack-ironic | 23:59 | |
*** yolanda has quit IRC | 23:59 | |
*** yolanda_ is now known as yolanda | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!