Tuesday, 2021-11-02

opendevreviewJames Kirsch proposed openstack/kolla-ansible master: Use system scoped tokens with Keystone  https://review.opendev.org/c/openstack/kolla-ansible/+/81557700:41
ozzzoEugenMayer: I'd try in the morning; the developers are probably sleeping right now00:58
ozzzoI know it's possible to run 1 controller with a few compute nodes but I haven't done it. What document did you follow to set it up?00:59
EugenMayerGood morngin. Does the kolla multi-node deployment require to run with more 3+ controllers or is this optional? It seems that after rebooting the controller (in 1 controller setup), the controller seems to have lost the state of (the compute instances running) and seems to not load several pages. I kind of suspect an issue with an quorum or such.08:03
EugenMayerAny hints?08:03
EugenMayerin the keystone logs i see: ion failed. -11 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'controller.cluster.kontextwork.net' ([Errno 111] Connection refused)")08:06
EugenMayermight be the galera cluster not working with one controller - quorum?08:06
hrwmorning08:11
hrwEugenMayer: I do not know (I do kolla mostly)08:11
hrwmnasiadka, yoctozepto, mgoddard: some cleanups: https://review.opendev.org/q/topic:%22some-debian-cleanups%22+(status:open%20OR%20status:merged)08:11
EugenMayer sorry for all the fuzz, it seems it was just the disk size of the controller, which i did not happen to notice08:48
EugenMayerthe disk was full and the side effect was all the reset08:48
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Debian: enable OVN images for AArch64  https://review.opendev.org/c/openstack/kolla/+/81594609:22
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Debian: enable building Bifrost images  https://review.opendev.org/c/openstack/kolla/+/81478309:24
hrwboth got support matrix update09:24
mnasiadkafantastic09:35
hrwyoctozepto: thanks for pointing to bifrost-base on aarch6410:17
hrwyoctozepto: replied10:32
opendevreviewMichal Nasiadka proposed openstack/kolla master: docs: weekly meetings page  https://review.opendev.org/c/openstack/kolla/+/81549410:33
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Debian: enable building Bifrost images on x86-64  https://review.opendev.org/c/openstack/kolla/+/81478310:51
hrwyoctozepto: now it is even more up to date10:51
mnasiadkaI don't think bifrost supports aarch64 at all, so we shouldn't worry.10:52
EugenMayermnasiadka the issue i had is actually https://review.opendev.org/c/openstack/neutron/+/813408 - is this one build in  into the docker images for xena right now?10:57
EugenMayerit seems to have been merged, but does that automatically mean it has been build upstream?10:57
mnasiadkayes, if the container image build data is after this merge - then it's included10:58
mnasiadkaif we're talking about -source install_type10:59
EugenMayeryes, using source11:00
hrwmnasiadka: they do not. And there was no request to make it happen11:00
hrwmnasiadka: https://review.opendev.org/c/openstack/kolla/+/81594611:03
*** amoralej|off is now known as amoralej11:03
hrwmnasiadka: and https://review.opendev.org/c/openstack/kolla/+/81617511:04
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: gnocchi: do not install cradox  https://review.opendev.org/c/openstack/kolla/+/81617011:04
hrwand this one too ;D11:05
EugenMayermnasiadka thank you11:08
opendevreviewMerged openstack/kolla master: Debian: enable OVN images for AArch64  https://review.opendev.org/c/openstack/kolla/+/81594612:33
opendevreviewMerged openstack/kolla master: neutron-openvswitch-agent: openvswitch is already installed  https://review.opendev.org/c/openstack/kolla/+/81617512:33
hrwmgoddard: https://review.opendev.org/c/openstack/kolla/+/816170 passed zuul. can you s/-1/+2 now?12:42
yoctozeptomgoddard, mnasiadka: the remaining mariadb patch ~> https://review.opendev.org/c/openstack/kolla-ansible/+/81427612:56
EugenMayerWhen deploying freezer with kolla (xena) it fails creating the freezer conf in the freezer task since the template uses `os_project_domain_name = {{ openstack_auth.domain_name }}` (domain_name) but it is not set: {"msg": "'dict object' has no attribute 'domain_name'"}13:57
EugenMayercheckin kolla-ansible/ansible/group_vars/all.yml domain_name is not set13:59
EugenMayerseems to be a xena regression: https://github.com/openstack/kolla-ansible/blob/stable/wallaby/ansible/group_vars/all.yml#L88914:00
EugenMayerhttps://github.com/openstack/kolla-ansible/blob/stable/xena/ansible/group_vars/all.yml#L88314:00
fricklerEugenMayer: that was likely missed when switching to using system-scope14:04
EugenMayerfrickler not sure what system-scope14:04
EugenMayeris14:04
mnasiadkamissed because there's no freezer CI14:05
mnasiadkaand tbh I don't know if freezer works at all14:05
EugenMayermnasiadka you mean in xena or in general?14:06
mnasiadkaEugenMayer: in general14:06
EugenMayerso you guys use other backup options i guess14:06
mnasiadkaI don't do backups at all :)14:07
mnasiadkaBut I'm rather not a good example ;)14:07
EugenMayeri tried to fix it adding this to globals.yml https://gist.github.com/EugenMayer/2d64c44e07c98853dbe8feb6938b3e8914:08
fricklerEugenMayer: this patch introduced it https://review.opendev.org/c/openstack/kolla-ansible/+/69217914:08
fricklerEugenMayer: almost, domain_name="Default"14:08
EugenMayerfrickler do you expect those template vars to work in globals.yml?14:09
fricklerdomain_id=default. and that should really be a UUID but isn't for historical reasons14:09
fricklerEugenMayer: I'm not sure whether that would work. I'll do a patch for the freezer template14:10
EugenMayerwill i could patch it in all.yml to for sure14:10
fricklerEugenMayer: btw. did you make progress with submitting patches yourself? I remember there was some docs issue14:10
EugenMayerfrickler actually i gave up since it was not working with SSH and i was really taken in by all the other things not working, so i had no bandwidth left. I registered, created a gerrit account, signed the contribution CLA and all this, but AFAIR gerrits cli did not work due to auth issues. I guess i will try at a later point in time14:12
opendevreviewDr. Jens Harbott proposed openstack/kolla-ansible master: Fix freezer config template  https://review.opendev.org/c/openstack/kolla-ansible/+/81636314:15
fricklermnasiadka: yoctozepto: ^^ quick fix for freezer14:16
opendevreviewMark Goddard proposed openstack/kayobe master: Ubuntu: add support for Apt repository configuration  https://review.opendev.org/c/openstack/kayobe/+/81636414:17
EugenMayerfrickler thank you for the quick fix14:25
EugenMayerfrickler if you are at it and interested, https://docs.openstack.org/kolla-ansible/latest/user/operating-kolla.html#preparation .. all kolla-ansible statements are missing -i to point at the inventor14:25
EugenMayerfrickler i think your patch is not going to work. Using it, it will then fails 'TASK [service-ks-register : keystone | Creating services] with 'An exception occurred during task execution. To see the full traceback, use -vvv. The error was: keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401)14:44
EugenMayer(Request-ID: req-1e42c29b-213f-445d-8155-adc367f2a292)14:44
EugenMayer'14:44
EugenMayeri first though it is an upgrade issue (redployment), so i deployed from scratch, but same issue14:45
EugenMayeroh14:45
EugenMayeryou patched it the other way arround, i see. Using a static in the template. sorry, misunderstood it. will try14:46
EugenMayerif interesting for anybody. Tried a wallaby to xena upgrade. Worked without issue AFAIKS14:56
jingvarwhat is mariadb root account and password in kolla/passwords.yaml?15:02
mnasiadkajingvar: I think it's self explanatory?15:07
EugenMayerfrickler mnasiadka with the template fix of fricker freezer installed and shows up in horizon. Cannot tell yet its fully functional, but it is their basically15:09
*** amoralej is now known as amoralej|off15:13
jingvarmnasiadka: toomany database_password for one file and me15:17
mnasiadkajingvar: each service has it's mariadb user and password, and there's root (mariadb ,,admin'') account15:17
jingvarI understand , just was blind15:37
jingvarAborted connection 131071 to db: 'keystone' user: 'keystone' host: 'ctl02' (Got an error reading communication packets)15:37
jingvarfaced with ^^^15:37
jingvarand similar for other users15:38
EugenMayermax packet size?15:40
yoctozeptoEugenMayer, frickler: let me know if you get freezer actually working; we've been getting only negative feedback for several cycles now15:47
EugenMayeryoctozepto cycles? you mean from customers?15:47
jingvarEugenMayer: default15:48
opendevreviewMark Goddard proposed openstack/kayobe master: Ubuntu: add support for Apt repository configuration  https://review.opendev.org/c/openstack/kayobe/+/81636415:48
yoctozeptoEugenMayer: release cycles, like wallaby, xena, ... :-) users, not customers :D 15:48
EugenMayeri see, sorry. Well i will know more tomorrow i guess. Installed it in my lab, looks fine, rolling out on the prod right now. Had to do a wallaby to xena update there first15:49
jingvarI 'm not sure that was before redeploy. we added software raid support, and redeploy the env, some controllers have raid sincing15:50
jingvarmaybe disk IO is the reason, but fresh database is small , I think15:50
yoctozeptoEugenMayer: no worries; have you actually tried the backup option?15:51
EugenMayerfrom xena?15:51
EugenMayeryou mean the snapshot which is flagged as backup, right?15:51
yoctozeptoI mean the functionalities of freezer15:52
EugenMayernot yet, not tried anything in that regard. Had to align it all first. Need to handle the massive slowdown on the compute first, maybe an issue with AMD and bullseye and the qemu version, not sure15:53
EugenMayerits an AMD Ryzen 9 5950X 16-Core Processor, usually handles heavy load, right now on VM with bullseye installing python3-pip, taking 3 mins to unpack15:54
jingvar max_allowed_packet | 16777216 15:54
EugenMayerif it is mac_allowed_packet, you should see it in the MySQL logs. Could be other things too though15:55
opendevreviewMark Goddard proposed openstack/kayobe master: Ubuntu: add support for Apt repository configuration  https://review.opendev.org/c/openstack/kayobe/+/81636415:57
hrwhttps://review.opendev.org/c/openstack/kolla/+/816170 waits for brave cores (and mgoddard)16:06
mgoddardhrw: you're saying I'm not a brave core?16:06
hrwmgoddard: you already looked at it in past so you are reviewer now16:06
hrwhm. nova-compute. how I msised it...16:11
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Debian: we want Openvswitch and ovn from backports  https://review.opendev.org/c/openstack/kolla/+/81637416:51
hrwthis should handle it16:51
EugenMayerseems like the xena ubuntu source version of nove (qemu libvirt) does not properly support AMD Ryzen 9 5950X16:58
EugenMayervirtualization is extremly slow, using host-passthrough fixes it16:59
opendevreviewMark Goddard proposed openstack/kayobe master: Ubuntu: add support for Apt repository configuration  https://review.opendev.org/c/openstack/kayobe/+/81636417:23
opendevreviewMark Goddard proposed openstack/kayobe master: Ubuntu: add support for Apt repository configuration  https://review.opendev.org/c/openstack/kayobe/+/81636417:41
opendevreviewMerged openstack/kolla master: gnocchi: do not install cradox  https://review.opendev.org/c/openstack/kolla/+/81617018:05
EugenMayeryoctozepto / frickler since you asked, i could create an action ( nova/nova/local fs storage), created an job but when starting the job it fails with `2021-11-02 19:33:12.997 7 ERROR freezer.scheduler.scheduler_job [-] Freezer client error: b'Critical Error: auth_url required to authenticate. Make sure to export18:34
EugenMayerOS_AUTH_URL=http://keystone_url:5000/v3\n'18:34
EugenMayer2021-11-02 19:33:12.997 7 ERROR freezer.scheduler.scheduler_job [-] Job 0486acb71cfd4d4e904803cc9c835bc5 action backup failed after 1 tries18:34
EugenMayer`18:34
yoctozeptoEugenMayer: meh, expected to fail but not like this; I guess it lost auth_url? pastebin that service's config file18:40
yoctozeptoand create a bug report for each issue18:40
yoctozeptowe need them anyway ;p18:40
EugenMayeri have not clue what those config files are. You expect someone who tried this thing the first time, it never worked, to create perfect bundles of bug reports and to understand where the configuration, logs and containers run, are segmented and splitted. This is kinda weired :)18:41
yoctozeptoEugenMayer: well, what can I do? (-:18:42
EugenMayeryoctozepto frickler: https://bugs.launchpad.net/freezer/+bug/1837028 that is the very same bug18:50
EugenMayercommented on the issue18:56
opendevreviewJames Kirsch proposed openstack/kolla-ansible master: Use system scoped tokens with Keystone  https://review.opendev.org/c/openstack/kolla-ansible/+/81557720:04
opendevreviewMark Goddard proposed openstack/kayobe master: Ubuntu: add support for Apt repository configuration  https://review.opendev.org/c/openstack/kayobe/+/81636420:47
EugenMayertrying to deploy glance on a dedicated node called "backups", when doing so it fails during prechecks : https://gist.github.com/EugenMayer/b3a59dff4c7d510c0fa105b20feaa8d123:00
EugenMayeri configured the inventory (multinode) using https://gist.github.com/EugenMayer/b3a59dff4c7d510c0fa105b20feaa8d1#file-multinode - what did i do wrong?23:02

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