Monday, 2022-10-10

yoctozeptomorning06:57
yoctozeptofrickler: could you approve https://review.opendev.org/c/openstack/kolla-ansible/+/860093 ? as it blocks the other fix you have approved06:57
yoctozeptoand as usual my broadcast asking for reviews on these small nice changes: https://review.opendev.org/q/project:openstack/kolla-ansible+status:open+owner:radoslaw.piliszek%2540gmail.com+is:mergeable :-)06:59
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Allow setting any_errors_fatal true for gather-facts  https://review.opendev.org/c/openstack/kolla-ansible/+/80517407:05
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Allow setting any_errors_fatal true for gather-facts  https://review.opendev.org/c/openstack/kolla-ansible/+/80517407:06
opendevreviewRadosław Piliszek proposed openstack/kolla master: Fix writable rootwrap/privsep config  https://review.opendev.org/c/openstack/kolla/+/72210207:15
yoctozeptohrw: I have finally amended the patch so that you no longer have to ask me if it's still relevant ;-) ^07:18
clayjarIs there a supported or documented way of changing passwords?07:43
opendevreviewRadosław Piliszek proposed openstack/kolla master: Fix writable rootwrap/privsep config  https://review.opendev.org/c/openstack/kolla/+/72210207:43
yoctozeptoclayjar: unfortunately none07:44
clayjarOkay well except for database password, do you think it should be fine if I just change them and run reconfigure?07:45
clayjarOr perhaps for all except *_database_password entries ?07:45
fricklernot without downtime, since changes to service passwords and service configs aren't synced07:55
hrwmorning07:58
clayjarhmm, so I'd need to run reconfigure, and then use openstack commands to change each of the passwords in the databases?08:19
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: CI: Fix init-swift  https://review.opendev.org/c/openstack/kolla-ansible/+/85866908:19
clayjarI'll try a few things... currently thinking change a user password with CLI, the reconfigure to set in config and restart containers08:26
opendevreviewMerged openstack/kolla-ansible master: Fix image from volume upload ERRORs and WARNINGs with Ceph RBD  https://review.opendev.org/c/openstack/kolla-ansible/+/86009308:35
opendevreviewMerged openstack/kolla-ansible master: Stop showing image locations  https://review.opendev.org/c/openstack/kolla-ansible/+/86009708:39
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/yoga: [CI] Improve Cinder testing robustness  https://review.opendev.org/c/openstack/kolla-ansible/+/86083108:47
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [CI] Improve Cinder testing robustness  https://review.opendev.org/c/openstack/kolla-ansible/+/86083208:47
fricklerthe correct solution of course would be to switch to using application credentials, which were made for this task. create new one, roll out updates, disable old one, easypeasy08:48
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [CI] Use the smallest volume size  https://review.opendev.org/c/openstack/kolla-ansible/+/86083208:49
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [CI] Use the smallest volume size  https://review.opendev.org/c/openstack/kolla-ansible/+/86083208:49
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: [CI] Use the smallest volume size  https://review.opendev.org/c/openstack/kolla-ansible/+/86083308:51
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/yoga: Fix image from volume upload ERRORs and WARNINGs with Ceph RBD  https://review.opendev.org/c/openstack/kolla-ansible/+/86083408:54
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: Fix image from volume upload ERRORs and WARNINGs with Ceph RBD  https://review.opendev.org/c/openstack/kolla-ansible/+/86083508:54
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: Fix image from volume upload ERRORs and WARNINGs with Ceph RBD  https://review.opendev.org/c/openstack/kolla-ansible/+/86083608:55
clayjarapplication credentials... for openstack infra? I'm confused09:03
clayjargoing to read about them09:03
clayjarAha https://docs.openstack.org/keystone/train/user/application_credentials.html#using-application-credentials seems to be what I'm after. Neat!09:16
*** hrww is now known as hrw09:51
mirek186Hi, can someone help me with the correct steps to add configuration to nova.conf, please?10:06
mirek186I want to change how quota is calculating when shelving VM, it's a simple one line addition to nova.conf, I've tried adding it in /etc/kolla/config/nova.conf, then run reconfigure with --tags nova-api or --tags nova but new config never got updated10:07
mirek186I've then tried with /etc/kolla/config/nova-api/nova.conf just to check if it would at least update under the specifc application but still nothing, I've also tried deploy, instead reconfigure but still nothing10:08
mirek186acording to the docs it should search in both config and config/nova-api, plus there are some options for hosts and others to be very specifc10:08
mirek186sorry for a confustion, what worked at the end is /etc/kolla/config/nova.conf and -reconfigure -tags nova, I don't know why it didn't work with /etc/kolla/nova/nova.conf where it's in the documentation: https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html10:21
clayjarI think you'd want /etc/kolla/config/nova/nova-compute.conf10:21
clayjaror which ever container(s) it is needed for. nova.conf as you have will put it in all of them10:23
clayjarHere's the doco https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#openstack-service-configuration-in-kolla ... same page as you linked10:30
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Allow setting any_errors_fatal true for gather-facts  https://review.opendev.org/c/openstack/kolla-ansible/+/80517411:11
yoctozeptolet's make swift testing great again https://review.opendev.org/c/openstack/kolla-ansible/+/85866911:19
fricklerI'd rather make great testing swift again, but whatever ;)11:50
rockeygeneral question: i've searched before, but is there any way of having k-a deploy ceph s3-compatible endpoints in openstack instead of a full swift deploy?12:01
yoctozeptorockey: ceph-rgw is what you are looking for12:04
yoctozeptohttps://docs.openstack.org/kolla-ansible/yoga/reference/storage/external-ceph-guide.html#radosgw12:04
rockeysweet, thanks12:06
opendevreviewMerged openstack/kolla-ansible master: Make Keystone admin endpoint creation optional  https://review.opendev.org/c/openstack/kolla-ansible/+/84373012:28
opendevreviewMerged openstack/kolla-ansible master: CI: Fix init-swift  https://review.opendev.org/c/openstack/kolla-ansible/+/85866912:53
thelounge44hey, is there any eta for zed release?14:44
hrwthelounge44: as usual: when it is ready14:46
thelounge44i mean aprox eta14:51
thelounge44days, weeks, months14:51
hrwdays or weeks (small amount of)14:58
thelounge44thanks14:59
opendevreviewRadosław Piliszek proposed openstack/kolla master: Fix writable rootwrap/privsep config  https://review.opendev.org/c/openstack/kolla/+/72210215:06
opendevreviewMerged openstack/kolla stable/wallaby: Fix Swift deployment issue  https://review.opendev.org/c/openstack/kolla/+/86080116:01
opendevreviewMerged openstack/kolla stable/xena: Fix Swift deployment issue  https://review.opendev.org/c/openstack/kolla/+/86080016:01
opendevreviewMerged openstack/kolla stable/yoga: Fix Swift deployment issue  https://review.opendev.org/c/openstack/kolla/+/86079916:21

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