*** zhurong has joined #heat | 00:57 | |
*** ivve has quit IRC | 01:23 | |
*** ricolin has joined #heat | 01:25 | |
*** rcernin has quit IRC | 02:10 | |
openstackgerrit | zhangboye proposed openstack/heat master: Stop testing python2.7 https://review.opendev.org/691558 | 02:55 |
---|---|---|
*** ramishra has joined #heat | 04:04 | |
*** jawad_axd has joined #heat | 04:44 | |
*** ttsiouts has joined #heat | 04:51 | |
*** jawad_axd has quit IRC | 04:59 | |
*** ttsiouts has quit IRC | 05:00 | |
*** sm806 has quit IRC | 05:19 | |
*** sm806 has joined #heat | 05:20 | |
*** sm806 has quit IRC | 05:24 | |
*** sm806 has joined #heat | 05:25 | |
*** sm806 has quit IRC | 05:29 | |
*** sm806 has joined #heat | 05:29 | |
*** ttsiouts has joined #heat | 05:39 | |
*** ttsiouts has quit IRC | 05:59 | |
*** jawad_axd has joined #heat | 06:12 | |
*** jawad_ax_ has joined #heat | 06:14 | |
*** jawad_axd has quit IRC | 06:17 | |
openstackgerrit | zhangboye proposed openstack/heat-cfntools master: Stop testing python2.7 https://review.opendev.org/691599 | 06:18 |
*** ttsiouts has joined #heat | 06:19 | |
*** jawad_ax_ has quit IRC | 06:19 | |
*** jawad_axd has joined #heat | 06:20 | |
*** jawad_axd has quit IRC | 06:25 | |
*** jawad_axd has joined #heat | 06:25 | |
*** ttsiouts has quit IRC | 06:28 | |
*** jawad_axd has quit IRC | 06:29 | |
*** jawad_axd has joined #heat | 06:30 | |
*** jmlowe has quit IRC | 06:52 | |
*** jmlowe has joined #heat | 06:55 | |
*** gkadam has joined #heat | 07:19 | |
*** gkadam has quit IRC | 07:19 | |
*** jawad_axd has quit IRC | 07:39 | |
*** jawad_axd has joined #heat | 07:39 | |
*** jtomasek has joined #heat | 07:43 | |
*** ttsiouts has joined #heat | 07:52 | |
*** tkajinam has quit IRC | 08:04 | |
*** lifeless has joined #heat | 08:05 | |
*** jtomasek has quit IRC | 08:10 | |
*** jtomasek has joined #heat | 08:11 | |
*** k_mouza has joined #heat | 08:15 | |
*** k_mouza has quit IRC | 08:19 | |
*** gfidente has joined #heat | 08:38 | |
*** ttsiouts has quit IRC | 08:42 | |
*** ttsiouts has joined #heat | 08:43 | |
*** ivve has joined #heat | 08:48 | |
*** ttsiouts has quit IRC | 08:48 | |
*** gfidente has quit IRC | 08:49 | |
*** mikecmpbll has joined #heat | 08:54 | |
*** ttsiouts has joined #heat | 08:57 | |
*** gfidente has joined #heat | 08:58 | |
*** k_mouza has joined #heat | 09:13 | |
*** mkuf_ is now known as mkuf | 10:06 | |
mkuf | Hi, i'm looking for a way to add static routes to a neutron router via heat but couldn't find anything in the resource docs that could accomplish this. Is this feature implemented or am i out of luck? | 10:06 |
*** iokiwi has quit IRC | 10:23 | |
*** gmoro has joined #heat | 10:40 | |
*** k_mouza has quit IRC | 10:59 | |
*** k_mouza has joined #heat | 11:01 | |
*** ttsiouts has quit IRC | 12:04 | |
*** ttsiouts has joined #heat | 12:17 | |
*** jmlowe has quit IRC | 12:46 | |
*** jmlowe has joined #heat | 13:01 | |
*** ttsiouts has quit IRC | 13:18 | |
*** ttsiouts has joined #heat | 13:32 | |
*** jdwidari has joined #heat | 14:19 | |
*** jawad_axd has quit IRC | 14:51 | |
*** jmlowe has quit IRC | 15:48 | |
zaneb | mkuf: you mean using the Extra Route extension? | 15:48 |
*** ttsiouts has quit IRC | 15:55 | |
*** ttsiouts has joined #heat | 15:56 | |
*** ivve has quit IRC | 16:04 | |
*** ttsiouts has quit IRC | 16:39 | |
*** k_mouza has quit IRC | 16:42 | |
*** canori01 has joined #heat | 16:42 | |
*** k_mouza has joined #heat | 16:42 | |
canori01 | hey guys, I've been having trouble with OS::Heat::UpdateWaitConditionHandle in that I always get an authentication failure when I try to hit the webhook...my keystone is using an ldap backend though so I'm wondering if that is the problem since this uses ec2 credentials? | 16:44 |
*** ricolin has quit IRC | 16:48 | |
mkuf | zaneb: this is my current setup that i'd like to replicate via heat. http://paste.openstack.org/show/AMIvkYWIljUCu6g0oY4D/ its a simple neutron router with an added route to another subnet | 17:16 |
mkuf | zaneb: not sure what you mean with extra route extension :) | 17:20 |
hjensas | mkuf: can you not use value_specs? I'e add 'routes': [{destination: aaa.bbb.ccc.ddd, next_hop: aaa.bbb.ccc.ddd}] to value_specs of the router resource in heat? | 17:30 |
hjensas | mkuf: you need to lookup the json to use in 'routes':, and not sure it will work on create, as I don't see 'routes' in create request of neutron api-ref. https://opendev.org/openstack/neutron-lib/src/branch/master/api-ref/source/v2/routers.inc | 17:31 |
*** jmlowe has joined #heat | 17:32 | |
*** mikecmpbll has quit IRC | 17:33 | |
*** ivve has joined #heat | 17:45 | |
*** bnemec has quit IRC | 18:01 | |
*** k_mouza has quit IRC | 18:01 | |
*** bnemec has joined #heat | 18:02 | |
zaneb | mkuf: I mean https://docs.openstack.org/api-ref/network/v2/index.html#extra-routes-extension | 18:23 |
*** jawad_axd has joined #heat | 18:25 | |
zaneb | mkuf: it looks like you're referring to https://docs.openstack.org/api-ref/network/v2/index.html#extra-routes-atomic-extension though | 18:25 |
zaneb | Heat has an unsupported(/unsupportable) resource type for the former. the resource type for the latter is still in review: https://review.opendev.org/#/c/675913/ | 18:27 |
zaneb | but I suspect that hjensas is right that you could get away with using extra_specs | 18:28 |
*** jawad_axd has quit IRC | 18:30 | |
*** jmlowe has quit IRC | 18:36 | |
*** jmlowe has joined #heat | 18:39 | |
mkuf | hjensas zaneb: seems like setting routes while creating a router isn't allowed http://paste.openstack.org/show/785619/ | 18:41 |
mkuf | i'll give that patch a try, thanks for the hints zaneb hjensas | 18:42 |
*** jawad_axd has joined #heat | 18:46 | |
*** jawad_axd has quit IRC | 18:50 | |
*** openstackgerrit has quit IRC | 18:50 | |
*** jawad_axd has joined #heat | 19:06 | |
*** jawad_axd has quit IRC | 19:11 | |
*** jawad_axd has joined #heat | 20:08 | |
*** jawad_axd has quit IRC | 20:13 | |
*** hjensas has quit IRC | 20:43 | |
*** jmlowe has quit IRC | 20:43 | |
*** jdwidari has quit IRC | 20:44 | |
*** iokiwi has joined #heat | 20:46 | |
*** umbSublime has quit IRC | 21:01 | |
*** hjensas has joined #heat | 21:16 | |
*** jmlowe has joined #heat | 21:27 | |
*** jtomasek has quit IRC | 22:01 | |
*** gfidente has quit IRC | 22:34 | |
*** jawad_axd has joined #heat | 22:36 | |
*** jawad_axd has quit IRC | 22:40 | |
*** rcernin has joined #heat | 22:58 | |
*** tkajinam has joined #heat | 23:00 | |
*** k_mouza has joined #heat | 23:03 | |
*** k_mouza has quit IRC | 23:08 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!