| *** jdandrea has joined #heat | 00:12 | |
| *** zhurong has quit IRC | 00:43 | |
| *** ramishra has joined #heat | 03:41 | |
| *** skramaja has joined #heat | 04:18 | |
| *** jdandrea has quit IRC | 05:41 | |
| *** udesale has joined #heat | 06:09 | |
| *** udesale is now known as udesale_ | 06:28 | |
| *** udesale_ is now known as udesale | 06:29 | |
| *** jawad-axd has joined #heat | 07:02 | |
| *** jawad-axd has quit IRC | 07:06 | |
| *** jawad-axd has joined #heat | 07:07 | |
| *** jawad-ax_ has joined #heat | 07:10 | |
| *** jawad-axd has quit IRC | 07:12 | |
| *** rcernin has quit IRC | 07:13 | |
| *** zhurong has joined #heat | 07:17 | |
| *** jtomasek has joined #heat | 08:09 | |
| *** jtomasek has quit IRC | 08:12 | |
| *** jtomasek has joined #heat | 08:13 | |
| *** gfidente has joined #heat | 08:45 | |
| *** shardy has joined #heat | 08:54 | |
| *** mkuf_ has joined #heat | 08:58 | |
| *** mkuf has quit IRC | 09:01 | |
| *** k_mouza has joined #heat | 09:24 | |
| *** mkuf_ has quit IRC | 09:32 | |
| *** mkuf_ has joined #heat | 09:33 | |
| *** mkuf has joined #heat | 09:39 | |
| *** mkuf_ has quit IRC | 09:42 | |
| *** jawad-ax_ has quit IRC | 10:07 | |
| *** mkuf has quit IRC | 10:27 | |
| *** jawad-axd has joined #heat | 10:49 | |
| *** jawad-axd has quit IRC | 10:53 | |
| *** rcernin has joined #heat | 11:12 | |
| *** jawad-axd has joined #heat | 11:14 | |
| *** ygk_12345 has joined #heat | 11:21 | |
| *** k_mouza_ has joined #heat | 11:26 | |
| *** k_mouza has quit IRC | 11:26 | |
| *** gfidente has quit IRC | 11:27 | |
| *** gfidente has joined #heat | 11:28 | |
| ygk_12345 | does anyone here have an idea abt the heatdatabase | 11:41 |
|---|---|---|
| ygk_12345 | i have a query regarding the 'template' field in the 'raw_template' table of the heat database | 11:42 |
| ygk_12345 | how do we convert the template filed which is a long text string into a proper heat template form after reading it thru a select query ? | 11:43 |
| ygk_12345 | i am trying to build reports based on templates in the heat database | 11:43 |
| ygk_12345 | can anyone help me this please | 11:43 |
| ygk_12345 | *help me with this | 11:43 |
| ygk_12345 | how do we convert the template field value which is a long text string into a proper heat template form after reading it thru a select query ? | 11:44 |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat master: Fix OS::Neutron::ExtraRoute delete with IPv6 https://review.opendev.org/702202 | 11:47 |
| *** zzzeek has quit IRC | 12:16 | |
| *** zzzeek has joined #heat | 12:17 | |
| *** udesale has quit IRC | 12:23 | |
| ygk_12345 | can anyone help me with my query please ? | 12:27 |
| *** mlycka has joined #heat | 12:34 | |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat master: Fix OS::Neutron::ExtraRoute delete with IPv6 https://review.opendev.org/702202 | 12:52 |
| pas-ha | ygk_12345: json.load? the field is of type JsonField https://opendev.org/openstack/heat/src/branch/master/heat/objects/raw_template.py#L49 | 12:54 |
| ygk_12345 | @pas-ha i also want the json field value of the template to be converted into yaml format before the query result display. is it possible ? | 12:55 |
| pas-ha | json is valid yaml | 12:56 |
| ygk_12345 | after the query result for the template field how do i convert it into yaml format for display ? | 12:57 |
| pas-ha | depends on what lang you are using.. | 12:59 |
| ygk_12345 | i am retrieving the result using mysql command client from linux shell | 12:59 |
| *** skramaja has quit IRC | 13:00 | |
| pas-ha | `jq` or `yq` are CLI programs that can parse and output JSON and YAML respectively | 13:00 |
| pas-ha | you'd need to install thouse | 13:00 |
| pas-ha | you'd need to install those | 13:01 |
| ygk_12345 | but how do i install those | 13:01 |
| pas-ha | https://stedolan.github.io/jq/ http://mikefarah.github.io/yq/ | 13:02 |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat master: Use random exponential delay https://review.opendev.org/694485 | 13:10 |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat master: Delete default secgroup on project delete https://review.opendev.org/694291 | 13:11 |
| *** jdandrea has joined #heat | 13:43 | |
| *** rcernin has quit IRC | 13:53 | |
| *** zaneb has joined #heat | 14:22 | |
| *** ygk_12345 has quit IRC | 15:01 | |
| *** jawad-axd has quit IRC | 15:27 | |
| *** jmlowe has quit IRC | 16:51 | |
| *** jmlowe has joined #heat | 16:52 | |
| *** mlycka has quit IRC | 17:18 | |
| *** jawad-axd has joined #heat | 17:33 | |
| *** k_mouza_ has quit IRC | 17:41 | |
| *** gfidente is now known as gfidente|afk | 17:55 | |
| *** jawad-axd has quit IRC | 18:04 | |
| *** bnemec has quit IRC | 18:14 | |
| *** k_mouza has joined #heat | 18:17 | |
| *** bnemec has joined #heat | 18:18 | |
| *** k_mouza has quit IRC | 18:22 | |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat master: Fix OS::Neutron::ExtraRoute delete with IPv6 https://review.opendev.org/702202 | 18:31 |
| openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat master: Fix OS::Neutron::ExtraRoute delete with IPv6 https://review.opendev.org/702202 | 18:32 |
| *** jtomasek has quit IRC | 18:40 | |
| *** jawad-axd has joined #heat | 18:45 | |
| *** jawad-axd has quit IRC | 19:00 | |
| *** shardy has quit IRC | 21:36 | |
| *** strigazi has quit IRC | 22:12 | |
| *** strigazi has joined #heat | 22:13 | |
| openstackgerrit | Merged openstack/heat master: Fix OS::Neutron::ExtraRoute delete with IPv6 https://review.opendev.org/702202 | 22:38 |
| *** tkajinam has joined #heat | 22:49 | |
| *** rcernin has joined #heat | 22:57 | |
| *** dopplerg- has quit IRC | 22:58 | |
| *** dopplergange has joined #heat | 23:02 | |
| *** jdandrea has quit IRC | 23:46 | |
| *** jdandrea has joined #heat | 23:48 | |
| openstackgerrit | Merged openstack/heat stable/stein: Correct BRANCH_OVERRIDE for stable/stein https://review.opendev.org/700855 | 23:52 |
| *** jdandrea_ has joined #heat | 23:53 | |
| *** jdandrea has quit IRC | 23:53 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!