Friday, 2023-02-10

opendevreviewVerification of a change to openstack/kolla-ansible stable/yoga failed: [CI] Improve Cinder testing robustness  https://review.opendev.org/c/openstack/kolla-ansible/+/86083106:34
opendevreviewMerged openstack/kolla-ansible stable/yoga: [CI] Improve Cinder testing robustness  https://review.opendev.org/c/openstack/kolla-ansible/+/86083109:32
opendevreviewMerged openstack/kolla master: Bump Opensearch and Opensearch Dashboards to version 2.5  https://review.opendev.org/c/openstack/kolla/+/87290310:48
opendevreviewMaksim Malchuk proposed openstack/kayobe stable/yoga: Support configuring VLANs with systemd-networkd syntax  https://review.opendev.org/c/openstack/kayobe/+/87337314:29
opendevreviewMaksim Malchuk proposed openstack/kayobe stable/xena: Support configuring VLANs with systemd-networkd syntax  https://review.opendev.org/c/openstack/kayobe/+/87337414:29
opendevreviewMerged openstack/kolla-ansible master: Default neutron_tls_proxy and glance_tls_proxy to haproxy_tag  https://review.opendev.org/c/openstack/kolla-ansible/+/87198614:47
guesswhat[m]Did anyone notice that Cinder backend in Glance is broken ? And Cinder is still enabled as one of default backends.. 16:14
kevkoguesswhat[m]: could you describe little bit more into detail ? 16:28
spatelguesswhat[m] i just deploy cinder backend with ceph and all good17:07
spatelkevko I have question related RabbitMQ polices, why kolla doesn't have /etc/kolla/config override based to adjust policy? 17:08
kevkospatel: w8 a minute ..going o check17:08
kevkospatel: which version are u using ? 17:10
spatelLatest one zed release 17:10
spatelzed-15.0.0 17:11
spatelThis file has policies option /opt/venv-kolla/share/kolla-ansible/ansible/roles/rabbitmq/templates/definitions.json.j217:12
spatelbut its NULL "policies":[]17:12
spatelThat means no policy of HA 17:12
kevkospatel: https://github.com/openstack/kolla-ansible/blob/1b24449892580f6a553d0991755a05c19eb6b02b/ansible/roles/rabbitmq/tasks/config.yml#L100-L11617:13
kevkospatel: you can provide your own definitions.json if you want 17:13
spatel inside /etc/kolla/config/rabbitmq/definitions.json ?17:14
kevkospatel: no, you will take definitions.json.j2 ...copy content and place to /etc/kolla/config/rabbitmq/definitions.json ..and define whatewer you want ...where is problem ? 17:15
kevkospatel: but ha-policy was removed because of oslo.messaging durable queus ..but i am not expert for rbmq17:15
spatel Like this correct - https://paste.opendev.org/show/b5V1jGCqM3QAs54bxcTC/17:16
spatelmy problem is when i reboot on of controller node making whole rabbitMQ cluster bad. I thought may be because i don't have HA so trying to put HA and see17:17
spatelkevko Am i missing something? where is monitoring user? - https://paste.opendev.org/show/bAxIJIAXtmjsyc0HeJ3q/19:35
kevkospatel: there is no monitoring user if i am correct 19:35
spatelhow do i login in GUI?19:35
spatelor its disabled default? 19:36
spatelIn /etc/kolla/passwords.yml i can see rabbitmq_monitoring_password:19:36
kevkospatel: hmm, it looks like there should be if i am checking code19:38
spateli found this - https://review.opendev.org/c/openstack/kolla-ansible/+/517386/19:38
kevkospatel: you have empty rabbitmq_monitoring_user defined 19:41
spatellet say i add rabbitmq_monitoring_user: foo in global.yml 19:41
spatelDo i need to set password or it will use from password.yml?19:42
kevkospatel: then you will have user configured 19:42
spateloh so this is boolean variable? rabbitmq_monitoring_user: True or False?19:43
kevkospatel: the name of user 19:43
spateland password?19:43
kevkopasswords.yml -> rabbitmq_monitoring_password19:43
spatelcool! trying now19:45
spatelshould i be using deploy or reconfigure option?  - kolla-ansible -i multinode reconfigure -t rabbitmq19:45
spatelit always confused me what to use for what type of config19:45
kevkospatel: in rabbitmq it is same 19:45
spatelWhat is the best way to re-deploy rabbitmq cluster in kolla (Example if running cluster messed up or crash and want to redeploy?)19:46
kevkospatel: delete containers, delete volumes, deploy again 19:47
spateldocker delete volumes ? 19:47
kevkoyup19:47
spateli did rm -rf /var/lib/docker/volume/rabbitmq/_data/* 19:47
spatelit works!!!   rabbitmq_monitoring_user:19:48
spatelThank you!! 19:50
kevkospatel: better is docker volume rm rabbitmq19:55
spateli like that instead of delete :)19:55
kevkobecause some roles checking if volume exist and based on this tasks are doing something 19:55
spatelbut anyway goal is to wipe out data19:55
kevkoas I said , some roles are checking if volume exist and if yes ..kolla think that this is "bootstrapped" node and doing something else 19:56
kevkofor example mariaddb19:56
spatelHmm19:56
kevkospatel: example -> https://github.com/openstack/kolla-ansible/blob/df12f2ce023be3a0e5486757834345e4ae874d6d/ansible/roles/mariadb/tasks/lookup_cluster.yml#L10-L1319:57
kevkospatel: so if you will do the same as you did with rabbitmq (delete just data ..no volume) mariadb redeploy will fail 19:58
spatelGot it :)19:59
spatelBetter to remove volume 20:00
kevkoyup20:02
kevkobut best is just fix it :D 20:03

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