*** rpittau|afk is now known as rpittau | 07:39 | |
kevko | hi | 09:07 |
---|---|---|
kevko | is it possible to check if var is INT in jinja2 ? | 09:07 |
haerwu | int or numbeR? | 09:31 |
haerwu | kevko: https://jinja.palletsprojects.com/en/2.9.x/templates/#int | 09:36 |
haerwu | kevko: {% if variable|int != 0 %} hello {% endif %} | 09:36 |
kevko | hmm, what if i will try to convert 0 ? :D | 09:37 |
kevko | do you have new nick ? :D | 09:38 |
haerwu | it is Polish pronouncation of hrw | 09:51 |
haerwu | I use different computer and forgot to copy oftc identitication cert | 09:51 |
kevko | i was in Poland previous week :) | 10:04 |
kevko | weekend | 10:04 |
*** ricolin_ is now known as ricolin | 12:48 | |
Fl1nt | Good afternoon :D | 12:56 |
kmasterson | kevko: {% if var is number %} should work | 12:57 |
kevko | Fl1nt: hi \o/ | 13:58 |
Fl1nt | hey what's up kevko ? | 13:59 |
kevko | Fl1nt: quite good ;) .. tempesting kolla wallaby :) | 14:00 |
kevko | Fl1nt: and i'm surprised :) | 14:00 |
Fl1nt | ah ah ah will have to do it in few months :D | 14:00 |
kevko | Fl1nt: (but with patches not already merged :D ) | 14:00 |
kevko | few | 14:01 |
Fl1nt | like the proxysql one ?? | 14:01 |
kevko | Fl1nt: for example :D | 14:01 |
kevko | Fl1nt: also arbitrator for mariadb | 14:01 |
kevko | healthcheck for horizon .. | 14:01 |
kevko | and couple others :) | 14:02 |
Fl1nt | arbitrator for MDB ? You have a two nodes installation? | 14:02 |
kevko | Fl1nt: well, yeah ..some of our clients want to save money for HW ..so on some installations we have two controllers | 14:02 |
kevko | Fl1nt: sometimes it is expensive to have 3 datacentres and of course various geo-located | 14:04 |
Fl1nt | yeah I can understand those constraints ^^ | 14:04 |
kevko | and mariadb is one and only critical component which need 3 nodes .. | 14:05 |
kevko | rabbitmq is just fine ..rabbitmq is fine .. autoheal do the work quite OK | 14:05 |
Fl1nt | I'm preparing few patches on my own too, but gosh those times are hard one... really difficult to manage anything while everyone try to steal your time :D | 14:06 |
kevko | Fl1nt: btw, could you advise me how to directly reply to some topic in openstack-discuss ? :) ..i'm getting some updates in my email with topics ..but can't directly reply | 14:06 |
Fl1nt | you need to pick up the topic name, and then just reply to the list itself. | 14:07 |
kevko | Fl1nt: well, I'm little bit sad that it's not merged yet ..we are using it in production for year almost | 14:07 |
Fl1nt | the problem with arbitrator is that it's really a poor infra solution, projects tends to stay away from those solutions whenever possible :D | 14:08 |
kevko | Fl1nt: every email is "openstack-discuss Digest, Vol 33,Issue 48" etc.. | 14:08 |
kevko | Fl1nt: well, it's optional true/false, it doesn not need to be defined in documentation :P | 14:09 |
kevko | Fl1nt: but proxysql is good solution, it is L7 which haproxy is not ..and you have traffic splited to API calls and DB ..and you can use sharding ..so you can split databases and send traffic several ways :) | 14:11 |
Fl1nt | the only thing that proxysql is missing for me is the multi master HA feature, I can't use it with the current spof in it ^^ | 14:16 |
Fl1nt | but it's a good technical solution yes | 14:16 |
kevko | Fl1nt: multi master ? | 14:18 |
kevko | Fl1nt: you mean r/w to mariadb | 14:18 |
kevko | Fl1nt: to every node | 14:18 |
kevko | Fl1nt: well, it is multi-master ..but I was following haproxy behaviour ..an it currently sending all traffic to one machine .. | 14:19 |
kevko | Fl1nt: if you change max_writers from 1 to 3 (in case of 3 nodes for mariadb cluster) ..you have 3 writers ..multi master ..it's just one var to change :) | 14:20 |
kevko | Fl1nt: i will provide another patch to add possibility to switch between 1. Write to one, switch to backup if fail 2. Write to one, read from all 3. Read/Write to all nodes | 14:22 |
kevko | so, values max_writer and write_is_also_reader will be changed conditionaly ..and that's it | 14:23 |
jingvar | I am not sure that 3 writers is a good idea | 14:25 |
jingvar | mariadb is the core of openstack | 14:26 |
kevko | jingvar: yeah, it is ..but that's what Fl1nt is missing .. | 15:02 |
kevko | jingvar: and galera supports multimaster .. but yeah I have same opinion as you | 15:02 |
Fl1nt | jingvar, openstack DB support multi-writers since a while now | 15:10 |
Fl1nt | kevko, oh nice of you thx ^^ | 15:10 |
kevko | should :) | 15:11 |
Fl1nt | for few services we still encounter few deadlocks right, but those are marginals as they're not primary services. | 15:11 |
kevko | Fl1nt: do you mean also oslo_db read and write options ? ..or just sent all to all backends and hope it will be ok | 15:12 |
Fl1nt | at table level (even row for some), you can get multi write at the same time, so no big deal, just throw away your request to VIP 01 or 02 or 03 it will work. | 15:14 |
*** mgoddard- is now known as mgoddard | 15:27 | |
*** rpittau is now known as rpittau|afk | 16:23 | |
-opendevstatus- NOTICE: Depends-On using https://review.opendev.org URLs are currently not working. This was due to a config change in Zuul that we are reverting and will be restarting Zuul to pick up. | 17:41 | |
Redcavalier | Hi, from what I understand, kolla-ansible pushes all generated configuration files on a remote host in a folder (not in container, I think?). I couldn't find any line where it injects these files inside the container. Are they injected by docker at container creation? | 18:35 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!