| noonedeadpunk | I wonder if this new zuul release affects our jobs http://lists.zuul-ci.org/pipermail/zuul-announce/2021-June/000096.html | 05:31 |
|---|---|---|
| noonedeadpunk | we don't use `ansible_python_interpreter` inside job defenition at least... | 05:31 |
| *** rpittau|afk is now known as rpittau | 07:30 | |
| jrosser | i was thinking that was for the ansible executed directly from playbooks in zuul jobs directory | 07:33 |
| jrosser | but not for anything in our "embedded" ansible that we install ourselves | 07:33 |
| noonedeadpunk | yes, totally that's for zuul's ansible | 07:37 |
| ygk_12345 | Hi all | 12:21 |
| ygk_12345 | Can someone tell me how to use the facts collected by openstack-ansible in the location /etc/openstack_deploy/ansible_facts in a playbook ? | 12:22 |
| opendevreview | Georgina Shippey proposed openstack/openstack-ansible-os_keystone stable/victoria: Fix typo in keystone-httpd template https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/799587 | 12:58 |
| opendevreview | Georgina Shippey proposed openstack/openstack-ansible-os_keystone stable/ussuri: Fix typo in keystone-httpd template https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/799588 | 12:58 |
| *** prometheanfire is now known as Guest3 | 13:35 | |
| spotz | Congrats on the release everyone!! | 13:58 |
| opendevreview | Merged openstack/openstack-ansible-os_glance master: Changed minversion in tox to 3.18.0 https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/799355 | 13:58 |
| opendevreview | Merged openstack/openstack-ansible-os_keystone master: Changed minversion in tox to 3.18.0 https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/799379 | 14:22 |
| opendevreview | Merged openstack/openstack-ansible-os_nova stable/ussuri: Install gcc on any nova-compute hosts which need libvirt-devel https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/796957 | 14:30 |
| strattao | has anyone ever done an opinionated writeup of openstack-ansible-ops? It looks like there are some good tools in there with ELK, prometheus, grafana, etc. I think it would be interesting to hear about what people feel are indispensable tools for monitoring/metrics/operations that any well-running cloud just shouldn't live without. | 14:39 |
| noonedeadpunk | I know ppl are using ELK, not sure about the rest. Also dunno if we have some good docs about these things... | 14:40 |
| noonedeadpunk | eventually ops repo has been created for exactly this purpose, but didn't have love it needs | 14:41 |
| noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:00 |
| opendevmeet | Meeting started Tue Jul 6 15:00:22 2021 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
| opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
| opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:00 |
| noonedeadpunk | #topic rollcall | 15:00 |
| noonedeadpunk | o/ | 15:00 |
| mgariepy | half o/ | 15:00 |
| * jrosser in another meeting :/ | 15:08 | |
| noonedeadpunk | #topic office hours | 15:18 |
| noonedeadpunk | ok, sorry, got distracted as well:) | 15:22 |
| noonedeadpunk | so first thing - we've released Wallaby! And there's a patch to continue Xena cycle https://review.opendev.org/c/openstack/openstack-ansible/+/798920 | 15:22 |
| noonedeadpunk | As currentlly our master is in freezed state | 15:23 |
| mgariepy | yay ! congrats ! | 15:23 |
| noonedeadpunk | next thing related to that - I'm about to push deprecation patches for panko role, since panko is deprecated on it's own | 15:23 |
| noonedeadpunk | And eventually I think we need to drop support for CentOS 8 (leave only Stream), Debian buster and Ubuntu 18.04 | 15:24 |
| noonedeadpunk | any thoughts? | 15:25 |
| mgariepy | ubuntu 20.04 ? | 15:25 |
| jrosser | we should do that pretty much now on master i think? | 15:26 |
| noonedeadpunk | well, master passes for all of them atm | 15:26 |
| mgariepy | are rocky/alma avalaible on the CI ? | 15:26 |
| jrosser | most compelling i guess would be to stretch out support for bionic if possible | 15:26 |
| noonedeadpunk | Considering RHEL amount of contributions? I don't think it will ever be... | 15:26 |
| noonedeadpunk | you mean leave bionic for X as well? | 15:27 |
| jrosser | if we wanted to keep any of them, that probably has the most users | 15:27 |
| noonedeadpunk | that's true | 15:27 |
| jrosser | else we decide to reduce the CI load as quickly as possible | 15:27 |
| noonedeadpunk | well, considering 18.04 has support till April 2022, we can leave it technically | 15:29 |
| noonedeadpunk | the only doubt I have - new ansible-core "requirement" is python 3.8 | 15:30 |
| noonedeadpunk | It might still work on 18.04 with py36 though | 15:30 |
| noonedeadpunk | And I don't think we should hold ansible beacuae of bionic? | 15:31 |
| jrosser | pyenv? | 15:32 |
| noonedeadpunk | well, that's another way of solving it. | 15:32 |
| noonedeadpunk | btw, I'm not sure about centos 8 stream and py38. Even with pyenv I think it would be missing libselinux | 15:32 |
| noonedeadpunk | I was actually under impression, that nova about to add some qemu requirement that bionic won't satisfy | 15:37 |
| noonedeadpunk | but might be I'm wrong... | 15:37 |
| noonedeadpunk | Ok, another thing - I want to create roles for Freezer | 15:37 |
| noonedeadpunk | anybody around looked at it ever?:) | 15:38 |
| noonedeadpunk | in terms that maybe it's known not to work and I shouldn't even start wasting time for adding it | 15:38 |
| noonedeadpunk | according to service architecture it should be 2 repos actually - for api and agent deployment, like monasca | 15:40 |
| noonedeadpunk | unless we want them to merge and use tasks_from? | 15:41 |
| noonedeadpunk | Also I was going to create vault repo for https://specs.openstack.org/openstack/openstack-ansible-specs/specs/xena/protecting-plaintext-configs.html | 15:45 |
| noonedeadpunk | ut ok, let's try to keep bionic, and see where we end up... | 15:55 |
| noonedeadpunk | #endmeeting | 15:59 |
| opendevmeet | Meeting ended Tue Jul 6 15:59:19 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:59 |
| opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-07-06-15.00.html | 15:59 |
| opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-07-06-15.00.txt | 15:59 |
| opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-07-06-15.00.log.html | 15:59 |
| *** rpittau is now known as rpittau|afk | 16:39 | |
| *** mgoddard- is now known as mgoddard | 17:26 | |
| opendevreview | Merged openstack/openstack-ansible-apt_package_pinning master: Add integrated linters test https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/799039 | 17:27 |
| opendevreview | Merged openstack/openstack-ansible-os_cinder master: Changed minversion in tox to 3.18.0 https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/798621 | 17:42 |
| opendevreview | Merged openstack/openstack-ansible-rsyslog_server master: Add integrated linters test https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/799041 | 18:37 |
| spatel | folks, what could be the reason if vm stuck in BUILD | spawning task longer time? | 19:00 |
| spatel | lately i am seeing vm creation taking very long time | 19:00 |
| *** Guest3 is now known as prometheanfire | 22:28 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!