*** bnemec has joined #openstack-ironic | 00:03 | |
*** bnemec has quit IRC | 00:10 | |
*** achanda has quit IRC | 00:11 | |
*** shoutm has quit IRC | 00:18 | |
*** shoutm has joined #openstack-ironic | 00:21 | |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #openstack-ironic | 00:23 | |
*** bnemec has joined #openstack-ironic | 00:25 | |
*** naohirot has joined #openstack-ironic | 00:26 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Create a versions.py file https://review.openstack.org/213856 | 00:30 |
---|---|---|
*** bnemec has quit IRC | 00:30 | |
*** alexpilotti has quit IRC | 00:35 | |
openstackgerrit | Mitsuhiro Tanino proposed openstack/ironic: Introduce new RPCs to support volume connector operation https://review.openstack.org/214585 | 00:42 |
*** bnemec has joined #openstack-ironic | 00:44 | |
*** achanda has joined #openstack-ironic | 00:48 | |
*** smoriya has joined #openstack-ironic | 00:49 | |
*** mtanino has quit IRC | 00:53 | |
*** vishwanathj has quit IRC | 00:58 | |
*** alexpilotti has joined #openstack-ironic | 01:02 | |
*** baoli has joined #openstack-ironic | 01:07 | |
*** baoli has quit IRC | 01:12 | |
*** lazy_prince has joined #openstack-ironic | 01:15 | |
*** killer_prince has joined #openstack-ironic | 01:38 | |
*** alexpilotti has quit IRC | 01:39 | |
*** Haomeng|2 has quit IRC | 01:40 | |
*** lazy_prince has quit IRC | 01:42 | |
*** zz_natorious is now known as natorious | 01:49 | |
*** boris-42 has quit IRC | 01:50 | |
*** natorious is now known as zz_natorious | 01:57 | |
*** Haomeng has joined #openstack-ironic | 01:59 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Overwrite IronicException message https://review.openstack.org/214662 | 02:00 |
*** chenglch has joined #openstack-ironic | 02:02 | |
*** killer_prince has quit IRC | 02:03 | |
*** alexpilotti has joined #openstack-ironic | 02:06 | |
*** baoli has joined #openstack-ironic | 02:08 | |
*** baoli has quit IRC | 02:12 | |
*** shoutm_ has joined #openstack-ironic | 02:30 | |
*** shoutm has quit IRC | 02:31 | |
*** alexpilotti has quit IRC | 02:46 | |
*** hakimo has joined #openstack-ironic | 02:52 | |
*** hakimo_ has quit IRC | 02:54 | |
*** chenglch has quit IRC | 03:00 | |
*** alexpilotti has joined #openstack-ironic | 03:02 | |
*** shoutm has joined #openstack-ironic | 03:06 | |
*** alexpilotti has quit IRC | 03:07 | |
*** shoutm_ has quit IRC | 03:07 | |
*** alexpilotti has joined #openstack-ironic | 03:16 | |
*** baoli has joined #openstack-ironic | 03:23 | |
*** baoli has quit IRC | 03:28 | |
*** VikasC has joined #openstack-ironic | 03:42 | |
VikasC | Hi Folks | 03:48 |
TheJulia | good morning | 03:48 |
VikasC | i need a small discussion on ironic driver. | 03:48 |
TheJulia | The nova virt driver? | 03:49 |
VikasC | yes | 03:49 |
VikasC | https://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L796 | 03:49 |
VikasC | ironic node is being cleared off here on callback timeout failure | 03:50 |
VikasC | https://bugs.launchpad.net/ironic/+bug/1446449 | 03:51 |
openstack | Launchpad bug 1446449 in OpenStack Compute (nova) "ironic hypervisor resource should be released for booting failed case" [Low,In progress] - Assigned to vikas choudhary (choudharyvikas16) | 03:51 |
TheJulia | Yup | 03:51 |
VikasC | and not updating nova db_instance variable "cleaned" | 03:52 |
VikasC | also this is not consistent with libvirt | 03:53 |
VikasC | in libvirt, resources are cleaned only when compute manager issues destroy | 03:53 |
TheJulia | So, I don't know the driver that well, but I would wonder why that is required | 03:54 |
TheJulia | and in what context is "resources are cleaned" | 03:54 |
*** pal has joined #openstack-ironic | 03:55 | |
*** alexpilotti has quit IRC | 03:56 | |
VikasC | If that destroy is not called from ironic driver, this ironic node be blocked until user will not delete errored instance | 03:57 |
VikasC | Two solutions are possible.. 1> dont call destroy at "spawn" time in failure case. | 03:58 |
TheJulia | But that makes sense, and is how it is designed to work. Skimming through things to try and gain context | 03:59 |
VikasC | 2> if destroy called, let nova db also know of this by setting "cleaned" and do check for this in resource tracker | 03:59 |
VikasC | you mean it should not be cleaned | 03:59 |
VikasC | hmm | 04:00 |
TheJulia | Well, does, or should, nova really care? | 04:00 |
*** shoutm_ has joined #openstack-ironic | 04:00 | |
VikasC | this way it will be consistent with libvirt also | 04:00 |
TheJulia | espescially since "cleaning" is an independent job, while yes the resource is consumed until fully freed, the behavior is toggable via the ironic.conf file | 04:00 |
VikasC | nova cares as it updates hypervisor stats | 04:00 |
*** shoutm has quit IRC | 04:01 | |
TheJulia | So the node in your bug description is fully ready to be used. Is cleaning disabled? | 04:02 |
VikasC | let me check | 04:02 |
VikasC | one moment | 04:02 |
VikasC | also where its checking for ironic.conf cleaning option here https://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L796 | 04:03 |
TheJulia | wrong paste? | 04:04 |
VikasC | #clean_nodes=true | 04:05 |
TheJulia | https://github.com/openstack/ironic/blob/master/etc/ironic/ironic.conf.sample#L562 which is controlled by the conductor | 04:05 |
TheJulia | yup | 04:05 |
VikasC | this option is commented in my ironic.conf | 04:05 |
*** achanda has quit IRC | 04:05 | |
TheJulia | so, then what do you mean by cleaning (I'm primarilly asking for context, because.... words) | 04:05 |
VikasC | and then also behavior is like this what i described | 04:05 |
*** ramineni has joined #openstack-ironic | 04:06 | |
TheJulia | so what are you expecting to occur when an instance fails to boot? | 04:07 |
VikasC | cleaning word i am refering to process of calling destroy from ironic driver and bringing ironic node state back to "available" | 04:08 |
TheJulia | ok | 04:08 |
*** irenab has quit IRC | 04:09 | |
VikasC | yes that what i want to clear...keep calling destroy but do set "cleaned" in db_instance | 04:09 |
VikasC | OR | 04:09 |
VikasC | dont call destroy and let it be consistent with libvirt | 04:10 |
VikasC | i did changes with option 1 | 04:10 |
VikasC | and submitted for review | 04:10 |
VikasC | https://review.openstack.org/#/c/213692/3/nova/virt/ironic/driver.py | 04:10 |
*** irenab has joined #openstack-ironic | 04:11 | |
VikasC | dan smith gave -1 refering to approach 2 | 04:11 |
*** ramineni has quit IRC | 04:11 | |
VikasC | so if i go to approach 2 , am afraid some ironic driver guy will give -1 | 04:12 |
VikasC | so i wanted to clear it first | 04:12 |
TheJulia | okay, I think I understand your point of view, going back to look at what you've put into the bug | 04:13 |
VikasC | Thanks TheJulia | 04:13 |
VikasC | This is my first bug also in openstack | 04:13 |
VikasC | :) | 04:14 |
TheJulia | So what your seeing that the hypervisor statistics as nova sees it basically reports the ironic "hypervisor" as fully consumed | 04:17 |
VikasC | yes | 04:18 |
VikasC | but from ironic view , its available | 04:18 |
TheJulia | are you blocked from deploying another instance? | 04:19 |
VikasC | because ironic driver dint tell nova that it has called destroy | 04:19 |
VikasC | no | 04:20 |
VikasC | instance can be deployed | 04:20 |
VikasC | just stats are wrong | 04:20 |
TheJulia | okay | 04:20 |
TheJulia | That is what I was thinking, but I wanted to make sure | 04:20 |
VikasC | ok | 04:21 |
VikasC | due to this issue , it also gives warning in logs while syncing up instance power states like "1 instance in nova db not present on hypervisor" | 04:22 |
VikasC | reason is nova manager reads its local db and try to sync with hypervisor db but fails to get any info for this kind of instance | 04:23 |
*** alexpilotti has joined #openstack-ironic | 04:23 | |
*** baoli has joined #openstack-ironic | 04:24 | |
VikasC | what should i do to resolve this | 04:25 |
VikasC | i mean which approach out of 2 | 04:26 |
VikasC | and also how situations are handled like these when some reviewrs giving negative review for one approch and otherwise | 04:27 |
*** pal has quit IRC | 04:27 | |
VikasC | As i am new , asking for general approach | 04:28 |
*** baoli has quit IRC | 04:29 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Refactor the essential prop list of inspect driver https://review.openstack.org/214597 | 04:30 |
VikasC | TheJulia: who can better answer on this like which approach to take? | 04:31 |
TheJulia | VikasC: So approach number 2 seems to be the most consistent and logical approach to take, and I think that will just be modifying the instance to set it to cleaned | 04:32 |
VikasC | I did changes for this only | 04:33 |
VikasC | now what should i do? | 04:33 |
TheJulia | well, cleaned is the wrong thing, really destroyed, but I don't know the internals of nova very well | 04:33 |
TheJulia | "This no longer exists, it is no longer your concern" kind of thing | 04:34 |
TheJulia | so but only when calling destroy | 04:35 |
VikasC | right | 04:36 |
TheJulia | in reality, ironic may be doing more things in the background, and the hypervisor may not actually really be available | 04:36 |
VikasC | errored instance will be in nova db for user concern only | 04:36 |
TheJulia | problem is, you have no way of knowing unless you track and follow until its done | 04:36 |
TheJulia | which... seems... problematic | 04:36 |
VikasC | ironic really does more things in background | 04:37 |
TheJulia | It does | 04:37 |
VikasC | and sets it to available only when it should be | 04:37 |
TheJulia | yes | 04:37 |
VikasC | This is the case when user has configured too low callback timeout | 04:38 |
*** Nisha has joined #openstack-ironic | 04:38 | |
VikasC | or ironic is responding slower | 04:38 |
TheJulia | or the hardware takes an extremely long time to make something happen | 04:38 |
*** deray_ has joined #openstack-ironic | 04:39 | |
*** VikasC_ has joined #openstack-ironic | 04:41 | |
VikasC_ | TheJulia: | 04:41 |
TheJulia | ? | 04:42 |
Nisha | deray_, hi | 04:42 |
VikasC_ | got disconnected somehow | 04:42 |
TheJulia | No worries | 04:42 |
*** VikasC has quit IRC | 04:42 | |
VikasC_ | so is your concern is like when hardware really has some problem and nova will show resources available in this scenario? | 04:42 |
deray_ | Nisha, hi | 04:43 |
*** Sukhdev has joined #openstack-ironic | 04:43 | |
TheJulia | VikasC_: technically they are consumed :) | 04:43 |
TheJulia | technically | 04:43 |
VikasC_ | nova do audits | 04:43 |
TheJulia | but scheduling sounds like it still works, so the problem is the statistics | 04:43 |
*** PradeepV has joined #openstack-ironic | 04:44 | |
*** deray_ has left #openstack-ironic | 04:44 | |
VikasC_ | and if there is a real problem on hardware, it wont update as available resources | 04:44 |
*** deray_ has joined #openstack-ironic | 04:45 | |
VikasC_ | so whatever is available after audits, tracker subtracts reading nova db | 04:45 |
VikasC_ | in the case we discussing , tracker subtracts for this errored/cleaned instance also | 04:46 |
VikasC_ | so what is the verdict :) | 04:46 |
VikasC_ | what should be my next step | 04:47 |
VikasC_ | problem statement is clear atleast | 04:47 |
*** Sukhdev has quit IRC | 04:47 | |
VikasC_ | Haomeng: are you around sir :) | 04:48 |
VikasC_ | TheJulia: will you give +1 ? :) | 04:50 |
TheJulia | VikasC_: the one conundrum could be ironic nodes that are no longer in existance, or potentially even in maintenance mode, I just don't know the code. Ideally, use of the resources needs to be cleaned up, the ideal time in my mind is upon destroy. | 04:50 |
TheJulia | I would give it a +1 I think, I just don't know the context of what hypervisor stats are being used for. If it is intended to align to exactly what is in use by "instances" then it makes sense to update immediately, but if it is meant to show used hypervisor capacity, as it would seem to indicate, then realistically it should only show the difference between what is in use versues what is in av | 04:52 |
TheJulia | ailable state | 04:52 |
VikasC_ | Agree | 04:52 |
VikasC_ | with these points in mind only, i prefered for this approach | 04:53 |
VikasC_ | Thanks TheJulia | 04:54 |
VikasC_ | I will discuss with dan smith also | 04:54 |
VikasC_ | any other person you could suggest who can comment better? | 04:55 |
*** huats has quit IRC | 04:55 | |
*** max_lobur has joined #openstack-ironic | 04:56 | |
*** Sukhdev has joined #openstack-ironic | 04:58 | |
* VikasC_ slaps Haomeng around a bit with a large fishbot | 05:00 | |
VikasC_ | I dint slap Homeng , its by mistake | 05:01 |
TheJulia | heh | 05:02 |
TheJulia | Well, I suspect openstack tradition may involve using wet cats instead of a large ?fishbot? | 05:03 |
VikasC_ | i dont know :) | 05:04 |
TheJulia | VikasC_: talk to lucasgnomes, he should be on in about ?4-5? hours | 05:04 |
*** alexpilotti has quit IRC | 05:04 | |
VikasC_ | i wanted to press "query", but by mistake "slap" got clicked | 05:04 |
VikasC_ | ok Thanks :) | 05:05 |
VikasC_ | 4-5 hrs from now? | 05:05 |
TheJulia | Yeah, I think so, I'm not in my normal time zone at the moment | 05:06 |
VikasC_ | ok.. thanks | 05:06 |
*** achanda has joined #openstack-ironic | 05:07 | |
*** ramineni1 has joined #openstack-ironic | 05:08 | |
*** sinval_ has quit IRC | 05:10 | |
*** max_lobur has quit IRC | 05:12 | |
*** chenglch has joined #openstack-ironic | 05:13 | |
*** irenab has quit IRC | 05:21 | |
*** Sukhdev has quit IRC | 05:26 | |
*** alexpilotti has joined #openstack-ironic | 05:31 | |
*** deray_ has quit IRC | 05:31 | |
*** deray_ has joined #openstack-ironic | 05:32 | |
*** irenab has joined #openstack-ironic | 05:32 | |
*** deray_ is now known as rayd | 05:36 | |
*** Marga_ has joined #openstack-ironic | 05:38 | |
*** amotoki has quit IRC | 05:39 | |
*** rayd is now known as deray | 05:39 | |
*** yog_ has joined #openstack-ironic | 05:47 | |
*** shoutm_ has quit IRC | 05:52 | |
*** VikasC_ has quit IRC | 05:56 | |
*** pal has joined #openstack-ironic | 05:57 | |
openstackgerrit | Merged openstack/ironic: Add better dbapi support for querying reservation https://review.openstack.org/210325 | 05:58 |
*** max_lobur has joined #openstack-ironic | 06:01 | |
*** max_lobur has joined #openstack-ironic | 06:05 | |
*** shoutm has joined #openstack-ironic | 06:07 | |
*** amotoki has joined #openstack-ironic | 06:09 | |
*** alexpilotti has quit IRC | 06:17 | |
*** pal has quit IRC | 06:23 | |
PradeepV | While setting up devstack flat network for ironic , stack is getting aborted with erro "Cannot fetch index base URL https://pypi.python.org/simple/" | 06:26 |
PradeepV | Could not find any downloads that satisfy the requirement pip in /usr/lib/python2.7/dist-packages | 06:26 |
*** pal has joined #openstack-ironic | 06:27 | |
PradeepV | has any one seen this issue | 06:28 |
Haomeng | PradeepV: here is a reference - http://solvedstack.com/questions/pip-connection-failure-cannot-fetch-index-base-url-http-pypi-python-org-simple | 06:30 |
Haomeng | PradeepV: did you run with proxy | 06:30 |
PradeepV | yes | 06:30 |
*** saripurigopi has joined #openstack-ironic | 06:31 | |
Haomeng | PradeepV: from the reference - "If your proxy is configured correctly, then pip version 1.5.6 will handle this correctly. The bug was resolved.You can upgrade pip with easy_install pip==1.5.6" | 06:31 |
Haomeng | PradeepV: so can you try with pip 1.5.6 | 06:32 |
saripurigopi | Haomeng: hello | 06:32 |
PradeepV | ok Haomeng | 06:32 |
PradeepV | i will try and get back, thank you | 06:32 |
Haomeng | saripurigopi: :) | 06:32 |
PradeepV | :) | 06:33 |
Haomeng | PradeepV: and dont forget to set https_proxy | 06:33 |
*** alexpilotti has joined #openstack-ironic | 06:34 | |
Haomeng | PradeepV: if your pip is 1.5.6, and still not working, deleted the ~/.pip cache folder and try again | 06:34 |
PradeepV | ok Haomeng | 06:34 |
Haomeng | PradeepV: :) | 06:34 |
*** alexpilotti has quit IRC | 06:38 | |
*** alexpilotti has joined #openstack-ironic | 06:46 | |
*** VikasC has joined #openstack-ironic | 07:00 | |
*** achanda has quit IRC | 07:00 | |
*** dtantsur|afk is now known as dtantsur | 07:01 | |
dtantsur | Morning Ironic | 07:01 |
betherly | Morning ironic :) | 07:02 |
*** ishant has joined #openstack-ironic | 07:06 | |
saripurigopi | hello dtantsur, betherly | 07:12 |
dtantsur | o/ | 07:12 |
betherly | :) | 07:12 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements https://review.openstack.org/213466 | 07:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic-python-agent: Updated from global requirements https://review.openstack.org/213049 | 07:17 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic: Improve logging for agent driver https://review.openstack.org/213011 | 07:21 |
*** stendulker has joined #openstack-ironic | 07:23 | |
*** romainh has joined #openstack-ironic | 07:26 | |
*** pal has quit IRC | 07:32 | |
*** alexpilotti has quit IRC | 07:38 | |
*** jcoufal has joined #openstack-ironic | 07:41 | |
*** mbound has joined #openstack-ironic | 08:01 | |
*** romcheg has joined #openstack-ironic | 08:02 | |
*** alexpilotti has joined #openstack-ironic | 08:04 | |
*** derekh has joined #openstack-ironic | 08:08 | |
*** lucasagomes has joined #openstack-ironic | 08:10 | |
VikasC | Hi lucas :) | 08:12 |
VikasC | was waiting for you | 08:12 |
VikasC | https://review.openstack.org/#/c/213692/3 | 08:14 |
*** ramineni1 has quit IRC | 08:14 | |
VikasC | https://bugs.launchpad.net/ironic/+bug/1446449 | 08:15 |
openstack | Launchpad bug 1446449 in OpenStack Compute (nova) "ironic hypervisor resource should be released for booting failed case" [Low,In progress] - Assigned to vikas choudhary (choudharyvikas16) | 08:15 |
*** chenglch has quit IRC | 08:15 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent: Extend hardware manager with data needed for inspector https://review.openstack.org/209889 | 08:16 |
*** chenglch has joined #openstack-ironic | 08:17 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent: Extend hardware manager with data needed for inspector https://review.openstack.org/209889 | 08:23 |
*** romcheg has left #openstack-ironic | 08:25 | |
*** jistr has joined #openstack-ironic | 08:28 | |
*** shoutm has quit IRC | 08:29 | |
lucasagomes | VikasC, thanks! I will take a look soonish! | 08:29 |
lucasagomes | morning all | 08:29 |
VikasC | Thanks lucas | 08:30 |
VikasC | :) | 08:30 |
*** romcheg has joined #openstack-ironic | 08:30 | |
VikasC | i had a long discussion with Julia also in morning about this bug.She was fine with my current approach but asked to confirm with yoou also | 08:31 |
*** ramineni has joined #openstack-ironic | 08:33 | |
*** ramineni1 has joined #openstack-ironic | 08:36 | |
*** huats has joined #openstack-ironic | 08:36 | |
*** pal has joined #openstack-ironic | 08:37 | |
*** ramineni has quit IRC | 08:38 | |
*** sambetts has quit IRC | 08:38 | |
*** sambetts has joined #openstack-ironic | 08:39 | |
*** huats has quit IRC | 08:41 | |
*** shoutm has joined #openstack-ironic | 08:44 | |
*** huats has joined #openstack-ironic | 08:46 | |
*** shoutm has quit IRC | 08:54 | |
*** shoutm has joined #openstack-ironic | 08:55 | |
*** dtantsur is now known as dtantsur|brb | 08:55 | |
*** VikasC has quit IRC | 08:59 | |
ramineni1 | lucasagomes: hi | 09:06 |
lucasagomes | ramineni1, hi there | 09:07 |
ramineni1 | lucasagomes: i think you need to approve https://review.openstack.org/#/c/211849/6 again, as its in same state from morning | 09:08 |
lucasagomes | oh recheck didn't work | 09:11 |
* lucasagomes checks zuul | 09:11 | |
lucasagomes | ramineni1, it's there... http://status.openstack.org/zuul/ | 09:11 |
lucasagomes | the gate is just SUPER SLOW | 09:11 |
lucasagomes | 11 hours delay | 09:11 |
lucasagomes | ramineni1, I'm afraid we need to wait :-( | 09:12 |
* lucasagomes checks infra | 09:12 | |
openstackgerrit | Beth Elwell proposed openstack/ironic-webclient: Corrected author in package.json https://review.openstack.org/213718 | 09:12 |
ramineni1 | lucasagomes: oh | 09:12 |
*** deray has quit IRC | 09:13 | |
*** alexpilotti has quit IRC | 09:13 | |
*** shoutm has quit IRC | 09:15 | |
*** jistr has quit IRC | 09:19 | |
*** jistr has joined #openstack-ironic | 09:20 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Periodically checks for nodes being cleaned https://review.openstack.org/213699 | 09:23 |
*** pelix has joined #openstack-ironic | 09:25 | |
*** degorenko has joined #openstack-ironic | 09:39 | |
*** alexpilotti has joined #openstack-ironic | 09:40 | |
*** MattMan has joined #openstack-ironic | 09:42 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Periodically checks for nodes being cleaned https://review.openstack.org/213699 | 09:48 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Fix "tox -egenconfig" by avoiding the MODULEPATH env variable https://review.openstack.org/215045 | 09:51 |
*** romainh has quit IRC | 09:54 | |
*** naohirot has quit IRC | 09:55 | |
openstackgerrit | Satoru Moriya proposed openstack/ironic-specs: Volume connection information for Ironic nodes https://review.openstack.org/200496 | 09:56 |
*** yog_ has quit IRC | 09:57 | |
*** deray has joined #openstack-ironic | 10:02 | |
*** amotoki has quit IRC | 10:08 | |
*** dtantsur|brb is now known as dtantsur | 10:09 | |
openstackgerrit | Zhao Lei proposed openstack/ironic-python-agent: Use cloud-config.yaml instead of cloud-config.yml for coreos https://review.openstack.org/210355 | 10:16 |
*** chenglch has quit IRC | 10:25 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent: Allow passing node UUID to lookup https://review.openstack.org/215061 | 10:36 |
openstackgerrit | Anusha Ramineni proposed openstack/ironic: Switch from deprecated timeutils.isotime https://review.openstack.org/215063 | 10:40 |
*** alexpilotti has quit IRC | 10:45 | |
*** Nisha has quit IRC | 10:49 | |
openstackgerrit | Sam Betts proposed openstack/ironic-inspector: Add API Discovery to Ironic Inspector https://review.openstack.org/215067 | 10:50 |
*** lazy_prince has joined #openstack-ironic | 10:52 | |
*** alexpilotti has joined #openstack-ironic | 11:02 | |
openstackgerrit | Merged openstack/ironic: Increase size of nodes.driver column https://review.openstack.org/209605 | 11:07 |
*** alexpilotti has quit IRC | 11:07 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Remove the --autofree option from boot.ipxe https://review.openstack.org/215074 | 11:10 |
stendulker | lucasagomes: Hi | 11:11 |
lucasagomes | stendulker, hi there | 11:12 |
*** saripurigopi has quit IRC | 11:12 | |
stendulker | lucasagomes: I have a defect fix which needs to be done in both DIB and ironic-python-agent | 11:12 |
lucasagomes | stendulker, right | 11:12 |
stendulker | lucasagomes: IPA change has dependecy on DIB change. How do I tie two reviews together | 11:13 |
lucasagomes | you can file a bug against both projects? | 11:13 |
lucasagomes | stendulker, you can use a gerrit tag called "Depends-On" | 11:13 |
lucasagomes | that will work cross project | 11:13 |
* lucasagomes looks for an example | 11:13 | |
stendulker | lucasagomes: ok. Got it | 11:13 |
lucasagomes | stendulker, http://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies | 11:14 |
stendulker | lucasagomes: Thanks | 11:14 |
lucasagomes | stendulker, yw! | 11:14 |
stendulker | lucasagomes: Can you please have a look at this defect 1486887 | 11:14 |
betherly | Hi stendulker | 11:14 |
stendulker | lucasagomes: It is abt this defect | 11:15 |
stendulker | lucasagomes: I'm trying to cover the command limitation through DIB | 11:15 |
stendulker | betherly: Hi | 11:15 |
*** alexpilotti has joined #openstack-ironic | 11:16 | |
stendulker | lucasagomes: Link: https://launchpad.net/bugs/1486887 | 11:16 |
openstack | Launchpad bug 1486887 in Ironic "Config drive creation fails in UEFI boot mode for whole disk image " [Undecided,New] - Assigned to Shivanand Tendulker (shivanand-tendulker) | 11:16 |
*** thrash|g0ne is now known as thrash | 11:17 | |
lucasagomes | stendulker, oh right, because IPA assumes it's MBR? | 11:18 |
stendulker | lucasagomes:yes. But parted command do not allow the required operation in script mode | 11:19 |
stendulker | lucasagomes: It allows that operation only in interactive moe | 11:19 |
stendulker | lucasagomes: This needs a small expect script to run the parted command in interactive mode | 11:20 |
stendulker | lucasagomes: I need to add expect to be installed in deploy ramdisk for IPA to make this work | 11:20 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements https://review.openstack.org/213466 | 11:21 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic-inspector: Updated from global requirements https://review.openstack.org/215083 | 11:21 |
lucasagomes | stendulker, oh I see, bad parted bad parted | 11:21 |
stendulker | lucasagomes: yes.. through there was a bug reported on that long ago.. but never got fixed :( | 11:22 |
lucasagomes | :-( | 11:22 |
stendulker | lucasagomes: A bad thing, when you are trying to make deploy ramdisk thin, I'm adding little fat | 11:22 |
lucasagomes | well, it's inevitable | 11:23 |
lucasagomes | so it's all good | 11:23 |
stendulker | lucasagomes: I tested your ramdisk slimming patch in Proliant Gen9. Its reduces deploy time considerably | 11:23 |
stendulker | lucasagomes: I tested it out in UEFI mode. | 11:24 |
lucasagomes | \o/ | 11:24 |
lucasagomes | it's not merged yet upstream tho | 11:24 |
lucasagomes | >.< | 11:24 |
stendulker | yes I know.. | 11:24 |
lucasagomes | https://review.openstack.org/#/c/209902/ | 11:24 |
stendulker | lucasagomes: But I think it has enough +2s | 11:24 |
lucasagomes | yeah... mind commenting on the review if you have a time with ur findinds? | 11:25 |
*** baoli has joined #openstack-ironic | 11:25 | |
lucasagomes | we currently don't run any tripleo ci with that ramdisk | 11:25 |
lucasagomes | so gate doesn't actually test it | 11:25 |
* lucasagomes I've a patch to change that | 11:25 | |
*** ramineni1 has quit IRC | 11:25 | |
lucasagomes | https://review.openstack.org/#/c/210461/ | 11:25 |
stendulker | lucasagomes: +1'ed it. | 11:26 |
lazy_prince | lucasagomes: for the ^^ patch, is this just fedora specific.. is there something that needs to be done for debian/ubuntu..? | 11:27 |
lucasagomes | lazy_prince, the DIB ipa agent now supports ubuntu and debian | 11:28 |
lucasagomes | but before it was always fedora | 11:28 |
lucasagomes | only* | 11:28 |
openstackgerrit | sonu proposed openstack/python-ironicclient: Added unit test cases for command-line shell https://review.openstack.org/213654 | 11:28 |
lucasagomes | so that's why I'm using fedora there, I think the HP guys also use fedora, right stendulker ? | 11:28 |
lucasagomes | lazy_prince, it's just more tested, but AFAICT it suports debian and ubuntu as well | 11:28 |
lucasagomes | tho I wouldn't recommend using ubuntu if you're going to distribute the ramdisk for clients etc | 11:29 |
stendulker | lucasagomes: Yes. we use fedora for IPA ramdisk | 11:29 |
lucasagomes | http://mjg59.dreamwidth.org/37113.html and | 11:29 |
lazy_prince | aha.. so are you going to update your patch for ubuntu/debian or are you going to put a follow up patch for slimming the ramdisk for debian/ubuntu | 11:29 |
lucasagomes | http://mjg59.dreamwidth.org/35969.html | 11:29 |
lucasagomes | lazy_prince, oh, I thought it was about the patch to change the default ramdisk to IPA | 11:30 |
lucasagomes | lazy_prince, I wasn't planning much on adding one for ubuntu/debian | 11:30 |
lucasagomes | I left a todo inline | 11:30 |
*** baoli has quit IRC | 11:30 | |
lucasagomes | so if someone wants to do it | 11:30 |
lucasagomes | lazy_prince, in general that patch already shrinks ubuntu/debian a little by removing things like, man pages, kernel images (/boot), miscs etc | 11:30 |
lucasagomes | but doesn't remove extra packages for those distros | 11:30 |
lazy_prince | lucasagomes: cool.. I get your point... the ipa element was extended to ubuntu and debian by me.. so was checking if this also needs to be extended to ubuntu/fedora.. | 11:31 |
lazy_prince | I will put up a patch once i have some time for this... | 11:32 |
lazy_prince | ubuntu/debina.. :) | 11:32 |
* lazy_prince keyboard malfunction.. | 11:32 | |
lazy_prince | ubuntu/debian.. | 11:33 |
*** pal has quit IRC | 11:33 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent: Add support for inspection using ironic-inspector https://review.openstack.org/205587 | 11:34 |
lucasagomes | lazy_prince, cool man! Thanks much! | 11:34 |
*** dprince has joined #openstack-ironic | 11:35 | |
lucasagomes | yeah it would be great to slim it down for the most known distros | 11:35 |
lucasagomes | it saves time and make it more testable in gate since we have limited resources to use there | 11:35 |
lazy_prince | agree.. | 11:35 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic-python-agent: Fixes config drive creation failure in UEFI boot mode https://review.openstack.org/215097 | 11:36 |
*** lucasagomes is now known as lucas-hungry | 11:37 | |
*** pal has joined #openstack-ironic | 11:39 | |
*** Marga_ has quit IRC | 11:42 | |
*** Marga_ has joined #openstack-ironic | 11:42 | |
*** stendulker has quit IRC | 11:42 | |
*** romainh has joined #openstack-ironic | 11:49 | |
*** VikasC has joined #openstack-ironic | 11:54 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add hardware inspection module for iRMC driver https://review.openstack.org/196480 | 11:56 |
*** derekh is now known as derekh_afk | 12:03 | |
*** alexpilotti has quit IRC | 12:03 | |
*** pal has quit IRC | 12:23 | |
*** VikasC has quit IRC | 12:28 | |
*** jjohnson2 has joined #openstack-ironic | 12:35 | |
*** alexpilotti has joined #openstack-ironic | 12:39 | |
*** thiagop has joined #openstack-ironic | 12:41 | |
thiagop | Good morning Ironic | 12:41 |
betherly | morning thiagop | 12:42 |
thiagop | betherly: o/ | 12:42 |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Lesson degree of admin backoff https://review.openstack.org/214761 | 12:43 |
*** liliars has joined #openstack-ironic | 12:44 | |
*** PradeepV has quit IRC | 12:44 | |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff https://review.openstack.org/214761 | 12:45 |
*** chlong has joined #openstack-ironic | 12:46 | |
*** dtantsur is now known as dtantsur|brb | 12:47 | |
*** lucas-hungry is now known as lucasagomes | 12:48 | |
*** dtantsur|brb is now known as dtantsur|mtg | 12:48 | |
*** smoriya has quit IRC | 12:51 | |
*** jistr is now known as jistr|mtg | 12:53 | |
*** chlong has quit IRC | 13:00 | |
*** chlong has joined #openstack-ironic | 13:04 | |
openstackgerrit | Juliana Motira proposed stackforge/pyghmi: Add custom OEM firmware info parsing for Lenovo ThinkServers https://review.openstack.org/214623 | 13:16 |
*** alexpilotti has quit IRC | 13:18 | |
*** krtaylor has quit IRC | 13:18 | |
*** ishant has quit IRC | 13:21 | |
*** jamielennox is now known as jamielennox|away | 13:30 | |
*** krtaylor has joined #openstack-ironic | 13:31 | |
*** alexpilotti has joined #openstack-ironic | 13:35 | |
openstackgerrit | Merged openstack/ironic: 'updated_at' field shows old value after resource is saved https://review.openstack.org/211849 | 13:39 |
*** alexpilotti has quit IRC | 13:40 | |
openstackgerrit | KATO Tomoyuki proposed openstack/ironic: Change and edit of Ironic Installation Guide https://review.openstack.org/191900 | 13:40 |
thiagop | lucasagomes: hey! | 13:43 |
thiagop | lucasagomes: where is that patch where you add cleaning check again? Would like to take a look on it. | 13:43 |
lucasagomes | hi there | 13:44 |
lucasagomes | thiagop, https://review.openstack.org/213699 | 13:44 |
thiagop | thks | 13:44 |
lucasagomes | I'm reusing the provision_updated_at field as discussed with rloo and JoshNang yesterday | 13:44 |
thiagop | I was having this problem (of the bug) yesterday | 13:45 |
thiagop | the deploy images are downloaded, initialized but couldn't carry on the work to ping back the conductor | 13:45 |
thiagop | not sure why yet, but couldn't get out of cleanwait either | 13:46 |
lucasagomes | right | 13:46 |
lucasagomes | I wanna introduce a new api verb to manually abort at that stage too | 13:46 |
lucasagomes | it's coming :-) (today I was pretty busy) but it's on my list | 13:46 |
*** alexpilotti has joined #openstack-ironic | 13:47 | |
thiagop | actually, do you have some clue on where to take a look on my problem with the deploy image? It simply get into the login screen of CoreOS and doesn't carry on... | 13:47 |
*** pal has joined #openstack-ironic | 13:48 | |
lucasagomes | thiagop, did you check any logs inside? See if it can access the network and so on? | 13:48 |
lucasagomes | thiagop, if you're building the IPA image using IPA you can use a stackuser (or devuser) element | 13:49 |
lucasagomes | so you will be able to log on it | 13:49 |
lucasagomes | if you use coreos | 13:49 |
lucasagomes | you can pass "coreos.autologin" to the kernel cmdline | 13:49 |
thiagop | lucasagomes: yes, we have access through the network, but I couldn't login on the deploy image. I'm using the CoreOS image on tarballs.openstack.org | 13:49 |
lucasagomes | that will give you shell access | 13:49 |
lucasagomes | thiagop, cool, right yeah, stick a coreos.autologin in the kernel command line (in the pxe configuration) | 13:50 |
lucasagomes | and you will be able to get shell access to it | 13:50 |
lucasagomes | check logs, test connectivity with the ironic api | 13:50 |
jroll | lucasagomes: maybe we should make that default, it's a common thing | 13:50 |
lucasagomes | etc... | 13:50 |
lucasagomes | jroll, hmm | 13:50 |
jroll | or common that people ask about it | 13:50 |
lucasagomes | yeah, I mean debugging a component yes it's needed | 13:50 |
thiagop | lucasagomes: I'll put that on agent_pxe_append_params and try to debug, thanks | 13:51 |
lucasagomes | but not sure about default, would we do it in production? | 13:51 |
NobodyCam | Good morning Ironic | 13:51 |
lucasagomes | auto login? | 13:51 |
jroll | lucasagomes: we do :P | 13:51 |
thiagop | good morning NobodyCam | 13:51 |
lucasagomes | jroll, right... hmm well we can think about it | 13:51 |
jroll | figure if someone gets a console we're hosed already | 13:51 |
jroll | yeah, just a thought | 13:51 |
lucasagomes | it sounds more like a debug thing to be honest | 13:51 |
lucasagomes | jroll, ++ to discuss :-) | 13:51 |
lucasagomes | I don't have an opnion formed anyway | 13:52 |
lucasagomes | NobodyCam, jroll morning! | 13:52 |
NobodyCam | mornign lucasagomes jroll sambetts thiagop JoshNang dtantsur|mtg betherly | 13:52 |
jroll | morning NobodyCam, lucasagomes, thiagop :) | 13:52 |
thiagop | morning jroll | 13:52 |
NobodyCam | :) | 13:53 |
*** pal has quit IRC | 13:56 | |
*** pal has joined #openstack-ironic | 13:57 | |
*** degorenko has quit IRC | 13:58 | |
*** degorenko has joined #openstack-ironic | 13:59 | |
jroll | thiagop: +A on your spec, wdyt about my comment on max_retries? | 13:59 |
thiagop | jroll: fair enough suggestion, will do | 14:01 |
thiagop | jroll: thanks again | 14:01 |
jroll | thiagop: cool, mind a quick follow up patch to that spec? | 14:01 |
jroll | just to make sure it's recorded | 14:01 |
jlvillal | Good morning, lucasagomes jroll NobodyCam sambetts thiagop JoshNang dtantsur|mtg betherly and anybody I missed :) | 14:01 |
jroll | morning jlvillal :) | 14:01 |
thiagop | jroll: sure, after merge? | 14:01 |
lucasagomes | jlvillal, good morning! | 14:01 |
jroll | thiagop: yeah, whenever | 14:02 |
sinval | jlvillal: good morning o/ | 14:02 |
thiagop | good morning jlvillal | 14:02 |
sinval | jroll: thanks for you support on this | 14:04 |
openstackgerrit | Merged openstack/ironic-specs: OneView Driver for Ironic https://review.openstack.org/187762 | 14:05 |
jroll | sinval: just doing my job :) | 14:05 |
lucasagomes | w00r | 14:06 |
lucasagomes | w00t* | 14:07 |
betherly | morning jroll, NobodyCam, jlvillal :) | 14:07 |
jroll | hi betherly! | 14:08 |
betherly | hey hey! | 14:08 |
openstackgerrit | Juliana Motira proposed stackforge/pyghmi: Add custom OEM firmware info parsing for Lenovo ThinkServers https://review.openstack.org/214623 | 14:08 |
*** jistr|mtg is now known as jistr | 14:08 | |
*** dtantsur|mtg is now known as dtantsur | 14:10 | |
dtantsur | Morning jroll, NobodyCam, jlvillal and everyone else | 14:10 |
* dtantsur has too many meetings... | 14:10 | |
NobodyCam | :) | 14:11 |
NobodyCam | dtantsur: +++++ | 14:12 |
jroll | hey dtantsur :) | 14:12 |
thiagop | morning dtantsur | 14:15 |
betherly | morning dtantsur :) | 14:16 |
*** dtantsur is now known as dtantsur|mtg | 14:17 | |
dtantsur|mtg | again :( | 14:17 |
*** mtanino has joined #openstack-ironic | 14:17 | |
*** mgoddard has quit IRC | 14:21 | |
* lucasagomes brb dentist | 14:21 | |
*** lucasagomes is now known as lucas-afk | 14:21 | |
NobodyCam | lucas-afk: uggh | 14:21 |
NobodyCam | good luck | 14:22 |
lucas-afk | NobodyCam, hah just checking things up | 14:22 |
NobodyCam | :) | 14:22 |
lucas-afk | I'm probably fine | 14:22 |
NobodyCam | thats what they always say to start | 14:22 |
NobodyCam | lol | 14:22 |
thiagop | lol | 14:23 |
thiagop | where can I find logs of the IPA on the node? | 14:25 |
thiagop | nothing useful in /var/log | 14:25 |
*** pal_ has joined #openstack-ironic | 14:27 | |
*** pal has quit IRC | 14:27 | |
jroll | thiagop: alias ipalogs="journalctl -u ironic-python-agent.service -f -l --no-tail" | 14:27 |
*** sinval_ has joined #openstack-ironic | 14:27 | |
jroll | also useful: alias ipatail="journalctl -u ironic-python-agent.service -f -l" | 14:27 |
*** vishwanathj has joined #openstack-ironic | 14:27 | |
*** mgoddard has joined #openstack-ironic | 14:27 | |
*** romcheg has quit IRC | 14:28 | |
*** alexpilotti has quit IRC | 14:28 | |
* jlvillal is unsure who has more pain with microversions. Nova or ironic. As he attends the Nova meeting. | 14:28 | |
dtantsur|mtg | hehehe | 14:29 |
deray | dtantsur|mtg, hi | 14:30 |
dtantsur|mtg | o/ | 14:30 |
deray | while going thru the spec https://review.openstack.org/#/c/211019/ .. | 14:30 |
jroll | jlvillal: surely us. they just decided on a solution to their problem in 15 minutes that everyone agrees with. | 14:30 |
dtantsur|mtg | wow, awesome | 14:31 |
betherly | jroll: thats fast! cool! | 14:31 |
deray | it felt to me that it was more related firmware settigns rather than firmware update .. | 14:31 |
jroll | I mean, surely they have argued^Wtalked about this before | 14:31 |
jroll | but they can get together and agree on a thing | 14:31 |
*** romcheg has joined #openstack-ironic | 14:32 | |
dtantsur|mtg | probably they share a common understanding WHY they're doing it... | 14:32 |
* jlvillal thinks he smells sarcasm in the morning ;) | 14:33 | |
jroll | dtantsur|mtg: :) | 14:33 |
deray | should it be okay to sync up the changes related to https://review.openstack.org/#/c/209612/ | 14:33 |
deray | oh okay .. | 14:33 |
jroll | deray: sync up which changes? | 14:34 |
dtantsur|mtg | deray, could you please clarify your question? I'm in the middle of meeting right now, it's a bit hard to follow your thoughts, sorry | 14:34 |
deray | Firmware update as part of iLO zapping process - as part of https://review.openstack.org/#/c/209612/ (New driver interface for BIOS configuration) | 14:34 |
jroll | so... while I'm about to step away and don't want a long discussion on this... do we need a driver interface for this? it sounds like a clean step to me... | 14:35 |
NobodyCam | mornign jlvillal | 14:35 |
jlvillal | :) | 14:35 |
jroll | an API for it sounds nice and all, but I think the zapping api may cover it, not sure | 14:35 |
dtantsur|mtg | ++ for zapping | 14:36 |
dtantsur|mtg | (at least without a deep thought about it) | 14:36 |
openstackgerrit | Juliana Motira proposed stackforge/pyghmi: Add disable user command https://review.openstack.org/215153 | 14:36 |
jroll | dtantsur|mtg: this looks like pet management, at a glance | 14:36 |
deray | as per the spec this driver intf mainly talks abt firmware settings .. will that also encapsulate f/w update? | 14:36 |
jroll | deray: it's unclear who you're talking to here. this is yuriyz's spec. you could ask him or leave comments on the spec. | 14:37 |
jroll | deray: or maybe someone else knows the answer to your question, I'm not sure | 14:37 |
* dtantsur|mtg does not | 14:38 | |
deray | okay .. wil touch base with yuriyz | 14:39 |
deray | dtantsur|mtg, jroll : thx | 14:40 |
yuriyz | morning Ironic deray. I think also about fw updating, but there is another spec. Welcome for commenting the spec. | 14:40 |
deray | hey morning yuriyz. | 14:41 |
deray | k | 14:41 |
* jroll bbiab | 14:42 | |
deray | which spec can u refer for f/w updating ? | 14:42 |
*** romcheg1 has joined #openstack-ironic | 14:43 | |
*** romcheg has quit IRC | 14:43 | |
deray | yuriyz, can i catch u after 1.5 hrs .. i am in a different timezone .. need to rush home now. will sign in from home. :) | 14:44 |
yuriyz | deray I found https://blueprints.launchpad.net/ironic/+spec/add-firmware-update-api https://blueprints.launchpad.net/ironic/+spec/firmware-update | 14:44 |
thiagop | morning yuriyz | 14:44 |
yuriyz | good night deray | 14:45 |
deray | yuriyz, good day ahead | 14:46 |
deray | will go thru the blueprint | 14:46 |
*** romcheg has joined #openstack-ironic | 14:46 | |
*** romcheg1 has quit IRC | 14:48 | |
*** pal_ has quit IRC | 14:48 | |
*** derekh_afk is now known as derekh | 14:50 | |
openstackgerrit | Sinval Vieira Mendes Neto proposed openstack/ironic-specs: "max_retries" update on OneView driver spec https://review.openstack.org/215168 | 14:52 |
openstackgerrit | Sam Betts proposed openstack/ironic-inspector: Add API Discovery to Ironic Inspector https://review.openstack.org/215067 | 14:54 |
*** alexpilotti has joined #openstack-ironic | 14:55 | |
*** mbound is now known as masterbound | 14:55 | |
thiagop | that's strange, my IPA are getting 401 when getting back to the conductor... | 14:56 |
dtantsur|mtg | thiagop, what's the driver name? | 14:57 |
thiagop | but, by the code, I cannot see how the userpass/token is passed | 14:57 |
thiagop | is our new driver implementation, but is agent deploy | 14:57 |
thiagop | dtantsur|mtg: ^ | 14:57 |
openstackgerrit | Sinval Vieira Mendes Neto proposed openstack/ironic-specs: Change "max_retries" to "max_polling_attempts" on OneView driver spec https://review.openstack.org/215168 | 14:57 |
dtantsur|mtg | thiagop, what's the driver name? people complained about numbers in them... | 14:58 |
thiagop | really? | 14:58 |
dtantsur|mtg | thiagop, user/token is not passed, this endpoint is not authenticated | 14:58 |
thiagop | we changed it to agent_1view to test... | 14:58 |
thiagop | crap... | 14:58 |
dtantsur|mtg | thiagop, yeah. the patch fixing it has landed though, if you're using git master, you can just update | 14:58 |
dtantsur|mtg | thiagop, https://review.openstack.org/#/c/213213/ | 14:59 |
thiagop | I would NEVER find it, thanks dtantsur|mtg | 15:00 |
*** deray has quit IRC | 15:01 | |
openstackgerrit | Michael Krotscheck proposed openstack/ironic-webclient: Added .DS_Store files to gitignore https://review.openstack.org/215179 | 15:03 |
*** uggla_ has joined #openstack-ironic | 15:04 | |
uggla_ | Hello | 15:04 |
*** shoutm has joined #openstack-ironic | 15:05 | |
thiagop | morning uggla_ | 15:05 |
openstackgerrit | Michael Krotscheck proposed openstack/ironic-webclient: Removed gitignore files for previous build system https://review.openstack.org/215180 | 15:05 |
krotscheck | ARRRRGH | 15:06 |
krotscheck | The wonderful wolrd of javascript's nondeterministic builds. | 15:06 |
*** sinval_ has quit IRC | 15:08 | |
*** pal has joined #openstack-ironic | 15:09 | |
*** dprince has quit IRC | 15:12 | |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Add vendor interface to ipminative driver https://review.openstack.org/215185 | 15:12 |
openstackgerrit | Lilia Sampaio proposed openstack/ironic: OneView Driver for Ironic https://review.openstack.org/191822 | 15:12 |
openstackgerrit | Beth Elwell proposed openstack/ironic-webclient: Corrected author in package.json https://review.openstack.org/213718 | 15:14 |
*** mgoddard has quit IRC | 15:19 | |
*** shoutm has quit IRC | 15:20 | |
*** mgoddard has joined #openstack-ironic | 15:20 | |
*** jistr is now known as jistr|mtg | 15:22 | |
*** pal has quit IRC | 15:24 | |
*** pal has joined #openstack-ironic | 15:24 | |
mrda | Morning Ironic | 15:28 |
thiagop | morning mrda | 15:28 |
betherly | morning mrda :) | 15:29 |
mrda | o/ | 15:30 |
NobodyCam | morning mrda :) | 15:31 |
*** VikasC has joined #openstack-ironic | 15:31 | |
*** alexpilotti has quit IRC | 15:35 | |
*** pal has quit IRC | 15:35 | |
*** r-daneel has joined #openstack-ironic | 15:36 | |
dtantsur|mtg | mrda, morning | 15:46 |
thiagop | jroll: patch fixing the max_retries here -> https://review.openstack.org/#/c/215168/ | 15:47 |
jroll | thanks! | 15:47 |
jroll | morning mrda :) | 15:47 |
openstackgerrit | Merged openstack/ironic-webclient: Added .DS_Store files to gitignore https://review.openstack.org/215179 | 15:48 |
jroll | thiagop: +2 with a nit | 15:48 |
* thiagop sees that now | 15:49 | |
openstackgerrit | Thiago Paiva Brito proposed openstack/ironic-specs: Change "max_retries" to "max_polling_attempts" on OneView driver spec https://review.openstack.org/215168 | 15:52 |
thiagop | jroll: fixed ^ | 15:52 |
*** alexpilotti has joined #openstack-ironic | 15:52 | |
jroll | thanks, +2 | 15:53 |
*** alexpilotti has quit IRC | 15:57 | |
*** AlexeyElagin has joined #openstack-ironic | 15:57 | |
*** mgoddard has quit IRC | 15:58 | |
MattMan | Afternoon folks | 15:58 |
NobodyCam | good UGT morning / afternoon MattMan | 15:59 |
*** lazy_prince has quit IRC | 15:59 | |
thiagop | hello MattMan | 15:59 |
*** mgoddard has joined #openstack-ironic | 15:59 | |
MattMan | Quick question re chassis, from what I can see they are not really used at all, and there was some talk in Vancouver about removal completely, Just curious if folks know if any existing projects using them or what plans there might be going forward ? | 16:00 |
NobodyCam | MattMan: I don't know anyone using them atm | 16:01 |
openstackgerrit | Michael Krotscheck proposed openstack/ironic-webclient: Added code coverage output directory to eslintignore https://review.openstack.org/215209 | 16:02 |
openstackgerrit | Michael Krotscheck proposed openstack/ironic-webclient: Added coverage threshold failure https://review.openstack.org/213816 | 16:02 |
krotscheck | Womp womp | 16:02 |
MattMan | NobodyCam: thanks | 16:03 |
*** alexpilotti has joined #openstack-ironic | 16:04 | |
openstackgerrit | Michael Krotscheck proposed openstack/ironic-webclient: Removed libs from eslintignore https://review.openstack.org/215214 | 16:07 |
*** jistr|mtg is now known as jistr | 16:10 | |
jroll | MattMan: we've been talking about removing it, still, compatibility is weird because someone might be using them | 16:10 |
jroll | MattMan: if we do, it would be replaced with a tagging system | 16:10 |
*** max_lobur has quit IRC | 16:11 | |
*** lsmola has quit IRC | 16:12 | |
MattMan | ah so nodes with same tag effectively belong to the same chassis | 16:13 |
jroll | more like, you can arbitrarily group them however you'd like | 16:13 |
jroll | if you want the chassis concept, you could use a tag like 'chassis:foo' | 16:14 |
dtantsur|mtg | does someone know a way to reset ilo controller? | 16:15 |
NobodyCam | dtantsur|mtg: http://h30507.www3.hp.com/t5/Coffee-Coaching-HP-and-Microsoft/How-to-reset-iLO-if-it-hangs-on-HP-ProLiant-Servers/ba-p/123543#.VdX9LYu1p4E | 16:15 |
MattMan | Interesting, just that from our perspective chassis/node(s) fits really neatly with LDOM's on SPARC. | 16:16 |
dtantsur|mtg | NobodyCam, thanks a lot! | 16:17 |
NobodyCam | :) | 16:18 |
*** krtaylor has quit IRC | 16:18 | |
MattMan | With LDOMS's you split the resources of a physical machine into domains, one Control domain and then a number of guest logical domains. The control domain could be seen as the chassis and each logical domain as nodes. | 16:18 |
MattMan | However if chassis did vanish I suppose tagging could be used on conjunction with driver_info or property fields to achieve the same concept | 16:19 |
*** uggla_ has quit IRC | 16:21 | |
*** Marga_ has quit IRC | 16:22 | |
openstackgerrit | SHIGEMATSU Mitsuhiro proposed openstack/ironic-webclient: Removed libs from eslintignore https://review.openstack.org/215214 | 16:28 |
*** Marga_ has joined #openstack-ironic | 16:29 | |
jroll | dtantsur|mtg: like this https://gifs.com/gif/KzNJaP | 16:32 |
dtantsur|mtg | loool | 16:33 |
dtantsur|mtg | exactly | 16:33 |
jroll | :D | 16:34 |
*** lucas-afk is now known as lucasagomes | 16:34 | |
NobodyCam | lol | 16:35 |
*** romcheg has quit IRC | 16:36 | |
dtantsur|mtg | enough meetings, I'm going home :) | 16:36 |
*** dtantsur|mtg is now known as dtantsur|afk | 16:37 | |
jroll | night! | 16:37 |
*** alexpilotti has quit IRC | 16:38 | |
*** puranamr has joined #openstack-ironic | 16:38 | |
*** dprince has joined #openstack-ironic | 16:39 | |
lucasagomes | quickest patch you'll see today https://review.openstack.org/#/c/215074/ (needs another +2) | 16:42 |
jroll | done | 16:43 |
*** jistr has quit IRC | 16:46 | |
*** Nisha_away has joined #openstack-ironic | 16:46 | |
openstackgerrit | Merged openstack/ironic: Fix bug sending sensor data for drivers w/o management https://review.openstack.org/213025 | 16:46 |
openstackgerrit | Merged openstack/ironic: Refactor the essential prop list of inspect driver https://review.openstack.org/214597 | 16:47 |
openstackgerrit | Merged openstack/ironic: Address final comments on update image cache based on update time https://review.openstack.org/214114 | 16:47 |
lucasagomes | jroll, thanks much! | 16:49 |
*** Haomeng|2 has joined #openstack-ironic | 16:50 | |
*** Haomeng has quit IRC | 16:52 | |
*** romainh has left #openstack-ironic | 16:58 | |
*** derekh has quit IRC | 17:00 | |
*** praneshp_ has joined #openstack-ironic | 17:00 | |
*** praneshp_ has quit IRC | 17:00 | |
*** praneshp_ has joined #openstack-ironic | 17:01 | |
*** praneshp has quit IRC | 17:01 | |
*** praneshp_ is now known as praneshp | 17:01 | |
betherly | Ditto on https://review.openstack.org/#/c/213718/ if anyone has a minute to +2 it through :) | 17:02 |
*** praneshp has quit IRC | 17:02 | |
*** Nisha_brb has joined #openstack-ironic | 17:03 | |
*** Nisha_away has quit IRC | 17:03 | |
*** romcheg has joined #openstack-ironic | 17:05 | |
*** Haomeng has joined #openstack-ironic | 17:05 | |
*** achanda has joined #openstack-ironic | 17:05 | |
*** jcoufal has quit IRC | 17:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements https://review.openstack.org/213466 | 17:06 |
*** romcheg1 has joined #openstack-ironic | 17:08 | |
*** Haomeng|2 has quit IRC | 17:08 | |
*** romcheg has quit IRC | 17:09 | |
*** meghal has joined #openstack-ironic | 17:09 | |
*** Haomeng|2 has joined #openstack-ironic | 17:11 | |
*** alexpilotti has joined #openstack-ironic | 17:13 | |
*** Haomeng has quit IRC | 17:14 | |
*** absubram has joined #openstack-ironic | 17:14 | |
*** Nisha_away has joined #openstack-ironic | 17:17 | |
*** Nisha_brb has quit IRC | 17:17 | |
*** romcheg has joined #openstack-ironic | 17:18 | |
*** romcheg1 has quit IRC | 17:18 | |
*** Haomeng has joined #openstack-ironic | 17:19 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Check image size before provisioning for agent driver https://review.openstack.org/215254 | 17:20 |
*** sinval_ has joined #openstack-ironic | 17:20 | |
*** Haomeng|2 has quit IRC | 17:21 | |
*** Haomeng|2 has joined #openstack-ironic | 17:22 | |
lucasagomes | betherly, done thanks! | 17:23 |
betherly | Thanks so much! :) | 17:23 |
lucasagomes | yw! | 17:24 |
*** Haomeng has quit IRC | 17:24 | |
*** achanda has quit IRC | 17:27 | |
*** VikasC has quit IRC | 17:28 | |
*** thiagop has left #openstack-ironic | 17:29 | |
openstackgerrit | Merged openstack/ironic-webclient: Corrected author in package.json https://review.openstack.org/213718 | 17:29 |
*** thiagop has joined #openstack-ironic | 17:29 | |
*** meghal has quit IRC | 17:32 | |
*** meghal has joined #openstack-ironic | 17:32 | |
*** sinval_ has quit IRC | 17:33 | |
openstackgerrit | Nisha Agarwal proposed openstack/ironic: Remove the hard dependency of swift from ilo drivers https://review.openstack.org/198656 | 17:39 |
*** alexpilotti has quit IRC | 17:42 | |
*** praneshp has joined #openstack-ironic | 17:44 | |
openstackgerrit | Merged stackforge/pyghmi: Add disable user command https://review.openstack.org/215153 | 17:44 |
*** krtaylor has joined #openstack-ironic | 17:47 | |
Nisha_away | i have one quick ques: When we say ironic supports webserver, is it considered to be local webserver(means web server on the conductor node) or it can be anywhere but accessible to conductor? | 17:49 |
*** pelix has quit IRC | 17:50 | |
*** Nisha_brb has joined #openstack-ironic | 17:54 | |
*** Nisha_away has quit IRC | 17:55 | |
*** Nisha_brb has quit IRC | 17:55 | |
*** achanda has joined #openstack-ironic | 17:55 | |
*** Nisha_brb has joined #openstack-ironic | 17:55 | |
*** sinval has quit IRC | 17:55 | |
openstackgerrit | Josh Gachnang proposed openstack/ironic-python-agent: Enable --debug for debug logging https://review.openstack.org/215265 | 17:56 |
*** puranamr has quit IRC | 17:58 | |
*** penick has joined #openstack-ironic | 17:58 | |
*** puranamr has joined #openstack-ironic | 17:59 | |
*** puranamr has quit IRC | 18:00 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Create a versions.py file https://review.openstack.org/213856 | 18:02 |
*** meghal has quit IRC | 18:04 | |
*** MattMan has left #openstack-ironic | 18:05 | |
*** puranamr has joined #openstack-ironic | 18:06 | |
*** alexpilotti has joined #openstack-ironic | 18:08 | |
*** bapalm has quit IRC | 18:11 | |
jlvillal | lucasagomes: Big +1 from me on https://review.openstack.org/#/c/215045/ :D | 18:14 |
*** bapalm has joined #openstack-ironic | 18:14 | |
*** Nisha_away has joined #openstack-ironic | 18:16 | |
*** Nisha_brb has quit IRC | 18:16 | |
lucasagomes | jlvillal, o/! thanks | 18:20 |
*** Nisha_away has quit IRC | 18:23 | |
*** achanda has quit IRC | 18:24 | |
*** meghal has joined #openstack-ironic | 18:28 | |
*** linggao has joined #openstack-ironic | 18:30 | |
jlvillal | I'm impressed with how long the gate jobs are taking. Impressed in the large quantity of time that is. Top of the list is 6 hours and 28 minutes. Ouch. | 18:31 |
mrda | jlvillal: ouch | 18:34 |
jlvillal | Yeah... | 18:34 |
*** Sukhdev has joined #openstack-ironic | 18:34 | |
*** davideagnello has quit IRC | 18:38 | |
SpamapS | jroll: I just realized I totally forgot to try a GPT-only image boot on Ironic, which I told you I was going to attempt. :-P | 18:39 |
*** davideagnello has joined #openstack-ironic | 18:39 | |
lucasagomes | folks I'm going call a day (pretyt late) | 18:43 |
lucasagomes | have a great night everyone! | 18:43 |
*** lucasagomes is now known as lucas-dinner | 18:43 | |
*** alexpilotti has quit IRC | 18:44 | |
jroll | SpamapS: lol, don't get mad if it breaks | 18:45 |
jroll | it isn't top priority to me by any means, I'm more curious what happens | 18:45 |
SpamapS | jroll: me too. Working around it right now by just making our disks 1TB But I think I might want that extra 800GB / server at some point. :-P | 18:48 |
*** davidlenwell has quit IRC | 18:50 | |
*** davideag_ has joined #openstack-ironic | 18:50 | |
*** davidlenwell has joined #openstack-ironic | 18:51 | |
*** davideagnello has quit IRC | 18:52 | |
*** meghal has quit IRC | 18:54 | |
*** thiagop is now known as thiagop_afk | 18:54 | |
*** romcheg has quit IRC | 18:56 | |
*** davidlenwell has quit IRC | 18:58 | |
*** puranamr has quit IRC | 18:58 | |
*** davidlenwell has joined #openstack-ironic | 18:59 | |
*** meghal has joined #openstack-ironic | 19:02 | |
*** sinval has joined #openstack-ironic | 19:06 | |
sinval | hey folks, if you have some time, please take a look at: https://review.openstack.org/#/c/191822/ :), thank you all | 19:08 |
*** achanda has joined #openstack-ironic | 19:08 | |
*** alexpilotti has joined #openstack-ironic | 19:10 | |
*** pal has joined #openstack-ironic | 19:19 | |
*** vishwana_ has joined #openstack-ironic | 19:26 | |
*** meghal has quit IRC | 19:27 | |
*** jamielennox|away has quit IRC | 19:27 | |
*** adam_g has quit IRC | 19:28 | |
*** davidlenwell has quit IRC | 19:28 | |
*** r-daneel has quit IRC | 19:28 | |
*** vishwanathj has quit IRC | 19:28 | |
*** irenab has quit IRC | 19:29 | |
*** pal has quit IRC | 19:30 | |
*** davidlenwell has joined #openstack-ironic | 19:31 | |
*** meghal has joined #openstack-ironic | 19:31 | |
*** meghal has quit IRC | 19:33 | |
*** achanda has quit IRC | 19:34 | |
*** Ng has quit IRC | 19:34 | |
*** adam_g has joined #openstack-ironic | 19:36 | |
*** adam_g has quit IRC | 19:36 | |
*** adam_g has joined #openstack-ironic | 19:36 | |
*** Ng has joined #openstack-ironic | 19:36 | |
*** zz_natorious is now known as natorious | 19:38 | |
*** puranamr has joined #openstack-ironic | 19:38 | |
*** Marga_ has quit IRC | 19:40 | |
*** meghal has joined #openstack-ironic | 19:41 | |
*** Marga_ has joined #openstack-ironic | 19:41 | |
*** r-daneel has joined #openstack-ironic | 19:44 | |
*** alexpilotti has quit IRC | 19:46 | |
*** jamielennox|away has joined #openstack-ironic | 19:47 | |
*** jamielennox|away is now known as jamielennox | 19:47 | |
*** cppforlife_ has quit IRC | 19:49 | |
*** cppforlife_ has joined #openstack-ironic | 19:50 | |
*** puranamr has quit IRC | 20:00 | |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff https://review.openstack.org/214761 | 20:11 |
*** alexpilotti has joined #openstack-ironic | 20:13 | |
*** puranamr has joined #openstack-ironic | 20:13 | |
*** achanda has joined #openstack-ironic | 20:13 | |
*** irenab has joined #openstack-ironic | 20:15 | |
*** irenab has quit IRC | 20:15 | |
*** achanda has quit IRC | 20:19 | |
*** ndipanov has joined #openstack-ironic | 20:20 | |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff https://review.openstack.org/214761 | 20:28 |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Move tests into correct directories https://review.openstack.org/215319 | 20:30 |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff https://review.openstack.org/214761 | 20:30 |
*** e0ne has joined #openstack-ironic | 20:31 | |
*** achanda has joined #openstack-ironic | 20:32 | |
*** meghal has quit IRC | 20:33 | |
*** Sukhdev has quit IRC | 20:34 | |
*** meghal has joined #openstack-ironic | 20:35 | |
*** ndipanov has quit IRC | 20:35 | |
*** boris-42 has joined #openstack-ironic | 20:41 | |
*** mgoddard has quit IRC | 20:43 | |
gabriel-bezerra | Hi folks, what is different between network-provider and ironic-ml2-integration blueprints? Are they meant to do the same? Is any of them abandoned? | 20:46 |
*** puranamr has quit IRC | 20:47 | |
gabriel-bezerra | jroll, Sukhdev ^ | 20:48 |
jroll | gabriel-bezerra: between the two, they make all the networking features we want | 20:48 |
jroll | the former is more about how we switch between networks and whatnot in ironic | 20:48 |
jroll | the latter is about the data model and documenting how ml2 drivers integrate | 20:48 |
openstackgerrit | Michael Krotscheck proposed openstack/ironic: Added CORS support middleware to Ironic https://review.openstack.org/199769 | 20:50 |
*** alexpilotti has quit IRC | 20:50 | |
openstackgerrit | Michael Krotscheck proposed openstack/ironic: Added CORS support middleware to Ironic https://review.openstack.org/199769 | 20:50 |
*** meghal has quit IRC | 20:50 | |
gabriel-bezerra | jroll: so both are needed for this new networking feature to work, right? | 20:51 |
jroll | gabriel-bezerra: correct, and the patches are all in one chain | 20:52 |
*** praneshp has quit IRC | 20:53 | |
*** praneshp has joined #openstack-ironic | 20:56 | |
*** achanda has quit IRC | 20:57 | |
*** achanda_ has joined #openstack-ironic | 20:57 | |
*** e0ne has quit IRC | 20:58 | |
openstackgerrit | Merged stackforge/pyghmi: Lessen degree of admin backoff https://review.openstack.org/214761 | 21:00 |
*** ndipanov has joined #openstack-ironic | 21:01 | |
*** praneshp has quit IRC | 21:01 | |
*** linggao has quit IRC | 21:02 | |
*** praneshp has joined #openstack-ironic | 21:03 | |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Silently ignore broken sensors rather than error https://review.openstack.org/215332 | 21:04 |
*** meghal has joined #openstack-ironic | 21:05 | |
jlvillal | JoshNang: Since you are an expert in testr (compared to me). I had a question for you :) | 21:08 |
jlvillal | JoshNang: I moved some tests from ironic/tests/XXXXX to ironic/tests/common/XXXXXX But now they don't get executed during a tox run. Not sure why. | 21:09 |
* jlvillal goes off to read more on testr and subunit.run ... | 21:09 | |
JoshNang | jlvillal: heh i am by no means an expert on testr :D but i think i know where the issue is, one sec | 21:12 |
jlvillal | Sweet! :) | 21:12 |
JoshNang | hmmm maybe not.. | 21:13 |
jlvillal | Bitter! ;) | 21:13 |
jlvillal | JoshNang: Thanks though. | 21:13 |
* jlvillal is perplexed | 21:14 | |
JoshNang | heh. i was thinking maybe it wasn't looking recursively.. | 21:14 |
*** jjohnson2 has quit IRC | 21:14 | |
jlvillal | JoshNang: Time to get serious. Cloning the 'subunit' code now. Ugh | 21:15 |
JoshNang | glhf! | 21:15 |
jroll | jlvillal: lifeless would be a good friend to poke abuot this | 21:15 |
*** dprince has quit IRC | 21:16 | |
JoshNang | maybe this isn't recursive? https://github.com/openstack/nova/blob/master/tox.ini#L13 | 21:16 |
jroll | jlvillal: your file names are named something like test_*.py, right? | 21:16 |
jlvillal | jroll: Will do. Looks like he is sleeping. Thanks for the pointer. | 21:16 |
jroll | (or rather, you didn't rename them, right?) | 21:16 |
JoshNang | err, wrong link: https://github.com/openstack/nova/blob/master/tox.ini#L13 | 21:16 |
jlvillal | Looking | 21:16 |
JoshNang | omg. cannot copy/paste. https://github.com/openstack/ironic/blob/master/.testr.conf#L2 | 21:16 |
jroll | jlvillal: he usually gets online around this time, or maybe another hour or two | 21:16 |
*** alexpilotti has joined #openstack-ironic | 21:16 | |
jroll | wait | 21:17 |
jroll | does tests/__init__.py exist? | 21:17 |
*** meghal has quit IRC | 21:17 | |
jlvillal | Ah, looking | 21:17 |
jlvillal | jroll: It does | 21:17 |
*** derekh has joined #openstack-ironic | 21:17 | |
jlvillal | In the main dir | 21:17 |
JoshNang | in each subdir? | 21:17 |
jlvillal | jroll: Aha. Need it in my new directory I think | 21:18 |
jroll | \o/ | 21:18 |
jroll | yeah, or else things can't be imported | 21:18 |
jlvillal | jroll: JoshNang That fixed it. Thanks! | 21:18 |
jroll | woot | 21:18 |
jroll | np | 21:18 |
jroll | whenever python doesn't work in obvious ways, it's always __init__.py | 21:19 |
jlvillal | I need to remember that. | 21:19 |
JoshNang | jroll: good job :D | 21:20 |
jroll | lol | 21:20 |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Move tests into correct directories https://review.openstack.org/215319 | 21:22 |
thiagop_afk | calling it a day | 21:24 |
thiagop_afk | good night everybody o/ | 21:24 |
jroll | \o | 21:25 |
jlvillal | thiagop_afk: Ciao | 21:26 |
*** krtaylor has quit IRC | 21:26 | |
*** thiagop_afk has quit IRC | 21:28 | |
*** dguerri` is now known as dguerri | 21:30 | |
*** dguerri is now known as dguerri` | 21:31 | |
gabriel-bezerra | thanks, jroll. | 21:34 |
*** lucas-dinner has quit IRC | 21:34 | |
jroll | np | 21:34 |
*** ndipanov has quit IRC | 21:35 | |
*** rloo has joined #openstack-ironic | 21:41 | |
*** absubram has quit IRC | 21:42 | |
*** absubram has joined #openstack-ironic | 21:47 | |
*** bapalm has quit IRC | 21:49 | |
*** bapalm has joined #openstack-ironic | 21:52 | |
*** meghal has joined #openstack-ironic | 21:55 | |
*** alexpilotti has quit IRC | 21:56 | |
*** bapalm has quit IRC | 21:57 | |
lifeless | jlvillal: they should be run | 22:02 |
lifeless | I'm here now, just had stuff to do this morning | 22:02 |
jlvillal | lifeless: figured it out. Had to create the __init__.py file | 22:02 |
jlvillal | lifeless: Thanks | 22:03 |
*** bapalm has joined #openstack-ironic | 22:03 | |
lifeless | np | 22:04 |
*** bapalm has quit IRC | 22:08 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: WIP, not ready for review. Go away, this means you! https://review.openstack.org/215362 | 22:12 |
jroll | how can you not click with a title like that | 22:13 |
* jlvillal amuses himself at times :D | 22:13 | |
jroll | JoshNang: ^ that's enlightening re agent exceptions | 22:13 |
jroll | I seem to remember problems with that but idk | 22:14 |
JoshNang | oh yeah, i fixed it by overriding __str__ in our base exception class | 22:14 |
*** bapalm has joined #openstack-ironic | 22:14 | |
JoshNang | like...last week maybe? | 22:14 |
jroll | ah ok | 22:16 |
jroll | cool | 22:16 |
JoshNang | this might be the more correct fix though | 22:16 |
JoshNang | we're doing some odd stuff with our exceptions, tbh | 22:16 |
jroll | of course we are | 22:17 |
jroll | it wouldn't be python if we weren't twiddling internals | 22:17 |
*** krtaylor has joined #openstack-ironic | 22:18 | |
JoshNang | heh | 22:18 |
*** bapalm has quit IRC | 22:19 | |
*** alexpilotti has joined #openstack-ironic | 22:22 | |
*** chlong has quit IRC | 22:25 | |
*** bapalm has joined #openstack-ironic | 22:29 | |
*** bapalm has quit IRC | 22:34 | |
*** bapalm has joined #openstack-ironic | 22:35 | |
betherly | I'm off, good night ironic! | 22:42 |
*** bapalm has quit IRC | 22:43 | |
*** bapalm has joined #openstack-ironic | 22:43 | |
*** natorious is now known as zz_natorious | 22:44 | |
jlvillal | betherly: Good night | 22:44 |
*** bapalm has quit IRC | 22:48 | |
*** bapalm has joined #openstack-ironic | 22:51 | |
*** VikasC has joined #openstack-ironic | 22:53 | |
jlvillal | I was complaining about the gate this morning at 6.5 hours. Now it is at 8 hours and 50 minutes :( | 23:01 |
*** alexpilotti has quit IRC | 23:05 | |
*** achanda_ has quit IRC | 23:05 | |
* TheJulia materiallizes in a transporter beam | 23:12 | |
*** masterbound has quit IRC | 23:16 | |
*** achanda has joined #openstack-ironic | 23:16 | |
*** sinval_ has joined #openstack-ironic | 23:17 | |
openstackgerrit | Sinval Vieira Mendes Neto proposed openstack/ironic: Add port creation passing the name of the node instead of the UUID of the node https://review.openstack.org/193439 | 23:19 |
*** r-daneel has quit IRC | 23:27 | |
*** alexpilotti has joined #openstack-ironic | 23:40 | |
*** Marga_ has quit IRC | 23:46 | |
*** Marga_ has joined #openstack-ironic | 23:47 | |
*** naohirot has joined #openstack-ironic | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!