Tuesday, 2023-11-21

opendevreviewMerged openstack/kolla-ansible stable/2023.1: Set HAProxy server timeout for openstack exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/90128800:02
opendevreviewMerged openstack/kolla-ansible stable/zed: Set HAProxy server timeout for openstack exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/90128900:02
opendevreviewMerged openstack/kolla-ansible stable/zed: Improve grok pattern matching for apache logs  https://review.opendev.org/c/openstack/kolla-ansible/+/90007500:03
opendevreviewVerification of a change to openstack/kolla-ansible stable/zed failed: Add command to force reset the state of RabbitMQ  https://review.opendev.org/c/openstack/kolla-ansible/+/90107000:35
opendevreviewMerged openstack/kolla-ansible stable/2023.1: ovn: Fix wording in limit check  https://review.opendev.org/c/openstack/kolla-ansible/+/90099401:59
opendevreviewMerged openstack/kolla-ansible stable/zed: Add command to force reset the state of RabbitMQ  https://review.opendev.org/c/openstack/kolla-ansible/+/90107002:16
opendevreviewMerged openstack/kolla-ansible stable/zed: ovn: Fix wording in limit check  https://review.opendev.org/c/openstack/kolla-ansible/+/90099502:41
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: fluentd: Use labels for transition to v5  https://review.opendev.org/c/openstack/kolla-ansible/+/90150906:58
opendevreviewMerged openstack/kolla-ansible master: Deprecate Masakari  https://review.opendev.org/c/openstack/kolla-ansible/+/90119307:32
sylvrHello again, I'm here for the same problems as yesterday (kayobe deployment of bifrost failing)08:37
sylvrSome detail about the error : playbook fail when trying to deploy the bifrost services (kayobe seed service deploy) TASK [bifrost : Bootstrap bifrost (this may take several minutes)]. There's a huge wall of error (several screens worth of text).09:07
sylvris there a way I can reduce the amount of log just for this task ? (the logfile is 1.2MB) or any pointer on how to troubleshoot the issue ?09:07
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: fluentd: Use labels for transition to v5  https://review.opendev.org/c/openstack/kolla-ansible/+/90150909:10
mnasiadkasylvr: I don't believe you can, that's a whole blob of Ansible playbook run inside of a container09:19
mnasiadkabut you can run the same command that Kolla-Ansible uses to deploy bifrost09:20
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: fluentd: Use labels for transition to v5  https://review.opendev.org/c/openstack/kolla-ansible/+/90150909:21
sylvrmnasiadka: hum... I'll try that, how can I troubleshoot the issue then? what could help me?09:21
mnasiadkahttps://github.com/openstack/kolla-ansible/blob/57a8ff033fbb142d7980d99f3dc461ccc4eb42ed/ansible/roles/bifrost/tasks/bootstrap.yml#L1609:22
mnasiadkathis is the command we run in the container to bootstrap bifrost09:22
mnasiadkaonce you run that on your own (outside of Kayobe and Kolla-Ansible) - you should get a better understanding of what is happening09:23
mnasiadkafeel free to raise a bug with that output - or just share it on paste.openstack.org and send a link here09:23
mnasiadkawe'll try to help09:23
sylvrthanks !09:26
opendevreviewMichal Nasiadka proposed openstack/kolla master: DNM: Build all images  https://review.opendev.org/c/openstack/kolla/+/90153109:59
sylvrso, running the task directly on the seed container resulted in this :10:07
sylvrhttps://pastebin.com/1VJeNQef10:07
sylvrI'm going to try to get inside the container and see why it failed (checking systemd logs)10:08
sylvrseems like the DHCP range isn't okay10:11
sylvrhttps://pastebin.com/zKZmDB0a10:12
sylvrthis is what's inside my etc/kayobe/networks.yml file : https://pastebin.com/HTGDXeYx10:18
mnasiadkayou need to have inspection allocation pool configured10:33
mnasiadkaand it can't be the same as allocation pool10:34
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: fluentd: Use labels for transition to v5  https://review.opendev.org/c/openstack/kolla-ansible/+/90150910:38
opendevreviewMerged openstack/kolla-ansible master: Adding mariadb_port to wsrep sync status so alterative ports can be used  https://review.opendev.org/c/openstack/kolla-ansible/+/88658111:58
sylvrmnasiadka: for every network or only the oob network ? because I have configured inspection allocation pool but it's a subset of the normal allocation poo12:21
mnasiadkasylvr: only the network you use for provisioning13:33
sylvrI don't know why, but the dhcp range in dsnmasq conf file is generated incorrectly : "dhcp-range=,,,12h"13:51
opendevreviewPierre Riteau proposed openstack/kayobe master: Support python bootstrap through Apt proxy  https://review.opendev.org/c/openstack/kayobe/+/90155113:52
kickjayHi Kollas, Have you ever tried to run deployment (and other managment tasks) via AWX or Ansible Tower (with custom execution environment)?13:53
mnasiadkasylvr: because we don't have a precheck that checks if that is defined, so it templates out empty13:59
sylvrAm I supposed to fill in the blanks ?14:01
sylvror is it due to misconfiguration?14:01
mnasiadkadue to misconfiguration14:13
sylvrthis is weird, my networks are configured in networks.yml14:16
*** ravlew is now known as Guest771614:21
mattcreessylvr: the dhcp range used in Bifrost is templated down from `kolla_bifrost_dhcp_pool_start/end` here: https://github.com/openstack/kayobe/blob/8da3481ca236ade0a0a801f18d82153d457a7948/ansible/kolla-bifrost.yml#L1014:23
mattcreesSo you need to have an allocation pool set for your provision_oc_net 14:23
sylvryes, so it should depend on what is inside my etc/koayobe/networks.yml right ?14:26
mattcreesYes exactly. Looking at the networks.yml you sent earlier, is oob your provision net? So you've set `provision_oc_net_name: "oob"`14:31
opendevreviewPierre Riteau proposed openstack/kolla master: Fix documented OpenSearch version  https://review.opendev.org/c/openstack/kolla/+/90155414:40
sylvryes it is !14:41
mattcreesIn that case, it should get templated into bifrost.yml during the kolla-bifrost role. I.e. when you run `kayobe seed service deploy`14:44
sylvrthis is weird14:44
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: fluentd: Use labels for transition to v5  https://review.opendev.org/c/openstack/kolla-ansible/+/90150914:44
opendevreviewPierre Riteau proposed openstack/kolla master: Fix documented OpenSearch version  https://review.opendev.org/c/openstack/kolla/+/90155414:48
mattcreesIf you check under {{ kolla_node_custom_config_path }}/bifrost/bifrost.yml, are dhcp_pool_start and dhcp_pool_end set there? You can run `kayobe seed service deploy -t kolla-bifrost -kt none` to just generate the bifrost config locally if needed14:48
mattcreeskolla_node_custom_config_path is etc/kolla by default btw :) 14:55
mattcrees*etc/kolla/config14:56
sylvrthey're not set on the node14:57
sylvrI'm running all the playbook to see if this change anything14:57
opendevreviewMerged openstack/kayobe stable/yoga: Fix setting kolla_admin_openrc_cacert  https://review.opendev.org/c/openstack/kayobe/+/90058615:00
jovialsylvr: What does `kayobe configuration dump --limit localhost --var-name provision_oc_net_name` give you?15:26
sylvrjovial: this {     "localhost": "oob" }15:59
opendevreviewMerged openstack/kolla-ansible master: Remove Glance and Neutron TLS proxies from fluentd input config  https://review.opendev.org/c/openstack/kolla-ansible/+/89008516:08
sylvrokay, somehow the config is overriden16:15
sylvrbc the networks.yml file is correct (or at least it contain the correct info) but then on the seed there isn't any information about the allocation pool16:19
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: fluentd: fix horizon format regex  https://review.opendev.org/c/openstack/kolla-ansible/+/89012816:27
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: fluentd: fix horizon format regex  https://review.opendev.org/c/openstack/kolla-ansible/+/89012816:28
opendevreviewDawud proposed openstack/kolla-ansible master: Enable HAProxy Prometheus metrics endpoint  https://review.opendev.org/c/openstack/kolla-ansible/+/87711816:39
opendevreviewDawud proposed openstack/kolla-ansible master: Enable HAProxy Prometheus metrics endpoint  https://review.opendev.org/c/openstack/kolla-ansible/+/87711816:40
sylvrgood night, coming back tomorrow ! ;)16:40
opendevreviewMerged openstack/kayobe master: provision-net: Remove transitional unshare code  https://review.opendev.org/c/openstack/kayobe/+/89993619:39
opendevreviewPierre Riteau proposed openstack/kayobe master: Use Inspector database to store inspection data  https://review.opendev.org/c/openstack/kayobe/+/85183420:39
opendevreviewPierre Riteau proposed openstack/kayobe master: Remove custom grafana_local_admin_user_name  https://review.opendev.org/c/openstack/kayobe/+/87744520:45
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Move [oslo_policy] back inside Jinja if block  https://review.opendev.org/c/openstack/kolla-ansible/+/90162921:39
opendevreviewPierre Riteau proposed openstack/kolla master: Update Ceph repo name for dnf config-manager command  https://review.opendev.org/c/openstack/kolla/+/90163422:45
opendevreviewPierre Riteau proposed openstack/kayobe master: Test Kolla fix  https://review.opendev.org/c/openstack/kayobe/+/90163522:47
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: fluentd: Use labels for transition to v5  https://review.opendev.org/c/openstack/kolla-ansible/+/90150922:52
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Enable HAProxy Prometheus metrics endpoint  https://review.opendev.org/c/openstack/kolla-ansible/+/87711822:54

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