opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: debs: Add generic infra-deb package build role https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841177 | 00:47 |
---|---|---|
opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: debs: Add vhd-util job https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841178 | 00:47 |
opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: debs : add generic PPA publish role, switch openafs to it https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841182 | 00:47 |
opendevreview | Merged openstack/openstack-zuul-jobs master: debs: Add generic infra-deb package build role https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841177 | 01:01 |
opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: debs : add generic PPA publish role, switch openafs to it https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841182 | 01:01 |
opendevreview | Merged openstack/openstack-zuul-jobs master: debs: Add vhd-util job https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841178 | 01:07 |
*** rlandy|bbl is now known as rlandy|out | 01:22 | |
opendevreview | Merged openstack/openstack-zuul-jobs master: debs : add generic PPA publish role, switch openafs to it https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841182 | 01:23 |
opendevreview | Ian Wienand proposed openstack/project-config master: infra-vhd-util-deb : add jobs https://review.opendev.org/c/openstack/project-config/+/841190 | 02:01 |
opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: openafs-deb-package: fix role var typo https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841191 | 02:04 |
opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: openafs-deb-package: fix role var typo https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841191 | 02:31 |
opendevreview | Merged openstack/openstack-zuul-jobs master: openafs-deb-package: fix role var typo https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841191 | 03:03 |
opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: vhd-util-deb-package-build: add publish job https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841201 | 04:14 |
*** soniya29 is now known as soniya29|ruck | 04:38 | |
opendevreview | Merged openstack/openstack-zuul-jobs master: vhd-util-deb-package-build: add publish job https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/841201 | 04:38 |
*** ysandeep|out is now known as ysandeep|rover | 04:42 | |
opendevreview | Ian Wienand proposed openstack/project-config master: infra-vhd-util-deb : add jobs https://review.opendev.org/c/openstack/project-config/+/841190 | 04:42 |
opendevreview | Merged openstack/project-config master: infra-vhd-util-deb : add jobs https://review.opendev.org/c/openstack/project-config/+/841190 | 04:59 |
ysandeep|rover | #openstack-infra https://codesearch.opendev.org/ - is giving "Hound is not ready." | 05:34 |
Tengu | fungi, clarkb, ianw heya! so, yeah, tagging DIB won't solve the cloud-init issue directly for tripleo since the element isn't used (yet). I have a patch that actuall pushes it, but apparently we'd need some release for DIB in order to use it in CI. Or something like that. | 05:49 |
opendevreview | Merged openstack/ci-log-processing master: Handle exception: TOO_MANY_REQUESTS https://review.opendev.org/c/openstack/ci-log-processing/+/841068 | 06:16 |
dpawlik | ianw: hey, this bug does not affect opendev infra? https://review.opendev.org/c/zuul/zuul/+/840679 | 06:25 |
dpawlik | PoC of that issue is in comment | 06:25 |
opendevreview | Ian Wienand proposed openstack/openstack-zuul-jobs master: infra-deb-ppa-push: push to production repos https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/840572 | 07:10 |
*** jpena|off is now known as jpena | 07:30 | |
opendevreview | Bar hochman proposed openstack/pbr master: fix: importlib_metadata minimum requirements https://review.opendev.org/c/openstack/pbr/+/841222 | 07:52 |
*** soniya29|ruck is now known as soniya29|ruck|lunch | 08:09 | |
*** ykarel is now known as ykarel|away | 08:25 | |
*** ysandeep|rover is now known as ysandeep|rover|lunch | 08:49 | |
*** soniya29|ruck|lunch is now known as soniya29|ruck | 09:21 | |
*** bhagyashris is now known as bhagyashris|out | 09:33 | |
*** ysandeep|rover|lunch is now known as ysandeep|rover | 09:47 | |
*** rlandy|out is now known as rlandy | 10:33 | |
*** dviroel|afk is now known as dviroel | 11:28 | |
fungi | dpawlik: the only cases i can find where we ran the password lookup module on the executor, we used its default hash algorithm rather than bcrypt | 11:36 |
fungi | oh, you're not even talking about the password lookup plugin | 11:38 |
fungi | is password_hash a module in the ansible standard library? | 11:39 |
frickler | it is not a module but a filter https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#hashing-and-encrypting-strings-and-passwords | 11:56 |
frickler | "Hash types available depend on the control system running Ansible, ‘hash’ depends on hashlib, password_hash depends on passlib. The crypt is used as a fallback if passlib is not installed." | 11:56 |
*** soniya29|ruck is now known as soniya29|ruck|break | 11:58 | |
fungi | yeah, i checked codesearch and couldn't find any projects using that filter yet | 12:00 |
fungi | also it's not clear if that filter would have been usable on zuul before the unrestricted ansible work/6.0.0 | 12:01 |
fungi | er, usable on the zuul executors i mean | 12:01 |
dpawlik | fungi: there is a condition IIRC, which is checking python version. If it is lover that 3.8 or equal, it will use passlib | 12:09 |
dpawlik | fungi: but I need to check again, many different topics got last week | 12:09 |
dpawlik | fungi: if it's not affecting opendev - lucky you ;) | 12:09 |
fungi | we don't generally create or store passwords in executor workspaces with ansible, but also anything doing deployment work from our zuul is running a nested ansible anyway | 12:10 |
*** soniya29|ruck|break is now known as soniya29|ruck | 12:27 | |
*** dasm|off is now known as dasm | 13:31 | |
*** dviroel is now known as dviroel|lunch|afk | 14:53 | |
*** afaranha__ is now known as afaranha | 15:11 | |
*** soniya29|ruck is now known as soniya29|out | 15:20 | |
opendevreview | Merged openstack/openstack-zuul-jobs master: Add nodejs v16 project templates for Zed release https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/831912 | 15:58 |
*** ysandeep|rover is now known as ysandeep|out | 16:23 | |
*** jpena is now known as jpena|off | 17:17 | |
*** dasm is now known as dasm|bbl | 17:27 | |
*** dviroel|lunch|afk is now known as dviroel\ | 18:53 | |
*** dviroel\ is now known as dviroel | 18:53 | |
opendevreview | Clark Boylan proposed openstack/project-config master: Stop e-r gerrit alerts in #opendev https://review.opendev.org/c/openstack/project-config/+/841339 | 20:50 |
opendevreview | Merged openstack/project-config master: Stop e-r gerrit alerts in #opendev https://review.opendev.org/c/openstack/project-config/+/841339 | 21:18 |
*** dviroel is now known as dviroel|out | 21:22 | |
*** rlandy is now known as rlandy|bbl | 22:17 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!