yoctozepto | morning | 06:57 |
---|---|---|
yoctozepto | frickler: could you approve https://review.opendev.org/c/openstack/kolla-ansible/+/860093 ? as it blocks the other fix you have approved | 06:57 |
yoctozepto | and 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 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: Allow setting any_errors_fatal true for gather-facts https://review.opendev.org/c/openstack/kolla-ansible/+/805174 | 07:05 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: Allow setting any_errors_fatal true for gather-facts https://review.opendev.org/c/openstack/kolla-ansible/+/805174 | 07:06 |
opendevreview | Radosław Piliszek proposed openstack/kolla master: Fix writable rootwrap/privsep config https://review.opendev.org/c/openstack/kolla/+/722102 | 07:15 |
yoctozepto | hrw: I have finally amended the patch so that you no longer have to ask me if it's still relevant ;-) ^ | 07:18 |
clayjar | Is there a supported or documented way of changing passwords? | 07:43 |
opendevreview | Radosław Piliszek proposed openstack/kolla master: Fix writable rootwrap/privsep config https://review.opendev.org/c/openstack/kolla/+/722102 | 07:43 |
yoctozepto | clayjar: unfortunately none | 07:44 |
clayjar | Okay well except for database password, do you think it should be fine if I just change them and run reconfigure? | 07:45 |
clayjar | Or perhaps for all except *_database_password entries ? | 07:45 |
frickler | not without downtime, since changes to service passwords and service configs aren't synced | 07:55 |
hrw | morning | 07:58 |
clayjar | hmm, so I'd need to run reconfigure, and then use openstack commands to change each of the passwords in the databases? | 08:19 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Fix init-swift https://review.opendev.org/c/openstack/kolla-ansible/+/858669 | 08:19 |
clayjar | I'll try a few things... currently thinking change a user password with CLI, the reconfigure to set in config and restart containers | 08:26 |
opendevreview | Merged openstack/kolla-ansible master: Fix image from volume upload ERRORs and WARNINGs with Ceph RBD https://review.opendev.org/c/openstack/kolla-ansible/+/860093 | 08:35 |
opendevreview | Merged openstack/kolla-ansible master: Stop showing image locations https://review.opendev.org/c/openstack/kolla-ansible/+/860097 | 08:39 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/yoga: [CI] Improve Cinder testing robustness https://review.opendev.org/c/openstack/kolla-ansible/+/860831 | 08:47 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/xena: [CI] Improve Cinder testing robustness https://review.opendev.org/c/openstack/kolla-ansible/+/860832 | 08:47 |
frickler | the 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, easypeasy | 08:48 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/xena: [CI] Use the smallest volume size https://review.opendev.org/c/openstack/kolla-ansible/+/860832 | 08:49 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/xena: [CI] Use the smallest volume size https://review.opendev.org/c/openstack/kolla-ansible/+/860832 | 08:49 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/wallaby: [CI] Use the smallest volume size https://review.opendev.org/c/openstack/kolla-ansible/+/860833 | 08:51 |
opendevreview | Radosł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/+/860834 | 08:54 |
opendevreview | Radosł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/+/860835 | 08:54 |
opendevreview | Radosł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/+/860836 | 08:55 |
clayjar | application credentials... for openstack infra? I'm confused | 09:03 |
clayjar | going to read about them | 09:03 |
clayjar | Aha 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 hrw | 09:51 | |
mirek186 | Hi, can someone help me with the correct steps to add configuration to nova.conf, please? | 10:06 |
mirek186 | I 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 updated | 10:07 |
mirek186 | I'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 nothing | 10:08 |
mirek186 | acording 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 specifc | 10:08 |
mirek186 | sorry 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.html | 10:21 |
clayjar | I think you'd want /etc/kolla/config/nova/nova-compute.conf | 10:21 |
clayjar | or which ever container(s) it is needed for. nova.conf as you have will put it in all of them | 10:23 |
clayjar | Here's the doco https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#openstack-service-configuration-in-kolla ... same page as you linked | 10:30 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: Allow setting any_errors_fatal true for gather-facts https://review.opendev.org/c/openstack/kolla-ansible/+/805174 | 11:11 |
yoctozepto | let's make swift testing great again https://review.opendev.org/c/openstack/kolla-ansible/+/858669 | 11:19 |
frickler | I'd rather make great testing swift again, but whatever ;) | 11:50 |
rockey | general 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 |
yoctozepto | rockey: ceph-rgw is what you are looking for | 12:04 |
yoctozepto | https://docs.openstack.org/kolla-ansible/yoga/reference/storage/external-ceph-guide.html#radosgw | 12:04 |
rockey | sweet, thanks | 12:06 |
opendevreview | Merged openstack/kolla-ansible master: Make Keystone admin endpoint creation optional https://review.opendev.org/c/openstack/kolla-ansible/+/843730 | 12:28 |
opendevreview | Merged openstack/kolla-ansible master: CI: Fix init-swift https://review.opendev.org/c/openstack/kolla-ansible/+/858669 | 12:53 |
thelounge44 | hey, is there any eta for zed release? | 14:44 |
hrw | thelounge44: as usual: when it is ready | 14:46 |
thelounge44 | i mean aprox eta | 14:51 |
thelounge44 | days, weeks, months | 14:51 |
hrw | days or weeks (small amount of) | 14:58 |
thelounge44 | thanks | 14:59 |
opendevreview | Radosław Piliszek proposed openstack/kolla master: Fix writable rootwrap/privsep config https://review.opendev.org/c/openstack/kolla/+/722102 | 15:06 |
opendevreview | Merged openstack/kolla stable/wallaby: Fix Swift deployment issue https://review.opendev.org/c/openstack/kolla/+/860801 | 16:01 |
opendevreview | Merged openstack/kolla stable/xena: Fix Swift deployment issue https://review.opendev.org/c/openstack/kolla/+/860800 | 16:01 |
opendevreview | Merged openstack/kolla stable/yoga: Fix Swift deployment issue https://review.opendev.org/c/openstack/kolla/+/860799 | 16:21 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!