openstackgerrit | Deepak proposed openstack/heat master: Add support to validate a subset of binding:profile dictionary parameters https://review.openstack.org/591523 | 00:20 |
---|---|---|
*** longkb has joined #heat | 00:41 | |
*** ysandeep has joined #heat | 01:06 | |
*** ayoung has quit IRC | 01:21 | |
*** nicolasbock has joined #heat | 02:08 | |
*** ramishra has joined #heat | 03:45 | |
*** ivve has quit IRC | 04:06 | |
*** nicolasbock has quit IRC | 04:31 | |
*** ricolin has joined #heat | 05:10 | |
*** skramaja has joined #heat | 05:21 | |
*** longkb has quit IRC | 05:44 | |
*** longkb has joined #heat | 05:45 | |
*** jaewook_oh has joined #heat | 05:50 | |
*** gkadam has joined #heat | 06:25 | |
*** strigazi has quit IRC | 06:30 | |
*** jcoufal has joined #heat | 06:48 | |
*** rcernin has quit IRC | 06:59 | |
*** ricolin has quit IRC | 07:11 | |
*** AlexeyAbashkin has joined #heat | 07:15 | |
*** strigazi has joined #heat | 07:25 | |
*** jcoufal has quit IRC | 07:43 | |
*** jistr|off is now known as jistr | 07:55 | |
*** k_mouza has joined #heat | 08:16 | |
*** k_mouza has quit IRC | 08:41 | |
*** k_mouza has joined #heat | 08:42 | |
*** sambetts_ is now known as sambetts|afk | 09:54 | |
*** k_mouza has quit IRC | 10:04 | |
*** k_mouza has joined #heat | 10:25 | |
*** ricolin has joined #heat | 10:30 | |
*** ysandeep has quit IRC | 10:35 | |
*** serlex has joined #heat | 11:06 | |
*** serlex has quit IRC | 11:06 | |
*** pbourke has quit IRC | 11:09 | |
*** pbourke has joined #heat | 11:10 | |
*** longkb has quit IRC | 11:20 | |
*** jtomasek has joined #heat | 12:00 | |
*** jtomasek has quit IRC | 12:01 | |
*** nicolasbock has joined #heat | 12:02 | |
*** mchlumsky has joined #heat | 12:26 | |
*** zigo has joined #heat | 12:26 | |
*** jtomasek has joined #heat | 12:30 | |
*** k_mouza has quit IRC | 12:32 | |
*** jtomasek has quit IRC | 12:35 | |
*** mchlumsky has quit IRC | 12:37 | |
*** mchlumsky has joined #heat | 12:39 | |
ricolin | Hi all just for reminding, we gonna host PTG meeting in 15:00 UTC. will update the online conference link in Etherpad right before we start meeting | 12:43 |
ricolin | ramishra, ^^^ | 12:43 |
*** k_mouza has joined #heat | 12:47 | |
*** gkadam has quit IRC | 12:49 | |
*** ricolin has quit IRC | 12:53 | |
*** jaewook_oh has quit IRC | 13:04 | |
*** jtomasek has joined #heat | 13:13 | |
*** jtomasek has quit IRC | 13:22 | |
*** skramaja has quit IRC | 13:46 | |
*** crose has joined #heat | 13:52 | |
*** crose has quit IRC | 13:57 | |
*** hongbin has quit IRC | 14:07 | |
*** jtomasek has joined #heat | 14:12 | |
*** zaneb has joined #heat | 14:25 | |
*** zaneb has quit IRC | 14:34 | |
*** ricolin has joined #heat | 14:37 | |
*** ricolin has quit IRC | 14:38 | |
*** sshnaidm|afk has quit IRC | 14:40 | |
*** ricolin has joined #heat | 14:42 | |
*** slagle has joined #heat | 14:44 | |
*** jtomasek has quit IRC | 14:45 | |
*** sshnaidm|afk has joined #heat | 14:46 | |
*** jtomasek has joined #heat | 14:52 | |
*** nicolasbock has quit IRC | 14:56 | |
*** nicolasbock has joined #heat | 14:59 | |
*** bnemec has joined #heat | 15:07 | |
*** gfidente has joined #heat | 15:08 | |
*** hjensas has joined #heat | 15:11 | |
openstackgerrit | Merged openstack/heat master: middleware: return HTTPBadRequest when path is invalid https://review.openstack.org/601525 | 15:13 |
*** jtomasek has quit IRC | 15:19 | |
*** jtomasek has joined #heat | 15:19 | |
*** jrist has joined #heat | 15:23 | |
*** zaneb has joined #heat | 15:26 | |
ricolin | https://zoom.us/j/812207599 | 15:27 |
*** k_mouza has quit IRC | 15:38 | |
*** k_mouza has joined #heat | 15:41 | |
*** mattgo has joined #heat | 15:56 | |
*** hjensas has quit IRC | 15:58 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/heat-dashboard master: Use mock instead of mox in unit tests https://review.openstack.org/601812 | 16:04 |
*** hjensas has joined #heat | 16:14 | |
*** ramishra has quit IRC | 16:16 | |
*** ramishra has joined #heat | 16:17 | |
*** AlexeyAbashkin has quit IRC | 16:20 | |
*** k_mouza has quit IRC | 16:22 | |
*** sshnaidm|afk is now known as sshnaidm|ptg | 16:23 | |
*** k_mouza has joined #heat | 16:23 | |
*** jtomasek has quit IRC | 16:39 | |
*** jtomasek has joined #heat | 16:42 | |
*** crose has joined #heat | 16:52 | |
mattgo | Hi team, I'm trying to update an existing router using Heat stack. The stack is successful, but the router is not updated. | 16:58 |
mattgo | My basic stack looks like this : http://paste.openstack.org/show/729980/ | 16:59 |
mattgo | I'm using Queens | 17:00 |
mattgo | From the router point of view, I do not see any updates. The revision_number remains the same. | 17:01 |
*** bnemec has quit IRC | 17:01 | |
*** bnemec has joined #heat | 17:01 | |
mattgo | What am I doing wrong ? Thanks for reading ! | 17:01 |
mattgo | Additional info, I tried to update other fields, but see the same result (no changes on router) | 17:04 |
ramishra | mattgo: heat does manage external resources (with external_id) https://docs.openstack.org/heat/latest/template_guide/hot_spec.html#resources-section | 17:16 |
ramishra | It would not update those resources | 17:17 |
mattgo | ramishra, OK, maybe I used the wrong vocabulary here. I don't run stack update, but stack create. | 17:18 |
mattgo | The goal is to add a routing rule on an existing router | 17:18 |
mattgo | ramishra, Do you mean I shouldn't / cannot update an existing resource from Heat ? | 17:19 |
ramishra | No if it's created outside heat, heat does not manage it, but I think you can use https://docs.openstack.org/heat/pike/template_guide/unsupported.html#OS::Neutron::ExtraRoute to add route to an existing router | 17:20 |
ramishra | though it's kinda unsupported due to some issues | 17:21 |
mattgo | ramishra, interesting, I'll have a look at this resource, thanks for pointing it at me ! | 17:22 |
mattgo | though, as you said, I wonder why it's "unsupported", and what issues are related to it | 17:23 |
mattgo | ramishra, hey!! it worked! Thank you ! | 17:27 |
mattgo | for anyone around, I'm interested in the issue related to this resource. I'll ask my question again tomorrow (in ~12hours), or will have a look at the logs, in case someone can answer me. Thank you | 17:29 |
*** mattgo has quit IRC | 17:31 | |
*** k_mouza_ has joined #heat | 17:40 | |
zaneb | stevebaker, pas-ha: team photo in 10 minutes | 17:41 |
*** k_mouza has quit IRC | 17:44 | |
*** k_mouza_ has quit IRC | 17:45 | |
*** ricolin has quit IRC | 17:47 | |
*** zaneb has quit IRC | 17:47 | |
*** slagle has quit IRC | 17:51 | |
*** jtomasek has quit IRC | 17:52 | |
*** ramishra has quit IRC | 17:53 | |
*** hongbin has joined #heat | 17:56 | |
*** jrist has quit IRC | 17:57 | |
*** sshnaidm|ptg has quit IRC | 17:58 | |
gregwork | is there a heat template marketplace on the internet | 17:59 |
gregwork | interesting stacks that folks have put together / reference architectures etc | 18:00 |
*** zaneb has joined #heat | 18:03 | |
*** hjensas has quit IRC | 18:10 | |
*** zaneb has quit IRC | 18:15 | |
*** zaneb has joined #heat | 18:15 | |
*** zaneb has quit IRC | 18:17 | |
*** zaneb has joined #heat | 18:17 | |
*** hongbin has quit IRC | 18:17 | |
*** gfidente has quit IRC | 18:23 | |
*** crose has quit IRC | 18:25 | |
*** zaneb has quit IRC | 18:29 | |
*** nicolasbock has quit IRC | 18:35 | |
*** slagle has joined #heat | 19:04 | |
*** ricolin has joined #heat | 19:09 | |
*** hongbin has joined #heat | 19:12 | |
*** zaneb has joined #heat | 19:15 | |
*** hongbin has quit IRC | 19:29 | |
*** zaneb has quit IRC | 19:30 | |
*** sshnaidm|ptg has joined #heat | 19:33 | |
*** ricolin has quit IRC | 19:33 | |
*** zaneb has joined #heat | 19:33 | |
*** ricolin has joined #heat | 19:33 | |
*** slagle has quit IRC | 19:37 | |
*** jrist has joined #heat | 19:39 | |
*** ricolin has quit IRC | 19:43 | |
*** ricolin has joined #heat | 19:44 | |
*** zaneb has quit IRC | 19:44 | |
*** zaneb has joined #heat | 19:44 | |
*** jtomasek has joined #heat | 19:51 | |
*** hjensas has joined #heat | 19:53 | |
*** gfidente has joined #heat | 19:59 | |
*** nicolasbock has joined #heat | 20:00 | |
*** slagle has joined #heat | 20:02 | |
*** hongbin has joined #heat | 20:12 | |
*** gmoro has quit IRC | 20:16 | |
*** zaneb has quit IRC | 20:21 | |
*** ricolin has quit IRC | 20:21 | |
*** zaneb has joined #heat | 20:22 | |
*** ricolin has joined #heat | 20:22 | |
*** hoonetorg has quit IRC | 20:31 | |
*** jrist has quit IRC | 20:46 | |
*** hoonetorg has joined #heat | 20:47 | |
*** jtomasek has quit IRC | 20:48 | |
*** hongbin has quit IRC | 20:49 | |
*** jrist has joined #heat | 20:52 | |
*** hongbin has joined #heat | 20:55 | |
*** jtomasek has joined #heat | 21:04 | |
*** hongbin has quit IRC | 21:16 | |
*** jtomasek has joined #heat | 21:35 | |
*** rcernin has joined #heat | 21:44 | |
*** k_mouza has joined #heat | 21:49 | |
*** hongbin has joined #heat | 21:51 | |
*** k_mouza has quit IRC | 21:53 | |
*** hjensas has quit IRC | 22:01 | |
*** jtomasek has quit IRC | 22:33 | |
*** zaneb has quit IRC | 22:37 | |
*** ricolin has quit IRC | 22:37 | |
*** zaneb has joined #heat | 22:38 | |
*** slagle has quit IRC | 22:42 | |
*** hongbin has quit IRC | 22:43 | |
*** ricolin has joined #heat | 22:46 | |
*** hjensas has joined #heat | 22:49 | |
*** jrist has quit IRC | 23:03 | |
*** slagle has joined #heat | 23:05 | |
*** hongbin has joined #heat | 23:07 | |
*** ricolin has quit IRC | 23:09 | |
*** gfidente has quit IRC | 23:10 | |
*** ricolin has joined #heat | 23:16 | |
*** ricolin has quit IRC | 23:23 | |
*** ricolin has joined #heat | 23:23 | |
*** nicolasbock has quit IRC | 23:24 | |
*** ricolin has quit IRC | 23:27 | |
*** hjensas has quit IRC | 23:28 | |
*** nicolasbock has joined #heat | 23:29 | |
*** slagle has quit IRC | 23:30 | |
*** zaneb has quit IRC | 23:36 | |
*** zaneb has joined #heat | 23:39 | |
*** zaneb has quit IRC | 23:46 | |
*** sshnaidm|ptg has quit IRC | 23:48 | |
*** sshnaidm|ptg has joined #heat | 23:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!