Thursday, 2024-09-19

opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_horizon master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/92969507:54
jrossero/ morning08:06
noonedeadpunko/08:09
jrosserdo you have a test environment with skyline?08:10
noonedeadpunkI think only realtively old one08:10
noonedeadpunkbut I'm looking at skyline haproxy definition now 08:11
noonedeadpunkif that's what you're checking as well :)08:11
jrosseryeah that was it - i just don't have anywhere to test it at all (other than spawn AIO) 08:23
jrossersaw the errors in another job for that08:23
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Convert Skyline HAProxy httpcheck  https://review.opendev.org/c/openstack/openstack-ansible/+/92989208:28
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/92969708:29
noonedeadpunkI hope that would make it ^08:29
jrosseroh08:30
jrosser:) https://review.opendev.org/c/openstack/openstack-ansible/+/92981208:30
jrosseri'll abandon mine as you've setup the depends-on with yours08:31
noonedeadpunkoh sorry08:43
noonedeadpunkI haven;t seen it :(08:43
noonedeadpunkI can abandon mine as well :p08:44
jrosseri forgot you had patches to skyline - makes sense to use the depends-on to test it08:49
gokhanhello folks, in caracal deployment, the deployment is stuck in TASK [systemd_networkd : Create systemd-networkd network link(s)]. If we remove containers and rerun lxc deploy, it is working. why it can stuck in this task. it doesn't continue after this task.https://paste.openstack.org/show/btKPRvXheIucl644rw5y/ 09:13
gokhanif I look at servers, onyl ı see openstackansible@notty process. there is no ongoing task.09:15
noonedeadpunkcould it be that you're re-using same network twice, or try to re-configure network you're using for connection?09:39
gokhannoonedeadpunk, we are using a vm as deployment host. can you give an example for using same network twice?  10:17
noonedeadpunkwell, I had a cases where a network for my VM was from the same subnets as are configured for AIO10:27
noonedeadpunkthen I was loosing coonection to VM when configuring networks for containers10:27
jrosserit would be worth trying to figure out if that task jams up on one if it's iterations10:29
jrosseror if running the next task is jammed up10:29
jrossersome -vvvvv might tell you that10:29
jrosserthat would also tell you if some attempt to ssh to the target was failing10:30
noonedeadpunkwell, I was not shown all output as well when that was happening...10:30
noonedeadpunkbut then the only way for me was to re-create the VM10:30
gokhannoonedeadpunk, jrosser it is waiting but there is no attempt to ssh any host. https://paste.openstack.org/show/bNqqnTY0pgMVOdQmOfHG/10:39
gokhanI also tried with -vvv , there is no attempt to ssh any target 10:40
jrosserwhat release is this?10:40
gokhanit is 29.0.1 10:41
noonedeadpunkit could lost connection by then...10:42
noonedeadpunkwhat is the VM network when it's empty?10:42
noonedeadpunklike - `ip a` output?10:42
jrosserwhat is `Collection ansible.utils does not support Ansible version 2.13.8` all about?10:42
jrosserthats a very old ansible10:43
noonedeadpunkO_O10:43
jrosserand would not really make sense at all for 29.0.110:44
gokhanok I will check ansible version 10:44
jrossergokhan: i would say there is something wrong with the setup on your deploy host10:44
gokhanjrosser, this is ansible version https://paste.openstack.org/show/b91BO9pt2PC56qlFlTT8/10:47
jrosseri would guess that bootstrap-ansible.sh has not been run10:48
noonedeadpunkor you have some ENV var set which backs ansible to older version10:50
noonedeadpunklike `ANSIBLE_PACKAGE`10:51
gokhanok ı will check ENV variables and rerun bootstrap ansible.sh 10:54
gokhanjrosser, I rerun bootstrap-ansible.sh but again getting [WARNING]: Collection ansible.utils does not support Ansible version 2.13.8 11:05
gokhanansible.utils version is v3.0.011:06
jrosserso what version does ansible —version give you?11:06
gokhanansible [core 2.13.8]11:09
gokhanin this commit https://github.com/openstack/openstack-ansible/commit/4130be36d07e89d36c30c3d8477d35fc65935569 it must be 2.15.3 11:12
gokhansorry now it is 2.15.9 11:13
kleini_Is that true, that I need to set ANSIBLE_INJECT_FACT_VARS=true to be able to use openstack-ansible-ops/prometheus? The prometheus.prometheus collection otherwise always fails with missing ansible_architecture.13:03
noonedeadpunkif that's true, we need to fix that13:27
noonedeadpunkit should be ansible_facts['architecture']13:27
gokhanI sometimes get he user requested python-openstackclient", "    The user requested (constraint) python-openstackclient===6.6.1 error. what is the solution of this conflict ?13:33
gokhanhttps://paste.openstack.org/show/bZ1my18QucdF27NrEOoB/13:33
noonedeadpunkhm, it's weird - contraint should not conflict with requirement in this case...13:37
gokhanin upper constraints python-openstackclient version is 6.6.1 but in utility requirements file python openstackclient version is not defined 13:45
noonedeadpunkyou got very interesting issues I never saw :D13:45
noonedeadpunkmight be worth re-running repo-server playbook to re-fetch u-c cache?13:46
noonedeadpunkas if you had old ansible, I assume you're upgrading...13:46
noonedeadpunkso that could be the thing...13:46
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-ops master: Test all supported versions of k8s workload cluster with magnum-cluster-api  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/91664914:09
jrosseri wonder if we should remove ironic-inspector14:38
jrosserhttps://docs.openstack.org/releasenotes/ironic-inspector/unreleased.html14:39
gokhaninoonedeadpunk: ı am not upgrading. I am working with local repos and I am making some arrangements. It seems there are missing things I need to do. I resolved old ansible things and rerun bootstrap-ansible.sh. ı also destroyed previosly created containers and redeployed again. 14:41
noonedeadpunkjrosser: well, yes, but we need to re-implement the thing natively now I guess14:42
jrosserhmmm yes we don't really have a proper aio test setup for it either14:47
gokhaninoonedeadpunk: I find my issue. devpi is running in offline mode and it didn't find the python-openstackclient 6.6.1 version. thanks :) 15:00
noonedeadpunkI don't have even ironic running anywhere....15:01
jrosseri guess i could fiddle with our caracal dev environment 15:03
noonedeadpunkso yeah, we need to do that, but I'm potentially not a big helper there15:06
jrosseri guess the question is if we can leave it as is and remove next cycle15:08
jrosseror if it really must be done for dalmation15:09
jrosserone of the difficulties is that the ironic config is based on what actually works for us, rather than anything we have in tests15:09
noonedeadpunkfrom what I can tell - there's gonna be a release? https://review.opendev.org/c/openstack/releases/+/92976415:17
noonedeadpunkso we can do that for epoxy I'd say15:19
noonedeadpunkbut no branching makes it weird15:19
noonedeadpunkand also no major version bump15:19
noonedeadpunkso... dunno15:19
noonedeadpunkhttps://review.opendev.org/c/openstack/releases/+/92940915:20
jrosseri was just digging into whats needed to make some actually useful tests for os_ironic15:23
jrosserand it's reasonable amount of work15:23
noonedeadpunkah, ok https://review.opendev.org/c/openstack/releases/+/929409/2/deliverables/dalmatian/ironic-inspector.yaml15:23
noonedeadpunkso they branch out of tag15:23
opendevreviewMerged openstack/openstack-ansible-galera_server master: Manage apt repositores and keys using deb822_repository module  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/90775215:28
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Unify approaches for repo setup between apt/dnf  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964515:32
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Improve handling of ceph_pkg_source changing  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964815:32
opendevreviewMerged openstack/openstack-ansible-os_keystone master: Ensure correct order for credential rotate/migrate  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/92567315:42
opendevreviewMerged openstack/openstack-ansible-rabbitmq_server master: Improve handling of rabbitmq_install_method changing  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/92790616:11
opendevreviewMerged openstack/openstack-ansible-galera_server master: Improve handling of galera_install_method changing  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/92790116:45
opendevreviewMerged openstack/openstack-ansible-repo_server master: Improve role idempotency  https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/92965719:48
opendevreviewMerged openstack/openstack-ansible-ops master: mcapi_proxy: ensure proxy service restarts when venv changes  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/92747219:55

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