*** ekarlso- has joined #openstack-ironic | 00:04 | |
*** rloo has quit IRC | 00:11 | |
*** rloo has joined #openstack-ironic | 00:11 | |
*** matsuhashi has joined #openstack-ironic | 00:12 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Add futures to requirements https://review.openstack.org/70177 | 00:24 |
---|---|---|
devananda | needed a rebase | 00:24 |
*** mikal_ is now known as mikal | 00:29 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Implement a multiplexed VendorPassthru example https://review.openstack.org/70863 | 00:32 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Bump required version of stevedore https://review.openstack.org/70862 | 00:32 |
devananda | more rebasing coming up | 00:32 |
*** nosnos has joined #openstack-ironic | 00:33 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Move test__get_nodes_mac_addresses https://review.openstack.org/70481 | 00:33 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Implement _update_neutron in PXE driver https://review.openstack.org/70468 | 00:33 |
devananda | lifeless: re your comment on https://review.openstack.org/#/c/55549/21 -- I believe we should avoid automatically breaking locks when a conductor has gone away. | 00:36 |
devananda | lifeless: or, as a compromise, expose a CONF option that toggles between automaticaly breaking them and requiring manual release | 00:37 |
devananda | automatic failover is the bane of many a sysadmin's existence ... | 00:37 |
lifeless | devananda: bad automatic failover is ... | 00:38 |
lifeless | devananda: put it this way, tripleo is aiming at scale, where we expect conductors to be failing every day or two just due to volume... | 00:38 |
devananda | lifeless: failing over a stateful $thing in a potentially destructive way is always bad :) | 00:39 |
devananda | now, whether or not ironic supports destructive things in a particular deployment ma ybe the deciding factor | 00:39 |
devananda | eg, if you're not doing any firmware updates, then automatic failover is probably fine | 00:39 |
*** nosnos_ has joined #openstack-ironic | 00:44 | |
lifeless | devananda: so I think thats a good point. We could say 'Ironic will failover automatically when a conductor goes offline: ensure that operations are resilient to a second conductor starting the same operation | 00:44 |
lifeless | devananda: ; you can be notified in your driver by method XYZ that a failover has occured, if you need to abort operations) | 00:44 |
lifeless | devananda: if we don't put this in now, it will be a lot harder/riskier later. | 00:44 |
lifeless | devananda: Note that no admin can ever be more sure about the safety of releasing a lock than Ironic | 00:45 |
lifeless | devananda: because e.g. a firmware update running on a remote machine is invisible to the admin if the conductor in question has died | 00:45 |
lifeless | devananda: and also other admins might be using the API concurrently... | 00:45 |
*** nosnos has quit IRC | 00:47 | |
devananda | lifeless: the admin can see, via Ironic's API, that a firmware update was in progress, and presumably can tell via some other means taht said conductor is or isn't dead | 00:47 |
lifeless | devananda: you have great faith in admins :) | 00:48 |
devananda | heh | 00:48 |
lifeless | devananda: IME if you give an admin a hammer, they will use it. | 00:48 |
devananda | "ensure operations are idempotent and non-fatal when resumed on another conductor" | 00:48 |
lifeless | devananda: yup | 00:48 |
devananda | is an interesting requirement | 00:48 |
devananda | lifeless: right - so in the existing proposal's history, i tried to have as many safeguards put in place as possible, while still giving the admin a tool | 00:49 |
lifeless | so to put it another way | 00:49 |
devananda | lifeless: but i have the same concern. this is a dangerous tool to be handing out | 00:49 |
lifeless | assume conductors will crash, both software and machine, at the worst possible time, eventually. | 00:49 |
lifeless | I think thats a reasonable defensive assumption to make | 00:50 |
devananda | indeed | 00:50 |
*** ekarlso has quit IRC | 00:50 | |
lifeless | and having made it, resuming elsewhere doesn't seem like such a risk. | 00:50 |
devananda | right | 00:50 |
lifeless | but I still don't like giving *admins* lock breaking, because fumble-fingers... | 00:51 |
devananda | let me tease out an assumption from "resume elsewhere" | 00:51 |
devananda | every operation which uses the locking mechanism to ensure other ops aren't conflicting | 00:52 |
devananda | needs to be resumable | 00:52 |
devananda | and need to be tracked in such a way hat another conductor is guaranteed to resume it | 00:52 |
devananda | if the conductor holding said lock dies | 00:53 |
devananda | more and more, i'm seeing that we need a third service for task management | 00:53 |
devananda | or at minimum, a library and a datastore for task flows / states / something | 00:54 |
*** nosnos_ has quit IRC | 00:54 | |
*** nosnos has joined #openstack-ironic | 00:54 | |
devananda | that'll take some work, more than we can do for Icehouse | 00:56 |
NobodyCam | brb | 00:57 |
NobodyCam | lol wow quick on the "a devananda :-p | 01:09 |
NobodyCam | lol | 01:09 |
NobodyCam | s/"/+/ | 01:10 |
devananda | yea... i saw it pass pep8, which is all that the change would have affected | 01:10 |
devananda | and it needs to land to unblock /everything/ else | 01:10 |
NobodyCam | lol | 01:10 |
NobodyCam | ++ | 01:11 |
devananda | we should see in a few minutes if the devstack change has fixed our gate problem | 01:11 |
NobodyCam | :) | 01:11 |
* NobodyCam X fingers (but does not hold breath) | 01:12 | |
devananda | I'm going to head out for dinner plans in a few minutes | 01:12 |
devananda | i'll look when i get home... | 01:13 |
NobodyCam | :) | 01:13 |
NobodyCam | I wont text you the answer | 01:13 |
NobodyCam | have a good night | 01:13 |
*** rloo has quit IRC | 01:46 | |
*** r-mibu has joined #openstack-ironic | 01:51 | |
*** r-mibu has left #openstack-ironic | 01:53 | |
NobodyCam | uggg | 01:53 |
lifeless | NobodyCam: devananda: devstack change was in the wrong place (russell's was too) - new fix proposed, waiting reviewers. | 01:56 |
*** epim has quit IRC | 02:17 | |
NobodyCam | ack TY lifeless :) | 02:26 |
*** dkehn_ has joined #openstack-ironic | 03:03 | |
*** Haomeng has joined #openstack-ironic | 03:07 | |
openstackgerrit | Joe Gordon proposed a change to openstack/ironic: Update nova.conf.sample for python-keystoneclient 0.5.0 https://review.openstack.org/70896 | 03:13 |
*** Haomeng has quit IRC | 03:56 | |
*** harlowja is now known as harlowja_away | 04:13 | |
*** harlowja_away is now known as harlowja | 04:15 | |
*** coolsvap has joined #openstack-ironic | 05:21 | |
*** rwsu has quit IRC | 05:41 | |
*** killer_prince has joined #openstack-ironic | 05:47 | |
*** nosnos_ has joined #openstack-ironic | 06:00 | |
*** nosnos has quit IRC | 06:03 | |
openstackgerrit | Jenkins proposed a change to openstack/ironic: Imported Translations from Transifex https://review.openstack.org/68024 | 06:05 |
*** jcooley_ has joined #openstack-ironic | 06:26 | |
*** datajerk1 has joined #openstack-ironic | 06:31 | |
*** mdurnosvistov has joined #openstack-ironic | 06:31 | |
*** coolsvap_away has joined #openstack-ironic | 06:32 | |
*** matsuhashi has quit IRC | 06:33 | |
*** matsuhashi has joined #openstack-ironic | 06:33 | |
*** SpamapS_ has joined #openstack-ironic | 06:33 | |
*** coolsvap has quit IRC | 06:38 | |
*** SpamapS has quit IRC | 06:38 | |
*** mdurnosvistov__ has quit IRC | 06:38 | |
*** datajerk has quit IRC | 06:38 | |
*** zul has quit IRC | 06:38 | |
*** med_ has quit IRC | 06:38 | |
*** mordred has quit IRC | 06:38 | |
*** mrda is now known as mrda_away | 06:43 | |
*** harlowja is now known as harlowja_away | 06:44 | |
*** zul has joined #openstack-ironic | 06:46 | |
*** mordred has joined #openstack-ironic | 06:54 | |
*** coolsvap_away has quit IRC | 07:04 | |
*** aignatov_ is now known as aignatov | 07:08 | |
*** jcooley_ has quit IRC | 07:12 | |
*** saju_m has joined #openstack-ironic | 07:12 | |
*** coolsvap has joined #openstack-ironic | 07:26 | |
GheRivero | morning Ironic | 07:38 |
*** rwsu has joined #openstack-ironic | 07:42 | |
*** aignatov is now known as aignatov_ | 07:44 | |
*** jcooley_ has joined #openstack-ironic | 07:48 | |
*** rwsu has quit IRC | 07:51 | |
*** mdurnosvistov_ has joined #openstack-ironic | 07:52 | |
*** rwsu has joined #openstack-ironic | 07:53 | |
*** jcooley_ has quit IRC | 07:56 | |
*** killer_prince is now known as lazy_prince | 08:08 | |
*** jistr has joined #openstack-ironic | 08:11 | |
*** mdurnosvistov_ has quit IRC | 08:16 | |
*** yuriyz has joined #openstack-ironic | 08:30 | |
*** coolsvap has quit IRC | 08:36 | |
*** ifarkas has joined #openstack-ironic | 08:41 | |
*** pradipta has joined #openstack-ironic | 08:43 | |
*** romcheg has joined #openstack-ironic | 08:45 | |
*** aignatov_ is now known as aignatov | 08:45 | |
*** lsmola has joined #openstack-ironic | 08:56 | |
*** athomas has joined #openstack-ironic | 09:00 | |
*** ndipanov has joined #openstack-ironic | 09:02 | |
*** pradipta has quit IRC | 09:03 | |
*** coolsvap has joined #openstack-ironic | 09:23 | |
mdurnosvistov | Morning all! :) | 09:27 |
*** sanek11 is now known as agordeev | 09:28 | |
yuriyz | morning mdurnosvistov, how are you? | 09:33 |
*** mdurnosvistov has quit IRC | 09:34 | |
*** lucasagomes has joined #openstack-ironic | 09:34 | |
*** mdurnosvistov has joined #openstack-ironic | 09:37 | |
mdurnosvistov | yuriyz: fine thx =) and you? | 09:44 |
yuriyz | ok | 09:44 |
*** tatyana has joined #openstack-ironic | 09:47 | |
*** romcheg has left #openstack-ironic | 09:52 | |
*** aignatov is now known as aignatov_ | 10:13 | |
*** martyntaylor has joined #openstack-ironic | 10:14 | |
*** jcooley_ has joined #openstack-ironic | 10:17 | |
*** jcooley_ has quit IRC | 10:23 | |
*** jistr has quit IRC | 10:27 | |
*** coolsvap has quit IRC | 10:30 | |
*** lazy_prince has quit IRC | 10:46 | |
*** jistr has joined #openstack-ironic | 10:50 | |
openstackgerrit | Max Lobur proposed a change to openstack/ironic: Remove unnecessary json dumps/loads from tests https://review.openstack.org/70413 | 10:57 |
*** russellb has joined #openstack-ironic | 11:00 | |
*** aignatov_ is now known as aignatov | 11:01 | |
*** pradipta has joined #openstack-ironic | 11:02 | |
*** jcooley_ has joined #openstack-ironic | 11:13 | |
*** jcooley_ has quit IRC | 11:19 | |
*** nosnos_ has quit IRC | 11:30 | |
*** Haomeng has joined #openstack-ironic | 11:39 | |
*** aignatov is now known as aignatov_ | 12:00 | |
*** aignatov_ is now known as aignatov | 12:12 | |
*** aignatov is now known as aignatov_ | 12:22 | |
*** aignatov_ is now known as aignatov | 12:24 | |
openstackgerrit | Jenkins proposed a change to openstack/ironic: Updated from global requirements https://review.openstack.org/68823 | 12:34 |
*** matsuhashi has quit IRC | 12:36 | |
*** pradipta has quit IRC | 12:36 | |
*** matsuhashi has joined #openstack-ironic | 12:36 | |
*** matsuhashi has quit IRC | 12:41 | |
*** jroll has joined #openstack-ironic | 13:18 | |
*** rainya has joined #openstack-ironic | 13:27 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Add node-states command https://review.openstack.org/70979 | 13:28 |
lucasagomes | NobodyCam, ^, will be used in the driver as well, right now we are fetching the whole node resource in order to know the states | 13:29 |
*** jdob has joined #openstack-ironic | 13:30 | |
*** athomas has quit IRC | 13:33 | |
*** athomas has joined #openstack-ironic | 13:41 | |
*** saju_m has quit IRC | 13:41 | |
*** rloo has joined #openstack-ironic | 13:41 | |
*** ekarlso- has quit IRC | 13:45 | |
*** ekarlso has joined #openstack-ironic | 13:45 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/ironic: Handle multiple exceptions raised by jsonpatch https://review.openstack.org/68457 | 13:46 |
*** jbjohnso has joined #openstack-ironic | 13:50 | |
*** ifarkas has quit IRC | 13:51 | |
*** ifarkas has joined #openstack-ironic | 13:52 | |
*** lsmola has quit IRC | 14:05 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/ironic: Handle multiple exceptions raised by jsonpatch https://review.openstack.org/68457 | 14:20 |
*** jbjohnso has quit IRC | 14:21 | |
*** lsmola has joined #openstack-ironic | 14:22 | |
*** jbjohnso has joined #openstack-ironic | 14:24 | |
*** matty_dubs|gone is now known as matty_dubs | 14:29 | |
*** medberry has joined #openstack-ironic | 14:40 | |
*** medberry has joined #openstack-ironic | 14:40 | |
*** lsmola has quit IRC | 14:41 | |
*** coolsvap has joined #openstack-ironic | 14:42 | |
*** jdob_ has joined #openstack-ironic | 14:49 | |
*** jdob has quit IRC | 14:49 | |
*** jcooley_ has joined #openstack-ironic | 14:51 | |
*** lsmola has joined #openstack-ironic | 14:53 | |
*** jcooley_ has quit IRC | 14:57 | |
*** jbjohnso has quit IRC | 15:03 | |
*** lsmola has quit IRC | 15:05 | |
*** jdob has joined #openstack-ironic | 15:13 | |
NobodyCam | good morning Ironic | 15:16 |
*** jbjohnso has joined #openstack-ironic | 15:17 | |
GheRivero | morning NobodyCam | 15:18 |
*** lsmola has joined #openstack-ironic | 15:18 | |
NobodyCam | :) | 15:18 |
NobodyCam | maken coffee | 15:18 |
lucasagomes | morning NobodyCam GheRivero | 15:19 |
*** jdob_ has quit IRC | 15:19 | |
NobodyCam | morning lucasagomes :) | 15:19 |
rloo | morning NobodyCam. Hi GheRivero, lucasagomes ;) | 15:19 |
lucasagomes | morning rloo | 15:19 |
lucasagomes | :) | 15:19 |
yuriyz | morning all :) | 15:19 |
GheRivero | morning * | 15:19 |
NobodyCam | morning rloo | 15:19 |
NobodyCam | morning yuriyz | 15:19 |
NobodyCam | lol | 15:19 |
lucasagomes | heh morning all (easier) | 15:19 |
lucasagomes | heh | 15:19 |
NobodyCam | who on first | 15:19 |
rloo | hi yuriyz! | 15:19 |
NobodyCam | s/who/who's/ | 15:19 |
lucasagomes | NobodyCam, r u working on a new patch-set for the driver? | 15:20 |
lucasagomes | I was thinking about start adding some tests to it later | 15:20 |
lucasagomes | (usually things get a long time to land in nova so we might start doing some cleaning up on that code) | 15:20 |
NobodyCam | :) i always accect help with tests | 15:20 |
lucasagomes | (and adding the missing parts) | 15:20 |
lucasagomes | heh cool | 15:21 |
NobodyCam | :-p | 15:21 |
lucasagomes | NobodyCam, I found a problem today, couldn't investigate how that happened | 15:21 |
lucasagomes | but in a nova delete | 15:21 |
lucasagomes | it deleted the instance from nova but it wasn't undeployed by ironic | 15:21 |
NobodyCam | humm | 15:21 |
max_lobur | morning Ironic | 15:22 |
NobodyCam | morning max_lobur :) | 15:22 |
lucasagomes | looking at the logs I only found some exceptions raised by the n-cpu | 15:22 |
lucasagomes | NobodyCam, http://paste.openstack.org/show/62444/ | 15:22 |
lucasagomes | morning max_lobur | 15:22 |
* NobodyCam looks | 15:22 | |
lucasagomes | NobodyCam, idk looks like a nova bug | 15:23 |
lucasagomes | because the destroy() method doesn't seems to be called | 15:23 |
*** jistr has quit IRC | 15:23 | |
lucasagomes | and looking at the ironic api log no /states/provision was called as well | 15:23 |
*** jistr has joined #openstack-ironic | 15:23 | |
*** kobier has joined #openstack-ironic | 15:24 | |
NobodyCam | did the node power off? | 15:24 |
lucasagomes | nop | 15:24 |
lucasagomes | it might be my enviroemnt as well (testing env, with many manual tweaks) | 15:24 |
NobodyCam | looks like it tried to power off | 15:25 |
lucasagomes | I gotta clean it up for a more valuable testing to be honest | 15:25 |
NobodyCam | humm at least Get the power state | 15:25 |
lucasagomes | yea | 15:26 |
lucasagomes | got it but didn't issue any power off | 15:26 |
NobodyCam | hummm | 15:26 |
lucasagomes | that GET could be part of the periodic task syncing the states as well | 15:26 |
lucasagomes | heh anyhoo, no worries I will investigate that | 15:26 |
NobodyCam | :) | 15:26 |
NobodyCam | lucasagomes: nothing in the ironic logs? | 15:28 |
lucasagomes | NobodyCam, nothing apparently | 15:28 |
lucasagomes | like no PUT request for the states | 15:28 |
NobodyCam | :( | 15:28 |
lucasagomes | which would be the first thing to do in a destroy() | 15:28 |
NobodyCam | ya | 15:29 |
lucasagomes | that's why I think that nova called destroy() but it failed to be routed (those exceptions) | 15:29 |
lucasagomes | called on the api, but the message didn't go to the conductor I mean | 15:29 |
NobodyCam | ya that would be my first guess with that log | 15:30 |
NobodyCam | any word on devstack and the gate? | 15:31 |
lucasagomes | I put up a guide on how to setup ironic + nova with devstack | 15:32 |
lucasagomes | but to make it more automatic devstack would need some fixes in place | 15:32 |
NobodyCam | lucasagomes: gate was broken lastnight | 15:32 |
lucasagomes | NobodyCam, yea | 15:32 |
lucasagomes | well that's idk about | 15:32 |
lucasagomes | :( | 15:32 |
NobodyCam | :) | 15:32 |
lucasagomes | hoping to get it fixed, still broke | 15:32 |
NobodyCam | wounder if it would be worth making the tempest tests non voting until things are working | 15:45 |
*** jcooley_ has joined #openstack-ironic | 15:46 | |
lucasagomes | NobodyCam, +1 | 15:47 |
devananda | morning, all | 15:48 |
NobodyCam | good morning devananda | 15:49 |
lucasagomes | devananda, morning | 15:49 |
NobodyCam | I've got a recheck running on 70869 atm | 15:50 |
lucasagomes | devananda, NobodyCam, that volume_driver part of the Ironic driver can we split it out in another review (/me trying to see what can be splitted out of that driver to make small patch-sets) | 15:50 |
devananda | NobodyCam: great, i was just goign to kick that off | 15:50 |
lucasagomes | > | 15:50 |
lucasagomes | ?* | 15:50 |
*** aignatov is now known as aignatov_ | 15:50 | |
devananda | lucasagomes: yes | 15:50 |
lucasagomes | devananda, ack | 15:50 |
NobodyCam | devananda: yes, I am splitting the schudler out too | 15:50 |
devananda | great | 15:51 |
lucasagomes | NobodyCam, ok | 15:51 |
lucasagomes | NobodyCam, r u going to submit any code soon? | 15:51 |
*** kobier has quit IRC | 15:51 | |
*** jcooley_ has quit IRC | 15:51 | |
NobodyCam | lucasagomes: yes, yesterday got away from me | 15:51 |
lucasagomes | NobodyCam, ack | 15:52 |
devananda | lucasagomes: for sunjing's console patch (which is presently abandoned) we'll need to expose another state in the API | 15:52 |
devananda | lucasagomes: some way for client to request turning on/off the console | 15:52 |
devananda | i think we can do this the same way, eg, node/xxx/state/console | 15:53 |
NobodyCam | devananda: tempest still failing, any thought on making the tespest tests non voting until things are back in shape? | 15:54 |
devananda | NobodyCam: let's see if they still fail | 15:55 |
NobodyCam | they did on 70869 | 15:55 |
devananda | oh | 15:55 |
lucasagomes | devananda, I see, I will take a look | 15:56 |
lucasagomes | also about states: https://review.openstack.org/#/c/70979/ | 15:56 |
lucasagomes | it's not critical because we can get it from fetching the whole node resource (as we do now in the driver) | 15:56 |
lucasagomes | but ^ would be handy | 15:56 |
lucasagomes | get it = get the states | 15:57 |
devananda | NobodyCam: some feedback from internal folks on the nova "ironic" driver -- string matching on the ironic driver name is not ideal. | 15:59 |
devananda | eg, "if 'pxe' in node.driver" | 15:59 |
devananda | NobodyCam: the Nova driver needs to be able to support different Ironic drivers. | 15:59 |
NobodyCam | devananda: ack | 16:00 |
NobodyCam | will take a look | 16:00 |
devananda | NobodyCam: like we did for the SSH driver, I suspect we'll need to have a module with some abstraction of different properties | 16:00 |
NobodyCam | am calling into the cloudos talk now | 16:01 |
devananda | k k | 16:01 |
NobodyCam | yes | 16:01 |
NobodyCam | its on tempest today | 16:02 |
*** jcooley_ has joined #openstack-ironic | 16:09 | |
NobodyCam | devananda: see the comments on the review :) | 16:09 |
NobodyCam | lucasagomes: are you goung to push up today? | 16:09 |
lucasagomes | NobodyCam, I will try | 16:10 |
NobodyCam | :) | 16:10 |
lucasagomes | NobodyCam, do u wanna to push up another review removing the scheduler part before? | 16:10 |
NobodyCam | I can | 16:10 |
lucasagomes | NobodyCam, ack, so I can split the volume part | 16:11 |
NobodyCam | ok | 16:11 |
NobodyCam | let me see where I left things | 16:11 |
lucasagomes | heh ok | 16:11 |
openstackgerrit | Mikhail Durnosvistov proposed a change to openstack/ironic: Clean up duplicated code in objects https://review.openstack.org/71018 | 16:15 |
devananda | anyone want to dig through logs with me to find where https://review.openstack.org/#/c/70869/ failed? | 16:16 |
NobodyCam | http://logs.openstack.org/69/70869/1/check/check-tempest-dsvm-ironic/cb9f171/console.html#_2014-02-04_12_39_27_839 | 16:18 |
NobodyCam | wait wrong paste | 16:18 |
NobodyCam | http://logs.openstack.org/69/70869/1/check/check-tempest-dsvm-ironic/cb9f171/console.html#_2014-02-04_12_39_26_870 | 16:20 |
devananda | NobodyCam: right. that's the tempest failure. i need the underlying failure in some project, program, kernel, etc | 16:21 |
NobodyCam | ahh | 16:22 |
GheRivero | guestfs? | 16:22 |
*** hemna has joined #openstack-ironic | 16:23 | |
devananda | GheRivero: guestfs issue should have been fixed in https://review.openstack.org/#/c/70885/ | 16:29 |
devananda | however that patch seems to have broken nova in the tempest-dsvm-ironic tests | 16:30 |
devananda | look at n-cpu log file... there are no errors, but also no work done. Only one instance ever claimed, instead of dozens | 16:30 |
lucasagomes | http://paste.openstack.org/show/62456/ these r all the erros I can see on that log | 16:31 |
devananda | lucasagomes: yes, in the tempest log. but why did those tempest actions fail? normally, there aer corresponding errors in the service logs | 16:32 |
*** max_lobur has quit IRC | 16:33 | |
lucasagomes | devananda, I see | 16:33 |
lucasagomes | although there's a bunch of timeouterror | 16:33 |
lucasagomes | even the builderrorexception there are being raised in a function called "wait_for_server_status" | 16:34 |
lucasagomes | which might be due a timeout as well | 16:34 |
devananda | right, but what's failing? | 16:34 |
*** hemna has quit IRC | 16:34 | |
devananda | i see a lot of timeouts in the n-scheduler log file | 16:34 |
devananda | but none in n-cpu | 16:35 |
*** max_lobur has joined #openstack-ironic | 16:35 | |
lucasagomes | lemme digg more into the services | 16:36 |
GheRivero | http://logs.openstack.org/69/70869/1/check/check-tempest-dsvm-ironic/cb9f171/logs/libvirtd.txt.gz | 16:36 |
lucasagomes | NobodyCam, btw, I got a review ready to remove that volume_driver, and another review adding it back (another patch-set) | 16:36 |
lucasagomes | NobodyCam, can I go ahead with it? | 16:37 |
NobodyCam | lucasagomes: yes | 16:38 |
lucasagomes | NobodyCam, ack | 16:38 |
devananda | GheRivero: interesting. do those errors exist in previous successful runs of check-tempest-dsvm-ironic? | 16:38 |
GheRivero | looking for that | 16:39 |
*** lsmola has quit IRC | 16:39 | |
GheRivero | not | 16:39 |
GheRivero | http://logs.openstack.org/71/66071/19/gate/gate-tempest-dsvm-ironic/8df0bf6/logs/libvirtd.txt.gz | 16:39 |
devananda | GheRivero: yes -- http://logs.openstack.org/96/66996/3/gate/gate-tempest-dsvm-ironic/4b78840/logs/libvirtd.txt.gz | 16:39 |
*** jcooley_ has quit IRC | 16:40 | |
GheRivero | not those related to /opt/stack/data/nova/instances/UUID | 16:41 |
devananda | ah, right | 16:41 |
*** shausy has joined #openstack-ironic | 16:41 | |
ifarkas | devananda, hey, I cc-ed you to an email regarding https://bugs.launchpad.net/ironic/+bug/1264596, for which you asked about its status on the meeting yesterday. | 16:44 |
lucasagomes | NobodyCam, https://review.openstack.org/#/c/71026/ | 16:44 |
* NobodyCam clicks | 16:44 | |
NobodyCam | :) lucasagomes are you going to set WIP? | 16:45 |
ifarkas | devananda, I wasn't working on it because Michael Davies asked me if he can jump on it a couple weeks ago, so I was surprised that it's still assigned to me. But I unassigned myself from the bug earlier today. | 16:45 |
lucasagomes | NobodyCam, hah lemme do that (or people will start complanting about the libvirt thing again) | 16:45 |
devananda | ifarkas: ack, thanks | 16:45 |
ifarkas | devananda, np, sorry for the confusion | 16:47 |
*** jistr has quit IRC | 16:47 | |
devananda | GheRivero: that's not the problem, it seems. search logstash for virSecurityDACRestoreSecurityFileLabel AND build_status:"SUCCESS" | 16:49 |
*** shausy has quit IRC | 16:49 | |
devananda | GheRivero: more builds with that message succeed than fail | 16:49 |
GheRivero | :? | 16:50 |
devananda | GheRivero: http://logstash.openstack.org/#eyJzZWFyY2giOiJ2aXJTZWN1cml0eURBQ1Jlc3RvcmVTZWN1cml0eUZpbGVMYWJlbCAgQU5EIGJ1aWxkX3N0YXR1czpcIlNVQ0NFU1NcIiBBTkQgZmlsZW5hbWU6XCJsb2dzL2xpYnZpcnRkLnR4dFwiIiwiZmllbGRzIjpbImZpbGVuYW1lIl0sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiMzYwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjEzOTE1MzI2NjAwMTIsIm1vZGUiOiIiLCJhbmFseXplX2ZpZWxkIjoiIn0= | 16:51 |
devananda | that libvirt error is not the culprit | 16:51 |
*** lsmola has joined #openstack-ironic | 16:51 | |
GheRivero | good for me :) | 16:52 |
*** thedodd has joined #openstack-ironic | 16:54 | |
devananda | ok, closer | 16:55 |
devananda | look in nova scheduler log | 16:55 |
devananda | "Filter ComputeFilter returned 0 hosts" | 16:55 |
devananda | um | 16:57 |
devananda | n-cpu isn't running | 16:57 |
NobodyCam | brb | 17:02 |
*** matty_dubs is now known as matty_dubs|lunch | 17:03 | |
* devananda steps afk | 17:05 | |
ekarlso | lifeless: you around boss ? | 17:06 |
*** digambar has joined #openstack-ironic | 17:11 | |
*** ifarkas has quit IRC | 17:12 | |
*** pradipta has joined #openstack-ironic | 17:28 | |
*** mdurnosvistov_ has joined #openstack-ironic | 17:32 | |
*** jbjohnso has quit IRC | 17:33 | |
*** jcooley_ has joined #openstack-ironic | 17:34 | |
devananda | 70869 failed again | 17:34 |
*** jrist has quit IRC | 17:35 | |
digambar | Hey | 17:36 |
lifeless | ekarlso: hi | 17:36 |
digambar | I have installed the ironic with devstack | 17:37 |
NobodyCam | lifeless: do you have a link for the devstack review you mentioned last night? | 17:37 |
*** athomas has quit IRC | 17:37 | |
digambar | but I have installed it on VM | 17:37 |
digambar | will be ok for development ? | 17:38 |
NobodyCam | digambar: awesome: did you follow https://etherpad.openstack.org/p/IronicDeployDevstack | 17:38 |
lifeless | NobodyCam: which one? | 17:38 |
digambar | nops | 17:38 |
digambar | let me go through it' | 17:38 |
lifeless | NobodyCam: possibly you're thinking of Ib618da1bd21da09f8855ec4691bff79c4c3b3d9c | 17:38 |
NobodyCam | lifeless: last night you said 7:56 | lifeless > NobodyCam: devananda: devstack change was in the wrong place (russell's was too) - new fix proposed, waiting reviewers. | 17:39 |
devananda | lifeless: that fix changed what is broken in our gate, but did not unbreak it | 17:39 |
lifeless | devananda: yeah | 17:39 |
lifeless | devananda: turns out there is a honking great race condition in nova; diagnosis proceeding in #openstack-nova now | 17:39 |
lifeless | same thing that was breaking https://review.openstack.org/#/c/70239/ | 17:40 |
NobodyCam | Ty lifeless :) | 17:42 |
*** hemna has joined #openstack-ironic | 17:43 | |
*** SpamapS_ is now known as SpamapS | 17:43 | |
*** jcooley_ has quit IRC | 17:44 | |
digambar | Hey | 17:45 |
digambar | ./tripleo-incubator/scripts/setup-network | 17:45 |
digambar | after firing above command got the error | 17:45 |
digambar | ./tripleo-incubator/scripts/setup-network | 17:45 |
digambar | error: command 'net-list' doesn't support option --persistent | 17:45 |
lucasagomes | digambar, can you paste the error please? | 17:45 |
lucasagomes | digambar, it's the version of ur virsh command | 17:45 |
lucasagomes | should be 1.1.*+ | 17:46 |
lucasagomes | [lucasagomes@lucasagomes ironic]$ virsh --version | 17:46 |
lucasagomes | 1.1.3.3 | 17:46 |
digambar | ok | 17:46 |
*** creiht has quit IRC | 17:46 | |
*** jbjohnso has joined #openstack-ironic | 17:46 | |
digambar | virsh --version == 0.9.8 | 17:46 |
digambar | Need to update then | 17:47 |
*** creiht has joined #openstack-ironic | 17:47 | |
lucasagomes | :) yup | 17:47 |
digambar | do you have any link for ubuntu to update the virsh | 17:47 |
*** jrist has joined #openstack-ironic | 17:48 | |
digambar | I mean libvert version | 17:49 |
lucasagomes | digambar, hmm in fedora I think it's libvirt-client | 17:49 |
lucasagomes | . | 17:49 |
digambar | hmm | 17:49 |
* lucasagomes don't know the debian equivalent package name | 17:49 | |
digambar | ok | 17:49 |
digambar | let me check | 17:49 |
devananda | so folks, our present gate breakage is being looked into by nova | 17:51 |
devananda | apparently a nasty thread race condition if anyone's interested | 17:51 |
lucasagomes | digambar, dpkg -S /usr/bin/virsh ? | 17:51 |
digambar | ok | 17:52 |
lucasagomes | digambar, if that's the path to the virsh command on ubuntu | 17:52 |
digambar | yes | 17:52 |
digambar | libvirt-bin: /usr/bin/virsh | 17:52 |
lucasagomes | :) | 17:52 |
lucasagomes | so libvirt-bin is the package :) | 17:53 |
digambar | es | 17:54 |
digambar | yes | 17:54 |
lucasagomes | ok I gotta run (came to the office today) | 17:55 |
lucasagomes | night devananda NobodyCam digambar | 17:55 |
NobodyCam | night lucasagomes | 17:55 |
devananda | lucasagomes: g'night | 17:55 |
digambar | Night Luca | 17:55 |
*** lucasagomes has quit IRC | 17:55 | |
*** jrist has quit IRC | 17:56 | |
*** harlowja_away is now known as harlowja | 17:59 | |
NobodyCam | brb | 18:00 |
*** matty_dubs|lunch is now known as matty_dubs | 18:01 | |
*** max_lobur is now known as max_lobur_afk | 18:05 | |
*** jrist has joined #openstack-ironic | 18:09 | |
*** coolsvap is now known as coolsvap_away | 18:16 | |
*** tatyana has quit IRC | 18:21 | |
* NobodyCam makes another cup of coffee | 18:22 | |
*** jcooley_ has joined #openstack-ironic | 18:24 | |
*** shausy has joined #openstack-ironic | 18:25 | |
shausy | Hi | 18:25 |
NobodyCam | shausy: hello, welcome to Ironic | 18:25 |
shausy | in baremetal provsioning, how the tftboot is communicating to compute and provsioning instance ? | 18:26 |
*** jcooley_ has quit IRC | 18:26 | |
*** dkehn has quit IRC | 18:27 | |
*** martyntaylor has left #openstack-ironic | 18:28 | |
*** dkehn has joined #openstack-ironic | 18:28 | |
NobodyCam | shausy: in Ironic or nova bare metal, both use iscsi and a deployment ramdisk for pxe | 18:30 |
shausy | I have an issue while booting instance, its keeping for tftp and gets timedout | 18:30 |
NobodyCam | shausy: are you using nova baremetal or ironic | 18:30 |
shausy | nova-baremetal | 18:30 |
NobodyCam | do you see any errors on the odes console? | 18:31 |
*** wendar_ is now known as wendar | 18:31 | |
NobodyCam | *nodes | 18:31 |
shausy | i dont see any errors, once its gets the dhcp lease its acquire the IP and getting strucked in tftp process and getting timeout | 18:32 |
NobodyCam | do you see anything in from baremetal deploy helper | 18:33 |
shausy | give me sometime, let me connect to my server and have a look | 18:35 |
NobodyCam | sure | 18:35 |
shausy | thanks | 18:35 |
*** jistr has joined #openstack-ironic | 18:42 | |
* NobodyCam makes a bagel | 18:44 | |
shausy | @NobodyCam this is the only log i could see as of now in console "PXE-E32: TFTP open timeout | 18:50 |
shausy | " | 18:50 |
devananda | mikal: iirc, you had some tools for reviewing reviewers? was there anything that aggregated someone's review feedback (like i want to see all the comments left by user 1234) | 18:50 |
devananda | woops, wrong channel :) | 18:51 |
*** thedodd has quit IRC | 18:51 | |
NobodyCam | humm | 18:52 |
NobodyCam | shausy: has this EVER worked or is this a new install? | 18:52 |
shausy | was working for couple of instances launch | 18:53 |
shausy | now only im facing this issue | 18:53 |
NobodyCam | :) real HW or vm;s | 18:54 |
shausy | real hw | 18:54 |
*** jcooley_ has joined #openstack-ironic | 18:55 | |
shausy | once the server gets the dhcp ip , how the pxe images pushed to the hw ? | 18:55 |
NobodyCam | via bmaremetal deploy helper | 18:56 |
shausy | i dont see any errors in deploy helper too :( | 18:57 |
NobodyCam | anything change with firewalls or switch config? | 18:57 |
*** tatyana has joined #openstack-ironic | 18:58 | |
shausy | just i have rebooted, nothing else | 18:59 |
shausy | i feel so service is gone out, that could be an issue | 19:00 |
shausy | do we need any service to help baremetal-delpoy-helper ? | 19:00 |
openstackgerrit | A change was merged to openstack/ironic: Fix missing keystone option in ironic.conf.sample https://review.openstack.org/70869 | 19:00 |
NobodyCam | devananda: A change was merged to openstack/ironic W)) HOO | 19:01 |
NobodyCam | shausy: how did you setup the env ? did you use DiskImage Builder | 19:02 |
NobodyCam | sudo service nova-baremetal-deploy-helper restart | 19:02 |
shausy | yes images was build using disk image builder | 19:03 |
shausy | i have restarted the compute n baremetal in conpute node | 19:03 |
shausy | do we need to have dnsmasq up and running ? | 19:04 |
NobodyCam | are you using neutron? | 19:04 |
shausy | no we are still in quantum | 19:05 |
devananda | wooot! | 19:05 |
NobodyCam | deva with quantun (nova network) we need dnsmasq correct? | 19:06 |
shausy | using quantum dhcp for pxe booting the instances | 19:06 |
devananda | NobodyCam: yes | 19:07 |
NobodyCam | shausy: ^^ | 19:07 |
devananda | well | 19:07 |
devananda | at one point, nova "baremetal" driver worked with nova-network by using file injection and static IPs assigned by dnsmasq | 19:08 |
NobodyCam | shausy: anything in the compute nodes syslog for / about tft attempts or errors? | 19:08 |
devananda | this was definitely removed prior to Havana. I think it was only in Grizzly and fixed very early in H- cycle | 19:08 |
devananda | I don't think this worked with quantum | 19:09 |
devananda | quantum != nova network | 19:09 |
NobodyCam | ya thats what kinda thought | 19:09 |
NobodyCam | ack | 19:09 |
shausy | i dont see any errors in compute node syslog | 19:11 |
shausy | in controller sys Feb 4 13:09:04 d00-50-56-9c-4f-7a dnsmasq-dhcp[2793]: DHCPOFFER(tap0819589e-ca) 172.16.1.5 38:ea:a7:0f:3f:5e | 19:11 |
shausy | Feb 4 13:09:08 d00-50-56-9c-4f-7a dnsmasq-dhcp[2793]: DHCPREQUEST(tap0819589e-ca) 172.16.1.5 38:ea:a7:0f:3f:5e | 19:11 |
shausy | Feb 4 13:09:08 d00-50-56-9c-4f-7a dnsmasq-dhcp[2793]: DHCPACK(tap0819589e-ca) 172.16.1.5 38:ea:a7:0f:3f:5e host-172-16-1-5 | 19:11 |
NobodyCam | devananda: you re kicked the checks | 19:12 |
shausy | when instance was launched successfully i got this messages in log | 19:12 |
shausy | Feb 4 10:37:26 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/pxelinux.0 to 172.16.1.4 | 19:12 |
shausy | Feb 4 10:37:38 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: file /tftpboot/pxelinux.cfg/4cfcae2e-0f51-0650-9515-7bc83c2eed0b not found | 19:12 |
shausy | Feb 4 10:37:42 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/pxelinux.cfg/01-38-ea-a7-0f-42-02 to 172.16.1.4 | 19:12 |
shausy | Feb 4 10:37:44 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/pxelinux.0 to 172.16.1.3 | 19:12 |
shausy | Feb 4 10:37:47 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/2ba19b48-7a10-4562-b687-31a71e71780d/deploy_kernel to 172.16.1.4 | 19:13 |
shausy | Feb 4 10:37:56 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: file /tftpboot/pxelinux.cfg/184987f1-ebae-9257-935a-846cd1af8961 not found | 19:13 |
shausy | Feb 4 10:38:00 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/pxelinux.cfg/01-38-ea-a7-0f-3f-5e to 172.16.1.3 | 19:13 |
shausy | Feb 4 10:38:05 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/94b97407-44b0-46ed-9063-e309824f2ea1/deploy_kernel to 172.16.1.3 | 19:13 |
shausy | Feb 4 10:38:17 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/2ba19b48-7a10-4562-b687-31a71e71780d/deploy_ramdisk to 172.16.1.4 | 19:13 |
shausy | Feb 4 10:38:34 d00-50-56-9c-74-0c dnsmasq-tftp[23439]: sent /tftpboot/94b97407-44b0-46ed-9063-e309824f2ea1/deploy_ramdisk to 172.16.1.3 | 19:13 |
shausy | Feb 4 10:39:00 d00-50-56-9c-74-0c kernel: [12129.891272] scsi3 : iSCSI Initiator over TCP/IP | 19:13 |
NobodyCam | shausy: yes | 19:13 |
shausy | but now i feel some service is down, thats why /tftpboot is getting timedout | 19:13 |
shausy | after restarting the dnsmasq its starts working | 19:14 |
NobodyCam | ya | 19:14 |
NobodyCam | looks like some thing was up with dnsmasq | 19:15 |
shausy | i have one qns, so tftp is linked in dnsmasq ? | 19:15 |
*** tatyana has quit IRC | 19:15 | |
NobodyCam | shausy: yes | 19:15 |
shausy | why its needed, dnsmasq is s kind of dhco server right | 19:15 |
shausy | what role of dnsmasq inn tftp ? | 19:16 |
NobodyCam | yes, setting the pxe boot options | 19:16 |
*** comstud has joined #openstack-ironic | 19:17 | |
shausy | we use quantum to take care of dhcp boot options | 19:17 |
NobodyCam | I dont believe quantum will set pxe options | 19:17 |
*** jcooley_ has quit IRC | 19:17 | |
shausy | this is coming from quantum dnsmasq-dhcp[2793]: DHCPOFFER(tap0819589e-ca) 172.16.1.5 38:ea:a7:0f:3f:5e | 19:17 |
shausy | oh ok | 19:18 |
NobodyCam | looks to me like it is comming form dnsmasq | 19:18 |
shausy | thanks alot | 19:18 |
NobodyCam | Anytime | 19:19 |
shausy | do we have any docs which talks abt internals of nova-baremetal and deploy helper ? | 19:19 |
NobodyCam | you've seen https://wiki.openstack.org/wiki/Baremetal ? | 19:19 |
shausy | ya i have | 19:20 |
shausy | just want to know internals of it | 19:21 |
openstackgerrit | A change was merged to openstack/ironic: Add futures to requirements https://review.openstack.org/70177 | 19:22 |
shausy | @NobodyCam & Devaanda thanks a lot | 19:22 |
NobodyCam | shausy: take a lok at the code. | 19:23 |
shausy | Sure | 19:23 |
NobodyCam | https://github.com/openstack/nova/blob/master/nova/cmd/baremetal_deploy_helper.py | 19:23 |
*** hstimer has joined #openstack-ironic | 19:30 | |
*** jcooley_ has joined #openstack-ironic | 19:36 | |
*** jcooley_ has quit IRC | 19:44 | |
openstackgerrit | A change was merged to openstack/ironic: Add lockfile>=0.8 to requirements.txt https://review.openstack.org/69358 | 19:47 |
openstackgerrit | A change was merged to openstack/ironic: Sync db.sqlalchemy code from Oslo https://review.openstack.org/69004 | 19:47 |
*** jcooley_ has joined #openstack-ironic | 19:49 | |
*** aignatov_ is now known as aignatov | 19:52 | |
*** mdurnosvistov_ has quit IRC | 19:59 | |
*** shausy has quit IRC | 19:59 | |
mikal | devananda: no, sorry. I don't track comment text like that. | 20:00 |
devananda | mikal: ack | 20:01 |
*** jistr has quit IRC | 20:03 | |
*** jcooley_ has quit IRC | 20:03 | |
*** mdurnosvistov_ has joined #openstack-ironic | 20:04 | |
*** jcooley_ has joined #openstack-ironic | 20:07 | |
NobodyCam | brb | 20:10 |
*** thedodd has joined #openstack-ironic | 20:14 | |
openstackgerrit | Mikhail Durnosvistov proposed a change to openstack/ironic: Clean up duplicated code in objects https://review.openstack.org/71018 | 20:18 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Fix 'run_as_root' parameter check in utils https://review.openstack.org/70324 | 20:19 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Remove unnecessary json dumps/loads from tests https://review.openstack.org/70413 | 20:20 |
* devananda rebases all the things | 20:20 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Removed duplicated function to create a swap fs https://review.openstack.org/68722 | 20:21 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Move test__get_nodes_mac_addresses https://review.openstack.org/70481 | 20:22 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Process public API list as regular expressions https://review.openstack.org/66621 | 20:26 |
NobodyCam | devananda: got a second for https://review.openstack.org/#/c/70979/ | 20:38 |
* devananda looks | 20:38 | |
*** max_lobur has joined #openstack-ironic | 20:38 | |
*** kobier has joined #openstack-ironic | 20:39 | |
openstackgerrit | A change was merged to openstack/ironic: Replace CONF.set_default with self.config https://review.openstack.org/70397 | 20:41 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Fix log and test for NeutronAPI.update_port_dhcp_opts https://review.openstack.org/71094 | 20:45 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Implement _update_neutron in PXE driver https://review.openstack.org/70468 | 20:45 |
devananda | NobodyCam: this just gets the states, ya? nothing more? | 20:46 |
NobodyCam | ya so you can see what's in what state | 20:47 |
devananda | isn't that part of node-show already? | 20:48 |
devananda | NobodyCam: so i dont think that's useful on the CLI | 20:51 |
devananda | but it is usedul in the python lib | 20:51 |
*** max_lobur has quit IRC | 20:53 | |
NobodyCam | :) we can exclude from cli | 20:53 |
*** max_lobur has joined #openstack-ironic | 20:53 | |
devananda | commented | 20:53 |
NobodyCam | :) | 20:54 |
devananda | NobodyCam: two easy ones for you: https://review.openstack.org/#/c/71094/1 and https://review.openstack.org/#/c/70481/3 | 20:54 |
* NobodyCam looks | 20:55 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Imported Translations from Transifex https://review.openstack.org/68024 | 20:55 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Allow concurrent image downloads in pxe logic https://review.openstack.org/63904 | 20:56 |
*** sgrasley has joined #openstack-ironic | 20:57 | |
*** jrist has quit IRC | 20:58 | |
openstackgerrit | A change was merged to openstack/ironic: Removed duplicated function to create a swap fs https://review.openstack.org/68722 | 21:01 |
devananda | NobodyCam: also https://review.openstack.org/#/c/70862/2 | 21:01 |
NobodyCam | devananda: lin #91 of https://review.openstack.org/#/c/71094/1/ironic/common/neutron.py | 21:02 |
devananda | ya | 21:02 |
NobodyCam | don't you want a %s or %{port_id}s | 21:03 |
NobodyCam | or a : | 21:03 |
NobodyCam | lol | 21:03 |
devananda | nope | 21:03 |
devananda | see lifeless' earlier comment about that, and mien | 21:04 |
devananda | mine | 21:04 |
NobodyCam | comments on 71094? | 21:05 |
devananda | NobodyCam: so, one min... while I dig into this | 21:06 |
*** hstimer has quit IRC | 21:07 | |
devananda | i'm testing it out to see if, in fact, LOG.exception is workign the same fo rus as for nova | 21:07 |
jbjohnso | devananda, fyi, I might be making a big change to the underpinnings of session soon. I think I figured out how it can be monkey patched with impunity | 21:08 |
jbjohnso | of pyghmi that is | 21:08 |
devananda | interesting | 21:08 |
*** mrda_away is now known as mrda | 21:09 | |
mrda | Morning all | 21:09 |
NobodyCam | good morning mrda | 21:09 |
mrda | hi NobodyCam | 21:10 |
*** jrist has joined #openstack-ironic | 21:11 | |
devananda | NobodyCam: you're right - missing one %s | 21:11 |
NobodyCam | :) | 21:11 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Implement _update_neutron in PXE driver https://review.openstack.org/70468 | 21:12 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Fix log and test for NeutronAPI.update_port_dhcp_opts https://review.openstack.org/71094 | 21:12 |
NobodyCam | that looks better :-P | 21:12 |
NobodyCam | will +2 after mr J is done with them | 21:13 |
devananda | ack, ty | 21:14 |
*** aignatov is now known as aignatov_ | 21:15 | |
devananda | NobodyCam: one more - global req update from jenkins :)https://review.openstack.org/#/c/68823/4 | 21:21 |
NobodyCam | looks like it bumps stevedore up to .14 will we need a patch to undo the work around we did | 21:24 |
devananda | i have taht up already | 21:25 |
devananda | though it's not essential | 21:25 |
devananda | the work-around should have added support for both pre-.14 and >=0.14 stevedore | 21:25 |
NobodyCam | I do recall that | 21:27 |
*** jcooley_ has quit IRC | 21:31 | |
*** jdob has quit IRC | 21:53 | |
openstackgerrit | A change was merged to openstack/ironic: Updated from global requirements https://review.openstack.org/68823 | 21:57 |
openstackgerrit | A change was merged to openstack/ironic: Imported Translations from Transifex https://review.openstack.org/68024 | 22:02 |
*** jcooley_ has joined #openstack-ironic | 22:10 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Implement a multiplexed VendorPassthru example https://review.openstack.org/70863 | 22:12 |
devananda | now with better examples! | 22:13 |
*** jcooley_ has quit IRC | 22:16 | |
*** jcooley_ has joined #openstack-ironic | 22:17 | |
max_lobur | :) | 22:35 |
*** matty_dubs is now known as matty_dubs|gone | 22:36 | |
*** tatyana has joined #openstack-ironic | 22:37 | |
*** jbjohnso has quit IRC | 22:39 | |
NobodyCam | congratz max_lobur :) | 22:41 |
max_lobur | NobodyCam: TY! | 22:45 |
NobodyCam | :) | 22:46 |
* max_lobur woo-hoo | 22:46 | |
NobodyCam | you and Roman deserve it | 22:47 |
*** mdurnosvistov_ has quit IRC | 22:48 | |
comstud | win 55 | 22:51 |
comstud | whoooops | 22:51 |
NobodyCam | :-p | 22:51 |
devananda | hey look - another vendor driver submission :) | 22:55 |
devananda | https://blueprints.launchpad.net/ironic/+spec/ironic-ilo-power-driver | 22:55 |
devananda | https://blueprints.launchpad.net/ironic/+spec/ironic-ilo-virtualmedia-driver | 22:55 |
*** harlowja is now known as harlowja_away | 23:01 | |
NobodyCam | Woo Hoo | 23:02 |
NobodyCam | !!!!! | 23:02 |
openstack | NobodyCam: Error: "!!!!" is not a valid command. | 23:02 |
max_lobur | nice | 23:09 |
max_lobur | it's going to be very popular | 23:09 |
NobodyCam | yes WE are | 23:10 |
NobodyCam | hehe | 23:10 |
*** max_lobur1 has joined #openstack-ironic | 23:11 | |
*** tatyana has quit IRC | 23:13 | |
*** harlowja_away is now known as harlowja | 23:13 | |
devananda | ok, i need to get some food and fresh air ... bbiaw | 23:14 |
*** max_lobur has quit IRC | 23:15 | |
devananda | max_lobur_afk: oh hi! one of your patches need to be rebased, btw | 23:15 |
*** max_lobur1 has quit IRC | 23:15 | |
*** max_lobur has joined #openstack-ironic | 23:15 | |
NobodyCam | enjoy food devananda :) | 23:15 |
*** max_lobur has quit IRC | 23:18 | |
*** max_lobur has joined #openstack-ironic | 23:18 | |
*** max_lobur1 has joined #openstack-ironic | 23:21 | |
*** max_lobur has quit IRC | 23:23 | |
NobodyCam | brb quick walkies | 23:35 |
*** max_lobur1 has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!