opendevreview | Merged openstack/kayobe stable/xena: ironic: Set MTU on provisioning and cleaning Neutron networks https://review.opendev.org/c/openstack/kayobe/+/843664 | 01:39 |
---|---|---|
opendevreview | Michal Arbet proposed openstack/kolla-ansible stable/wallaby: Make redis connection string configurable https://review.opendev.org/c/openstack/kolla-ansible/+/843823 | 04:39 |
kevko | yoctozepto: hi, i am again cherry-picking proxysql stuff into our downstream branches ..do you think we can merge something ..for example that splits for haproxy ? | 05:09 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: WIP: Move to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/kolla/+/839585 | 06:51 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: DNM: mariadb: disable native aio on ubuntu for jammy testing https://review.opendev.org/c/openstack/kolla-ansible/+/844000 | 07:14 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: WIP: Move to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/kolla/+/839585 | 07:14 |
hrw | yo! | 08:40 |
yoctozepto | morning | 08:42 |
yoctozepto | mgoddard: nullifying attempts in yoga remains: https://review.opendev.org/c/openstack/kolla-ansible/+/843816 | 08:42 |
frickler | how did I miss that one? :-/ | 08:44 |
yoctozepto | also, FYI, the FAILURE because of this case will be seen as RETRY_LIMIT | 08:50 |
kevko_ | yoctozepto: hmm, I've checked your patch for haproxy split restarts https://review.opendev.org/c/openstack/kolla-ansible/+/838930/3 ...and It looks like you are fixing buggy behaviour which has been overlooked so far, am I right ? | 08:52 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: openvswitch: switch bridge setup to Ansible modules https://review.opendev.org/c/openstack/kolla-ansible/+/843460 | 08:52 |
frickler | maybe need to add RETRY{,_LIMIT} to grafana, too | 08:54 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: WIP: Move to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/kolla/+/839585 | 08:58 |
guesswhat | Anyone is running Octavia with OpenVSwitch ? Seems its does not work by default and it can not, unless some provider external network is involved. Thanks | 08:58 |
yoctozepto | kevko_: will check | 08:59 |
yoctozepto | guesswhat: is ovs the culprit? I believe it's the same regardless of the chosen switching solution? | 08:59 |
yoctozepto | frickler: ++ | 09:00 |
guesswhat | yoctozept see this https://stackoverflow.com/questions/65885301/how-configure-octavia-in-openstack-kolla#comment120355367_65892547 | 09:00 |
mnasiadka | guesswhat: what Kolla-Ansible release are you using? | 09:01 |
guesswhat | yoga | 09:01 |
mnasiadka | octavia_network_type: "tenant" if you want to use OVS ports on controllers for the Amphora mgmt network (but we don't recommend that for production) | 09:02 |
guesswhat | i tried external provider network, flat ( tagged nic on host os ) for octavia management network, but routing is somehow broken after.. | 09:02 |
guesswhat | mnasiadka: and what is other option? ( the production one ) | 09:06 |
guesswhat | i dont run production, but iam just curious if its worth | 09:06 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible stable/yoga: Make redis connection string configurable https://review.opendev.org/c/openstack/kolla-ansible/+/843825 | 09:07 |
mnasiadka | guesswhat: create a vlan and make it available on controllers and computes? | 09:07 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible stable/xena: Make redis connection string configurable https://review.opendev.org/c/openstack/kolla-ansible/+/843826 | 09:07 |
yoctozepto | kevko_: I will restore PS3 without that listen - that should be the correct code - or are you suggesting you need it differently (PS5)? | 09:08 |
guesswhat | mnasiadka: this is my design ( basic example ) https://drive.google.com/file/d/1mDHFgYyd7cKnYw7fIlUQdd9rN4Iyje4K/view, should I add nic to controller and node and use flat-vlan external network? | 09:16 |
yoctozepto | kevko_: please let me know | 09:18 |
mnasiadka | guesswhat: use a vlan type network in Neutron on computes, and configure IP on them in the same Neutron range on the controllers | 09:19 |
guesswhat | mnasiadka: should I add another IP (from the octavia management network range ) to NICsĀ used for management network ? is that even possible with netplan and ubuntu ? | 09:25 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Split haproxy and keepalived restarts https://review.opendev.org/c/openstack/kolla-ansible/+/838930 | 09:26 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add proxysql support for database https://review.opendev.org/c/openstack/kolla-ansible/+/770215 | 09:26 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Edit services roles to support database sharding https://review.opendev.org/c/openstack/kolla-ansible/+/770216 | 09:26 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Test ProxySQL with shards in the nova cells scenario https://review.opendev.org/c/openstack/kolla-ansible/+/770621 | 09:26 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Trigger cells job https://review.opendev.org/c/openstack/kolla-ansible/+/838916 | 09:26 |
kevko_ | yoctozepto: ah, I've already restored PS3 and edited PS5, now it should be fine | 09:26 |
mnasiadka | guesswhat: yes, but only for those on the controllers - I think any configuration method should support this | 09:27 |
kevko_ | i am going to test it on env | 09:27 |
yoctozepto | kevko_: ack, thx | 09:27 |
guesswhat | mnasiadka: thanks, i will try this, not sure if designate ( or any other os services, or if its requirement only octavia ) requires the same, cuz adding a br for vlans would be definitely a better solution. My external router can act as a bridge ( currenctly using pfsense ) | 09:31 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: [CI] Nullify attempts https://review.opendev.org/c/openstack/kolla-ansible/+/843818 | 09:35 |
opendevreview | Merged openstack/kolla-ansible stable/xena: [CI] Nullify attempts https://review.opendev.org/c/openstack/kolla-ansible/+/843817 | 09:43 |
opendevreview | Merged openstack/kolla-ansible master: Improve MariaDB restore procedure https://review.opendev.org/c/openstack/kolla-ansible/+/823486 | 10:18 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: [CI] Nullify attempts https://review.opendev.org/c/openstack/kolla-ansible/+/843816 | 10:18 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: [CI] Do not test Venus on Yoga https://review.opendev.org/c/openstack/kolla-ansible/+/843932 | 10:18 |
opendevreview | Merged openstack/kayobe stable/victoria: ironic: Set MTU on provisioning and cleaning Neutron networks https://review.opendev.org/c/openstack/kayobe/+/843812 | 10:29 |
kevko_ | yoctozepto: replied | 10:37 |
yoctozepto | kevko: replied as well | 10:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add proxysql support for database https://review.opendev.org/c/openstack/kolla-ansible/+/770215 | 10:59 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Edit services roles to support database sharding https://review.opendev.org/c/openstack/kolla-ansible/+/770216 | 10:59 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Test ProxySQL with shards in the nova cells scenario https://review.opendev.org/c/openstack/kolla-ansible/+/770621 | 10:59 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Trigger cells job https://review.opendev.org/c/openstack/kolla-ansible/+/838916 | 10:59 |
kevko | yoctozepto: thank you, I reverted to patchset 87 as I have it tested ..could you check it ? It's little bit reordered ..but working | 11:01 |
kevko | yoctozepto: could you check :P | 11:53 |
kevko | please | 11:57 |
opendevreview | Verification of a change to openstack/kayobe stable/wallaby failed: ironic: Set MTU on provisioning and cleaning Neutron networks https://review.opendev.org/c/openstack/kayobe/+/843665 | 12:33 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: CI: Disable horizon in upgrade jobs to save disk space https://review.opendev.org/c/openstack/kayobe/+/844046 | 12:41 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add proxysql support for database https://review.opendev.org/c/openstack/kolla-ansible/+/770215 | 12:50 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Edit services roles to support database sharding https://review.opendev.org/c/openstack/kolla-ansible/+/770216 | 12:50 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Test ProxySQL with shards in the nova cells scenario https://review.opendev.org/c/openstack/kolla-ansible/+/770621 | 12:50 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Trigger cells job https://review.opendev.org/c/openstack/kolla-ansible/+/838916 | 12:50 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: [WIP] Move to CentOS Stream 9 https://review.opendev.org/c/openstack/kolla/+/836664 | 13:55 |
hrw | rebased | 13:55 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Make redis connection string configurable https://review.opendev.org/c/openstack/kolla-ansible/+/843825 | 14:31 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Make redis connection string configurable https://review.opendev.org/c/openstack/kolla-ansible/+/843826 | 14:31 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Make redis connection string configurable https://review.opendev.org/c/openstack/kolla-ansible/+/843823 | 14:31 |
opendevreview | Merged openstack/kolla-ansible master: Control Masakari monitors deploy https://review.opendev.org/c/openstack/kolla-ansible/+/843137 | 15:56 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible stable/yoga: Control Masakari monitors deploy https://review.opendev.org/c/openstack/kolla-ansible/+/844106 | 16:32 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible stable/xena: Control Masakari monitors deploy https://review.opendev.org/c/openstack/kolla-ansible/+/844107 | 16:32 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible stable/wallaby: Control Masakari monitors deploy https://review.opendev.org/c/openstack/kolla-ansible/+/844108 | 16:33 |
opendevreview | Maksim Malchuk proposed openstack/kayobe stable/wallaby: ironic: Set MTU on provisioning and cleaning Neutron networks https://review.opendev.org/c/openstack/kayobe/+/843665 | 16:34 |
opendevreview | Merged openstack/kayobe stable/wallaby: CI: Disable horizon in upgrade jobs to save disk space https://review.opendev.org/c/openstack/kayobe/+/844046 | 18:04 |
guesswhat | mnasiadka: ping.. Do You remember Our talk today? Wondering how can I add external vlan network ( adding static IP from octavia management network to OpenStack management network NIC -> only for controllers ), as there isn't any bridge mapping done... , there is no physnet2 ... | 19:08 |
mnasiadka | guesswhat: if you need add a second physnet - just do it | 19:57 |
guesswhat | mnasiadka: but physnet / another NIC has to be without any IP assigned, hasn't? | 19:59 |
guesswhat | neutron_external_interface | 20:00 |
mnasiadka | guesswhat: if you're using a NIC directly in openvswitch - yes, but you can create a linux bridge, virtual ethernet pair and plug in veth to ovs - just like we do in Kayobe | 20:08 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Add support for LetsEncrypt-managed certs https://review.opendev.org/c/openstack/kolla-ansible/+/741340 | 20:13 |
guesswhat | mnasiadka like this? https://pastebin.com/raw/PanjW31c | 21:32 |
opendevreview | Merged openstack/kayobe stable/wallaby: ironic: Set MTU on provisioning and cleaning Neutron networks https://review.opendev.org/c/openstack/kayobe/+/843665 | 21:46 |
*** edebeste5 is now known as edebeste | 22:18 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!