Friday, 2022-02-18

opendevreviewJames Kirsch proposed openstack/kolla-ansible master: Add support for LetsEncrypt-managed certs  https://review.opendev.org/c/openstack/kolla-ansible/+/74134001:58
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Allow to define extra parameters for Prometheus exporters  https://review.opendev.org/c/openstack/kolla-ansible/+/82686809:13
opendevreviewMerged openstack/kolla master: Add Prometheus libvirt exporter image  https://review.opendev.org/c/openstack/kolla/+/64209509:32
opendevreviewSven Kieske proposed openstack/kolla-ansible master: re-add rabbitmq config for interfaces  https://review.opendev.org/c/openstack/kolla-ansible/+/75857609:44
opendevreviewJakub Darmach proposed openstack/kolla stable/xena: Ensure set_configs sets execute bit on directories  https://review.opendev.org/c/openstack/kolla/+/82977411:02
opendevreviewJakub Darmach proposed openstack/kolla stable/wallaby: Ensure set_configs sets execute bit on directories  https://review.opendev.org/c/openstack/kolla/+/82977511:03
opendevreviewJakub Darmach proposed openstack/kolla stable/victoria: Ensure set_configs sets execute bit on directories  https://review.opendev.org/c/openstack/kolla/+/82977611:03
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: haproxy: support different internal/external ports  https://review.opendev.org/c/openstack/kolla-ansible/+/82339511:03
opendevreviewalecorps proposed openstack/kolla-ansible master: Add support for VMware First Class Disk (FCD)  https://review.opendev.org/c/openstack/kolla-ansible/+/80876011:12
opendevreviewalecorps proposed openstack/kolla-ansible master: Add support for VMware First Class Disk (FCD)  https://review.opendev.org/c/openstack/kolla-ansible/+/80876011:15
opendevreviewMerged openstack/kolla-ansible master: Allow to define extra parameters for Prometheus exporters  https://review.opendev.org/c/openstack/kolla-ansible/+/82686811:44
opendevreviewMerged openstack/kolla-ansible master: Add support for VMware NSXP  https://review.opendev.org/c/openstack/kolla-ansible/+/80740412:04
opendevreviewSven Kieske proposed openstack/kolla-ansible master: re-add rabbitmq config for interfaces  https://review.opendev.org/c/openstack/kolla-ansible/+/75857612:30
holtgreweHello. I'm using kayobe to deploy my kolla-based openstack. I want to tweak my host configuration. Shortly I want to add VLAN interfaces bond0.656 to my (VM) compute hosts however I do NOT want them to get an IP there. Is this supported?13:32
holtgreweActually the interface is call brbond0.656. Or should I just leave CIDR empty?13:46
SvenKieskemgoddard: if you would still be so kind to review https://review.opendev.org/c/openstack/kolla-ansible/+/758576 again, when you find the time. this time all checks are green and I was able to test some basic stuff locally as well :)14:15
*** bodgix0 is now known as bodgix14:34
SvenKieskemnasiadka: could you point me to some example for kolla-ansible unit tests? I don't seem to understand the structure of the "tests" directory and the contributer guide also only explains how to run existing tests with tox, but nothing about how to add tests.14:54
SvenKieskenvm there is a tox.ini and .tox dir at the root of the project, will check this out14:55
mnasiadkaSvenKieske: there are unit tests under kolla_ansible/tests/unit/test_address_filters.py for that part of code you changed, it might make sense to add one that checks that output for rabbitmq style address is correct (so we have a slight less chance of breaking when we modify that code for any reason in future) ;-)14:55
SvenKieskethanks for the pointer! will add some tests there :)14:57
SvenKieskemnasiadka: I have added some tests but I'm not sure how these test classes get instantiated by tox..is this all automatically generated or do I need some stuff to the calling side? if so, where would that be? it seems to not be necessary, as I couldn't grep any instance of the class?15:10
mnasiadkaSvenKieske: tox will test it in tox -e py36 - don't worry15:10
SvenKieskecool :) ty!15:11
opendevreviewSven Kieske proposed openstack/kolla-ansible master: re-add rabbitmq config for interfaces  https://review.opendev.org/c/openstack/kolla-ansible/+/75857615:14
opendevreviewSven Kieske proposed openstack/kolla-ansible master: re-add rabbitmq config for interfaces  https://review.opendev.org/c/openstack/kolla-ansible/+/75857615:15
houtknotsHi, i am having some issues while trying to execute `kayobe overcloud service deploy`. I keep getting the following SSH error: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Connection timed out during banner exchange", "unreachable": true}15:31
houtknotsThe moment I try to SSH myself the issue is not present, I have searched for simmular issues but I am unable to find anything that works for me.15:31
holtgrewehoutknots: try to call with -vvvv and see if something useful comes up15:55
houtknotsI don16:10
houtknotsÓh sorry, pressed enter to early16:11
houtknotsI don't see anything which I can do within Kayobe to solve the issue, do you have a suggestion @holtgrewe (vvvv output can be found here: https://jhcsmedia.com/?f=vvvv-output.txt)16:12
SvenKieskehoutknots: your error is. "Connection timed out during banner exchange" check your ssh client and server options inside ansible and on the ssh server side, make sure these work together. notice that your cli call via "ssh" client might take other default options than your ansible ssh connection, check those16:52
houtknotsSvenKieske: This is the command ansible uses to login, `ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="ansible"' -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/<code/mac> 10.100.x.x`16:58
houtknotsWhen I remove ControlPath=/root/.ansible/cp/<code/mac> and ControlMaster=auto it seems te work16:59
houtknotsBut how can I disable these options within ansible/kayobe16:59
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Configure node-exporter to report correct file system metrics  https://review.opendev.org/c/openstack/kolla-ansible/+/82997317:37

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