*** Qiming has quit IRC | 00:04 | |
*** dsneddon has quit IRC | 00:06 | |
*** alanf-mc has joined #heat | 00:19 | |
*** david-lyle has quit IRC | 00:20 | |
*** sdake has quit IRC | 00:22 | |
*** EricGonczer_ has quit IRC | 00:28 | |
*** EricGonczer_ has joined #heat | 00:29 | |
*** daneyon has joined #heat | 00:38 | |
*** dsneddon has joined #heat | 00:42 | |
*** daneyon has quit IRC | 00:43 | |
*** kebray has quit IRC | 00:45 | |
*** LiJiansheng has joined #heat | 00:54 | |
*** pitr-ch has quit IRC | 01:04 | |
*** lee__ has joined #heat | 01:08 | |
*** Qiming has joined #heat | 01:09 | |
*** tobe has joined #heat | 01:09 | |
*** Qiming has quit IRC | 01:10 | |
*** Qiming has joined #heat | 01:11 | |
*** dims has quit IRC | 01:12 | |
*** Qiming_ has joined #heat | 01:12 | |
*** LiJiansheng has quit IRC | 01:12 | |
*** spzala has quit IRC | 01:13 | |
*** pm90_ has joined #heat | 01:14 | |
elynn | morning :) | 01:14 |
---|---|---|
*** Qiming has quit IRC | 01:16 | |
*** Qiming_ is now known as Qiming | 01:23 | |
*** jamielennox|away is now known as jamielennox | 01:23 | |
*** spzala has joined #heat | 01:24 | |
*** alanf-mc has quit IRC | 01:27 | |
*** EricGonczer_ has quit IRC | 01:31 | |
*** spzala has quit IRC | 01:34 | |
*** david-lyle has joined #heat | 01:35 | |
*** pm90_ has quit IRC | 01:35 | |
*** pm90_ has joined #heat | 01:36 | |
asalkeld | stevebaker: re: your total_resources() | 01:41 |
stevebaker | asalkeld: yep | 01:41 |
asalkeld | not sure how that will work in the validate() as it's not in the db at that point | 01:41 |
asalkeld | this check is in the validate from what i can see | 01:42 |
stevebaker | asalkeld: if nothing is in the database it will return zero resources | 01:42 |
asalkeld | so the validation is pointless? | 01:42 |
asalkeld | the validate is done before stack.store() | 01:43 |
asalkeld | on option is to move the whole check to the create/update | 01:43 |
asalkeld | remove it out of the validate | 01:43 |
stevebaker | I assume for a deeply nested stack, there will be parent stacks and resources in db for stack create, and for stack-update everything will be pre-existing in db | 01:43 |
asalkeld | so stevebaker sure, but you will need to remove it out of the validate | 01:44 |
stevebaker | asalkeld: I think we should completely rethink this validation in liberty, the more I think about it the more bogus it seems. For now we just need something which can be backported to Kilo so total_resources doesn't use all the memory on all the engines | 01:45 |
asalkeld | but it will break the validation | 01:45 |
asalkeld | atm, it is only done pre-create/update | 01:45 |
*** EricGonczer_ has joined #heat | 01:47 | |
*** EricGonczer_ has quit IRC | 01:48 | |
*** erkules has quit IRC | 01:50 | |
*** erkules_ has joined #heat | 01:50 | |
*** EricGonczer_ has joined #heat | 01:51 | |
stevebaker | asalkeld: yeah, ok. See if you can find where this could be done instead of validate and add an inline comment | 01:51 |
*** EricGonczer_ has quit IRC | 01:52 | |
asalkeld | stevebaker: just before call to the remote stack.create/update | 01:52 |
*** Yanyanhu has joined #heat | 01:53 | |
asalkeld | stevebaker: actually just after storing a resource | 01:54 |
asalkeld | forget about nested stacks | 01:54 |
asalkeld | resource is really what we are trying to count | 01:54 |
stevebaker | asalkeld: that could be much more expensive, all those queries after every resource store. | 01:55 |
asalkeld | ok, needs more thought | 01:56 |
openstackgerrit | Merged openstack/heat: Remove deprecated nova_utils https://review.openstack.org/185038 | 02:02 |
openstackgerrit | Merged openstack/heat: Remove deprecated parser module https://review.openstack.org/185040 | 02:04 |
stevebaker | asalkeld: actually, follow the call chain up from StackResource._validate_nested_resources. It is not only called from validate, also from create_with_template, update_with_template. Which means it should eventually be called with db stored stacks and resources | 02:04 |
asalkeld | ok | 02:05 |
stevebaker | (which means its likely being called too often, but that is another issue :) | 02:08 |
openstackgerrit | Miguel Grinberg proposed openstack/heat: Added documentation on resource contributions https://review.openstack.org/185821 | 02:15 |
asalkeld | miguelgrinberg: https://review.openstack.org/#/c/185822/1/specs/user-events.rst | 02:22 |
miguelgrinberg | asalkeld: nice! I'll give it a review and also bring it up at the API-WG meeting later in the week. | 02:24 |
*** daneyon has joined #heat | 02:27 | |
asalkeld | miguelgrinberg: probably needs a bit more work first | 02:27 |
asalkeld | I'll update asap | 02:27 |
*** EricGonczer_ has joined #heat | 02:28 | |
*** daneyon has quit IRC | 02:31 | |
miguelgrinberg | asalkeld: not sure I like making it a non-authenticated service. | 02:32 |
*** david-lyle has quit IRC | 02:33 | |
asalkeld | miguelgrinberg: no point doing auth | 02:37 |
asalkeld | there is no content of relavance | 02:37 |
miguelgrinberg | asalkeld: I understand your reasoning, but I think leaking resource URLs publicly is not a good idea. Certainly not a direct security threat, but the more info you share openly the greater the risk. | 02:39 |
asalkeld | meh | 02:39 |
miguelgrinberg | :) | 02:39 |
asalkeld | they are links that need authentication | 02:39 |
asalkeld | also then we will need expensive ssl tcp connections | 02:39 |
miguelgrinberg | asalkeld: yes, I see the attractiveness of an open API. | 02:42 |
*** EricGonczer_ has quit IRC | 02:42 | |
miguelgrinberg | asalkeld: oh, you referenced my Flask-SocketIO extension. Bonus points just for that. :-) | 02:43 |
asalkeld | ha | 02:44 |
asalkeld | miguelgrinberg: bonus points for you if you get python 3 support and eventlet support | 02:44 |
miguelgrinberg | asalkeld: unlikely it'll work on Py3 anytime soon | 02:44 |
asalkeld | :-( | 02:44 |
miguelgrinberg | it basically means rewriting the socket.io protocol from scratch | 02:45 |
miguelgrinberg | in a Py2/Py3 compatible way | 02:45 |
miguelgrinberg | the project I'm using for protocol is based on gevent, and gevent's port to Py3 appears to have stalled | 02:46 |
asalkeld | miguelgrinberg: any other suggestions on library to use? | 02:50 |
asalkeld | http://autobahn.ws/python/ | 02:50 |
asalkeld | i played with that ^, it is nice | 02:51 |
asalkeld | not sure how it will integrate with the clients tho' | 02:51 |
*** gokrokve has joined #heat | 02:52 | |
miguelgrinberg | asalkeld: unfortunately there is nothing for Flask that I know about, or Django either. I haven't used autobahn, but it does look nice. | 02:52 |
*** kebray has joined #heat | 02:53 | |
*** kebray has quit IRC | 02:53 | |
*** huangtianhua has quit IRC | 02:53 | |
*** tiantian has joined #heat | 02:54 | |
miguelgrinberg | asalkeld: but note that WebSocket != Socket.IO. WebSocket is just the pipe, Socket.IO is nice because it adds stuff on top, and can also work with long polling if the client doesn't have socket support. | 02:54 |
asalkeld | ok | 02:54 |
miguelgrinberg | I would like to write a modern Socket.IO client one day, but it is a somewhat large effort, not enough time. | 02:55 |
asalkeld | i tried different client and server libs and they don't always work too:-( | 02:55 |
asalkeld | just updated the spec btw | 02:56 |
miguelgrinberg | ok, I have a couple of comments in my review, I'll submit shortly | 02:56 |
*** pm90_ has quit IRC | 02:57 | |
*** spzala has joined #heat | 02:58 | |
asalkeld | ta | 02:58 |
*** lee__ has quit IRC | 03:02 | |
asalkeld | brb: lunch | 03:03 |
*** Drago has quit IRC | 03:03 | |
*** gokrokve has quit IRC | 03:06 | |
*** gokrokve has joined #heat | 03:07 | |
*** kebray has joined #heat | 03:08 | |
*** tobe has quit IRC | 03:08 | |
*** gokrokve has quit IRC | 03:11 | |
*** david-lyle has joined #heat | 03:11 | |
*** spzala has quit IRC | 03:12 | |
*** Raj1 has joined #heat | 03:20 | |
*** tobe has joined #heat | 03:26 | |
openstackgerrit | huangtianhua proposed openstack/heat: Should raise error if hook is invalid https://review.openstack.org/183409 | 03:27 |
openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 03:31 |
*** serg_melikyan has joined #heat | 03:37 | |
*** Raj1 has quit IRC | 03:40 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Use own network 'heat-net' for integration_tests https://review.openstack.org/185400 | 03:44 |
openstackgerrit | Steve Baker proposed openstack/python-heatclient: Update hacking version to fix pep8 gate job https://review.openstack.org/185834 | 03:46 |
openstackgerrit | huangtianhua proposed openstack/heat: Raise HTTPBadRequest instead of ValueError for API validation https://review.openstack.org/178494 | 03:48 |
openstackgerrit | huangtianhua proposed openstack/heat: Add and apply cinder backup constraint https://review.openstack.org/183433 | 03:48 |
*** tobe has quit IRC | 03:58 | |
*** achanda has joined #heat | 04:02 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Use own network 'heat-net' for integration_tests https://review.openstack.org/185400 | 04:10 |
openstackgerrit | Merged openstack/heat: Do not pass rich objects in Swift Container https://review.openstack.org/185429 | 04:15 |
*** daneyon has joined #heat | 04:15 | |
*** links has joined #heat | 04:15 | |
*** KanagarajM has joined #heat | 04:20 | |
*** daneyon has quit IRC | 04:20 | |
KanagarajM | good morning all ! | 04:20 |
stevebaker | KanagarajM: afternoon! | 04:22 |
KanagarajM | stevebaker: good afternoon :-) | 04:23 |
*** dsneddon has quit IRC | 04:26 | |
*** serg_melikyan has quit IRC | 04:27 | |
*** serg_melikyan has joined #heat | 04:28 | |
*** serg_melikyan has quit IRC | 04:32 | |
openstackgerrit | Merged openstack/heat: Add network uuid to server networks attribute https://review.openstack.org/171534 | 04:34 |
*** tobe has joined #heat | 04:34 | |
*** gokrokve has joined #heat | 04:56 | |
KanagarajM | asalkeld: hi, for the keystone template https://review.openstack.org/#/c/181619/, do you want to place under heat-templates/hot folder instead of contrib ? | 05:00 |
openstackgerrit | Merged openstack/heat: Raise HTTPBadRequest instead of ValueError for API validation https://review.openstack.org/178494 | 05:04 |
openstackgerrit | Merged openstack/heat: Remove deprecated resolve_runtime_data https://review.openstack.org/185047 | 05:04 |
*** tobe has quit IRC | 05:04 | |
openstackgerrit | Merged openstack/heat: Add attribute type for aws resources https://review.openstack.org/182169 | 05:04 |
*** ParsectiX has quit IRC | 05:13 | |
*** gokrokve has quit IRC | 05:14 | |
*** sdake has joined #heat | 05:18 | |
*** pitr-ch has joined #heat | 05:18 | |
*** tiantian has quit IRC | 05:18 | |
asalkeld | KanagarajM: yes | 05:19 |
*** achanda has quit IRC | 05:19 | |
KanagarajM | asalkeld: sure. i will do it. thanks. | 05:22 |
*** LimorStotland has joined #heat | 05:22 | |
openstackgerrit | Praveen Yalagandula proposed openstack/heat: neutron loadbalancer resource: provider property https://review.openstack.org/185197 | 05:34 |
*** sdake has quit IRC | 05:40 | |
*** pitr-ch has quit IRC | 05:43 | |
*** LimorStotland has quit IRC | 05:44 | |
*** rakesh_hs has joined #heat | 05:48 | |
*** multi_io has quit IRC | 05:49 | |
*** tobe has joined #heat | 05:50 | |
*** pitr-ch has joined #heat | 05:50 | |
*** multi_io has joined #heat | 05:51 | |
*** achanda has joined #heat | 05:52 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Use own network 'heat-net' for integration_tests https://review.openstack.org/185400 | 05:53 |
*** inc0 has joined #heat | 05:54 | |
inc0 | good mornig | 05:58 |
*** achanda_ has joined #heat | 05:58 | |
*** achanda has quit IRC | 05:59 | |
*** multi_io has quit IRC | 05:59 | |
*** pas-ha has joined #heat | 06:01 | |
*** multi_io has joined #heat | 06:01 | |
*** e0ne has joined #heat | 06:01 | |
pas-ha | Morning all :-) | 06:02 |
*** daneyon has joined #heat | 06:04 | |
*** MasterPiece has quit IRC | 06:06 | |
*** daneyon has quit IRC | 06:09 | |
*** e0ne has quit IRC | 06:11 | |
asalkeld | hi pas-ha | 06:14 |
*** achanda_ has quit IRC | 06:15 | |
*** stevebaker has quit IRC | 06:16 | |
*** stevebaker has joined #heat | 06:16 | |
*** hdd has joined #heat | 06:19 | |
*** tobe has quit IRC | 06:20 | |
miguelgrinberg | stevebaker: Hi, in the discussion about moving the contrib plugins last week, did we say anything about what to do with their tests? | 06:21 |
miguelgrinberg | sounds like we want to merge those into the main suite so that we don't lose them? | 06:21 |
openstackgerrit | Merged openstack/heat: Remove TaskRunner from Volume resources https://review.openstack.org/154977 | 06:22 |
*** jprovazn has joined #heat | 06:24 | |
*** tlashchova_ has joined #heat | 06:26 | |
*** huangtianhua has joined #heat | 06:28 | |
*** skraynev_ has joined #heat | 06:29 | |
*** stevebaker has quit IRC | 06:30 | |
*** kebray_ has joined #heat | 06:32 | |
*** stevebaker has joined #heat | 06:33 | |
*** rakesh_hs_ has joined #heat | 06:33 | |
*** shardy has joined #heat | 06:35 | |
*** kebray has quit IRC | 06:36 | |
*** hdd has quit IRC | 06:36 | |
*** rakesh_hs has quit IRC | 06:36 | |
*** rakesh_hs_ has quit IRC | 06:37 | |
*** tobe has joined #heat | 06:38 | |
shardy | morning all | 06:39 |
*** rakesh_hs has joined #heat | 06:43 | |
inc0 | good morning shardy | 06:44 |
*** tspatzier has joined #heat | 06:49 | |
*** Murali has joined #heat | 06:50 | |
*** LimorStotland has joined #heat | 06:52 | |
*** prazumovsky has joined #heat | 06:53 | |
stevebaker | miguelgrinberg: yes, unit tests will need to come over too, and be improved if necessary | 06:57 |
stevebaker | meeting time! | 07:00 |
pas-ha | Meeting? | 07:00 |
mattt | bit early :P | 07:02 |
*** achanda has joined #heat | 07:02 | |
*** LimorStotland has quit IRC | 07:16 | |
*** LimorStotland has joined #heat | 07:16 | |
*** ifarkas has joined #heat | 07:17 | |
*** jtomasek has quit IRC | 07:23 | |
*** stevebaker has quit IRC | 07:24 | |
*** stevebaker has joined #heat | 07:24 | |
*** rakesh_hs_ has joined #heat | 07:27 | |
*** pbrooko has joined #heat | 07:31 | |
*** rakesh_hs has quit IRC | 07:31 | |
*** pbrooko has quit IRC | 07:32 | |
*** achanda has quit IRC | 07:36 | |
*** tobe has quit IRC | 07:37 | |
*** achanda has joined #heat | 07:38 | |
*** dims has joined #heat | 07:38 | |
*** tobe has joined #heat | 07:38 | |
*** pbrooko has joined #heat | 07:41 | |
*** KanagarajM has quit IRC | 07:42 | |
*** BManojlovic has joined #heat | 07:42 | |
*** ananta_ has joined #heat | 07:43 | |
*** dims has quit IRC | 07:44 | |
*** chlong has quit IRC | 07:45 | |
*** kairat_kushaev has quit IRC | 07:45 | |
*** achanda has quit IRC | 07:47 | |
*** kairat_kushaev has joined #heat | 07:48 | |
*** pshchelo has joined #heat | 07:50 | |
*** jistr has joined #heat | 07:52 | |
*** pas-ha has quit IRC | 07:53 | |
*** daneyon has joined #heat | 07:53 | |
*** dsneddon has joined #heat | 07:56 | |
openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 07:57 |
*** daneyon has quit IRC | 07:58 | |
*** skraynev_ has quit IRC | 07:59 | |
*** achanda has joined #heat | 08:00 | |
*** kebray_ has quit IRC | 08:03 | |
*** pshchelo has quit IRC | 08:04 | |
openstackgerrit | Merged openstack/python-heatclient: Update hacking version to fix pep8 gate job https://review.openstack.org/185834 | 08:06 |
openstackgerrit | huangtianhua proposed openstack/heat: Add and apply cinder backup constraint https://review.openstack.org/183433 | 08:06 |
inc0 | shardy, therve soo...how I'll go ahead and write specs for max_resources_per_stack = -1 => unlimited? | 08:11 |
inc0 | how about* | 08:11 |
shardy | inc0: I'm not sure it really warrants a spec? | 08:11 |
inc0 | yeah...its like 3 lines of code anyway | 08:12 |
shardy | personally I'd just write the patch and tag it Related-Bug or Partial-Bug for the memory usage bug | 08:12 |
inc0 | ok, I'll do that | 08:12 |
inc0 | do we want to default to -1? | 08:12 |
shardy | e.g bug 1455589 | 08:12 |
openstack | bug 1455589 in heat "Memory use is quadratic in the number of stacks" [High,In progress] https://launchpad.net/bugs/1455589 - Assigned to Steve Baker (steve-stevebaker) | 08:12 |
*** ananta__ has joined #heat | 08:13 | |
*** e0ne has joined #heat | 08:15 | |
*** yassine_ has joined #heat | 08:15 | |
*** KanagarajM has joined #heat | 08:16 | |
*** huangtianhua has quit IRC | 08:18 | |
*** huangtianhua has joined #heat | 08:18 | |
*** e0ne has quit IRC | 08:19 | |
*** alexheneveld has joined #heat | 08:20 | |
*** ananta_ has quit IRC | 08:20 | |
*** ananta__ has quit IRC | 08:20 | |
*** ananta_ has joined #heat | 08:21 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-templates: Sample template for Keystone Service and Endpoint https://review.openstack.org/181619 | 08:22 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Delete deprecated old-style client access https://review.openstack.org/185049 | 08:27 |
*** blues-man has joined #heat | 08:39 | |
openstackgerrit | Thomas Herve proposed openstack/heat-templates: Add support for zaqar in heat-config-notify https://review.openstack.org/185883 | 08:40 |
*** tobe has quit IRC | 08:42 | |
*** erkules_ is now known as erkules | 08:42 | |
*** erkules has quit IRC | 08:42 | |
*** erkules has joined #heat | 08:42 | |
*** DaveJ__ has joined #heat | 08:43 | |
*** tobe has joined #heat | 08:43 | |
*** shardy_ has joined #heat | 08:55 | |
*** shardy has quit IRC | 08:57 | |
*** melisha has quit IRC | 08:58 | |
*** achanda has quit IRC | 08:58 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Backup new resource as soon as posible https://review.openstack.org/184026 | 09:00 |
*** lifeless has quit IRC | 09:00 | |
*** lifeless_ has joined #heat | 09:00 | |
*** shardy_ has quit IRC | 09:01 | |
*** daneyon has joined #heat | 09:01 | |
*** shardy has joined #heat | 09:01 | |
*** daneyon has quit IRC | 09:06 | |
*** zzxwill has joined #heat | 09:12 | |
zzxwill | Can we change a stack's stack_status to 'Update Complete' though it is current status is 'Update failed'? | 09:14 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/heat: Unlimited default to max_resources_per_stack https://review.openstack.org/185894 | 09:14 |
shardy | zzxwill: Yes, run stack-update again after fixing whatever caused the update to fail | 09:15 |
*** ekarlso has quit IRC | 09:16 | |
zzxwill | Shardy: you are correct! Thanks. But can I update its status directly without fixing any thing? like update db or something else? | 09:18 |
shardy | zzxwill: You could, but I would not reccomend it | 09:19 |
*** e0ne has joined #heat | 09:23 | |
*** e0ne is now known as e0ne_ | 09:23 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share https://review.openstack.org/171806 | 09:24 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement update for Manila::Share https://review.openstack.org/171845 | 09:25 |
*** jtomasek has joined #heat | 09:27 | |
zzxwill | shardy: Yes, it's a just workaround for me to test volume update in heat resource plugin as provsiong a new stack takes long. | 09:27 |
zzxwill | Shardy: could you please show me how to? | 09:27 |
zzxwill | If the statck's status is "create failed" or 'update failed', my volume update method handel_update won't be triggered. | 09:28 |
*** shardy_ has joined #heat | 09:28 | |
*** tlashchova_ has quit IRC | 09:28 | |
*** shardy has quit IRC | 09:30 | |
*** KanagarajM_ has joined #heat | 09:30 | |
*** e0ne_ is now known as e0ne | 09:31 | |
*** dsneddon is now known as dsneddon_zzz | 09:32 | |
*** KanagarajM_ has quit IRC | 09:32 | |
*** KanagarajM_ has joined #heat | 09:33 | |
*** shardy_ has quit IRC | 09:34 | |
*** shardy has joined #heat | 09:34 | |
*** KanagarajM has quit IRC | 09:34 | |
*** derekh has joined #heat | 09:37 | |
*** dsneddon_zzz has quit IRC | 09:44 | |
*** LimorStotland has quit IRC | 09:46 | |
*** pas-ha has joined #heat | 09:55 | |
*** ashishjain_ has joined #heat | 09:57 | |
ashishjain_ | hi | 09:57 |
*** pbrooko has quit IRC | 09:59 | |
*** ashishjain has joined #heat | 10:00 | |
ashishjain | Hi | 10:00 |
ashishjain | I am using the following command as an admin user - "heat stack-list -g" to list all the stack | 10:00 |
ashishjain | But somehow I get a 403 error | 10:00 |
ashishjain | Does it require some changes to policy.json? | 10:00 |
*** ashishjain_ has quit IRC | 10:02 | |
pas-ha | ashishjain, yes, currently the default policy is AFAIK to allow noone - https://github.com/openstack/heat/blob/master/etc/heat/policy.json#L45 | 10:03 |
ashishjain | pas-ha: I want to list all the stacks while I am logged in as an admin user. I am using Juno. How do I go about it? Is modifying policy.json a good practice? | 10:05 |
*** alexheneveld has quit IRC | 10:05 | |
*** dims has joined #heat | 10:09 | |
*** achanda has joined #heat | 10:09 | |
*** Qiming has quit IRC | 10:09 | |
*** tsandall has quit IRC | 10:11 | |
*** tsandall has joined #heat | 10:12 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add share netwok resource for manila https://review.openstack.org/175862 | 10:13 |
ashishjain | pas-has: What is the change I shall make to the policy.json to make this work? | 10:15 |
*** Yanyanhu has quit IRC | 10:17 | |
*** pitr-ch has quit IRC | 10:19 | |
*** pbrooko has joined #heat | 10:20 | |
*** alexheneveld has joined #heat | 10:22 | |
*** LimorStotland has joined #heat | 10:24 | |
zzxwill | Sharby: Any solution, please? | 10:28 |
*** pbrooko has quit IRC | 10:32 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add share netwok resource for manila https://review.openstack.org/175862 | 10:38 |
*** akuznetsova has quit IRC | 10:39 | |
*** zzxwill has quit IRC | 10:39 | |
*** akuznetsova has joined #heat | 10:39 | |
*** LiJiansheng has joined #heat | 10:45 | |
*** pbrooko has joined #heat | 10:47 | |
*** pbrooko has quit IRC | 10:48 | |
*** daneyon has joined #heat | 10:50 | |
*** pbrooko has joined #heat | 10:52 | |
*** daneyon has quit IRC | 10:55 | |
*** blues-man has quit IRC | 10:59 | |
*** ananta_ has quit IRC | 11:06 | |
*** Qiming has joined #heat | 11:08 | |
*** vijayagurug has joined #heat | 11:09 | |
*** melisha has joined #heat | 11:11 | |
openstackgerrit | Merged openstack/heat-templates: Adding output section to templates https://review.openstack.org/178520 | 11:11 |
*** achanda has quit IRC | 11:20 | |
*** achanda has joined #heat | 11:25 | |
*** e0ne is now known as e0ne_ | 11:26 | |
*** openstack has joined #heat | 11:38 | |
*** cody-somerville has joined #heat | 11:38 | |
*** huangtianhua has quit IRC | 11:42 | |
*** tobe has joined #heat | 11:52 | |
*** tobe has quit IRC | 11:56 | |
*** tochi has quit IRC | 11:57 | |
*** tobe has joined #heat | 11:57 | |
pas-ha | ashishjain, I would try changing that line in policy to rule:context_is_admin | 12:00 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add share netwok resource for manila https://review.openstack.org/175862 | 12:03 |
*** ashishjain has quit IRC | 12:05 | |
openstackgerrit | Ishant Tyagi proposed openstack/heat: Update wsgi.py to support reload from conf on SIGHUP https://review.openstack.org/184768 | 12:07 |
*** e0ne is now known as e0ne_ | 12:09 | |
*** e0ne_ is now known as e0ne | 12:14 | |
*** blues-man has joined #heat | 12:14 | |
*** alexheneveld has quit IRC | 12:16 | |
*** blues-man has quit IRC | 12:16 | |
*** blues-man has joined #heat | 12:16 | |
*** EricGonczer_ has joined #heat | 12:18 | |
*** achanda has quit IRC | 12:20 | |
*** rpothier has joined #heat | 12:22 | |
*** blomquisg has joined #heat | 12:23 | |
*** KanagarajM_ has quit IRC | 12:23 | |
*** ashishjain has joined #heat | 12:27 | |
*** dims has quit IRC | 12:31 | |
*** dims has joined #heat | 12:32 | |
*** vijayagurug has quit IRC | 12:38 | |
*** alexheneveld has joined #heat | 12:39 | |
*** daneyon has joined #heat | 12:39 | |
*** EricGonczer_ has quit IRC | 12:42 | |
openstackgerrit | Ishant Tyagi proposed openstack/heat: Add attribute type for openstack resources https://review.openstack.org/182255 | 12:42 |
*** daneyon has quit IRC | 12:44 | |
*** jprovazn has quit IRC | 12:45 | |
openstackgerrit | Thomas Herve proposed openstack/heat: Use Zaqar for software-config transport https://review.openstack.org/185093 | 12:51 |
openstackgerrit | Thomas Herve proposed openstack/heat: Move zaqar client into main tree https://review.openstack.org/185507 | 12:51 |
*** ashishjain has quit IRC | 12:53 | |
*** jruano has joined #heat | 12:56 | |
*** blomquisg has quit IRC | 12:59 | |
*** blomquisg has joined #heat | 13:04 | |
*** radez_g0n3 is now known as radez | 13:13 | |
*** shardy_ has joined #heat | 13:14 | |
*** shardy has quit IRC | 13:15 | |
*** jprovazn has joined #heat | 13:17 | |
*** shardy_ has quit IRC | 13:19 | |
*** shardy has joined #heat | 13:20 | |
*** mwheckmann has joined #heat | 13:21 | |
*** rakesh_hs_ has quit IRC | 13:21 | |
*** dyasny has joined #heat | 13:21 | |
*** inc0_ has joined #heat | 13:28 | |
*** sdake_ has joined #heat | 13:31 | |
*** inc0 has quit IRC | 13:31 | |
*** mwheckmann has quit IRC | 13:33 | |
*** jtomasek has quit IRC | 13:34 | |
*** links has quit IRC | 13:41 | |
*** serg_melikyan has joined #heat | 13:42 | |
*** pm90_ has joined #heat | 13:43 | |
*** sdake has joined #heat | 13:47 | |
*** pm90__ has joined #heat | 13:47 | |
*** pm90_ has quit IRC | 13:48 | |
*** jtomasek has joined #heat | 13:50 | |
*** sdake_ has quit IRC | 13:51 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add NoOp dogpile cache backend https://review.openstack.org/185997 | 13:55 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add memcache backend for dogpile cache https://review.openstack.org/185998 | 13:55 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add dogpile cache core and turn on caching https://review.openstack.org/185999 | 13:55 |
*** pm90__ has quit IRC | 14:00 | |
*** daneyon has joined #heat | 14:00 | |
*** pm90_ has joined #heat | 14:00 | |
*** chlong has joined #heat | 14:05 | |
*** LiJiansheng has quit IRC | 14:09 | |
*** EricGonczer_ has joined #heat | 14:10 | |
*** serg_melikyan has quit IRC | 14:13 | |
*** tobe has quit IRC | 14:15 | |
*** blomquisg has quit IRC | 14:18 | |
*** serg_melikyan has joined #heat | 14:20 | |
therve | tlashchova, I added tests to https://review.openstack.org/#/c/185507/ | 14:20 |
*** mwheckmann has joined #heat | 14:24 | |
*** ashishjain has joined #heat | 14:25 | |
*** blomquisg has joined #heat | 14:25 | |
*** bnemec has quit IRC | 14:30 | |
*** ashishjain has quit IRC | 14:32 | |
*** inc0__ has joined #heat | 14:34 | |
*** bnemec has joined #heat | 14:35 | |
*** dims has quit IRC | 14:35 | |
*** daneyon_ has joined #heat | 14:37 | |
*** inc0_ has quit IRC | 14:37 | |
*** daneyon has quit IRC | 14:40 | |
*** achanda has joined #heat | 14:40 | |
*** EricGonczer_ has quit IRC | 14:41 | |
*** vijendar has joined #heat | 14:42 | |
*** zzxwill has quit IRC | 14:46 | |
*** Raj1 has joined #heat | 14:48 | |
*** achanda has quit IRC | 14:52 | |
*** melisha has quit IRC | 14:54 | |
*** dims_ has joined #heat | 14:55 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement update for Manila::Share https://review.openstack.org/171845 | 14:56 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share https://review.openstack.org/171806 | 14:56 |
*** mwheckmann has quit IRC | 14:59 | |
*** gokrokve has joined #heat | 14:59 | |
*** dsneddon has joined #heat | 15:00 | |
*** mwheckmann has joined #heat | 15:04 | |
*** Raj1 has quit IRC | 15:05 | |
*** Raj1 has joined #heat | 15:05 | |
*** melisha has joined #heat | 15:05 | |
*** kebray has joined #heat | 15:11 | |
*** e0ne is now known as e0ne_ | 15:13 | |
*** pbrooko has quit IRC | 15:14 | |
*** tobe has joined #heat | 15:15 | |
*** spzala has joined #heat | 15:19 | |
*** tobe has quit IRC | 15:20 | |
*** tspatzier has quit IRC | 15:20 | |
*** cody-somerville has quit IRC | 15:21 | |
*** e0ne_ is now known as e0ne | 15:22 | |
*** Qiming has quit IRC | 15:24 | |
*** Murali has quit IRC | 15:26 | |
*** gokrokve has quit IRC | 15:27 | |
*** gokrokve has joined #heat | 15:28 | |
*** ifarkas has quit IRC | 15:29 | |
*** alexheneveld has quit IRC | 15:30 | |
*** alexheneveld_ has joined #heat | 15:30 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Use network 'heat-net' for integration_tests https://review.openstack.org/185400 | 15:31 |
*** gokrokve has quit IRC | 15:32 | |
*** EricGonczer_ has joined #heat | 15:33 | |
*** LimorStotland has quit IRC | 15:33 | |
*** zzxwill has joined #heat | 15:36 | |
*** ParsectiX has joined #heat | 15:37 | |
*** mwheckmann has quit IRC | 15:38 | |
*** pbrooko has joined #heat | 15:40 | |
inc0__ | guys, any way I can get normal traceback rather than oslo_messaging.rpc.dispatcher.ExpectedException while running tests? | 15:40 |
*** Drago has joined #heat | 15:42 | |
*** Drago has quit IRC | 15:42 | |
*** Drago has joined #heat | 15:42 | |
*** gokrokve has joined #heat | 15:42 | |
*** sabeen1 has joined #heat | 15:43 | |
zaneb | inc0__: which tests specifically? | 15:44 |
*** mwheckmann has joined #heat | 15:44 | |
inc0__ | test_engine_service.test_stack_create_AuthorizationFailure for example | 15:44 |
inc0__ | I mean not this one specifically, but I've mimicked its way to create stack for tests and I got validation error somewhere | 15:45 |
inc0__ | I've digged deep via ipdb to find out that this fails glance image constraint | 15:45 |
*** sabeen3 has joined #heat | 15:46 | |
inc0__ | but this was covered by expected exception so I get nothing back | 15:46 |
inc0__ | and I'm afraid that other tests may be useless because of that - there is lot of assertRaises ExpectedException - so we really don't test if correct raise appears | 15:47 |
*** sabeen1 has quit IRC | 15:47 | |
zaneb | it happens in the @request_context decorator | 15:47 |
*** serg_melikyan has quit IRC | 15:48 | |
zaneb | so hard to change for tests | 15:48 |
zaneb | but you should be able to get the original exception out of the object | 15:49 |
inc0__ | I'll check this out, thanks | 15:49 |
*** EricGonczer_ has quit IRC | 15:49 | |
inc0__ | still, I'm kinda uneasy that our tests might be wrong | 15:49 |
zaneb | every test I see in test_engine_service.py is doing that | 15:49 |
inc0__ | exactly, and it really means nothing | 15:50 |
zaneb | ex = self.assertRaises(dispatcher.ExpectedException, | 15:50 |
zaneb | self._test_stack_create, stack_name) | 15:50 |
zaneb | self.assertEqual(exception.RequestLimitExceeded, ex.exc_info[0]) | 15:50 |
zaneb | seems pretty clear to me | 15:50 |
zaneb | oh, test_stack_create_AuthorizationFailure is missing that check, you're right | 15:51 |
zaneb | so that one is a bug | 15:51 |
*** ParsectiX has quit IRC | 15:51 | |
inc0__ | there are few more, but I guess its just a few | 15:52 |
zaneb | I see ~4 | 15:52 |
inc0__ | worth filing a bug? | 15:52 |
zaneb | or just fixing :) | 15:52 |
inc0__ | let me finish with this one:P | 15:53 |
inc0__ | 1 bug at the time;) | 15:53 |
zaneb | if it turns out something is actually broken, then file a bug too | 15:53 |
zaneb | if we're just not testing enough, just fix it | 15:53 |
*** soukihei has joined #heat | 15:53 | |
zaneb | imho | 15:53 |
*** lifeless_ is now known as lifeless | 15:53 | |
inc0__ | ok | 15:54 |
*** barra204 has quit IRC | 15:54 | |
*** soukihei has quit IRC | 15:55 | |
*** pbrooko_ has joined #heat | 15:58 | |
*** alanf-mc has joined #heat | 15:59 | |
*** pbrooko has quit IRC | 16:00 | |
*** tspatzier has joined #heat | 16:04 | |
openstackgerrit | Merged openstack/python-heatclient: Add stack tag filtering options to stack-list https://review.openstack.org/183679 | 16:07 |
*** BManojlovic has quit IRC | 16:07 | |
*** jistr has quit IRC | 16:07 | |
*** dsneddon has quit IRC | 16:07 | |
*** ashishjain has joined #heat | 16:08 | |
*** alanf-mc_ has joined #heat | 16:09 | |
*** alanf-mc_ has quit IRC | 16:11 | |
*** alanf-mc has quit IRC | 16:11 | |
*** alanf-mc has joined #heat | 16:12 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Move check_active to nova client plugin https://review.openstack.org/186063 | 16:13 |
*** tspatzier__ has joined #heat | 16:13 | |
*** tspatzier has quit IRC | 16:14 | |
*** hdd has joined #heat | 16:16 | |
*** achanda has joined #heat | 16:17 | |
*** pas-ha has quit IRC | 16:18 | |
*** gokrokve has quit IRC | 16:19 | |
*** gokrokve has joined #heat | 16:19 | |
*** vahidh has joined #heat | 16:20 | |
*** gokrokve has quit IRC | 16:21 | |
*** derekh_ has joined #heat | 16:21 | |
*** derekh has quit IRC | 16:25 | |
*** crose has joined #heat | 16:27 | |
*** pbrooko_ has quit IRC | 16:31 | |
tlashchova | therve, I meant to test zaqar client in https://github.com/openstack/heat/blob/master/heat/tests/test_clients.py like other clients | 16:37 |
*** daneyon_ has quit IRC | 16:38 | |
*** tspatzier___ has joined #heat | 16:40 | |
*** tspatzier__ has quit IRC | 16:43 | |
*** jtomasek has quit IRC | 16:43 | |
*** kitch_ has joined #heat | 16:43 | |
*** blues-man has quit IRC | 16:43 | |
*** radez is now known as radez_g0n3 | 16:48 | |
*** alanf-mc has quit IRC | 16:52 | |
*** alanf-mc has joined #heat | 16:53 | |
*** ashishjain has quit IRC | 16:56 | |
*** kitch_ has quit IRC | 16:58 | |
*** Raj1 has quit IRC | 16:59 | |
*** kitch has joined #heat | 16:59 | |
*** kebray has quit IRC | 17:00 | |
*** shardy has quit IRC | 17:03 | |
*** kebray has joined #heat | 17:04 | |
*** tobe has joined #heat | 17:04 | |
*** crose has quit IRC | 17:06 | |
*** mwheckmann has quit IRC | 17:07 | |
*** daneyon has joined #heat | 17:08 | |
*** daneyon_ has joined #heat | 17:09 | |
*** tobe has quit IRC | 17:09 | |
*** alexheneveld_ has quit IRC | 17:09 | |
*** daneyon has quit IRC | 17:13 | |
*** sdake_ has joined #heat | 17:14 | |
*** alanf-mc has quit IRC | 17:14 | |
*** alanf-mc has joined #heat | 17:16 | |
inc0__ | zaneb, about unlimited | 17:16 |
*** e0ne is now known as e0ne_ | 17:16 | |
inc0__ | unlimited resources in stack | 17:16 |
inc0__ | current default is 1000 so its...well...not relevant as well | 17:16 |
inc0__ | and if it would be relevant, its counterintuitive at best | 17:17 |
*** gokrokve has joined #heat | 17:17 | |
*** sdake has quit IRC | 17:17 | |
inc0__ | ryansb, about your comment, I'm not removing validation, I'm applying option to remove it | 17:18 |
inc0__ | oom's were problem partially because this validation;) | 17:18 |
*** alanf-mc has quit IRC | 17:18 | |
*** e0ne_ is now known as e0ne | 17:20 | |
ryansb | well yeah, I know the validation was causing some of the memory exhaustion, but I think that infinity is a pretty poor default | 17:20 |
*** alanf-mc has joined #heat | 17:20 | |
ryansb | and sbaker posted a patch that reduces the validation mem usage significantly | 17:21 |
inc0__ | ryansb, I'd argue that its better than 1000 | 17:21 |
inc0__ | in some cases | 17:21 |
inc0__ | not if you validate before stack.store() | 17:21 |
ryansb | I can't think of a reason that unlimited is a better default than 1000 -- if you put together data arguing for a higher default, that's ok | 17:22 |
ryansb | but unlimited is (literally) infinitely more than 1000 | 17:22 |
inc0__ | yeah, but I can imagine admin who will be puzzled why his stack of 999 resources works while 1001 don't | 17:23 |
*** mwheckmann has joined #heat | 17:23 | |
inc0__ | since he or she didnt config anything | 17:23 |
inc0__ | why limit people by default? and what kind of number 1000 is? Any rationale why 1000 and not 1500? | 17:24 |
inc0__ | or 500? | 17:24 |
ryansb | I don't know the rationale, but your reasoning is less sensible than the reasoning for 1000 | 17:24 |
ryansb | "no reason for it being 1000? Ok, unlimited it is!" | 17:24 |
inc0__ | exactly | 17:24 |
*** e0ne has quit IRC | 17:25 | |
inc0__ | if there is no reason for 1000, we shouldn't put this artificial limit | 17:25 |
*** blomquisg1 has joined #heat | 17:25 | |
*** blomquisg has quit IRC | 17:25 | |
inc0__ | and I'd bet that 1000 was default to mimic infinity | 17:25 |
inc0__ | we didn't have infinity mechanism so let's put something big enough to mimic it | 17:26 |
ryansb | I doubt that | 17:26 |
ryansb | and having a limit is not pure artifice: we all know the heat-engine won't handle infinitely large stacks (surprise!) so having an unlimited default doesn't make sense | 17:26 |
*** mrutkows has joined #heat | 17:26 | |
inc0__ | it won't, and admin knows that | 17:26 |
ryansb | if you want a higher limit, go make a reasonable stack with a large number of resources that doesn't take up more than a gig or two of RAM in heat | 17:27 |
ryansb | and I'd be fine setting the limit to whatever that (surely-less-than-infinity) number | 17:27 |
ryansb | turns out to be | 17:27 |
inc0__ | why its even our decision how much ram can stack take? | 17:27 |
inc0__ | especially that now we have nested stacks decoupled | 17:27 |
inc0__ | and if you have good setup with large number of engnies and stacks are mutliply nested | 17:28 |
inc0__ | that won't be a problem | 17:28 |
ryansb | it's our decision to set sane defaults, and I think having a limit on max stack resources is a reasonable default | 17:28 |
inc0__ | validation on the other hand... | 17:28 |
inc0__ | why 1000 is reasonable? | 17:28 |
ryansb | people who want more will change that, and that's fine | 17:28 |
*** kitch has quit IRC | 17:28 | |
ryansb | 1000 is reasonable because it is a hard limit that's less than infinity, that I don't have any data to support raising. | 17:28 |
ryansb | If you want it changed, bring data. | 17:29 |
*** ParsectiX has joined #heat | 17:29 | |
inc0__ | ehhh... | 17:29 |
*** kitch has joined #heat | 17:29 | |
inc0__ | well, feel free to -1 this | 17:29 |
inc0__ | but I'd love to have some discussion about this limit | 17:29 |
ryansb | yeah, I would too; the place to start that would be "let's raise the limit" as opposed to "let's default to infinity" | 17:31 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/heat: Unlimited default to max_resources_per_stack https://review.openstack.org/185894 | 17:32 |
*** crose has joined #heat | 17:33 | |
*** crose has quit IRC | 17:34 | |
inc0__ | anyway, I'm off | 17:34 |
inc0__ | bye guys | 17:35 |
*** crose has joined #heat | 17:37 | |
*** inc0__ has quit IRC | 17:39 | |
*** ekarlso has joined #heat | 17:42 | |
ekarlso | zaneb: oii, around ? | 17:42 |
zaneb | o/ | 17:43 |
ekarlso | zaneb: regarding smtp thing, I already started looking at something like it | 17:44 |
ekarlso | but outside zaqar | 17:44 |
*** yassine_ has quit IRC | 17:44 | |
zaneb | ROFL @ <ryansb> but unlimited is (literally) infinitely more than 1000 | 17:45 |
zaneb | ekarlso: interesting | 17:46 |
zaneb | ekarlso: I actually think that for the cross-project notifications spec there are two use cases, one of which needs something like Zaqar and the other which needs something _like_ IMAP | 17:47 |
zaneb | so it could be a good idea in another context | 17:47 |
zaneb | note that asalkeld disagrees with me | 17:47 |
*** asalkeld has quit IRC | 17:52 | |
*** chlong has quit IRC | 17:53 | |
ekarlso | zaneb: hmmmm, actually I wonder how hard it would be to add that to my current project ;P | 17:54 |
ekarlso | imap that is | 17:54 |
ryansb | zaneb: it's true though; infinity is infinitely greater than all non-infinite numbers | 17:54 |
*** ashishjain has joined #heat | 17:55 | |
*** sdake has joined #heat | 17:55 | |
zaneb | ryansb: indeed. that was possibly the stupidest argument I have ever seen on IRC. "1000 is lots so it might as well be infinite" | 17:55 |
*** kebray has quit IRC | 17:55 | |
*** dsneddon has joined #heat | 17:56 | |
*** kebray has joined #heat | 17:58 | |
zaneb | ekarlso: is what you're working on more of a SES (or maybe SNS?) equivalent thing? | 17:58 |
*** sdake_ has quit IRC | 17:58 | |
ekarlso | zaneb: yeah | 17:59 |
zaneb | which? | 17:59 |
ekarlso | zaneb: mailgun ish | 17:59 |
zaneb | got it | 17:59 |
ekarlso | https://github.com/CatchThePigeon-Inc/pidgey/ | 17:59 |
ekarlso | note it's still alpha beta ware | 17:59 |
zaneb | that's something we will need in openstack eventually | 17:59 |
zaneb | but its probably a different thing to what SpamapS is proposing | 18:00 |
ekarlso | zaneb: how so ? | 18:00 |
zaneb | shared backend is always a possibility though | 18:00 |
ryansb | is alpha-beta less or more stable than alpha? | 18:00 |
ekarlso | ryansb: haha :p | 18:01 |
ekarlso | zaneb: in theory you could have a "route" that delivered it to a imap service | 18:01 |
ekarlso | so you deliver a email to a specific address it goes to imap | 18:01 |
*** dims_ has quit IRC | 18:02 | |
*** achanda_ has joined #heat | 18:03 | |
*** dims_ has joined #heat | 18:03 | |
*** serg_melikyan has joined #heat | 18:04 | |
*** achanda has quit IRC | 18:05 | |
*** e0ne has joined #heat | 18:06 | |
*** e0ne is now known as e0ne_ | 18:06 | |
*** alanf-mc has quit IRC | 18:06 | |
*** ParsectiX has quit IRC | 18:06 | |
*** e0ne_ is now known as e0ne | 18:07 | |
*** alanf-mc has joined #heat | 18:07 | |
*** serg_melikyan has quit IRC | 18:09 | |
jdandrea | "1000 is lots so it might as well be infinite" ???? *smh* | 18:18 |
SpamapS | zaneb: I see almost no difference between Zaqar's functionality and IMAP's functionality. Zaqar just adds HTTP-only and Keystone. | 18:18 |
*** jasond has joined #heat | 18:26 | |
*** dsneddon has quit IRC | 18:33 | |
*** Raj1 has joined #heat | 18:33 | |
*** alexheneveld has joined #heat | 18:36 | |
*** jtomasek has joined #heat | 18:40 | |
*** DaveJ__ has quit IRC | 18:41 | |
*** Raj1 has quit IRC | 18:43 | |
*** alexheneveld has quit IRC | 18:44 | |
zaneb | SpamapS: what if you lose a server completely? are their SMTP servers that e.g. write multiple replicas of a message to disk before acknowledging it? | 18:45 |
*** alexheneveld has joined #heat | 18:47 | |
*** achanda_ has quit IRC | 18:47 | |
*** sdake_ has joined #heat | 18:47 | |
*** sdake has quit IRC | 18:51 | |
*** tobe has joined #heat | 18:53 | |
*** gokrokve has quit IRC | 18:53 | |
*** Raj1 has joined #heat | 18:55 | |
*** Raj1 has quit IRC | 18:55 | |
*** Raj1 has joined #heat | 18:56 | |
*** gokrokve has joined #heat | 18:56 | |
*** pm90_ has quit IRC | 18:57 | |
*** tobe has quit IRC | 18:58 | |
*** e0ne has quit IRC | 18:59 | |
*** achanda has joined #heat | 19:00 | |
*** dsneddon has joined #heat | 19:01 | |
*** alexheneveld has quit IRC | 19:02 | |
*** EricGonczer_ has joined #heat | 19:04 | |
*** blomquisg1 has quit IRC | 19:05 | |
*** sdake has joined #heat | 19:06 | |
*** sdake_ has quit IRC | 19:10 | |
*** jtomasek has quit IRC | 19:16 | |
*** blomquisg1 has joined #heat | 19:18 | |
*** jtomasek has joined #heat | 19:21 | |
*** kebray has quit IRC | 19:23 | |
*** mrutkows has quit IRC | 19:30 | |
*** pm90_ has joined #heat | 19:30 | |
*** pm90_ has quit IRC | 19:30 | |
*** pm90_ has joined #heat | 19:30 | |
*** kitch has quit IRC | 19:40 | |
*** kitch has joined #heat | 19:41 | |
*** cody-somerville has joined #heat | 19:43 | |
*** cody-somerville has quit IRC | 19:43 | |
*** cody-somerville has joined #heat | 19:43 | |
*** kitch has quit IRC | 19:44 | |
*** kitch_ has joined #heat | 19:44 | |
openstackgerrit | Vijendar Komalla proposed openstack/heat: Revert "Add validation to set one of network, port or uuid" https://review.openstack.org/186143 | 19:50 |
*** pm90_ has quit IRC | 19:50 | |
*** kitch_ has quit IRC | 19:52 | |
*** Raj1 has quit IRC | 19:53 | |
*** kitch has joined #heat | 19:54 | |
*** Raj1 has joined #heat | 19:55 | |
*** gokrokve has quit IRC | 19:55 | |
*** cody-somerville has quit IRC | 20:00 | |
*** jtomasek has quit IRC | 20:01 | |
SpamapS | zaneb: yes, AFS is the one we like to fantasize about most of the time in infra, but there are so many ways to make SMTP delivery reliable it's impossible to pick one. | 20:06 |
*** sdake_ has joined #heat | 20:07 | |
*** Raj1 has quit IRC | 20:07 | |
*** jtomasek has joined #heat | 20:09 | |
*** ashishjain has quit IRC | 20:10 | |
*** sdake has quit IRC | 20:11 | |
*** achanda has quit IRC | 20:14 | |
*** kebray has joined #heat | 20:20 | |
*** slagle_ is now known as slagle | 20:20 | |
*** blomquisg1 has quit IRC | 20:30 | |
*** kitch has quit IRC | 20:31 | |
*** barra204 has joined #heat | 20:35 | |
*** dyasny has quit IRC | 20:41 | |
*** tobe has joined #heat | 20:42 | |
*** Raj1 has joined #heat | 20:44 | |
*** tobe has quit IRC | 20:46 | |
*** kebray has quit IRC | 20:48 | |
*** kebray has joined #heat | 20:48 | |
*** dsneddon has quit IRC | 20:49 | |
*** barra204 has quit IRC | 20:50 | |
*** jprovazn has quit IRC | 20:50 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Check-Resource skeleton https://review.openstack.org/167324 | 20:52 |
*** dsneddon has joined #heat | 20:54 | |
*** daneyon_ has quit IRC | 21:00 | |
*** sdake has joined #heat | 21:04 | |
*** alanf-mc_ has joined #heat | 21:05 | |
*** alanf-mc has quit IRC | 21:08 | |
*** sdake_ has quit IRC | 21:08 | |
*** alanf-mc_ has quit IRC | 21:10 | |
*** alanf-mc has joined #heat | 21:12 | |
*** lsmola_ has quit IRC | 21:13 | |
*** jtomasek has quit IRC | 21:17 | |
*** pm90_ has joined #heat | 21:18 | |
*** alanf-mc_ has joined #heat | 21:20 | |
*** pm90_ has quit IRC | 21:20 | |
*** alanf-mc has quit IRC | 21:20 | |
*** pm90_ has joined #heat | 21:20 | |
*** Raj1 has quit IRC | 21:28 | |
*** Raj1 has joined #heat | 21:28 | |
*** mixos has joined #heat | 21:30 | |
*** r0j4z0 has quit IRC | 21:40 | |
*** asalkeld has joined #heat | 21:46 | |
*** daneyon has joined #heat | 21:51 | |
*** EricGonczer_ has quit IRC | 21:58 | |
*** jruano has quit IRC | 21:58 | |
*** gokrokve has joined #heat | 22:02 | |
*** vijendar has quit IRC | 22:19 | |
*** steveg_afk has joined #heat | 22:27 | |
*** crose has quit IRC | 22:28 | |
*** tspatzier___ has quit IRC | 22:29 | |
*** tobe has joined #heat | 22:30 | |
*** tobe has quit IRC | 22:35 | |
*** steveg_afk has quit IRC | 22:35 | |
*** derekh_ has quit IRC | 22:42 | |
*** pm90_ has quit IRC | 22:43 | |
*** alexheneveld has joined #heat | 22:45 | |
*** nkhare has joined #heat | 22:48 | |
*** Qiming has joined #heat | 22:51 | |
*** jasond has quit IRC | 22:58 | |
*** gokrokve has quit IRC | 23:04 | |
*** chlong has joined #heat | 23:05 | |
*** sdake_ has joined #heat | 23:15 | |
*** sdake has quit IRC | 23:19 | |
*** ChuckC has joined #heat | 23:20 | |
*** hdd has quit IRC | 23:21 | |
*** hdd has joined #heat | 23:27 | |
*** sabeen3 has quit IRC | 23:30 | |
*** tobe has joined #heat | 23:31 | |
*** rpothier has quit IRC | 23:32 | |
sdake_ | stevebaker around? | 23:33 |
stevebaker | sdake_: hi | 23:34 |
sdake_ | hey quick noob question | 23:34 |
stevebaker | sure | 23:34 |
sdake_ | is there a software config hook for ansible | 23:34 |
*** Qiming has quit IRC | 23:34 | |
stevebaker | sdake_: yes, but I don't know how used it is http://git.openstack.org/cgit/openstack/heat-templates/tree/hot/software-config/elements/heat-config-ansible/README.rst | 23:36 |
sdake_ | thanks for link | 23:36 |
*** tobe has quit IRC | 23:36 | |
stevebaker | we're close to having all the things, except chef http://git.openstack.org/cgit/openstack/heat-templates/tree/hot/software-config/elements | 23:36 |
*** dims_ has quit IRC | 23:38 | |
*** asalkeld has quit IRC | 23:39 | |
*** dims_ has joined #heat | 23:40 | |
*** alexheneveld has quit IRC | 23:41 | |
*** Raj1 has quit IRC | 23:46 | |
*** lsmola has joined #heat | 23:51 | |
*** asalkeld has joined #heat | 23:55 | |
*** jruano has joined #heat | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!