| *** e0ne_ has quit IRC | 00:00 | |
| *** Marga_ has joined #openstack-ironic | 00:00 | |
| *** alexpilotti has joined #openstack-ironic | 00:00 | |
| *** naohirot has joined #openstack-ironic | 00:02 | |
| *** alexpilotti has quit IRC | 00:05 | |
| *** Walts has quit IRC | 00:05 | |
| *** Pavo has left #openstack-ironic | 00:07 | |
| openstackgerrit | Nisha Agarwal proposed openstack/ironic: Update swift HTTPs information in ilo documentation https://review.openstack.org/240136 | 00:09 |
|---|---|---|
| *** baoli has joined #openstack-ironic | 00:10 | |
| *** baoli has quit IRC | 00:14 | |
| *** jerrygb has joined #openstack-ironic | 00:16 | |
| *** alexpilotti has joined #openstack-ironic | 00:18 | |
| *** alexpilotti has quit IRC | 00:23 | |
| openstackgerrit | Nisha Agarwal proposed openstack/ironic: Update swift HTTPs information in ilo documentation https://review.openstack.org/240136 | 00:28 |
| *** _zouyee has joined #openstack-ironic | 00:30 | |
| *** kkoski has joined #openstack-ironic | 00:31 | |
| *** mdbooth has quit IRC | 00:32 | |
| *** kkoski has quit IRC | 00:35 | |
| *** penick has quit IRC | 00:38 | |
| *** smoriya_ has joined #openstack-ironic | 00:42 | |
| *** Sukhdev has joined #openstack-ironic | 00:45 | |
| *** zhenguo has joined #openstack-ironic | 00:45 | |
| *** hoangcx has joined #openstack-ironic | 00:49 | |
| zhenguo | morning ironic | 00:51 |
| *** Nisha has quit IRC | 00:56 | |
| *** kkoski has joined #openstack-ironic | 00:57 | |
| *** alexpilotti has joined #openstack-ironic | 01:00 | |
| *** [1]cdearborn has joined #openstack-ironic | 01:03 | |
| *** alexpilotti has quit IRC | 01:04 | |
| lintan | morning zhenguo :) | 01:06 |
| zhenguo | lintan: o/ | 01:07 |
| *** alex_xu has quit IRC | 01:09 | |
| Fdaisuke | devananda: Hi, | 01:10 |
| devananda | Fdaisuke: o/ | 01:11 |
| Fdaisuke | devananda: I really appreciate it if you could find time to look at https://review.openstack.org/211101 which support for booting bare metals from Cinder volume ? | 01:11 |
| *** kkoski has quit IRC | 01:12 | |
| Fdaisuke | devananda: jroll made a comment on this spec(patch set #4), and then smoriya updated the spec(patch set #5), | 01:12 |
| Fdaisuke | but, I think jroll is out this week, and the deadline for Nova spec freeze for Mitaka is Dec 3. | 01:12 |
| *** alex_xu has joined #openstack-ironic | 01:12 | |
| *** mtanino has quit IRC | 01:12 | |
| Fdaisuke | devananda: So, would you please help to review this spec? | 01:12 |
| devananda | Fdaisuke: I dont see any nova votes on it at all | 01:13 |
| devananda | Fdaisuke: that is concerning, if you are trying to land it this week i would expect it to have received attention from nova reviewers already and be on their radar | 01:14 |
| openstackgerrit | Himanshu Garg proposed openstack/bifrost: Fix Download get-pip play in vagrant.yml https://review.openstack.org/252104 | 01:16 |
| *** alexpilotti has joined #openstack-ironic | 01:18 | |
| *** cdearborn has joined #openstack-ironic | 01:20 | |
| *** yonglihe has quit IRC | 01:21 | |
| *** alexpilotti has quit IRC | 01:23 | |
| zhenguo | devananda: I would like to improve the api performance by reducing hash ring refreshing on every request, can you please help to have a look at this spec https://review.openstack.org/#/c/250692/1/specs/approved/improve-api-performance.rst | 01:28 |
| *** sinval has joined #openstack-ironic | 01:28 | |
| zer0c00l | How are the driver_internal_info populated? From what i understand i see the admin cannot create/update them. For example the is_whole_disk_image is set to True, who sets it and how is it set? | 01:29 |
| devananda | zer0c00l: each driver manages that information itself | 01:30 |
| devananda | the data can be thought of as an internal table, exposed only to aid in debugging issues | 01:30 |
| devananda | I wish it were actually a hidden field, but we need policy support in the API for that | 01:30 |
| *** aginwala has quit IRC | 01:31 | |
| devananda | zhenguo: the idea seems sound, but the spec lacks detail | 01:31 |
| zer0c00l | devananda: okay | 01:31 |
| devananda | zhenguo: also, this sounds like a very small change and almost just a bug fix | 01:33 |
| devananda | zhenguo: if the caching is already done, and all that's left is to start using it // stop refreshing *every* time, that will be, what, < 10 lines of code (plus unit tests) ? | 01:33 |
| *** [1]cdearborn has quit IRC | 01:34 | |
| zhenguo | devananda: I plan to add a try-except on the rpc request, and when got an Timeout exception refetch the hash ring again and issuing the request to the new topic node | 01:34 |
| zhenguo | devananda: the cached hash_ring will refresh during a period time, | 01:35 |
| devananda | zhenguo: I see the periodic refresh code already landed | 01:36 |
| zhenguo | devananda: yeah, but the api request may aslo not accurate | 01:37 |
| *** aginwala has joined #openstack-ironic | 01:37 | |
| devananda | zhenguo: right. together those should be mostly-accurate.... however .... | 01:38 |
| devananda | this is approaching a very racy implementation of a distributed lock manager | 01:38 |
| devananda | and going to be subject to split brain problems if there is any network hiccup that affects only some API servers | 01:38 |
| devananda | zhenguo: I agree that we need to cache the hash ring inthe API server -- and actually use that cache :) | 01:39 |
| zhenguo | devananda: thanks devananda, so if a bug is enough, will abandoned the spec :) | 01:40 |
| devananda | zhenguo: I am going to comment on the spec | 01:42 |
| devananda | the more i think about this, the more I think it is worth documenting the complexities / alternatives | 01:43 |
| devananda | even if the fix going to be small right now, it's part of a larger change | 01:43 |
| zhenguo | devananda: yeah, the reason I wirte a spec is for that :P | 01:44 |
| devananda | zhenguo: good call :) | 01:48 |
| zhenguo | devananda :) | 01:48 |
| *** jerrygb has quit IRC | 01:50 | |
| *** Sukhdev has quit IRC | 01:52 | |
| smoriya_ | morning ironic :) | 01:53 |
| smoriya_ | devananda: could you review https://review.openstack.org/#/c/200496/ when you have time? | 01:54 |
| Haomeng|2 | morning zhenguo, lintan, Fdaisuke, zer0c00l , smoriya_ :) | 01:54 |
| smoriya_ | devananda: I updated it based on your comment | 01:54 |
| smoriya_ | Haomeng|2: o/ | 01:55 |
| zhenguo | Haomeng|2: o/ | 01:55 |
| *** jerrygb has joined #openstack-ironic | 01:55 | |
| Haomeng|2 | devananda: good evening:) | 01:56 |
| lintan | Morning Haomeng|2 | 01:56 |
| zer0c00l | Haomeng|2: Morning | 01:56 |
| *** baoli has joined #openstack-ironic | 02:03 | |
| *** baoli has quit IRC | 02:05 | |
| *** thanhnt-z has joined #openstack-ironic | 02:08 | |
| *** Pavo has joined #openstack-ironic | 02:11 | |
| *** wuhg has joined #openstack-ironic | 02:15 | |
| *** baoli has joined #openstack-ironic | 02:15 | |
| thanhnt-z | Morning Ironic, everyone :D | 02:15 |
| *** baoli has quit IRC | 02:17 | |
| *** baoli has joined #openstack-ironic | 02:17 | |
| openstackgerrit | xiexs proposed openstack/python-ironicclient: Add --wrap option for "ironic driver-properties" https://review.openstack.org/247933 | 02:24 |
| *** rloo has quit IRC | 02:24 | |
| *** changzhi has joined #openstack-ironic | 02:26 | |
| *** smoriya_ has quit IRC | 02:30 | |
| *** david-lyle has joined #openstack-ironic | 02:31 | |
| openstackgerrit | Sinval Vieira Mendes Neto proposed openstack/python-ironicclient: Refactoring and removing duplicate code of "base.Manager" heirs without changing the API https://review.openstack.org/252150 | 02:33 |
| Fdaisuke | devananda: sorry for late response. | 02:34 |
| openstackgerrit | Sinval Vieira Mendes Neto proposed openstack/python-ironicclient: Refactoring and removing duplicate code of "base.Manager" heirs without changing the API https://review.openstack.org/252150 | 02:34 |
| Fdaisuke | devananda: Yeah, I have talked with Nova team and jroll last week about https://review.openstack.org/211101, | 02:34 |
| Fdaisuke | and johnthetubaguy said "I would focus on getting ironic folks, and team member to review that spec right now. thats likely to give it the best chance to land" | 02:35 |
| Fdaisuke | And then jroll made comment this spec and smoriya updated. | 02:35 |
| *** aginwala has quit IRC | 02:35 | |
| Fdaisuke | devananda: So, for to land this spec, | 02:36 |
| Fdaisuke | First, I think that a review of the Ironic team members is necessary. | 02:36 |
| Fdaisuke | Second, I think that a review of the Nova team members is necessary. | 02:36 |
| *** [1]cdearborn has joined #openstack-ironic | 02:37 | |
| *** changzhi has quit IRC | 02:38 | |
| openstackgerrit | Sinval Vieira Mendes Neto proposed openstack/python-ironicclient: Refactoring and removing duplicate code of "base.Manager" heirs https://review.openstack.org/252150 | 02:40 |
| *** aginwala has joined #openstack-ironic | 02:40 | |
| *** sinval has left #openstack-ironic | 02:40 | |
| *** cdearborn has quit IRC | 02:49 | |
| *** david-lyle has quit IRC | 03:00 | |
| *** changzhi has joined #openstack-ironic | 03:05 | |
| changzhi | hi, guys. did someone met the error when creating vm "Server-side error: "RPC do_node_deploy failed to validate deploy or power info. Error: Node d71babdd-aa91-450d-b957-dc8c633c41f2 is configured to use the agent_ssh driver which currently does not support deploying partition images."? | 03:07 |
| *** Haomeng|2 has quit IRC | 03:09 | |
| *** Haomeng has joined #openstack-ironic | 03:15 | |
| Haomeng | thanhnt-z: morning:) | 03:17 |
| Haomeng | thanhnt-z: how about yesterday's console issue | 03:17 |
| *** aginwala has quit IRC | 03:17 | |
| *** alexpilotti has joined #openstack-ironic | 03:19 | |
| thanhnt-z | Haomeng: morning :D, I can access baremetal console on url, but still cannot bring it to horizone :D | 03:19 |
| *** aginwala has joined #openstack-ironic | 03:20 | |
| Haomeng | thanhnt-z: yes, it is not support to access ironic baremetal web console via horizon | 03:21 |
| thanhnt-z | Haomeng: do you have any link for that info? | 03:21 |
| Haomeng | thanhnt-z: how can you access baremetal console ? I remember that the console you accessed is the conductor's console yesterday, and how did you fix, should be wrong ipmi ip? | 03:22 |
| Haomeng | thanhnt-z: no, it need to integrate with horizion, but think we have no doc | 03:22 |
| Haomeng | thanhnt-z: and ironic console is different with nova console, so from nova side, nova console command does not work for ironic hypervisor i think | 03:23 |
| thanhnt-z | yes, I see | 03:23 |
| *** alexpilotti has quit IRC | 03:24 | |
| Haomeng | thanhnt-z: so do you think if there is console bug now? | 03:24 |
| Haomeng | thanhnt-z: if have, we can try to fix | 03:24 |
| thanhnt-z | Haomeng: About your question, I have to run a shellinaboxd command manually, | 03:24 |
| Haomeng | thanhnt-z: by manually? | 03:24 |
| Haomeng | thanhnt-z: you mean ironic console command still not working? | 03:25 |
| thanhnt-z | Haomeng: it's maybe a bug of shellinabox service | 03:25 |
| thanhnt-z | Haomeng: Yep | 03:25 |
| Haomeng | thanhnt-z: you mean it is not our iconc bug, should be shellinabox bug, right? | 03:25 |
| Haomeng | thanhnt-z: ok, if this is case, we have to leave it and not focus on to fix | 03:25 |
| thanhnt-z | No, Maybe when we set console mode to true, Ironic run a not exact command | 03:26 |
| *** dims has quit IRC | 03:26 | |
| thanhnt-z | Haomeng: so, this consolve is not enabled and accessed | 03:26 |
| Haomeng | thanhnt-z: ok, so can you help to raise defect and record the details, let me help to go ahead to investigate it | 03:27 |
| thanhnt-z | I gess it a Ironic Bug | 03:27 |
| Haomeng | thanhnt-z: yes it shiould be bug | 03:27 |
| thanhnt-z | Haomeng: I am tracking ironic code for this issue | 03:27 |
| Haomeng | thanhnt-z: cool | 03:27 |
| *** changzhi has quit IRC | 03:28 | |
| thanhnt-z | Hi HenryG, are you there? | 03:29 |
| zhenguo | thanhnt-z: I have fixed some console related bug recently, can you show some details about your issues? | 03:29 |
| thanhnt-z | zhenguo: [11:22] <Haomeng> thanhnt-z: yes, it is not support to access ironic baremetal web console via horizon => do you have any idea for this? | 03:30 |
| zhenguo | thanhnt-z: it's not a same cosnole, nova use novnc, ironic's console it's just a terminal. | 03:32 |
| *** kkoski has joined #openstack-ironic | 03:32 | |
| *** jerrygb has quit IRC | 03:34 | |
| *** changzhi has joined #openstack-ironic | 03:34 | |
| *** jerrygb has joined #openstack-ironic | 03:34 | |
| *** spandhe has quit IRC | 03:36 | |
| *** jerrygb has quit IRC | 03:39 | |
| *** links has joined #openstack-ironic | 03:43 | |
| *** aginwala has quit IRC | 03:44 | |
| *** baoli has quit IRC | 03:47 | |
| thanhnt-z | zhenguo: yes, I see. | 03:47 |
| *** sacharya has joined #openstack-ironic | 03:47 | |
| thanhnt-z | zhenguo: please give me some minutes to confirm about this issue, then will get back you | 03:48 |
| zhenguo | thanhnt-z: I added a check for whether the shellinabox service starts successfully or not, so if you cant set-console-mode to true, there will be some error messages in the log | 03:52 |
| thanhnt-z | zhenguo: thannks for your comments, currentlly, I have some urgent works, I will investigate about it latter :| | 03:55 |
| zhenguo | thanhnt-z: ok | 03:55 |
| *** kkoski has quit IRC | 03:59 | |
| *** alexpilotti has joined #openstack-ironic | 04:00 | |
| *** alexpilotti has quit IRC | 04:05 | |
| openstackgerrit | ChangBo Guo(gcb) proposed openstack/ironic: test: Remove _BaseTestCase https://review.openstack.org/252176 | 04:13 |
| *** alexpilotti has joined #openstack-ironic | 04:18 | |
| *** alexpilotti has quit IRC | 04:22 | |
| *** yuriyz has quit IRC | 04:28 | |
| *** lazy_prince has joined #openstack-ironic | 04:37 | |
| *** yuanying has joined #openstack-ironic | 04:42 | |
| *** david-lyle has joined #openstack-ironic | 04:44 | |
| *** baoli has joined #openstack-ironic | 04:47 | |
| *** sacharya has quit IRC | 04:50 | |
| *** aginwala has joined #openstack-ironic | 04:51 | |
| *** sacharya has joined #openstack-ironic | 04:55 | |
| *** aginwala has quit IRC | 04:56 | |
| *** aginwala has joined #openstack-ironic | 04:59 | |
| openstackgerrit | Naohiro Tamura proposed openstack/ironic-specs: Enhance Power Interface for Soft Power Off and Inject NMI https://review.openstack.org/186700 | 04:59 |
| *** achanda has joined #openstack-ironic | 05:14 | |
| *** amotoki has joined #openstack-ironic | 05:20 | |
| *** Marga_ has quit IRC | 05:22 | |
| openstackgerrit | Martin André proposed openstack/ironic-inspector: Update broken link in README https://review.openstack.org/252193 | 05:25 |
| *** aginwala has quit IRC | 05:29 | |
| *** lazy_prince has quit IRC | 05:32 | |
| openstackgerrit | Zhenguo Niu proposed openstack/ironic-specs: Use cached copy of hash ring in api service https://review.openstack.org/250692 | 05:33 |
| *** Sukhdev has joined #openstack-ironic | 05:35 | |
| *** links has quit IRC | 05:43 | |
| *** sergek has quit IRC | 05:46 | |
| *** Marga_ has joined #openstack-ironic | 05:47 | |
| *** sacharya has quit IRC | 05:48 | |
| *** sacharya has joined #openstack-ironic | 05:49 | |
| *** Marga_ has quit IRC | 05:49 | |
| *** rcernin has joined #openstack-ironic | 05:52 | |
| *** links has joined #openstack-ironic | 05:54 | |
| *** ionutbalutoiu has joined #openstack-ironic | 05:57 | |
| openstackgerrit | Martin André proposed openstack/ironic-inspector: Update broken link in README https://review.openstack.org/252193 | 06:01 |
| *** thanhnt-z has quit IRC | 06:05 | |
| *** Marga_ has joined #openstack-ironic | 06:05 | |
| *** harlowja has quit IRC | 06:16 | |
| *** aginwala_ has joined #openstack-ironic | 06:18 | |
| *** alexpilotti has joined #openstack-ironic | 06:18 | |
| *** Marga_ has quit IRC | 06:21 | |
| *** thanhnt-z has joined #openstack-ironic | 06:23 | |
| *** alexpilotti has quit IRC | 06:23 | |
| *** achanda has quit IRC | 06:24 | |
| *** rcernin has quit IRC | 06:25 | |
| *** sacharya has quit IRC | 06:32 | |
| *** Sukhdev has quit IRC | 06:37 | |
| *** Sukhdev has joined #openstack-ironic | 06:37 | |
| *** ChubYann has quit IRC | 06:38 | |
| *** Sukhdev has quit IRC | 06:41 | |
| *** spandhe has joined #openstack-ironic | 06:44 | |
| *** spandhe has quit IRC | 06:46 | |
| *** spandhe has joined #openstack-ironic | 06:47 | |
| *** aginwala_ has quit IRC | 06:49 | |
| openstackgerrit | ChangBo Guo(gcb) proposed openstack/ironic: test: Remove _BaseTestCase https://review.openstack.org/252176 | 06:55 |
| *** Marga_ has joined #openstack-ironic | 06:56 | |
| *** spandhe_ has joined #openstack-ironic | 07:06 | |
| *** zhenguo has quit IRC | 07:07 | |
| *** spandhe has quit IRC | 07:08 | |
| *** spandhe_ is now known as spandhe | 07:08 | |
| *** rcernin has joined #openstack-ironic | 07:09 | |
| *** jerrygb has joined #openstack-ironic | 07:21 | |
| *** jerrygb has quit IRC | 07:25 | |
| *** ukalifon has joined #openstack-ironic | 07:31 | |
| *** sacharya has joined #openstack-ironic | 07:33 | |
| *** aginwala has joined #openstack-ironic | 07:37 | |
| *** sacharya has quit IRC | 07:38 | |
| *** yuriyz has joined #openstack-ironic | 07:44 | |
| *** spandhe has quit IRC | 07:46 | |
| *** satoru has joined #openstack-ironic | 07:48 | |
| *** satoru has quit IRC | 07:50 | |
| *** satoru has joined #openstack-ironic | 07:51 | |
| *** satoru is now known as smoriya_ | 07:51 | |
| *** smoriya_ has left #openstack-ironic | 07:52 | |
| *** pas-ha has joined #openstack-ironic | 07:57 | |
| pas-ha | morning Ironic | 07:58 |
| *** ionutbalutoiu has quit IRC | 08:00 | |
| *** Marga_ has quit IRC | 08:03 | |
| *** smoriya_ has joined #openstack-ironic | 08:06 | |
| *** aginwala has quit IRC | 08:10 | |
| *** aginwala has joined #openstack-ironic | 08:10 | |
| Haomeng | pas-ha: morning:) | 08:10 |
| *** smoriya_ has quit IRC | 08:15 | |
| *** jcoufal has joined #openstack-ironic | 08:21 | |
| *** MattMan has quit IRC | 08:24 | |
| *** MattMan has joined #openstack-ironic | 08:24 | |
| openstackgerrit | Merged openstack/bifrost: Switch to Ansible 2.0 https://review.openstack.org/241330 | 08:25 |
| openstackgerrit | Merged openstack/bifrost: Allow user to set DIB_RELEASE for disk images https://review.openstack.org/251526 | 08:26 |
| *** shakamunyi has quit IRC | 08:27 | |
| *** smoriya_ has joined #openstack-ironic | 08:29 | |
| *** smoriya_ has quit IRC | 08:33 | |
| *** ionutbalutoiu has joined #openstack-ironic | 08:35 | |
| *** dtantsur|afk is now known as dtantsur | 08:36 | |
| dtantsur | Morning Ironic | 08:36 |
| *** aginwala has quit IRC | 08:40 | |
| *** kozhukalov_ has joined #openstack-ironic | 08:42 | |
| *** smoriya__ has joined #openstack-ironic | 08:42 | |
| *** smoriya__ has quit IRC | 08:43 | |
| *** smoriya_ has joined #openstack-ironic | 08:43 | |
| *** smoriya_ has quit IRC | 08:44 | |
| dtantsur | jroll, devananda, hi! the downside of inspector being release:managed is that now you have to sign off all our releases. could you please +1 https://review.openstack.org/#/c/251734/ | 08:44 |
| dtantsur | (similar request for ironic-inspector will follow soon) | 08:45 |
| *** smoriya_ has joined #openstack-ironic | 08:45 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic: Split BaseManager from ConductorManager https://review.openstack.org/249938 | 08:53 |
| *** smoriya_ has quit IRC | 08:54 | |
| *** smoriya_ has joined #openstack-ironic | 08:55 | |
| *** yanghy has joined #openstack-ironic | 09:10 | |
| openstackgerrit | Merged openstack/ironic: Wake up AMT interface before send request https://review.openstack.org/234190 | 09:14 |
| *** mdbooth has joined #openstack-ironic | 09:17 | |
| *** raginbajin has joined #openstack-ironic | 09:17 | |
| openstackgerrit | Sergii Turivnyi proposed openstack/python-ironicclient: Tests for testing node-set-power-state command https://review.openstack.org/251997 | 09:35 |
| *** athomas has joined #openstack-ironic | 09:38 | |
| *** thanhnt-z_ has joined #openstack-ironic | 09:47 | |
| *** ionutbalutoiu has quit IRC | 09:47 | |
| *** thanhnt-z has quit IRC | 09:48 | |
| *** mbound_ has joined #openstack-ironic | 09:49 | |
| *** jistr has joined #openstack-ironic | 09:50 | |
| *** ifarkas has joined #openstack-ironic | 09:53 | |
| *** naohirot has quit IRC | 09:54 | |
| *** alexpilotti has joined #openstack-ironic | 09:55 | |
| *** tangchen has quit IRC | 09:58 | |
| *** ipukha has joined #openstack-ironic | 09:59 | |
| *** alexpilotti has quit IRC | 09:59 | |
| *** achanda has joined #openstack-ironic | 10:01 | |
| dtantsur | ifarkas, morning! could you please take a look at https://review.openstack.org/#/c/244750/ today? | 10:01 |
| *** hoangcx has quit IRC | 10:01 | |
| *** sturivnyi has quit IRC | 10:02 | |
| *** e0ne has joined #openstack-ironic | 10:03 | |
| *** Marga_ has joined #openstack-ironic | 10:03 | |
| *** amotoki has quit IRC | 10:05 | |
| *** e0ne has quit IRC | 10:06 | |
| *** e0ne_ has joined #openstack-ironic | 10:07 | |
| *** Marga_ has quit IRC | 10:07 | |
| *** electrofelix has joined #openstack-ironic | 10:08 | |
| *** e0ne_ has quit IRC | 10:09 | |
| *** e0ne has joined #openstack-ironic | 10:09 | |
| ifarkas | dtantsur, sure, I will do it | 10:12 |
| *** mgould has joined #openstack-ironic | 10:13 | |
| *** dtantsur is now known as dtantsur|brb | 10:13 | |
| *** e0ne_ has joined #openstack-ironic | 10:14 | |
| *** smoriya_ has quit IRC | 10:15 | |
| *** e0ne has quit IRC | 10:16 | |
| openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic-specs: Add hardware properties API to management interface https://review.openstack.org/209612 | 10:18 |
| openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic-specs: Add power and thermal limits support https://review.openstack.org/251957 | 10:18 |
| *** alexpilotti has joined #openstack-ironic | 10:18 | |
| openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic-specs: Intel Node Manager policies support https://review.openstack.org/214657 | 10:19 |
| yuriyz | morning Ironic | 10:21 |
| *** alexpilotti has quit IRC | 10:22 | |
| yuriyz | dtantsur, spec https://review.openstack.org/#/c/209612/ rewritten with your idea of "management properties" | 10:25 |
| *** e0ne_ has quit IRC | 10:30 | |
| *** achanda has quit IRC | 10:30 | |
| *** ionutbalutoiu has joined #openstack-ironic | 10:33 | |
| mgould | morning Ironic | 10:34 |
| *** derekh has joined #openstack-ironic | 10:42 | |
| *** mkovacik has joined #openstack-ironic | 10:53 | |
| *** yuanying has quit IRC | 10:57 | |
| *** alexpilotti has joined #openstack-ironic | 11:00 | |
| *** mbound_ has quit IRC | 11:01 | |
| *** alexpilotti has quit IRC | 11:04 | |
| *** mbound_ has joined #openstack-ironic | 11:06 | |
| vdrok | morning pas-ha Haomeng dtantsur|brb ifarkas yuriyz mgould and everyone else :) | 11:07 |
| *** thanhnt-z_ has quit IRC | 11:10 | |
| mgould | vdrok, morning! | 11:17 |
| sambetts-afk | Morning all o/ | 11:17 |
| *** _zouyee has quit IRC | 11:17 | |
| *** alexpilotti has joined #openstack-ironic | 11:18 | |
| *** alexpilotti has quit IRC | 11:20 | |
| *** alexpilotti has joined #openstack-ironic | 11:20 | |
| *** yanghy has quit IRC | 11:20 | |
| *** dtantsur|brb is now known as dtantsur | 11:24 | |
| dtantsur | morning yuriyz, sambetts-afk | 11:24 |
| *** sambetts-afk is now known as sambetts | 11:24 | |
| dtantsur | thanks, yuriyz, will take a look | 11:24 |
| yuriyz | thanks dtantsur | 11:25 |
| sambetts | hows it going dtantsur? I see we're cutting releases for inspector :D | 11:25 |
| *** [1]cdearborn has quit IRC | 11:25 | |
| lucas-dinner | vdrok, dtantsur yuriyz morning | 11:25 |
| *** lucas-dinner is now known as lucasagomes | 11:25 | |
| lucasagomes | sambetts, morning too | 11:25 |
| sambetts | o/ lucasagomes | 11:25 |
| dtantsur | o/ | 11:25 |
| *** mbound_ has quit IRC | 11:27 | |
| openstackgerrit | Merged openstack/ironic: test: Remove _BaseTestCase https://review.openstack.org/252176 | 11:28 |
| *** mbound_ has joined #openstack-ironic | 11:30 | |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic-inspector: Auto-fill keystone_authtoken config section https://review.openstack.org/252342 | 11:32 |
| *** achanda has joined #openstack-ironic | 11:34 | |
| vdrok | morning lucasagomes and sambetts | 11:36 |
| *** ipukha has quit IRC | 11:36 | |
| pas-ha | dtantsur, ^^ | 11:38 |
| dtantsur | vdrok, pas-ha, o/ | 11:39 |
| dtantsur | pas-ha, yeah, I'll take a look asap | 11:39 |
| pas-ha | btw, how does one tests locally a change to devstack plugin part of repo? can you somehow use local repo for plugin? | 11:40 |
| dtantsur | pas-ha, surely, lemme fine a link | 11:40 |
| dtantsur | pas-ha, see http://docs.openstack.org/developer/devstack/plugins.html#plugin-interface, you can use GITREF as a 3rd argument to enable_plugin | 11:41 |
| dtantsur | pas-ha, e.g. enable_plugin ironic-inspector https://review.openstack.org/openstack/ironic-inspector refs/changes/42/252342/1 | 11:42 |
| dtantsur | in your case | 11:42 |
| *** sinval-afk is now known as sinval | 11:42 | |
| sinval | good morning folks | 11:42 |
| dtantsur | morning sinval | 11:42 |
| pas-ha | well, that's testing *after* pushing for review, I was looking for testing *before* that :) | 11:42 |
| pas-ha | sinval, morning | 11:43 |
| dtantsur | pas-ha, I used local git checkout. anything that git can clone would work | 11:43 |
| dtantsur | enable_plugin ironic-inspector /home/stack/ironic-inspector master | 11:43 |
| pas-ha | well, that's an option too :) ok, thanks | 11:43 |
| *** achanda has quit IRC | 11:45 | |
| vdrok | morning sinval | 11:48 |
| sinval | hey dtantsur, pas-ha and vdrok | 11:48 |
| *** changzhi has quit IRC | 11:50 | |
| *** ipukha has joined #openstack-ironic | 11:53 | |
| *** _zouyee has joined #openstack-ironic | 12:01 | |
| *** afaranha has joined #openstack-ironic | 12:23 | |
| *** pas-ha has quit IRC | 12:27 | |
| *** pas-ha has joined #openstack-ironic | 12:28 | |
| openstackgerrit | Shuquan Huang proposed openstack/ironic: Correct the db connection string in dev-quickstart https://review.openstack.org/250594 | 12:36 |
| aarefiev | morning all ! | 12:42 |
| sinval | morning aarefiev | 12:43 |
| aarefiev | sinval: morning | 12:43 |
| aarefiev | dtantsur: hi, do you need help with new proj? | 12:44 |
| dtantsur | aarefiev, hi! sorry, which project are you referring to? | 12:45 |
| aarefiev | dtantsur: I mean inspector spec | 12:45 |
| dtantsur | aarefiev, it's all good, I only need to bootstrap it now. will be ready really soon | 12:45 |
| dtantsur | but thanks for asking! | 12:45 |
| openstackgerrit | Shuquan Huang proposed openstack/ironic: Move install-guide's troubleshooting to troubleshooting page https://review.openstack.org/252371 | 12:46 |
| aarefiev | dtantsur: np, just waiting for start discussion discovery feature) | 12:47 |
| dtantsur | yeah, me too :) | 12:47 |
| *** vsaienko has joined #openstack-ironic | 12:48 | |
| *** romcheg1 has joined #openstack-ironic | 12:50 | |
| *** athomas has quit IRC | 12:52 | |
| *** romcheg2 has joined #openstack-ironic | 12:52 | |
| *** romcheg1 has quit IRC | 12:52 | |
| *** athomas has joined #openstack-ironic | 13:03 | |
| *** dprince has joined #openstack-ironic | 13:17 | |
| *** kozhukalov_ has quit IRC | 13:20 | |
| *** thiagop-afk has joined #openstack-ironic | 13:22 | |
| thiagop-afk | Good morning, Ironic | 13:22 |
| openstackgerrit | Julia Kreger proposed openstack/bifrost: Initial addition of an inspection module https://review.openstack.org/232745 | 13:22 |
| lucasagomes | thiagop-afk, morning | 13:23 |
| *** trown|outttypeww is now known as trown | 13:24 | |
| *** yonglihe has joined #openstack-ironic | 13:24 | |
| *** thiagop-afk is now known as thiagop | 13:26 | |
| *** trown is now known as trown|brb | 13:31 | |
| *** sergek has joined #openstack-ironic | 13:33 | |
| openstackgerrit | Julia Kreger proposed openstack/bifrost: Additional inspection role and adding role to NV job script https://review.openstack.org/232746 | 13:33 |
| *** amotoki has joined #openstack-ironic | 13:34 | |
| openstackgerrit | Summer Barringer proposed openstack/bifrost: Adjusted line length to 79 characters https://review.openstack.org/251544 | 13:46 |
| *** thrash|g0ne is now known as thrash | 13:47 | |
| *** baoli has quit IRC | 13:51 | |
| *** baoli has joined #openstack-ironic | 13:52 | |
| *** baoli has quit IRC | 13:52 | |
| openstackgerrit | Brad P. Crochet proposed openstack/ironic-specs: OpenStackClient plugin spec https://review.openstack.org/247539 | 13:52 |
| *** mbound_ has quit IRC | 13:53 | |
| *** links has quit IRC | 13:53 | |
| *** baoli has joined #openstack-ironic | 13:53 | |
| *** mbound_ has joined #openstack-ironic | 13:58 | |
| *** dims has joined #openstack-ironic | 14:01 | |
| *** trown|brb is now known as trown | 14:02 | |
| openstackgerrit | Merged openstack/ironic-inspector: Lock nodes to avoid simultaneous introspection requests https://review.openstack.org/244750 | 14:03 |
| *** pradipta has joined #openstack-ironic | 14:07 | |
| *** rvasilets___ has quit IRC | 14:09 | |
| *** jerrygb has joined #openstack-ironic | 14:10 | |
| openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Use domain models of OneView as objects https://review.openstack.org/230988 | 14:13 |
| *** e0ne has joined #openstack-ironic | 14:14 | |
| openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Use domain models of OneView as objects https://review.openstack.org/230988 | 14:14 |
| *** e0ne_ has joined #openstack-ironic | 14:23 | |
| *** e0ne has quit IRC | 14:24 | |
| *** [1]cdearborn has joined #openstack-ironic | 14:34 | |
| *** absubram has joined #openstack-ironic | 14:35 | |
| *** lucasagomes is now known as lucas-hungry | 14:35 | |
| openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Use domain models of OneView as objects https://review.openstack.org/230988 | 14:35 |
| *** rloo has joined #openstack-ironic | 14:36 | |
| dtantsur | sambetts, mkovacik, aarefiev, initial commit for ironic-inspector-specs: https://review.openstack.org/#/c/252383/ | 14:39 |
| dtantsur | please review | 14:39 |
| mkovacik | dtantsur, ack, me looks | 14:39 |
| aarefiev | dtantsur: sure, nice) | 14:40 |
| * sambetts looks too | 14:44 | |
| *** Marga_ has joined #openstack-ironic | 14:48 | |
| NobodyCam | good morning Ironicers | 14:48 |
| dtantsur | morning NobodyCam | 14:49 |
| NobodyCam | morning dtantsur | 14:49 |
| sinval | hey NobodyCam o/ | 14:49 |
| NobodyCam | :) | 14:49 |
| *** rloo has quit IRC | 14:49 | |
| *** rloo has joined #openstack-ironic | 14:50 | |
| *** sinval is now known as sinval-afk | 14:50 | |
| NobodyCam | morning sinval-afk | 14:51 |
| dtantsur | aarefiev, going points. this template was created using cookiecutter official template, so not sure how to explain license difference.. | 14:52 |
| dtantsur | aarefiev, https://github.com/openstack/nova-specs/commit/d230458f333fba8e4f5f1908c51df8d4e5c14dc3 | 14:53 |
| TheJulia | Good morning | 14:53 |
| dtantsur | so I think our license is correct in the end | 14:53 |
| dtantsur | morning TheJulia | 14:53 |
| NobodyCam | morning TheJulia :) | 14:53 |
| rloo | good morning NobodyCam, TheJulia, dtantsur and everyone else! | 14:54 |
| dtantsur | morning rloo | 14:54 |
| NobodyCam | morning rloo :) | 14:54 |
| aarefiev | dtantsur, ok, I see, thanks for clarification | 14:54 |
| *** _zouyee has quit IRC | 14:54 | |
| aarefiev | dtantsur: look like we need to update ironic-specs as well | 15:00 |
| dtantsur | aarefiev, why? | 15:00 |
| dtantsur | ah, you mean license? | 15:00 |
| thiagop | morning NobodyCam TheJulia rloo | 15:00 |
| dtantsur | well, changing a license is hard | 15:00 |
| dtantsur | thiagop, o/ | 15:00 |
| aarefiev | dtantsur: yep, this license stuff | 15:01 |
| rloo | hi thiagop | 15:01 |
| thiagop | dtantsur: \o | 15:01 |
| aarefiev | morning rloo, thiagop, TheJulia, NobodyCam | 15:02 |
| thiagop | aarefiev: o| | 15:02 |
| rloo | hi aarefiev | 15:03 |
| *** [1]cdearborn has quit IRC | 15:11 | |
| NobodyCam | morning aarefiev and thiagop :) | 15:13 |
| *** raginbajin has quit IRC | 15:16 | |
| *** raginbajin has joined #openstack-ironic | 15:17 | |
| *** linggao has joined #openstack-ironic | 15:21 | |
| *** absubram has quit IRC | 15:26 | |
| *** absubram has joined #openstack-ironic | 15:26 | |
| *** Piet_ has quit IRC | 15:30 | |
| mariojv | \o | 15:30 |
| *** Marga_ has quit IRC | 15:31 | |
| *** [1]cdearborn has joined #openstack-ironic | 15:31 | |
| *** spandhe has joined #openstack-ironic | 15:34 | |
| *** raginbajin has quit IRC | 15:34 | |
| *** mdbooth has quit IRC | 15:34 | |
| *** derekh has quit IRC | 15:34 | |
| *** thrash has quit IRC | 15:34 | |
| *** thingee has quit IRC | 15:34 | |
| *** baoli has quit IRC | 15:34 | |
| *** pas-ha has quit IRC | 15:34 | |
| *** alexpilotti has quit IRC | 15:34 | |
| *** mgould has quit IRC | 15:34 | |
| *** ifarkas has quit IRC | 15:34 | |
| *** ukalifon has quit IRC | 15:34 | |
| *** Haomeng has quit IRC | 15:34 | |
| *** alex_xu has quit IRC | 15:34 | |
| *** krtaylor has quit IRC | 15:34 | |
| *** Pavo has quit IRC | 15:34 | |
| *** mariojv has quit IRC | 15:34 | |
| *** purp has quit IRC | 15:34 | |
| *** liliars-afk has quit IRC | 15:34 | |
| *** chlong has quit IRC | 15:34 | |
| *** xek has quit IRC | 15:34 | |
| *** amit213 has quit IRC | 15:34 | |
| *** Fdaisuke has quit IRC | 15:34 | |
| *** zer0c00l has quit IRC | 15:34 | |
| *** TheJulia has quit IRC | 15:34 | |
| *** crinkle has quit IRC | 15:34 | |
| *** mgagne has quit IRC | 15:34 | |
| *** davidlenwell has quit IRC | 15:34 | |
| *** adam_g has quit IRC | 15:34 | |
| *** absubram has quit IRC | 15:34 | |
| *** e0ne_ has quit IRC | 15:34 | |
| *** jerrygb has quit IRC | 15:34 | |
| *** romcheg2 has quit IRC | 15:34 | |
| *** afaranha has quit IRC | 15:34 | |
| *** mkovacik has quit IRC | 15:34 | |
| *** MattMan has quit IRC | 15:34 | |
| *** yuriyz has quit IRC | 15:34 | |
| *** david-lyle has quit IRC | 15:34 | |
| *** kevinbenton has quit IRC | 15:35 | |
| *** jlvillal has quit IRC | 15:35 | |
| *** morgabra has quit IRC | 15:35 | |
| *** anteaya has quit IRC | 15:35 | |
| *** slagle has quit IRC | 15:35 | |
| *** pshige_____ has quit IRC | 15:35 | |
| *** _fortis has quit IRC | 15:35 | |
| *** NobodyCam has quit IRC | 15:35 | |
| *** mrda has quit IRC | 15:35 | |
| *** phschwartz has quit IRC | 15:35 | |
| *** mordred has quit IRC | 15:35 | |
| *** marios has quit IRC | 15:35 | |
| *** lifeless has quit IRC | 15:35 | |
| *** UForgotten has quit IRC | 15:35 | |
| *** sinval-afk has quit IRC | 15:35 | |
| *** sinh has quit IRC | 15:35 | |
| *** kbyrne has quit IRC | 15:35 | |
| *** rcarrillocruz has quit IRC | 15:35 | |
| *** sirushti has quit IRC | 15:35 | |
| *** pleia2 has quit IRC | 15:35 | |
| *** mattymo has quit IRC | 15:35 | |
| *** lucas-hungry has quit IRC | 15:35 | |
| *** persia has quit IRC | 15:35 | |
| *** robcresswell has quit IRC | 15:35 | |
| *** Madasi has quit IRC | 15:35 | |
| *** yolanda has quit IRC | 15:35 | |
| *** mtreinish has quit IRC | 15:35 | |
| *** EntropyWorks has quit IRC | 15:35 | |
| *** bapalm has quit IRC | 15:35 | |
| *** jcook has quit IRC | 15:35 | |
| *** jistr has quit IRC | 15:35 | |
| *** dtantsur has quit IRC | 15:35 | |
| *** sambetts has quit IRC | 15:35 | |
| *** bigjools has quit IRC | 15:35 | |
| *** mikal has quit IRC | 15:35 | |
| *** toure_ has quit IRC | 15:35 | |
| *** bnemec has quit IRC | 15:35 | |
| *** dansmith has quit IRC | 15:35 | |
| *** ir2ivps9__ has quit IRC | 15:35 | |
| *** trown has quit IRC | 15:35 | |
| *** ekarlso has quit IRC | 15:35 | |
| *** bradjones has quit IRC | 15:35 | |
| *** noqa_v_g1ovnie has quit IRC | 15:35 | |
| *** ramishra has quit IRC | 15:35 | |
| *** cppforlife_ has quit IRC | 15:35 | |
| *** zsmithnyc has quit IRC | 15:35 | |
| *** agordeev has quit IRC | 15:35 | |
| *** jasonamyers has quit IRC | 15:35 | |
| *** lekha has quit IRC | 15:35 | |
| *** clif_h has quit IRC | 15:35 | |
| *** BadCub has quit IRC | 15:35 | |
| *** Ng has quit IRC | 15:35 | |
| *** betherly has quit IRC | 15:35 | |
| *** JoshNang has quit IRC | 15:35 | |
| *** kozhukalov has quit IRC | 15:35 | |
| *** JayF has quit IRC | 15:35 | |
| *** rloo has quit IRC | 15:35 | |
| *** dims has quit IRC | 15:35 | |
| *** mbound_ has quit IRC | 15:35 | |
| *** dprince has quit IRC | 15:35 | |
| *** vsaienko has quit IRC | 15:35 | |
| *** jcoufal has quit IRC | 15:35 | |
| *** HimanshuGarg has quit IRC | 15:35 | |
| *** mjturek1 has quit IRC | 15:35 | |
| *** jaypipes has quit IRC | 15:35 | |
| *** coolsvap has quit IRC | 15:35 | |
| *** caiobo_ has quit IRC | 15:35 | |
| *** cinerama has quit IRC | 15:35 | |
| *** nicodemos has quit IRC | 15:35 | |
| *** krotscheck has quit IRC | 15:35 | |
| *** jrist has quit IRC | 15:35 | |
| *** gridinv1 has quit IRC | 15:35 | |
| *** aignatov has quit IRC | 15:35 | |
| *** kragniz has quit IRC | 15:35 | |
| *** d0ugal has quit IRC | 15:35 | |
| *** aarefiev has quit IRC | 15:35 | |
| *** HenryG has quit IRC | 15:35 | |
| *** maurosr has quit IRC | 15:35 | |
| *** lintan has quit IRC | 15:35 | |
| *** sbadia has quit IRC | 15:35 | |
| *** lynxman has quit IRC | 15:35 | |
| *** zigo has quit IRC | 15:35 | |
| *** Nakato has quit IRC | 15:35 | |
| *** SpamapS has quit IRC | 15:35 | |
| *** keekz has quit IRC | 15:35 | |
| *** logan- has quit IRC | 15:35 | |
| *** greghaynes has quit IRC | 15:35 | |
| *** EmilienM has quit IRC | 15:35 | |
| *** toabctl has quit IRC | 15:35 | |
| *** sergek has quit IRC | 15:35 | |
| *** yonglihe has quit IRC | 15:35 | |
| *** ndipanov has quit IRC | 15:35 | |
| *** johnthetubaguy has quit IRC | 15:35 | |
| *** verdurin has quit IRC | 15:35 | |
| *** romcheg has quit IRC | 15:35 | |
| *** wendar has quit IRC | 15:35 | |
| *** jroll has quit IRC | 15:35 | |
| *** jamielennox has quit IRC | 15:35 | |
| *** early has quit IRC | 15:35 | |
| *** yhvh has quit IRC | 15:35 | |
| *** dolphm has quit IRC | 15:35 | |
| *** eglute has quit IRC | 15:35 | |
| *** vdrok has quit IRC | 15:35 | |
| *** sirushti has joined #openstack-ironic | 15:37 | |
| *** pleia2 has joined #openstack-ironic | 15:37 | |
| *** mattymo has joined #openstack-ironic | 15:37 | |
| *** lucas-hungry has joined #openstack-ironic | 15:37 | |
| *** sacharya has joined #openstack-ironic | 15:37 | |
| *** lucas-hungry is now known as lucasagomes | 15:37 | |
| *** mkovacik has joined #openstack-ironic | 15:37 | |
| *** spandhe has quit IRC | 15:38 | |
| *** jistr has joined #openstack-ironic | 15:39 | |
| *** dtantsur has joined #openstack-ironic | 15:39 | |
| *** sambetts has joined #openstack-ironic | 15:39 | |
| *** bigjools has joined #openstack-ironic | 15:39 | |
| *** mikal has joined #openstack-ironic | 15:39 | |
| *** bnemec has joined #openstack-ironic | 15:39 | |
| *** toure_ has joined #openstack-ironic | 15:39 | |
| *** ir2ivps9__ has joined #openstack-ironic | 15:39 | |
| *** trown has joined #openstack-ironic | 15:39 | |
| *** ekarlso has joined #openstack-ironic | 15:39 | |
| *** bradjones has joined #openstack-ironic | 15:39 | |
| *** noqa_v_g1ovnie has joined #openstack-ironic | 15:39 | |
| *** ramishra has joined #openstack-ironic | 15:39 | |
| *** cppforlife_ has joined #openstack-ironic | 15:39 | |
| *** zsmithnyc has joined #openstack-ironic | 15:39 | |
| *** baoli has joined #openstack-ironic | 15:39 | |
| *** pas-ha has joined #openstack-ironic | 15:39 | |
| *** alexpilotti has joined #openstack-ironic | 15:39 | |
| *** mgould has joined #openstack-ironic | 15:39 | |
| *** ifarkas has joined #openstack-ironic | 15:39 | |
| *** ukalifon has joined #openstack-ironic | 15:39 | |
| *** Haomeng has joined #openstack-ironic | 15:39 | |
| *** Pavo has joined #openstack-ironic | 15:39 | |
| *** alex_xu has joined #openstack-ironic | 15:39 | |
| *** krtaylor has joined #openstack-ironic | 15:39 | |
| *** mariojv has joined #openstack-ironic | 15:39 | |
| *** purp has joined #openstack-ironic | 15:39 | |
| *** liliars-afk has joined #openstack-ironic | 15:39 | |
| *** chlong has joined #openstack-ironic | 15:39 | |
| *** xek has joined #openstack-ironic | 15:39 | |
| *** amit213 has joined #openstack-ironic | 15:39 | |
| *** Fdaisuke has joined #openstack-ironic | 15:39 | |
| *** zer0c00l has joined #openstack-ironic | 15:39 | |
| *** TheJulia has joined #openstack-ironic | 15:39 | |
| *** crinkle has joined #openstack-ironic | 15:39 | |
| *** mgagne has joined #openstack-ironic | 15:39 | |
| *** davidlenwell has joined #openstack-ironic | 15:39 | |
| *** adam_g has joined #openstack-ironic | 15:39 | |
| *** mdbooth has joined #openstack-ironic | 15:39 | |
| *** dansmith has joined #openstack-ironic | 15:39 | |
| *** raginbajin has joined #openstack-ironic | 15:40 | |
| *** zigo has joined #openstack-ironic | 15:40 | |
| *** Nakato has joined #openstack-ironic | 15:40 | |
| *** SpamapS has joined #openstack-ironic | 15:40 | |
| *** keekz has joined #openstack-ironic | 15:40 | |
| *** logan- has joined #openstack-ironic | 15:40 | |
| *** greghaynes has joined #openstack-ironic | 15:40 | |
| *** EmilienM has joined #openstack-ironic | 15:40 | |
| *** toabctl has joined #openstack-ironic | 15:40 | |
| *** alex_xu has quit IRC | 15:41 | |
| *** derekh has joined #openstack-ironic | 15:42 | |
| *** sacharya has quit IRC | 15:42 | |
| *** persia has joined #openstack-ironic | 15:42 | |
| *** robcresswell has joined #openstack-ironic | 15:42 | |
| *** Madasi has joined #openstack-ironic | 15:42 | |
| *** yolanda has joined #openstack-ironic | 15:42 | |
| *** mtreinish has joined #openstack-ironic | 15:42 | |
| *** EntropyWorks has joined #openstack-ironic | 15:42 | |
| *** bapalm has joined #openstack-ironic | 15:42 | |
| *** jcook has joined #openstack-ironic | 15:42 | |
| *** agordeev has joined #openstack-ironic | 15:42 | |
| *** jasonamyers has joined #openstack-ironic | 15:42 | |
| *** lekha has joined #openstack-ironic | 15:42 | |
| *** clif_h has joined #openstack-ironic | 15:42 | |
| *** BadCub has joined #openstack-ironic | 15:42 | |
| *** Ng has joined #openstack-ironic | 15:42 | |
| *** betherly has joined #openstack-ironic | 15:42 | |
| *** JoshNang has joined #openstack-ironic | 15:42 | |
| *** kozhukalov has joined #openstack-ironic | 15:42 | |
| *** JayF has joined #openstack-ironic | 15:42 | |
| *** thrash has joined #openstack-ironic | 15:42 | |
| *** thingee has joined #openstack-ironic | 15:42 | |
| *** johnthetubaguy has joined #openstack-ironic | 15:44 | |
| *** sergek has joined #openstack-ironic | 15:44 | |
| *** yonglihe has joined #openstack-ironic | 15:44 | |
| *** ndipanov has joined #openstack-ironic | 15:44 | |
| *** verdurin has joined #openstack-ironic | 15:44 | |
| *** romcheg has joined #openstack-ironic | 15:44 | |
| *** wendar has joined #openstack-ironic | 15:44 | |
| *** jroll has joined #openstack-ironic | 15:44 | |
| *** jamielennox has joined #openstack-ironic | 15:44 | |
| *** early has joined #openstack-ironic | 15:44 | |
| *** yhvh has joined #openstack-ironic | 15:44 | |
| *** dolphm has joined #openstack-ironic | 15:44 | |
| *** eglute has joined #openstack-ironic | 15:44 | |
| *** vdrok has joined #openstack-ironic | 15:44 | |
| *** phschwartz_ has joined #openstack-ironic | 15:44 | |
| *** phschwartz_ has quit IRC | 15:45 | |
| openstackgerrit | Ruby Loo proposed openstack/ironic: Validate arguments to clean_step() decorator https://review.openstack.org/251602 | 15:46 |
| *** phschwartz_ has joined #openstack-ironic | 15:48 | |
| *** aignatov2 has joined #openstack-ironic | 15:51 | |
| *** mkovacik has quit IRC | 15:51 | |
| *** _fortis has joined #openstack-ironic | 15:52 | |
| *** aignatov2 is now known as aignatov | 15:52 | |
| *** wshao has joined #openstack-ironic | 15:57 | |
| openstackgerrit | Ruby Loo proposed openstack/ironic: API to manually clean nodes https://review.openstack.org/251995 | 15:59 |
| *** Sukhdev has joined #openstack-ironic | 15:59 | |
| *** Marga_ has joined #openstack-ironic | 15:59 | |
| *** d0ugal has joined #openstack-ironic | 15:59 | |
| *** jrist has joined #openstack-ironic | 15:59 | |
| *** 18VAADM2N has joined #openstack-ironic | 15:59 | |
| *** absubram has joined #openstack-ironic | 15:59 | |
| *** e0ne_ has joined #openstack-ironic | 15:59 | |
| *** jerrygb has joined #openstack-ironic | 15:59 | |
| *** romcheg2 has joined #openstack-ironic | 15:59 | |
| *** afaranha has joined #openstack-ironic | 15:59 | |
| *** MattMan has joined #openstack-ironic | 15:59 | |
| *** yuriyz has joined #openstack-ironic | 15:59 | |
| *** david-lyle has joined #openstack-ironic | 15:59 | |
| *** kevinbenton has joined #openstack-ironic | 15:59 | |
| *** jlvillal has joined #openstack-ironic | 15:59 | |
| *** morgabra has joined #openstack-ironic | 15:59 | |
| *** anteaya has joined #openstack-ironic | 15:59 | |
| *** slagle has joined #openstack-ironic | 15:59 | |
| *** pshige_____ has joined #openstack-ironic | 15:59 | |
| *** NobodyCam has joined #openstack-ironic | 15:59 | |
| *** mrda has joined #openstack-ironic | 15:59 | |
| *** mordred has joined #openstack-ironic | 15:59 | |
| *** marios has joined #openstack-ironic | 15:59 | |
| *** lifeless has joined #openstack-ironic | 15:59 | |
| *** UForgotten has joined #openstack-ironic | 15:59 | |
| *** sinval-afk has joined #openstack-ironic | 15:59 | |
| *** sinh has joined #openstack-ironic | 15:59 | |
| *** kbyrne has joined #openstack-ironic | 15:59 | |
| *** rcarrillocruz has joined #openstack-ironic | 15:59 | |
| *** rcernin has quit IRC | 15:59 | |
| *** kragniz has joined #openstack-ironic | 16:03 | |
| *** Sukhdev has quit IRC | 16:09 | |
| *** Marga_ has quit IRC | 16:09 | |
| *** d0ugal has quit IRC | 16:09 | |
| *** jrist has quit IRC | 16:09 | |
| *** 18VAADM2N has quit IRC | 16:09 | |
| *** absubram has quit IRC | 16:09 | |
| *** e0ne_ has quit IRC | 16:09 | |
| *** jerrygb has quit IRC | 16:09 | |
| *** romcheg2 has quit IRC | 16:09 | |
| *** afaranha has quit IRC | 16:09 | |
| *** MattMan has quit IRC | 16:09 | |
| *** yuriyz has quit IRC | 16:09 | |
| *** david-lyle has quit IRC | 16:09 | |
| *** kevinbenton has quit IRC | 16:09 | |
| *** jlvillal has quit IRC | 16:09 | |
| *** morgabra has quit IRC | 16:09 | |
| *** anteaya has quit IRC | 16:09 | |
| *** slagle has quit IRC | 16:09 | |
| *** pshige_____ has quit IRC | 16:09 | |
| *** NobodyCam has quit IRC | 16:09 | |
| *** mrda has quit IRC | 16:09 | |
| *** mordred has quit IRC | 16:09 | |
| *** marios has quit IRC | 16:09 | |
| *** lifeless has quit IRC | 16:09 | |
| *** UForgotten has quit IRC | 16:09 | |
| *** sinval-afk has quit IRC | 16:09 | |
| *** sinh has quit IRC | 16:09 | |
| *** kbyrne has quit IRC | 16:09 | |
| *** rcarrillocruz has quit IRC | 16:09 | |
| jroll | devananda: http://githubengineering.com/githubs-metal-cloud/ | 16:09 |
| jroll | devananda: I like the interface to do a thing | 16:09 |
| dtantsur | morning jroll | 16:10 |
| jroll | ohai dtantsur :) | 16:10 |
| jroll | how are things? | 16:10 |
| dtantsur | all about processes and tools :) making inspector releases, bootstrapping the spec repo | 16:11 |
| dtantsur | and how are you? | 16:11 |
| jroll | woo | 16:11 |
| jroll | relaxed \o/ | 16:12 |
| dtantsur | :) | 16:12 |
| dtantsur | jroll, could you +1 one more release thing for me? https://review.openstack.org/#/c/252482/ | 16:12 |
| jroll | sure thing | 16:12 |
| * jroll click | 16:12 | |
| dtantsur | sorry for bothering, forgot that we're release:managed now :) | 16:12 |
| jroll | done | 16:13 |
| jroll | nah, all good | 16:13 |
| dtantsur | thnx a lot | 16:13 |
| jroll | like I said on the other one, I need to fix it so you don't need me for that | 16:13 |
| dtantsur | would be awesome :) | 16:14 |
| jroll | maybe make inspection its own program and you can be ptl :P | 16:14 |
| dtantsur | lol, dunno :) | 16:14 |
| *** jaypipes has joined #openstack-ironic | 16:14 | |
| *** kkoski has joined #openstack-ironic | 16:15 | |
| dtantsur | http://docs.openstack.org/developer/ironic-inspector/ \o/ | 16:16 |
| trown | woot | 16:16 |
| *** cinerama has joined #openstack-ironic | 16:16 | |
| * dtantsur now has to fix links EVERYWHERE | 16:16 | |
| *** amotoki has quit IRC | 16:18 | |
| lucasagomes | morning folks | 16:21 |
| devananda | g'morning, all | 16:25 |
| sambetts | o/ devananda | 16:26 |
| krtaylor | morning everyone | 16:26 |
| lucasagomes | devananda, krtaylor morning | 16:29 |
| devananda | jroll: there's a ML thread on tripleoci that would benefit from your input. tldr; they would like to resume running that job onironic patches, and have us to not ignore it. I think it's grand. | 16:29 |
| lucasagomes | ++ yeah, we had that job before | 16:30 |
| *** wshao has quit IRC | 16:31 | |
| devananda | jroll: it can probably wait until your back, too | 16:34 |
| *** wshao has joined #openstack-ironic | 16:34 | |
| *** lynxman has joined #openstack-ironic | 16:34 | |
| *** sbadia has joined #openstack-ironic | 16:34 | |
| *** lintan has joined #openstack-ironic | 16:34 | |
| *** maurosr has joined #openstack-ironic | 16:34 | |
| *** HenryG has joined #openstack-ironic | 16:34 | |
| *** aarefiev has joined #openstack-ironic | 16:34 | |
| *** gridinv1 has joined #openstack-ironic | 16:34 | |
| *** krotscheck has joined #openstack-ironic | 16:34 | |
| *** nicodemos has joined #openstack-ironic | 16:34 | |
| *** caiobo_ has joined #openstack-ironic | 16:34 | |
| *** coolsvap has joined #openstack-ironic | 16:34 | |
| *** mjturek1 has joined #openstack-ironic | 16:34 | |
| *** HimanshuGarg has joined #openstack-ironic | 16:34 | |
| *** vsaienko has joined #openstack-ironic | 16:34 | |
| *** dprince has joined #openstack-ironic | 16:34 | |
| *** mbound_ has joined #openstack-ironic | 16:34 | |
| *** rloo has joined #openstack-ironic | 16:34 | |
| *** alex_xu_ has joined #openstack-ironic | 16:34 | |
| *** 7JTAA9A72 has joined #openstack-ironic | 16:34 | |
| *** mtanino has joined #openstack-ironic | 16:34 | |
| *** Sukhdev has joined #openstack-ironic | 16:34 | |
| *** Marga_ has joined #openstack-ironic | 16:34 | |
| *** d0ugal has joined #openstack-ironic | 16:34 | |
| *** jrist has joined #openstack-ironic | 16:34 | |
| *** 18VAADM2N has joined #openstack-ironic | 16:34 | |
| *** absubram has joined #openstack-ironic | 16:34 | |
| *** jerrygb has joined #openstack-ironic | 16:34 | |
| *** romcheg2 has joined #openstack-ironic | 16:34 | |
| *** afaranha has joined #openstack-ironic | 16:34 | |
| *** MattMan has joined #openstack-ironic | 16:34 | |
| *** yuriyz has joined #openstack-ironic | 16:34 | |
| *** david-lyle has joined #openstack-ironic | 16:34 | |
| *** kevinbenton has joined #openstack-ironic | 16:34 | |
| *** jlvillal has joined #openstack-ironic | 16:34 | |
| *** morgabra has joined #openstack-ironic | 16:34 | |
| *** anteaya has joined #openstack-ironic | 16:34 | |
| *** slagle has joined #openstack-ironic | 16:34 | |
| *** pshige_____ has joined #openstack-ironic | 16:34 | |
| *** NobodyCam has joined #openstack-ironic | 16:34 | |
| *** mrda has joined #openstack-ironic | 16:34 | |
| *** mordred has joined #openstack-ironic | 16:34 | |
| *** marios has joined #openstack-ironic | 16:34 | |
| *** lifeless has joined #openstack-ironic | 16:34 | |
| *** UForgotten has joined #openstack-ironic | 16:34 | |
| *** sinval-afk has joined #openstack-ironic | 16:34 | |
| *** sinh has joined #openstack-ironic | 16:34 | |
| *** kbyrne has joined #openstack-ironic | 16:34 | |
| *** rcarrillocruz has joined #openstack-ironic | 16:34 | |
| *** Nisha has joined #openstack-ironic | 16:44 | |
| *** mtanino has quit IRC | 16:45 | |
| *** Sukhdev has quit IRC | 16:45 | |
| *** Marga_ has quit IRC | 16:45 | |
| *** d0ugal has quit IRC | 16:45 | |
| *** jrist has quit IRC | 16:45 | |
| *** 18VAADM2N has quit IRC | 16:45 | |
| *** absubram has quit IRC | 16:45 | |
| *** jerrygb has quit IRC | 16:45 | |
| *** romcheg2 has quit IRC | 16:45 | |
| *** afaranha has quit IRC | 16:45 | |
| *** MattMan has quit IRC | 16:45 | |
| *** yuriyz has quit IRC | 16:45 | |
| *** david-lyle has quit IRC | 16:45 | |
| *** kevinbenton has quit IRC | 16:45 | |
| *** jlvillal has quit IRC | 16:45 | |
| *** morgabra has quit IRC | 16:45 | |
| *** anteaya has quit IRC | 16:45 | |
| *** slagle has quit IRC | 16:45 | |
| *** pshige_____ has quit IRC | 16:45 | |
| *** NobodyCam has quit IRC | 16:45 | |
| *** mrda has quit IRC | 16:45 | |
| *** mordred has quit IRC | 16:45 | |
| *** marios has quit IRC | 16:45 | |
| *** lifeless has quit IRC | 16:45 | |
| *** UForgotten has quit IRC | 16:45 | |
| *** sinval-afk has quit IRC | 16:45 | |
| *** sinh has quit IRC | 16:45 | |
| *** kbyrne has quit IRC | 16:45 | |
| *** rcarrillocruz has quit IRC | 16:45 | |
| *** 7JTAA9A72 has quit IRC | 16:45 | |
| *** alex_xu_ has quit IRC | 16:45 | |
| *** rloo has quit IRC | 16:45 | |
| *** mbound_ has quit IRC | 16:45 | |
| *** dprince has quit IRC | 16:45 | |
| *** vsaienko has quit IRC | 16:45 | |
| *** HimanshuGarg has quit IRC | 16:45 | |
| *** mjturek1 has quit IRC | 16:45 | |
| *** coolsvap has quit IRC | 16:45 | |
| *** caiobo_ has quit IRC | 16:45 | |
| *** nicodemos has quit IRC | 16:45 | |
| *** krotscheck has quit IRC | 16:45 | |
| *** gridinv1 has quit IRC | 16:45 | |
| *** aarefiev has quit IRC | 16:45 | |
| *** HenryG has quit IRC | 16:45 | |
| *** maurosr has quit IRC | 16:45 | |
| *** lintan has quit IRC | 16:45 | |
| *** sbadia has quit IRC | 16:45 | |
| *** lynxman has quit IRC | 16:45 | |
| *** pradipta has quit IRC | 16:45 | |
| *** rcarrillocruz has joined #openstack-ironic | 16:46 | |
| *** kbyrne has joined #openstack-ironic | 16:46 | |
| *** sinh has joined #openstack-ironic | 16:46 | |
| *** sinval-afk has joined #openstack-ironic | 16:46 | |
| *** UForgotten has joined #openstack-ironic | 16:46 | |
| *** lifeless has joined #openstack-ironic | 16:46 | |
| *** marios has joined #openstack-ironic | 16:46 | |
| *** mordred has joined #openstack-ironic | 16:46 | |
| *** mrda has joined #openstack-ironic | 16:46 | |
| *** NobodyCam has joined #openstack-ironic | 16:46 | |
| *** pshige_____ has joined #openstack-ironic | 16:46 | |
| *** slagle has joined #openstack-ironic | 16:46 | |
| *** anteaya has joined #openstack-ironic | 16:46 | |
| *** morgabra has joined #openstack-ironic | 16:46 | |
| *** jlvillal has joined #openstack-ironic | 16:46 | |
| *** kevinbenton has joined #openstack-ironic | 16:46 | |
| *** david-lyle has joined #openstack-ironic | 16:46 | |
| *** yuriyz has joined #openstack-ironic | 16:46 | |
| *** MattMan has joined #openstack-ironic | 16:46 | |
| *** afaranha has joined #openstack-ironic | 16:46 | |
| *** romcheg2 has joined #openstack-ironic | 16:46 | |
| *** jerrygb has joined #openstack-ironic | 16:46 | |
| *** absubram has joined #openstack-ironic | 16:46 | |
| *** 18VAADM2N has joined #openstack-ironic | 16:46 | |
| *** jrist has joined #openstack-ironic | 16:46 | |
| *** d0ugal has joined #openstack-ironic | 16:46 | |
| *** Marga_ has joined #openstack-ironic | 16:46 | |
| *** Sukhdev has joined #openstack-ironic | 16:46 | |
| *** mtanino has joined #openstack-ironic | 16:46 | |
| *** 7JTAA9A72 has joined #openstack-ironic | 16:46 | |
| *** alex_xu_ has joined #openstack-ironic | 16:46 | |
| *** rloo has joined #openstack-ironic | 16:46 | |
| *** dprince has joined #openstack-ironic | 16:46 | |
| *** vsaienko has joined #openstack-ironic | 16:46 | |
| *** HimanshuGarg has joined #openstack-ironic | 16:46 | |
| *** mjturek1 has joined #openstack-ironic | 16:46 | |
| *** coolsvap has joined #openstack-ironic | 16:46 | |
| *** caiobo_ has joined #openstack-ironic | 16:46 | |
| *** krotscheck has joined #openstack-ironic | 16:46 | |
| *** gridinv1 has joined #openstack-ironic | 16:46 | |
| *** aarefiev has joined #openstack-ironic | 16:46 | |
| *** HenryG has joined #openstack-ironic | 16:46 | |
| *** maurosr has joined #openstack-ironic | 16:46 | |
| *** lintan has joined #openstack-ironic | 16:46 | |
| *** sbadia has joined #openstack-ironic | 16:46 | |
| *** lynxman has joined #openstack-ironic | 16:46 | |
| *** mbound_ has joined #openstack-ironic | 16:46 | |
| *** jaybeale has joined #openstack-ironic | 16:46 | |
| jroll | devananda: yar, been following it | 16:49 |
| *** dprince has quit IRC | 16:49 | |
| *** d0ugal has quit IRC | 16:52 | |
| krtaylor | jlvillal, ping, are you still in class? | 16:54 |
| *** sinval-afk is now known as sinval | 16:56 | |
| krtaylor | jlvillal, ok, I am assuming I am running the meeting again this week :) | 16:59 |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector: Numerous improvements in the documentation https://review.openstack.org/252521 | 16:59 |
| *** liliars-afk is now known as liliars | 17:00 | |
| liliars | hi everyone :) | 17:00 |
| NobodyCam | morning liliars | 17:00 |
| NobodyCam | morning jroll | 17:00 |
| NobodyCam | :) | 17:00 |
| dtantsur | see you tomorrow | 17:01 |
| *** dtantsur is now known as dtantsur|afk | 17:01 | |
| NobodyCam | night dtantsur | 17:01 |
| NobodyCam | :) | 17:01 |
| *** Sukhdev has quit IRC | 17:01 | |
| jroll | hiya NobodyCam :) | 17:01 |
| NobodyCam | :) | 17:01 |
| *** jistr has quit IRC | 17:01 | |
| liliars | morning NobodyCam | 17:01 |
| *** d0ugal has joined #openstack-ironic | 17:03 | |
| *** e0ne has joined #openstack-ironic | 17:05 | |
| *** d0ugal is now known as Guest63340 | 17:05 | |
| *** rpioso has joined #openstack-ironic | 17:06 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector: Numerous improvements in the documentation https://review.openstack.org/252521 | 17:08 |
| *** rcernin has joined #openstack-ironic | 17:11 | |
| *** athomas has quit IRC | 17:11 | |
| *** wshao has quit IRC | 17:11 | |
| *** Guest63340 is now known as d0ugal | 17:12 | |
| *** d0ugal has quit IRC | 17:13 | |
| *** d0ugal has joined #openstack-ironic | 17:13 | |
| *** slagle has quit IRC | 17:15 | |
| *** 18VAADM2N has quit IRC | 17:15 | |
| openstackgerrit | Merged openstack/bifrost: Add git clone step into README for beginners https://review.openstack.org/249528 | 17:16 |
| *** aarefiev22 has joined #openstack-ironic | 17:16 | |
| *** trown is now known as trown|lunch | 17:16 | |
| *** mbound_ has quit IRC | 17:17 | |
| *** sacharya has joined #openstack-ironic | 17:18 | |
| *** athomas has joined #openstack-ironic | 17:20 | |
| *** jaybeale has quit IRC | 17:22 | |
| *** rloo has quit IRC | 17:23 | |
| *** mkovacik has joined #openstack-ironic | 17:23 | |
| *** phschwartz_ is now known as phschwartz | 17:25 | |
| *** mkovacik_ has joined #openstack-ironic | 17:26 | |
| *** sacharya_ has joined #openstack-ironic | 17:26 | |
| *** 7JTAA9A72 has quit IRC | 17:26 | |
| *** mkovacik has quit IRC | 17:28 | |
| *** sacharya has quit IRC | 17:29 | |
| *** dims has joined #openstack-ironic | 17:29 | |
| jroll | devananda: you have opinions on alaski's notes on the claims API spec? tl;dr make claim create async for a variety of reasons | 17:32 |
| devananda | jroll: then we need a job queue | 17:33 |
| jroll | devananda: ehhhh, not really imo ? | 17:34 |
| devananda | hmm. ok what am i missing? | 17:34 |
| * devananda rereads comments | 17:34 | |
| jroll | devananda: we could lock nodes when creating the claim object, and rather than LIMIT 1 in mysql, return a number of nodes and pick one at random | 17:35 |
| lucasagomes | devananda, jroll do you have a min, I will upload a patch splitting the properties into it's own table | 17:35 |
| lucasagomes | but I would like you guys to look at the db stuff | 17:35 |
| lucasagomes | I tested here and it works | 17:35 |
| jroll | lucasagomes: I think so :) | 17:35 |
| devananda | lucasagomes: definitely | 17:36 |
| lucasagomes | I'm trying to make the changes minimal | 17:36 |
| devananda | jroll: eh, so, everyone seems to be talking about different things in their comments on this spec | 17:36 |
| lucasagomes | I still need to make the migrate script to get actually migrate the data from the properties in the node to the new table | 17:36 |
| lucasagomes | so ignore that bits | 17:36 |
| lucasagomes | http://paste.openstack.org/show/480666/ | 17:36 |
| devananda | jroll: I am singularly interested in making this claims API able to be resolved purely by DB queries, which means it will scale exactly as well as the DB performance | 17:37 |
| devananda | jroll: and responses shouldn't queue because the API is going to do all the work itself | 17:37 |
| openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: WIP: Split the node's propeties attribute to it's own table https://review.openstack.org/252531 | 17:37 |
| jroll | devananda: yeah, and I don't think any of laski's stuff precludes that, it just moves it to the conductor | 17:37 |
| lucasagomes | devananda, jroll ^ | 17:37 |
| devananda | jroll: if we had a separate python process (akin to n-sched) then yea, alaski is right, it would need to be async | 17:37 |
| lucasagomes | there are debug code as well in the code... | 17:38 |
| devananda | jroll: right, well, I dont want to put it inthe conductor for that reason :) | 17:38 |
| * lucasagomes removes it | 17:38 | |
| jroll | devananda: for what reason? | 17:38 |
| devananda | jroll: then it becomes async, scales differently, etc | 17:38 |
| devananda | lucasagomes: oh crap, lol. I wrote this patch a while ago on a plane and forgot to post it >_< | 17:39 |
| lucasagomes | devananda, hah | 17:39 |
| * devananda fails at travel | 17:39 | |
| lucasagomes | similar to that? | 17:39 |
| jroll | devananda: ok, can you comment in the spec so we can keep talking about it? I kinda like the async idea | 17:39 |
| lucasagomes | I'm testing it right now, it works fine apparently | 17:40 |
| lucasagomes | devananda, I will migrate all json fields, starting with propeties | 17:40 |
| lucasagomes | and then work on the query for the API | 17:40 |
| jroll | lucasagomes: that stuff seems fine, I don't love "key" as a column name | 17:40 |
| lucasagomes | devananda, I'm sure you know more about sqlachemy than I do, so if you can just indicate if that's the right way to do it | 17:40 |
| lucasagomes | jroll, right, I wanted to make it kinda generic for later | 17:41 |
| jroll | lucasagomes: yeah, just that 'key' is a mysql keyword | 17:41 |
| lucasagomes | because I want to have helper functions in the API to filter on those tables | 17:41 |
| lucasagomes | jroll, oh | 17:41 |
| *** penick has joined #openstack-ironic | 17:41 | |
| jroll | so you have to quote it in queries | 17:41 |
| lucasagomes | jroll, suggestion for name? | 17:41 |
| jroll | not a huge deal, just annoying | 17:41 |
| jroll | the spec had something /me looks | 17:42 |
| lucasagomes | jroll, the query will come after... so I haven't thought exactly how the interface with the user will work | 17:42 |
| lucasagomes | I wanna first sort out the database stuff | 17:42 |
| devananda | lucasagomes: i'll leave comments on the patch. some mysql'isms that I would prefer if we follow (like not using 'key' for a column name, and not putting varchar in the PK) | 17:42 |
| lucasagomes | devananda, fair enough | 17:42 |
| *** kozhukalov_ has joined #openstack-ironic | 17:43 | |
| lucasagomes | thanks | 17:43 |
| lucasagomes | devananda, jroll I have to write a spec for that too right? | 17:43 |
| jroll | lucasagomes: field_name, field_value is what we had here https://etherpad.openstack.org/p/ironic-db-properties | 17:43 |
| jroll | yep | 17:43 |
| lucasagomes | ok, I will do that | 17:43 |
| * lucasagomes runs more tests on it see if everything is fine | 17:43 | |
| jroll | devananda: so going back, I like the async thing because it allows us to get this done in an experimental fashion, although slowly | 17:43 |
| jroll | devananda: note that nova non-priority FF is in like... 6 weeks | 17:44 |
| jroll | devananda: so getting the API into trunk soon is important IMO | 17:44 |
| jroll | (then there's still the scheduler filters concern to solve, of course) | 17:45 |
| devananda | lucasagomes: also, have you seen zhenguo niu's work on node tags? | 17:45 |
| devananda | it is basically duplicating this | 17:45 |
| lucasagomes | devananda, some of it | 17:45 |
| lucasagomes | I will take a look at his patches | 17:45 |
| lucasagomes | but how is it duplicating it? (looking now) | 17:46 |
| devananda | jroll: I dont see how sync/async impacts the nova timeline? | 17:46 |
| devananda | jroll: hving an experimental API implementation for this -- yes, ofc, helps implementation on the nova side | 17:46 |
| jroll | devananda: because I prefer not to have something in master that will literally break any and all API scaling, even if it's experimental :) | 17:47 |
| devananda | jroll: I thought that was your plan all along :p | 17:49 |
| jroll | heh | 17:49 |
| jroll | I mean, if that's the best route, it's fine but ehhh | 17:49 |
| lucasagomes | hah | 17:49 |
| devananda | lucasagomes: why is your 'value' a JSON type? | 17:49 |
| devananda | not a varchar? | 17:50 |
| lucasagomes | devananda, because we can have nested dicts right? | 17:50 |
| lucasagomes | I bet VARCHAR would work as well | 17:50 |
| lucasagomes | but JSON converts it back | 17:50 |
| lucasagomes | and right now the API threat stuff as json | 17:50 |
| devananda | lucasagomes: ah, right. fair point -- someone could have a lengthy nested dict righ now | 17:51 |
| lucasagomes | yes | 17:51 |
| lucasagomes | we actually already use it, root device hints is a nested dict | 17:51 |
| * devananda adds another comment | 17:51 | |
| devananda | yah | 17:51 |
| jroll | devananda: ^ seems like another reason to go async - it enables us to allow filtering for things that aren't top level yet etc | 17:52 |
| jroll | if we commit to a synchronous API, we can *never* do a thing that isn't in the DB, for better or worse | 17:53 |
| lucasagomes | devananda, many nodes will have the same properties but different values right? | 17:54 |
| devananda | lucasagomes: right | 17:55 |
| devananda | lucasagomes: second comment posted | 17:55 |
| devananda | jroll: fair point | 17:55 |
| *** liliars has left #openstack-ironic | 17:55 | |
| *** liliars has joined #openstack-ironic | 17:56 | |
| lucasagomes | devananda, thanks! | 17:57 |
| devananda | jroll: just read that githubmetal piece. cute idea, a chatbot interface to provisioning | 17:58 |
| jroll | devananda: that's just how they do stuff; but I liked the "CLI" | 17:58 |
| jroll | (via chat bot) | 17:58 |
| jroll | I also like it being more opinionated | 17:58 |
| devananda | I'd like to see an ircbot say, "I'm sorry deva, I cant turn that server off" | 17:58 |
| jroll | heh | 17:59 |
| lucasagomes | devananda, so just to see if I fully got it... we are having a separated table for the properties ("properties" table) but that will only store the "key" (properties name), but the value will live on the "node_properties" table | 17:59 |
| lucasagomes | ? | 17:59 |
| devananda | lucasagomes: yep | 18:00 |
| devananda | the "property" name is not actually related to the node or the node_id | 18:00 |
| devananda | so it is the PK of its own table | 18:00 |
| lucasagomes | right | 18:00 |
| lucasagomes | ok lemme try it out | 18:01 |
| *** wuhg has quit IRC | 18:01 | |
| sambetts | and the node_property references the node id? | 18:01 |
| devananda | sambetts: yes, and the property id | 18:02 |
| * jroll goes afk, I'll be around tomorrow for release stuff | 18:02 | |
| devananda | and stores any data about that relationship (eg, the "value", when it was created or modified, etc) | 18:02 |
| devananda | jroll: cool. ttys | 18:02 |
| jroll | later :) | 18:02 |
| *** aarefiev22 has quit IRC | 18:03 | |
| lucasagomes | jroll, laterz | 18:03 |
| *** derekh has quit IRC | 18:04 | |
| *** spandhe has joined #openstack-ironic | 18:05 | |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic-inspector: Auto-fill keystone_authtoken config section https://review.openstack.org/252342 | 18:07 |
| *** Nisha_away has joined #openstack-ironic | 18:08 | |
| *** sacharya_ has quit IRC | 18:10 | |
| *** Nisha has quit IRC | 18:12 | |
| *** trown|lunch is now known as trown | 18:12 | |
| *** harlowja has joined #openstack-ironic | 18:12 | |
| *** sacharya has joined #openstack-ironic | 18:13 | |
| *** e0ne has quit IRC | 18:13 | |
| *** rajathagasthya has joined #openstack-ironic | 18:17 | |
| *** mgould has quit IRC | 18:20 | |
| *** rebase_ has joined #openstack-ironic | 18:20 | |
| rajathagasthya | Hi! Has anyone seen this behavior of logs not being written to ironic-conductor.log file even though ironic-conductor process is running? I | 18:21 |
| *** jobewan has joined #openstack-ironic | 18:21 | |
| rajathagasthya | I'm seeing this behavior on Kilo on RHEL. | 18:21 |
| rajathagasthya | Any help is appreciated. | 18:21 |
| JayF | that's kinda crazy. | 18:22 |
| JayF | If you run fuser /path/to/ironic-conductor.log | 18:22 |
| JayF | it should tell you which process has that logfile open and writing to it | 18:23 |
| JayF | and you can find and kill the process. I suspect it's a conductor still running and you don't realize it. | 18:23 |
| *** spandhe has quit IRC | 18:23 | |
| rajathagasthya | I don't see anything if I do fuser path/to/ironic-conductor.log. | 18:24 |
| *** ukalifon has quit IRC | 18:24 | |
| JayF | You substituted /path/to/ with your actual path, right? | 18:24 |
| rajathagasthya | Yup, I did. | 18:25 |
| JayF | Cool. Then that means nothing has the file open and so it shouldn't be written to. | 18:25 |
| *** kkoski_ has joined #openstack-ironic | 18:26 | |
| *** kkoski has quit IRC | 18:26 | |
| rajathagasthya | Okay, does that make sense that nothing has the file open? | 18:26 |
| *** moshele has joined #openstack-ironic | 18:28 | |
| *** moshele has left #openstack-ironic | 18:28 | |
| JayF | I mean, the file has to be opened by something to be written to | 18:28 |
| JayF | so if it's being written to, that should return a process at some point | 18:29 |
| JayF | and that process is the culprit | 18:29 |
| rajathagasthya | Cool. I'll dig around more. Thanks! | 18:30 |
| JayF | you know what else I just thought of? | 18:31 |
| JayF | You could have systemd trying to respawn the process over and over | 18:31 |
| JayF | RHEL 7 is systemd, right? | 18:31 |
| rajathagasthya | Right, systemd. | 18:31 |
| * JayF assuming you're running the conductor out of a unit | 18:31 | |
| JayF | you might wanna check, if you have a unit for the conductor, that it's not stopping and restarting it or something | 18:31 |
| rajathagasthya | Okay, will check. I did restart the conductor a number of times. | 18:32 |
| *** vishwanathj has quit IRC | 18:33 | |
| JayF | but generally speaking, if the process is dead and the file is still being written to ... I'm pretty sure that can't be Ironic's fault | 18:33 |
| JayF | maybe python, but not Ironic | 18:33 |
| JayF | heh | 18:33 |
| *** vishwanathj has joined #openstack-ironic | 18:34 | |
| *** pas-ha has quit IRC | 18:35 | |
| rajathagasthya | Well, the problem is ironic-conductor process is running, yet I see nothing in the log file. Not the other way around. | 18:36 |
| openstackgerrit | Nisha Agarwal proposed openstack/ironic: Update swift HTTPs information in ilo documentation https://review.openstack.org/240136 | 18:36 |
| *** Marga_ has quit IRC | 18:37 | |
| JayF | rajathagasthya: OH! | 18:37 |
| JayF | rajathagasthya: I read that as the reverse problem. Hahaha. | 18:37 |
| JayF | rajathagasthya: have you checked the journal? | 18:37 |
| rajathagasthya | JayF: Haha. | 18:37 |
| *** Marga_ has joined #openstack-ironic | 18:38 | |
| JayF | I'll BRB but hopefully you can check the journal and get something :) | 18:38 |
| JayF | if that doesn't help, I'd try running it outside of systemd. | 18:38 |
| rajathagasthya | JayF: Sure. Will check. | 18:38 |
| *** jaybeale has joined #openstack-ironic | 18:40 | |
| *** rloo has joined #openstack-ironic | 18:45 | |
| *** jaybeale has quit IRC | 18:46 | |
| rajathagasthya | JayF: Ran outside of systemd, but still nothing. Strange. | 18:47 |
| JayF | Interesting | 18:47 |
| JayF | So which Ironic are you running? | 18:48 |
| JayF | and where did it come from | 18:48 |
| JayF | i.e. if you're running the RHEL packages I might check w/RHEL folks before we dig here | 18:48 |
| JayF | and I run master, more or less, so they may be more helpful anyway | 18:48 |
| rajathagasthya | I'm running RHEL. Installed using Packstack. | 18:50 |
| rajathagasthya | I'll check with them. Anyway, thanks for your help! :) | 18:50 |
| *** electrofelix has quit IRC | 18:52 | |
| *** aginwala has joined #openstack-ironic | 18:55 | |
| *** romcheg1 has joined #openstack-ironic | 18:55 | |
| *** davideag_ has quit IRC | 18:58 | |
| *** davideagnello has joined #openstack-ironic | 18:59 | |
| openstackgerrit | Merged openstack/bifrost: Fix Download get-pip play in vagrant.yml https://review.openstack.org/252104 | 19:00 |
| *** ipukha has quit IRC | 19:03 | |
| lucasagomes | rajathagasthya, the logs is in the journal right? | 19:05 |
| lucasagomes | rajathagasthya, journalctl -u openstack-ironic-conductor | 19:05 |
| rajathagasthya | lucasgomes: Oh yeah, I can see the logs in the journal. | 19:07 |
| *** vishwanathj has quit IRC | 19:08 | |
| *** Sukhdev has joined #openstack-ironic | 19:08 | |
| openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Implementing functions for dyn allocation https://review.openstack.org/252558 | 19:10 |
| *** Nisha_away has quit IRC | 19:11 | |
| lucasagomes | rajathagasthya, cool | 19:12 |
| *** pas-ha has joined #openstack-ironic | 19:19 | |
| *** athomas has quit IRC | 19:23 | |
| *** mitchjameson has joined #openstack-ironic | 19:24 | |
| *** mbound_ has joined #openstack-ironic | 19:28 | |
| *** romcheg1 has quit IRC | 19:28 | |
| *** mbound_ has quit IRC | 19:29 | |
| rloo | any cores out there, lucasagomes, NobodyCam, devananda: easy patch to review: https://review.openstack.org/#/c/251322/1 | 19:30 |
| lucasagomes | rloo, will take a look | 19:30 |
| lucasagomes | rloo, will approve, but the patch is a bit useless no? | 19:31 |
| lucasagomes | the next patch of the series is also updating the sample file | 19:31 |
| rloo | lucasagomes: well, i don't know if it is useless, but it is a dependency of https://review.openstack.org/#/c/235493 | 19:32 |
| *** rajathagasthya has quit IRC | 19:32 | |
| rloo | lucasagomes: i agree that it isn't needed but strictly speaking i guess what he did was correct. | 19:32 |
| *** rajathagasthya has joined #openstack-ironic | 19:33 | |
| lucasagomes | rloo, yeah i can argue both sides. I just don't see substantial changes on that sample to worth a commit | 19:33 |
| rloo | lucasagomes: jroll wanted this feature in for this release but i have been dragging my feet about reviewing it. not sure it'll get in. | 19:34 |
| rloo | lucasagomes: well, the patch already exists. and that change has nothing to do with the feature. so i can see why it was separated out. it is to fix something else. | 19:34 |
| lucasagomes | rloo, right | 19:35 |
| rloo | lucasagomes: we don't really know whether the followup patch will fix it or whether some other patch that modifies .sample will fix it first :) | 19:35 |
| openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Implementing functions for dyn allocation https://review.openstack.org/252558 | 19:38 |
| *** rajathagasthya has quit IRC | 19:40 | |
| *** rajathagasthya has joined #openstack-ironic | 19:41 | |
| openstackgerrit | Merged openstack/bifrost: Add '-H -E' options to pass proxy env for sudo https://review.openstack.org/249538 | 19:42 |
| *** rajathagasthya has quit IRC | 19:42 | |
| lucasagomes | devananda, around ? | 19:43 |
| devananda | lucasagomes: yah, reading the patch series | 19:43 |
| devananda | I'm not totally thrilled with it, but I see the usefulness | 19:43 |
| lucasagomes | devananda, cool, quick q... if we make "property" in the property table unique what happen when one node delete that property ? | 19:44 |
| * lucasagomes is fighting with sqlalchemy here | 19:44 | |
| *** romcheg1 has joined #openstack-ironic | 19:44 | |
| devananda | lucasagomes: don't cascade deletes | 19:44 |
| lucasagomes | devananda, right, just cascade save-update and merge then? | 19:45 |
| devananda | what happens is that the 'properites' table becomes larger, and may contain unreferenced rows | 19:45 |
| *** aginwala has quit IRC | 19:45 | |
| devananda | but each row is only a few bytes so it will only matter if someone is creating unique property names, using them on a single node, then deleting that node | 19:45 |
| devananda | since i've thought of it, i'm sure someone will do it -- and then file a bug tht the table is growing unbounded ... | 19:46 |
| devananda | *sigh* | 19:46 |
| lucasagomes | there's a delete-orphan thing in the cascade | 19:46 |
| lucasagomes | maybe that will take care of it | 19:46 |
| devananda | in sqla? | 19:46 |
| * lucasagomes checks | 19:46 | |
| lucasagomes | yeah | 19:46 |
| devananda | that doesn't exist in relational DBs natively | 19:46 |
| devananda | ok, cool. that might close that gap then | 19:47 |
| lucasagomes | yeah let's see if it works once I get it correct here | 19:47 |
| *** aginwala has joined #openstack-ironic | 19:48 | |
| *** sacharya has quit IRC | 19:49 | |
| *** zsmithnyc has quit IRC | 19:54 | |
| *** ramishra has quit IRC | 19:54 | |
| *** ndipanov has quit IRC | 19:56 | |
| *** ukalifon1 has joined #openstack-ironic | 19:59 | |
| *** Ng has quit IRC | 19:59 | |
| *** BadCub has quit IRC | 19:59 | |
| *** lekha has quit IRC | 19:59 | |
| *** cppforlife_ has quit IRC | 19:59 | |
| *** sacharya has joined #openstack-ironic | 20:02 | |
| *** ukalifon1 has quit IRC | 20:09 | |
| *** Piet has joined #openstack-ironic | 20:10 | |
| *** ionutbalutoiu has quit IRC | 20:11 | |
| *** aginwala has quit IRC | 20:11 | |
| *** Marga_ has quit IRC | 20:12 | |
| *** lekha has joined #openstack-ironic | 20:22 | |
| *** Ng has joined #openstack-ironic | 20:23 | |
| *** BadCub has joined #openstack-ironic | 20:24 | |
| *** cppforlife_ has joined #openstack-ironic | 20:26 | |
| *** kozhukalov_ has quit IRC | 20:37 | |
| *** aginwala has joined #openstack-ironic | 20:38 | |
| *** absubram has quit IRC | 20:41 | |
| *** rajathagasthya has joined #openstack-ironic | 20:43 | |
| *** HimanshuGarg has quit IRC | 20:44 | |
| openstackgerrit | Merged openstack/ironic: Sync ironic.conf sample https://review.openstack.org/251322 | 20:45 |
| *** ramishra has joined #openstack-ironic | 20:48 | |
| *** alex_xu_ has quit IRC | 20:52 | |
| *** alex_xu has joined #openstack-ironic | 20:53 | |
| lucasagomes | devananda, http://docs.sqlalchemy.org/en/rel_0_8/faq.html#is-there-a-way-to-automagically-have-only-unique-keywords-or-other-kinds-of-objects-without-doing-a-query-for-the-keyword-and-getting-a-reference-to-the-row-containing-that-keyword | 20:53 |
| lucasagomes | :-/ | 20:53 |
| lucasagomes | will continue tomorrow | 20:54 |
| sinval | see you tomorrow folks | 20:56 |
| *** sinval is now known as sinval-afk | 20:56 | |
| *** Piet has quit IRC | 20:57 | |
| lucasagomes | night all ! | 20:57 |
| openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: WIP: Split the node's propeties attribute to it's own table https://review.openstack.org/252531 | 20:57 |
| *** lucasagomes is now known as lucas-dinner | 20:58 | |
| *** HimanshuGarg has joined #openstack-ironic | 21:00 | |
| thiagop | night lucas-dinner | 21:00 |
| *** zsmithnyc has joined #openstack-ironic | 21:07 | |
| *** aginwala has quit IRC | 21:08 | |
| *** Sukhdev has quit IRC | 21:08 | |
| *** HimanshuGarg has quit IRC | 21:10 | |
| *** aginwala has joined #openstack-ironic | 21:12 | |
| *** kozhukalov_ has joined #openstack-ironic | 21:12 | |
| zer0c00l | In gerrit there is a 'reply' and 'reply done' what is the difference? | 21:12 |
| zer0c00l | never mind https://stackoverflow.com/questions/20618771/what-does-reply-done-conventionally-mean-in-gerrit | 21:14 |
| zer0c00l | My replies shows up as 'draft' , does it mean others can see that? | 21:15 |
| *** romcheg1 has quit IRC | 21:16 | |
| *** romcheg1 has joined #openstack-ironic | 21:16 | |
| *** caiobo_ has quit IRC | 21:17 | |
| *** kkoski_ has quit IRC | 21:18 | |
| *** jaybeale has joined #openstack-ironic | 21:25 | |
| pas-ha | zer0c00l, you have to submit your comment. push the reply.. button in change overview, leave some general comments if you wish, then push send | 21:28 |
| pas-ha | don't forget to put +1 or -1 score, though 0 score is also quite acceptable | 21:29 |
| openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Use domain models of OneView as objects https://review.openstack.org/230988 | 21:31 |
| *** romcheg1 has quit IRC | 21:36 | |
| *** romcheg1 has joined #openstack-ironic | 21:37 | |
| *** pas-ha has quit IRC | 21:37 | |
| *** dolphm is now known as dolphm_418 | 21:38 | |
| openstackgerrit | John Stafford proposed openstack/bifrost: Polish install readme https://review.openstack.org/252636 | 21:40 |
| openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Implementing functions for dyn allocation https://review.openstack.org/252558 | 21:48 |
| *** jcoufal has joined #openstack-ironic | 21:57 | |
| *** yonglihe has quit IRC | 22:02 | |
| *** trown is now known as trown|outttypeww | 22:03 | |
| *** yonglihe has joined #openstack-ironic | 22:03 | |
| thiagop | guys, calling it a day | 22:06 |
| thiagop | see you tomorrow | 22:06 |
| *** thiagop has quit IRC | 22:06 | |
| *** aginwala has quit IRC | 22:08 | |
| *** kkoski has joined #openstack-ironic | 22:11 | |
| NobodyCam | ninght thiagop | 22:17 |
| *** caiobo_ has joined #openstack-ironic | 22:21 | |
| *** Sukhdev has joined #openstack-ironic | 22:25 | |
| *** mkovacik_ has quit IRC | 22:26 | |
| *** mkovacik_ has joined #openstack-ironic | 22:27 | |
| *** mkovacik_ has quit IRC | 22:27 | |
| *** rajathagasthya has quit IRC | 22:28 | |
| *** aginwala has joined #openstack-ironic | 22:29 | |
| *** rajathagasthya has joined #openstack-ironic | 22:39 | |
| *** rajathagasthya has quit IRC | 22:40 | |
| *** sacharya_ has joined #openstack-ironic | 22:49 | |
| *** sacharya has quit IRC | 22:52 | |
| *** yuanying has joined #openstack-ironic | 23:00 | |
| *** Nisha_away has joined #openstack-ironic | 23:04 | |
| *** baoli has quit IRC | 23:17 | |
| openstackgerrit | Nisha Agarwal proposed openstack/ironic: Update swift HTTPs information in ilo documentation https://review.openstack.org/240136 | 23:18 |
| *** baoli has joined #openstack-ironic | 23:18 | |
| *** rajathagasthya has joined #openstack-ironic | 23:24 | |
| *** baoli has quit IRC | 23:24 | |
| *** Marga_ has joined #openstack-ironic | 23:26 | |
| *** [1]cdearborn has quit IRC | 23:28 | |
| *** kkoski has quit IRC | 23:33 | |
| *** aginwala has quit IRC | 23:37 | |
| *** jaypipes has quit IRC | 23:38 | |
| *** aginwala has joined #openstack-ironic | 23:40 | |
| *** jaybeale has quit IRC | 23:40 | |
| *** smoriya_ has joined #openstack-ironic | 23:44 | |
| *** sacharya_ has quit IRC | 23:49 | |
| *** sacharya has joined #openstack-ironic | 23:50 | |
| *** dolphm_418 is now known as dolphm | 23:57 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!