Friday, 2023-09-01

noonedeadpunkjohnsom: aha, ok, good to know! And we were talking not about public networks, but about management networks (amphora api and keepalived basically). As I was not sure if it's possible to make keepalived on Amphoras to use ipv6 for communicating with each other07:17
noonedeadpunkas issue stated was to make all openstack internals to work over ipv6 rather then externals07:34
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Enable multiple console proxies when required in deployments  https://review.opendev.org/c/openstack/openstack-ansible/+/89052208:00
opendevreviewMerged openstack/openstack-ansible master: Set correct language for docs  https://review.opendev.org/c/openstack/openstack-ansible/+/89340708:21
opendevreviewMerged openstack/openstack-ansible-os_neutron master: Stop haproxy on ovn-controller nodes  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/88626609:40
opendevreviewMerged openstack/openstack-ansible stable/zed: Bump SHAs for Zed  https://review.opendev.org/c/openstack/openstack-ansible/+/89341912:21
noonedeadpunkreviews of https://review.opendev.org/c/openstack/openstack-ansible/+/893413 are pretty much appreciated :)12:31
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_neutron stable/2023.1: Stop haproxy on ovn-controller nodes  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/89345012:34
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_neutron stable/zed: Stop haproxy on ovn-controller nodes  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/89345112:34
kleinihttps://paste.opendev.org/show/bbxTyq09A8NebT4lCBHr/ <- I am trying to add a compute node to my cluster und 26.1.2 release. Do you have any hint, what could be wrong since my upgrade to Zed two month ago? I feels like being broken without any change from my side.13:14
kleinioh, it was about wrong permissions for keys...13:14
mgariepymight also be ansible stalled facts.13:15
kleinitrying to delete them13:16
mgariepyi usually do `ansible all -m setup --forks 100` before running a playbook 13:16
kleiniit have been issues with the facts. thanks for your help. issue is solved13:25
mgariepygreat :D13:29
kleiniand cluster got two new compute nodes. I wish a pleasant weekend!13:49
noonedeadpunksweet :)13:51
noonedeadpunkhave a nice one as well!13:51
noonedeadpunkSo... This seems to be a correct fix for adjutant on stable branches: https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/89250514:59
noonedeadpunkrest upgrade jobs will be fixed after merging (and bumping) zed14:59
Bico_FinoTrying to run rabbitmq-install on a container and getting error: FAILED! => {"msg": "'dict object' has no attribute 'ansible_hostname'"} at task TASK [rabbitmq_server : Fix /etc/hosts]15:10
noonedeadpunkwhat version is that?15:10
Bico_Fino18.1.2015:10
noonedeadpunkugh, that's damn old....15:10
Bico_Fino:(15:11
noonedeadpunkI believe this is related to stale ansible facts15:11
mgariepyit's quite often the case i think.15:11
opendevreviewMerged openstack/openstack-ansible stable/2023.1: Bump SHAs for 2023.1  https://review.opendev.org/c/openstack/openstack-ansible/+/89341315:11
noonedeadpunkIt's way more rare these days15:11
Bico_Finorecreate the facts?15:12
mgariepyit depends on when you ran the playbook the last time.15:12
noonedeadpunkBut I was asking, since we should not have any vars looking like `ansible_hostname` on antelope, and probably zed15:12
mgariepyansible all -m setup --forks 100 ?15:12
Bico_FinoI will try15:13
noonedeadpunkor smth like https://paste.openstack.org/show/b0WShCYTzTgU4p6iuDbS/15:14
noonedeadpunkAh, it's even rocky...15:14
Bico_Fino-m setup did the trick15:26
mgariepygood to hear.15:29
spatelnoonedeadpunk hey!16:01
spatelDid you ever use openstack internal DNS function ? 16:01
spatelJust to resolve hostname of two vms?16:02
noonedeadpunkum... you mean designate?16:05
daniel_Hey guys, I'm trying to install AIO lxc stable/2023.1 openstack-ansible in a proxmox vm (ryzen 9/16 cores, 32GB) to test it. It's normal 22 seconds time to get a token from keystone in this environment?16:18
noonedeadpunkI'd day no16:19
noonedeadpunkIs memcached around, alive and reachable?16:20
noonedeadpunkthere were quite some troubles with proxmox, since you need to explicitly allow some traffic to pass nicely16:20
noonedeadpunkso you should check if keystone can connect to memcached16:20
noonedeadpunkas if it can't - that would result delay you're describing16:21
daniel_Thanks noonedeadpunk. Yes, memcached is alive. I'll check the networking side and connection to memcached. Already pushed the haproxy timeouts and at least now I don't have 504s anymore. But so far networking it seems "OK", at least they have connectivity. But the installation so far it's freaking slow. Trying to install manually one service at a time. 16:25
noonedeadpunkwhat we have in CI is smth like 4 CPU cores and 8Gb of ram and 100gb of disk. Though I'd suggest no less of 12Gb dedicated to the env16:29
daniel_You are on the spot noonedeadpunk. Keystone can't access memcached. I'll check connectivity. Thanks!16:37
karniWhen the feature multiqueue has not been enabled, does it make sence to bind some iperf3 to different vCPUs using `-A` switch (CPU affinity )? I mean iperf3_1 on vCPU1 and iperf3_2 on vcPU2 and so on... while it's expected to one core be taken by OpenStack for networking in case of no multiqueue?17:09
karniI want compare my test in a scenario where multiqueue is enabled and in the other scenario tt's not.17:09
opendevreviewMerged openstack/openstack-ansible master: Fix ansible_ssh_extra_args extra newline  https://review.opendev.org/c/openstack/openstack-ansible/+/89319117:11
NeilHanlonkarni: yes, using taskset or so to ensure the iperf threads run on a single CPU would give you more consistent results17:30
karniIf it's possible to bind threads to vCPUs, why it's needed to enable "multiqueue"?17:43
opendevreviewMerged openstack/openstack-ansible master: Enable multiple console proxies when required in deployments  https://review.opendev.org/c/openstack/openstack-ansible/+/89052217:45
spatelnoonedeadpunk I figured out internal DNS issue 19:22
spatelIt was config problem 19:23
spatelnoonedeadpunk can I shared specific public network to specific project?19:23
spatelI have multiple public network A, B and C 19:27
spatelI want only customer_A can see network_A 19:27
spatelI found it can set using RBAC 20:42

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!