Tuesday, 2021-11-23

opendevreviewPiotr Parczewski proposed openstack/kayobe master: Add support for Mellanox Onyx switches  https://review.opendev.org/c/openstack/kayobe/+/81885507:28
opendevreviewPiotr Parczewski proposed openstack/kayobe master: WIP: Add support for Mellanox Onyx switches  https://review.opendev.org/c/openstack/kayobe/+/81885507:29
opendevreviewPiotr Parczewski proposed openstack/kayobe master: WIP: Add support for Mellanox Onyx switches  https://review.opendev.org/c/openstack/kayobe/+/81885509:31
*** blmt is now known as Guest659710:08
opendevreviewMerged openstack/kolla-ansible master: Add kolla-ansible --version option  https://review.opendev.org/c/openstack/kolla-ansible/+/81674810:36
opendevreviewMark Goddard proposed openstack/kayobe master: Ubuntu: support host package update  https://review.opendev.org/c/openstack/kayobe/+/81807510:55
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: horizon: add various dashboard plugins for ubuntu/binary  https://review.opendev.org/c/openstack/kolla/+/79505411:35
hrwmgoddard: refreshed to apply11:36
jingvarwhat about custom dashboards?11:37
hrwas you said - they are custom11:47
hrwwhile this patch is about packages11:48
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Upgrade pip and friends in source images  https://review.opendev.org/c/openstack/kolla/+/77064711:52
jingvarI understand, just don't remmeber can I install a custom dashboard or not. I'll read the doc.12:02
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Upgrade pip and friends in source images  https://review.opendev.org/c/openstack/kolla/+/77064712:44
opendevreviewMerged openstack/kolla master: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/78807312:52
opendevreviewMerged openstack/kolla-ansible master: Specify log file name for Nova API  https://review.opendev.org/c/openstack/kolla-ansible/+/81791813:09
opendevreviewStanislav Dmitriev proposed openstack/kolla stable/xena: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/81889213:13
opendevreviewStanislav Dmitriev proposed openstack/kolla stable/wallaby: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/81889313:14
opendevreviewStanislav Dmitriev proposed openstack/kolla stable/victoria: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/81889413:14
opendevreviewStanislav Dmitriev proposed openstack/kolla stable/ussuri: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/81889513:15
opendevreviewStanislav Dmitriev proposed openstack/kolla stable/train: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/81889613:15
opendevreviewStanislav Dmitriev proposed openstack/kolla stable/stein: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/81889713:15
opendevreviewStanislav Dmitriev proposed openstack/kolla stable/rocky: Add Swift lock path in Swift containers  https://review.opendev.org/c/openstack/kolla/+/81889813:15
DK4i have a complety new env with 3 controller and 3 computes. when trying to create instance they are stuck in creating and dont go further. i dont find anything meaningful in the logs any advices?13:22
Fl1ntHowdy everyone!13:24
Fl1ntpriteau, I've met with a strange issue on cloudkitty policies, are you still working on it or should I rather try the mailing list?13:25
opendevreviewMichal Nasiadka proposed openstack/kayobe master: selinux: default to permissive  https://review.opendev.org/c/openstack/kayobe/+/81366113:34
jpic_hi all, any idea why rabbitmq won't deploy? container stays in restarting state, docker logs: https://dpaste.com/7Z6UH6EMY13:35
jpic_nevermind, there's a warning that ipv4 forwarding is not enabled ><13:40
mnasiadkaipv4 forwarding for rabbitmq?13:52
holtgreweI am seeing a weird network-related issue. I just created my first working cluster using kayobe/kolla. I have two external networks "public" and "private". I created a cirros instance and connected it to the "public" network. I open the console in the instance and can ping the public network gateway and also 8.8.8.8. When creating a second instance, I can ping that one as well. However, I cannot ping the machine on its public network IP or 14:00
holtgreweconnect to this.14:00
holtgreweHow do I figure out whether I'm doing an elementary openstack issue or have a kayobe/kolla misconfiguration?14:01
holtgrewewait, probably related to the default security group14:05
*** amoralej|off is now known as amoralej14:08
jpic_mnasiadka: actually that was not the problem, still having  Supervisor rabbit_prelaunch_sup had child prelaunch started with rabbit_prelaunch:run_prelaunch_first_phase() at undefined exit with reason {badmatch,14:11
jpic_{error,{{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}},{child,undefined,net_sup_dynamic,{erl_distribution,start_link,[[rabbit_prelaunch_23@localhost,shortnames],false,net_sup_dynamic]},permanent,false,100014:11
opendevreviewLEDUC Florian proposed openstack/kolla-ansible master: Variabilize ceilometer publishers  https://review.opendev.org/c/openstack/kolla-ansible/+/58985514:12
jpic_if i go ahead and run: docker run --rm --network=host -it -v /etc/kolla/rabbitmq/:/var/lib/kolla/config_files/:ro -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro -v rabbitmq:/var/lib/rabbitmq/:rw -v kolla_logs:/var/log/kolla/:rw -e KOLLA_CONFIG_STRATEGY=COPY_ALWAYS -e RABBITMQ_CLUSTER_COOKIE=t4gOeZrImNfVhedffXMrazkOuJWvRBuS8P6jdVRR -e RABBITMQ_LOG_DIR=/var/log/kolla/rabbitmq 14:14
jpic_-e KOLLA_SERVICE_NAME=rabbitmq  quay.io/openstack.kolla/ubuntu-source-rabbitmq:victoria bash14:14
jpic_then, /usr/sbin/rabbitmq-server, and then kolla_start: it starts correctly14:15
jpic_but running kolla_start directly fails: docker run --rm --network=host -it -v /etc/kolla/rabbitmq/:/var/lib/kolla/config_files/:ro -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro -v rabbitmq:/var/lib/rabbitmq/:rw -v kolla_logs:/var/log/kolla/:rw -e KOLLA_CONFIG_STRATEGY=COPY_ALWAYS -e RABBITMQ_CLUSTER_COOKIE=t4gOeZrImNfVhedffXMrazkOuJWvRBuS8P6jdVRR -e 14:15
jpic_RABBITMQ_LOG_DIR=/var/log/kolla/rabbitmq -e KOLLA_SERVICE_NAME=rabbitmq  quay.io/openstack.kolla/ubuntu-source-rabbitmq:victoria kolla_start14:15
jpic_seems epmd does not start through kolla_start14:18
jpic_i don't get it, the host names resolve and ping perfectly14:25
jpic_commenting this in rabbitmq-env fixed it !!! #export ERL_EPMD_ADDRESS=192.168.100.1314:38
jpic_should probably be 127.0.0.1 or something ... what's the point of having an address there14:42
jpic_all my config is there by the way : https://gitlab.objectif-libre.com/jpic/kolla-ansible-vagrant/14:55
opendevreviewMaksim Malchuk proposed openstack/kayobe master: Adds support for configuration of Apt repositories on Ubuntu.  https://review.opendev.org/c/openstack/kayobe/+/81894015:11
jpic_horizon is not starting because of /usr/local/bin/kolla_extend_start: line 121: ENABLE_KARBOR: unbound variable15:25
Fl1ntmnasiadka, I think we should switch to fully source based build, BUT I'll answer to your email about one argument that could stop that.15:31
jpic_horizon problem was because starting an old container with a new kolla-ansible, sorry about that15:35
opendevreviewMerged openstack/kayobe stable/victoria: CI: always return host configure test results  https://review.opendev.org/c/openstack/kayobe/+/81857115:43
holtgreweIs it correct that keystone deployed via kolla-ansible does not support LDAP authentication? https://docs.openstack.org/kolla-ansible/latest/reference/shared-services/keystone-guide.html  I also found no obvious weay to spike an [ldap] section into /etc/kolla/keystone/keystone.conf15:57
walkmanHi all. Currently it is not possible to create multiple cinder backends for a specific driver. There can only be one backend rbd-1 for Ceph, lvm-1 for LVM, etc.16:12
walkmanI want to create a blueprint to implement support for multiple backends for a specific driver and take it into development. What do you think about this possibility in general? Do you have any suggestions or objections?16:12
jingvarwalkman: maybe custom cinder.conf?16:14
mgoddardjingvar: that was my suggestion (via email)16:20
walkmanjingvar: Do you mean making manual edits to the code for your own needs? We aim to use kayobe/kolla-ansible without making changes to the source code. We make the changes we need in the project upstream.16:32
mgoddardwalkman: config, not code16:33
mgoddardwalkman: /etc/kolla/config/cinder.conf - put anything you like in there16:33
admin1strange .. horizon fails with :  In template /openstack/venvs/horizon-22.3.3/lib/python3.6/site-packages/horizon/templates/horizon/common/_form_field.html, error at line 32   too many values to unpack (expected 2)  .. line32 is    {{ field|add_bootstrap_class }} 17:35
admin1sorry .. wrong channel 17:59
opendevreviewMaksim Malchuk proposed openstack/kayobe master: Fix 'ModuleNotFoundError: No module named 'docker'  https://review.opendev.org/c/openstack/kayobe/+/81900918:27
psuedoHello!18:35
psuedoI'm failing out when running deploy on "loadbalancer : Wait for backup haproxy to start"... This is the final things I see before it just sits here forever https://pastebin.com/0vTv11w3 . And this is the error https://pastebin.com/Hb8uJkUs . The 192.168.2.2 ip that is showing isn't actually assigned in the globals.yml anywhere. However, it is the ip tied to my "network_interface" var. When googling, I'm not finding much out.. any insight?18:51
*** amoralej is now known as amoralej|off19:06
opendevreviewPiotr Parczewski proposed openstack/kayobe master: WIP: Add support for Mellanox Onyx switches  https://review.opendev.org/c/openstack/kayobe/+/81885521:04
opendevreviewMaksim Malchuk proposed openstack/kayobe master: Uninstall ansible-base package only if exists  https://review.opendev.org/c/openstack/kayobe/+/81903022:17
opendevreviewMaksim Malchuk proposed openstack/kayobe master: Limit ip-routing and snat to seed hosts only  https://review.opendev.org/c/openstack/kayobe/+/81903423:30

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