Tuesday, 2021-08-03

shyambHi yoctozepto: Thank you06:00
yoctozepto:-)06:06
mnasiadkagood morning06:58
*** rpittau|afk is now known as rpittau07:30
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: Fix incorrect config of linuxbridge multiple external networks  https://review.opendev.org/c/openstack/kolla-ansible/+/80327307:32
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: Fix incorrect config of linuxbridge multiple external networks  https://review.opendev.org/c/openstack/kolla-ansible/+/80327407:32
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: Fix incorrect config of linuxbridge multiple external networks  https://review.opendev.org/c/openstack/kolla-ansible/+/80327507:32
opendevreviewVerification of a change to openstack/kolla stable/wallaby failed: Fix missing pacemaker-cli-utils in Debian hacluster images  https://review.opendev.org/c/openstack/kolla/+/80318907:33
opendevreviewMerged openstack/kolla master: Remove patrole from version-check  https://review.opendev.org/c/openstack/kolla/+/80292608:07
kevkohi \o/08:23
kevkoanyone for trivial review ? 08:23
kevkohttps://review.opendev.org/c/openstack/kolla-ansible/+/79833908:23
kevkothank you08:57
*** also_stingrayza is now known as stingrayza09:06
hrwcommented09:07
opendevreviewMerged openstack/kolla-ansible master: watcher: add missing become for copying configs  https://review.opendev.org/c/openstack/kolla-ansible/+/80314309:23
kevkohrw: hmm, do you mean if xyz.domain:port will fall into virtualhost as same as 192.168.0.10:port ? 09:41
hrwkevko: no, rather got used to nginx style rather than apache style.09:54
hrwkevko: so block which listens on tls port needs to define certs09:54
hrwprobably they are defined elsewhere?09:54
kevkohrw: cert are here -> https://github.com/openstack/kolla-ansible/blob/82441350f2930e41450f3f477494766429f3edcb/ansible/roles/horizon/templates/horizon.conf.j2#L46-L50 if tls_backend enabled ...if backend is not enabled ..SSL is defined on haproxy side 10:14
opendevreviewMerged openstack/kolla stable/wallaby: Fix missing pacemaker-cli-utils in Debian hacluster images  https://review.opendev.org/c/openstack/kolla/+/80318910:26
kevkobtw, guys ..i've little bit discussed with ansible-dev guys about problem with looped handlers .. what are next steps in kolla ? reimplement it in kolla or what ? 11:03
kevkoit's very annoying issue in kolla-ansible ...11:03
opendevreviewMichal Arbet proposed openstack/kolla-ansible stable/wallaby: Trivial fix horizon's healthcheck when SSL turned on  https://review.opendev.org/c/openstack/kolla-ansible/+/80328211:04
opendevreviewMerged openstack/kolla-ansible master: Trivial fix horizon's healthcheck when SSL turned on  https://review.opendev.org/c/openstack/kolla-ansible/+/79833911:07
opendevreviewMerged openstack/kolla-ansible stable/wallaby: Fix incorrect config of linuxbridge multiple external networks  https://review.opendev.org/c/openstack/kolla-ansible/+/80327311:08
opendevreviewMerged openstack/kolla-ansible stable/victoria: Fix incorrect config of linuxbridge multiple external networks  https://review.opendev.org/c/openstack/kolla-ansible/+/80327411:11
kevkobtw, sorry for noob question ..but how can I reply to email in openstack-discuss ..i'm subscribing openstack-discuss mailinglist ..but just see messages like "openstack-discuss digest, vol ...." as overall daily mail11:16
kevko(i assume that probably if i fill correct body, subject, to: and cc: it will pair ...but is it only option ?)11:17
opendevreviewMerged openstack/kayobe master: Ubuntu: Set MTU for veth in the network files  https://review.opendev.org/c/openstack/kayobe/+/80221811:29
hrwkevko: go to http://lists.openstack.org/cgi-bin/mailman/options/openstack-discuss and switch from digest to normal mails?11:35
kevkohaha :D :D 11:35
kevkothank you :D 11:35
pvh_saHello everyone... I've got an openstack VM that seems to have somehow disconnected from the network: it sends out a DHCP queries but no DHCP response comes back. This is OpenStack Queens deployed using kolla. Removing and recreating the network interface doesn't resolve the problem. Any ideas where else to look?12:20
pvh_saI have identified the tap interface that the VM is connected to and the bridge (on the compute node) that the tap interface is connected to... I can see the DHPC queries going there but have not been able to trace further12:25
opendevreviewMerged openstack/kolla-ansible stable/ussuri: Fix incorrect config of linuxbridge multiple external networks  https://review.opendev.org/c/openstack/kolla-ansible/+/80327512:34
hrwqueens...12:44
opendevreviewPierre Riteau proposed openstack/kayobe stable/wallaby: Ubuntu: Set MTU for veth in the network files  https://review.opendev.org/c/openstack/kayobe/+/80328312:47
yoctozeptoyeah, it will be hard to find support for queens nowadays13:05
pvh_sa*sigh* I'm looking at an even older resource - the OpenStack Networking Cookbook - and trying to map its description of "Troubleshooting a VM that does not get a DHCP IP address" to kolla... at least some of the theory kind of makes sense13:07
pvh_sathis installation is on queens because the person who set it up left a long time ago and none of us have been brave enough to touch the config since ;)13:08
yoctozeptois it linuxbridge-based?13:09
pvh_saopenvswitch13:09
yoctozeptoI see; so it could require debugging the flows13:09
pvh_safrom what I can see there's a br-int and br-tun, and I can kind of see how the VM is connected to the br-int on the hypervisor box13:10
yoctozeptoanyhow, have you checked whether the dhcp agent is running and the network namespace for that network is set up properly?13:10
pvh_saso there are many DHCP agents running and other VMs on the same subnet are getting their IPs fine13:10
pvh_saI was hoping to be able to run tcpdumps along the chain of bridges once I figured out what was connected to what but... no luck thus far. 13:11
yoctozeptodo these other VMs run on the same host?13:12
pvh_salet me check that13:13
pvh_saah that was a good thing to check - 2 VMs on the other hypervisor (HV2)- both accessible. 2 VMs on this hypervisor (HV1) - both inaccessible. but another VM on this same HV1 but different network/subnet - is accessible13:18
pvh_saso is there a way to "restart the network/subnet" on the one hypervisor (HV1 in my example)?13:26
pvh_saand more generally... what are the best resources for learning OpenStack with Kolla?13:33
anyrude10Hi Team, I am trying to provision Baremetal Node using Ironic service. I am using Kolla-Ansible tool 12.0.0 for openstack wallaby release. As soon as i run openstack baremetal node provision command, it powers on the server and system gets IP 20.20.20.10 which is in the range that I have defined in globals.yml ironic_dnsmasq_dhcp_range: "20.20.20.10,20.20.20.100", nothing happens after that. Node goes in clean_failed state after sometime.14:15
dougszuanyrude10: is there any evidence that the kernel/ramdisk are copied/booted?14:22
dougszuI guess you may not have serial output configured correctly, so you don't see the failure14:22
dougszuare you booting via UEFI, and if so was your ramdisk built to support it?14:25
yoctozeptobreaking news: just learnt that centos 8 (non-stream) repos might just vanish after some time EOL, be prepared14:27
mnasiadkaeven from vault.centos.org?14:34
yoctozeptomnasiadka: I guess the vault will stay, but, you know, the links will not magically fix themselves to point at vault ;-)14:36
yoctozeptoalso, wondering what will happen to container image tags14:36
yoctozeptoquestions, questions :-)14:36
mnasiadkawell, everything has an end14:38
opendevreviewPierre Riteau proposed openstack/kayobe stable/victoria: Sync Kolla Ansible feature flags  https://review.opendev.org/c/openstack/kayobe/+/80335814:53
opendevreviewPierre Riteau proposed openstack/kayobe stable/wallaby: Sync Kolla Ansible feature flags  https://review.opendev.org/c/openstack/kayobe/+/80336014:59
opendevreviewPierre Riteau proposed openstack/kayobe-config stable/victoria: Synchronise with latest kayobe for victoria  https://review.opendev.org/c/openstack/kayobe-config/+/80336115:03
opendevreviewPierre Riteau proposed openstack/kayobe stable/victoria: Sync Kolla Ansible feature flags  https://review.opendev.org/c/openstack/kayobe/+/80335815:06
opendevreviewPierre Riteau proposed openstack/kayobe-config stable/victoria: Synchronise with latest kayobe for victoria  https://review.opendev.org/c/openstack/kayobe-config/+/80336115:06
opendevreviewPierre Riteau proposed openstack/kayobe master: Update ntp role to match code style  https://review.opendev.org/c/openstack/kayobe/+/80336515:48
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/victoria: Trivial fix horizon's healthcheck when SSL turned on  https://review.opendev.org/c/openstack/kolla-ansible/+/80328615:57
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/wallaby: watcher: add missing become for copying configs  https://review.opendev.org/c/openstack/kolla-ansible/+/80328715:57
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/victoria: watcher: add missing become for copying configs  https://review.opendev.org/c/openstack/kolla-ansible/+/80328815:58
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/ussuri: watcher: add missing become for copying configs  https://review.opendev.org/c/openstack/kolla-ansible/+/80328915:58
*** rpittau is now known as rpittau|afk16:13
opendevreviewMerged openstack/kayobe stable/wallaby: Ubuntu: Set MTU for veth in the network files  https://review.opendev.org/c/openstack/kayobe/+/80328318:07
opendevreviewMerged openstack/kayobe stable/wallaby: Sync Kolla Ansible feature flags  https://review.opendev.org/c/openstack/kayobe/+/80336018:35
nst__i have installed openstack using kolla ansible and try to testing freezer project, after finish installation and try to backup there is error like this, "CRITICAL freezer.main [-] Critical Error: can only concatenate str (not "bytes") to str" anyone have experience like this.. thank you18:37
opendevreviewMerged openstack/kayobe master: Update ntp role to match code style  https://review.opendev.org/c/openstack/kayobe/+/80336519:29
opendevreviewIlya Popov proposed openstack/kolla-ansible master: Extra var ironic_enable_keystone_integration added.  https://review.opendev.org/c/openstack/kolla-ansible/+/79366420:55

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