*** tosky has quit IRC | 00:38 | |
*** macz_ has quit IRC | 00:54 | |
*** rohit02 has joined #openstack-ansible | 00:57 | |
*** rohit02 has quit IRC | 01:01 | |
*** rohit02 has joined #openstack-ansible | 01:02 | |
*** rohit02 has quit IRC | 02:16 | |
*** rohit02 has joined #openstack-ansible | 02:16 | |
*** rohit02 has quit IRC | 02:21 | |
*** rohit02 has joined #openstack-ansible | 02:22 | |
*** spatel has joined #openstack-ansible | 02:23 | |
*** spatel has quit IRC | 03:01 | |
*** spatel has joined #openstack-ansible | 03:04 | |
*** mrda has quit IRC | 03:15 | |
*** mrda has joined #openstack-ansible | 03:18 | |
*** macz_ has joined #openstack-ansible | 03:43 | |
*** macz_ has quit IRC | 03:47 | |
*** macz_ has joined #openstack-ansible | 04:24 | |
*** macz_ has quit IRC | 04:29 | |
*** macz_ has joined #openstack-ansible | 05:03 | |
*** macz_ has quit IRC | 05:08 | |
*** macz_ has joined #openstack-ansible | 05:24 | |
*** macz_ has quit IRC | 05:29 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-ansible | 05:33 | |
*** yasemind has joined #openstack-ansible | 05:41 | |
*** macz_ has joined #openstack-ansible | 05:45 | |
*** macz_ has quit IRC | 05:49 | |
*** gyee has quit IRC | 06:12 | |
*** spatel has quit IRC | 06:35 | |
*** ahsen has joined #openstack-ansible | 06:38 | |
*** SiavashSardari has joined #openstack-ansible | 07:19 | |
*** maharg101 has joined #openstack-ansible | 07:19 | |
*** miloa has joined #openstack-ansible | 07:32 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-systemd_networkd master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/776955 | 07:34 |
---|---|---|
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use infra mirror for ceph_client role in CI https://review.opendev.org/c/openstack/openstack-ansible/+/775695 | 07:39 |
*** miloa has quit IRC | 07:48 | |
*** andrewbonney has joined #openstack-ansible | 08:06 | |
yasemind | hi, we try to install trove with OSA, i use openstack_user_config http://paste.openstack.org/show/802909/ , it didnt work rabbitmq parameter, i dont see any interfaces in rabbitmq or trove containers. Any idea ? | 08:14 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible master: Use utility container for Octavia keypair generation in AIO https://review.opendev.org/c/openstack/openstack-ansible/+/777056 | 08:15 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_octavia master: Add variable to override keypair setup python interpreter https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/772559 | 08:16 |
*** luksky has quit IRC | 08:17 | |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_neutron master: DNM: Test combined patch https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/777057 | 08:19 |
*** macz_ has joined #openstack-ansible | 08:22 | |
*** macz_ has quit IRC | 08:26 | |
*** rpittau|afk is now known as rpittau | 08:28 | |
*** luksky has joined #openstack-ansible | 08:29 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060 | 08:32 |
noonedeadpunk | mornings | 08:35 |
jrosser | morning | 08:36 |
* jrosser thinks we broke inventory_manage | 08:38 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Ensure prettytable is present in the ansible-runtime virtualenv https://review.opendev.org/c/openstack/openstack-ansible/+/777061 | 08:44 |
noonedeadpunk | we were not touching inventory for ages... | 08:47 |
noonedeadpunk | ah, you mean that... | 08:48 |
noonedeadpunk | yeah, fair | 08:49 |
*** luksky has quit IRC | 08:49 | |
noonedeadpunk | replacement of ansible_facts[] feels really massive | 08:49 |
jrosser | yeah its giant :( | 08:49 |
jrosser | you should see the patch to openstack-ansible i have right now | 08:50 |
*** tosky has joined #openstack-ansible | 08:50 | |
jrosser | i was going to push enough stuff to see it get through setup-infrastucture, kind of interesed to know what it does to the centos job runtime | 08:50 |
jrosser | false optimism i suspect | 08:51 |
noonedeadpunk | well yeah, considering different providers in CI I don't think we will see difference in ci | 08:52 |
jrosser | i think on real deployments with tons of networks on compute/infra nodes it may be a big win | 08:53 |
noonedeadpunk | yeah, agree | 08:53 |
jrosser | just switching the default facts gathering from what we have now to !all,min takes the fact cache from ~200kb to 5kb | 08:54 |
jrosser | in aio | 08:54 |
noonedeadpunk | iirc min won't be enough. I think we need networking at least as well? | 08:55 |
jrosser | we do to bootstrap the aio | 08:56 |
jrosser | but then not again until neutron i think, and i have an idea to gather facts only for the interface we know we want | 08:56 |
noonedeadpunk | well, later on I can recall usage of the default ip | 08:56 |
noonedeadpunk | for keepalived/haproxy? | 08:56 |
jrosser | yeah maybe, thats the last thing i got to yesterday | 08:57 |
*** luksky has joined #openstack-ansible | 09:02 | |
noonedeadpunk | I'm a bit afraid of `hostvars[item].ansible_facts['hostname']` usage. Because in modern python it's not valid thing | 09:03 |
jrosser | whats better to use? | 09:03 |
noonedeadpunk | My guess would be they'd love to drop workaround they use to make it work | 09:04 |
noonedeadpunk | doesn't ``hostvars[item][ansible_facts['hostname']]` work? | 09:04 |
jrosser | i can try it | 09:05 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060 | 09:07 |
jrosser | ansible_host isnt in the output of the setup module | 09:07 |
jrosser | i think there is a bunch of things like ansible_play_hosts etc which are different to facts | 09:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/777065 | 09:10 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060 | 09:12 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/776958 | 09:14 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/776960 | 09:17 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/777068 | 09:20 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-memcached_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-memcached_server/+/777069 | 09:21 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-openstack_openrc master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-openstack_openrc/+/777070 | 09:22 |
noonedeadpunk | aha, gotcha | 09:22 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rabbitmq_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/777071 | 09:23 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-repo_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/777073 | 09:24 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-systemd_mount master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/776962 | 09:26 |
*** noonedeadpunk has quit IRC | 09:26 | |
*** noonedeadpunk has joined #openstack-ansible | 09:29 | |
jrosser | noonedeadpunk: doesnt `hostvars[item][ansible_facts['hostname']]` look for a key with the value `ansible_facts['hostname']` | 09:45 |
noonedeadpunk | Can I get extra look for https://review.opendev.org/c/openstack/openstack-ansible/+/775856 ? | 09:45 |
jrosser | rather than return the value of the hostname key | 09:46 |
noonedeadpunk | um, yeah, it does... so hostvars[item] is actually an object that does have method ansible_facts? | 09:49 |
*** macz_ has joined #openstack-ansible | 09:50 | |
noonedeadpunk | so intead looking for a key we're using method to get the key | 09:50 |
noonedeadpunk | this feels weird | 09:51 |
jrosser | http://paste.openstack.org/show/802911/ | 09:51 |
noonedeadpunk | yeah, that's fair... | 09:52 |
*** miloa has joined #openstack-ansible | 09:53 | |
noonedeadpunk | just can't really understand how it works underneath then... | 09:53 |
*** miloa has quit IRC | 09:54 | |
*** macz_ has quit IRC | 09:54 | |
jrosser | noonedeadpunk: of course its `hostvars['localhost']['ansible_facts']['hostname']` | 10:10 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_container_create master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/776958 | 10:15 |
noonedeadpunk | aha, ok, yes, that's looks understandable. Sorry | 10:15 |
jrosser | do you have a preference? | 10:15 |
noonedeadpunk | I'd use that one tbh | 10:15 |
jrosser | sure, i can search/replace those | 10:16 |
noonedeadpunk | (that patchset I've just rollbacked to your first option as launched git review before saw your message) | 10:16 |
jrosser | no worries, i can sort it out | 10:17 |
noonedeadpunk | btw, that looks good enough https://review.opendev.org/c/openstack/openstack-ansible/+/775684 | 10:17 |
noonedeadpunk | it was a bit more of things then I expected, but root user works as well, so I hope it don't break ppl who would like to remain usage of root user | 10:19 |
noonedeadpunk | (at least related dnm passed as well) | 10:19 |
jrosser | ooh looks like 10.5.9 packages are available \o/ | 10:25 |
noonedeadpunk | yeah let's test it and see if we need to change user :) | 10:26 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.5.9 https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777088 | 10:27 |
*** rohit02 has quit IRC | 10:28 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Remove support for openSUSE https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776229 | 10:50 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Remove support for gentoo https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776230 | 10:55 |
*** rpittau is now known as rpittau|bbl | 11:00 | |
jrosser | noonedeadpunk: http://paste.openstack.org/show/802919/ | 11:02 |
noonedeadpunk | whaaaat | 11:03 |
noonedeadpunk | you gotta be kidding... | 11:03 |
jrosser | well it doesnt all wedge up at least | 11:03 |
noonedeadpunk | lol | 11:04 |
jrosser | thats just with the original code we have today just bumped the version | 11:04 |
jrosser | so none of your patch to not use root | 11:04 |
noonedeadpunk | and it's not upgrade job right? | 11:04 |
jrosser | no, but just running with galera_upgrade=true didnt go well | 11:05 |
jrosser | i deleted/recreated the container just to see if it would be ok from new | 11:05 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria https://review.opendev.org/c/openstack/openstack-ansible/+/775521 | 11:07 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria https://review.opendev.org/c/openstack/openstack-ansible/+/775521 | 11:07 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-tests master: Adjust modules path for Neutron test containers https://review.opendev.org/c/openstack/openstack-ansible-tests/+/777091 | 11:08 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_neutron master: DNM: Test combined patch https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/777057 | 11:08 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_octavia master: Add variable to override keypair setup python interpreter https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/772559 | 11:15 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060 | 12:18 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/776958 | 12:18 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/776960 | 12:19 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/777068 | 12:19 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rabbitmq_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/777071 | 12:20 |
*** SiavashSardari has quit IRC | 12:20 | |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Ensure openssl is available https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/776248 | 12:22 |
*** SiavashSardari has joined #openstack-ansible | 12:24 | |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_neutron master: Combined patch to unblock CI https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/775239 | 12:32 |
*** gshippey has joined #openstack-ansible | 12:36 | |
*** rpittau|bbl is now known as rpittau | 13:01 | |
*** macz_ has joined #openstack-ansible | 13:14 | |
*** macz_ has quit IRC | 13:18 | |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_neutron master: Move neutron pip packages from constraints to requirements https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/770276 | 13:45 |
*** ahsen has quit IRC | 13:48 | |
*** spatel has joined #openstack-ansible | 13:57 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-systemd_networkd master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/776955 | 14:03 |
*** SiavashSardari has quit IRC | 14:26 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/776958 | 14:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/776958 | 14:38 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/776960 | 14:39 |
*** macz_ has joined #openstack-ansible | 15:36 | |
*** macz_ has quit IRC | 15:40 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_cinder master: Replace deprecated key_manager https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/776943 | 15:45 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_cinder master: Replace deprecated key_manager https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/776943 | 15:45 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 16:00 |
openstack | Meeting started Tue Feb 23 16:00:39 2021 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:00 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:00 |
noonedeadpunk | o/ | 16:00 |
gshippey | o/ | 16:00 |
noonedeadpunk | I as usual haven't prepared any agenda for the meeting... Should do better in future | 16:01 |
noonedeadpunk | checking for new bug reports | 16:01 |
gshippey | @jrosser (if he is about) how is https://etherpad.opendev.org/p/osa-ci-failures going? | 16:02 |
noonedeadpunk | #topic bug triage | 16:02 |
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)" | 16:02 | |
noonedeadpunk | https://bugs.launchpad.net/openstack-ansible/+bug/1915618 | 16:02 |
openstack | Launchpad bug 1915618 in openstack-ansible "gnocchi file missing" [Undecided,New] | 16:02 |
jrosser | o/ hello | 16:03 |
noonedeadpunk | I finally need to make fresh deployemnty of all telemetry and check what;'s going on there | 16:03 |
noonedeadpunk | as I saw weird stuff in logs in CI | 16:03 |
noonedeadpunk | but no idea what the result of these | 16:03 |
jrosser | i did more work on the repo server / u-c stuff https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/774517 | 16:04 |
*** sshnaidm is now known as sshnaidm|afk | 16:04 | |
jrosser | redid that pretty totally to make it take u-c files from the deploy host | 16:04 |
jrosser | not passing a test job though https://review.opendev.org/c/openstack/openstack-ansible/+/774523 | 16:05 |
jrosser | this is ready for one of the ceph repo CI fixes https://review.opendev.org/c/openstack/openstack-ansible/+/775695 | 16:05 |
noonedeadpunk | 774523 seems more like passing then not | 16:06 |
noonedeadpunk | except distro installs | 16:06 |
jrosser | yeah its mostly there, havent looked at why it's broken | 16:06 |
jrosser | could be a corner case there for utility and things where we don't have a repo server for distro installs? | 16:07 |
jrosser | utility/repo etc | 16:07 |
jrosser | this is also ready https://review.opendev.org/c/openstack/openstack-ansible/+/776464 | 16:08 |
noonedeadpunk | well, it fails on tempest | 16:08 |
noonedeadpunk | https://c6ba2e2bae7e431e3d06-3245c124accefaca4c820513e2930ad5.ssl.cf5.rackcdn.com/774523/7/check/openstack-ansible-deploy-aio_distro_metal-ubuntu-focal/f1e316a/logs/ara-report/results/1259.html | 16:08 |
jrosser | and maybe most importantly the mariadb 10.5.9 bump needs attention | 16:08 |
noonedeadpunk | 776464 is neat indeed | 16:09 |
*** macz_ has joined #openstack-ansible | 16:10 | |
noonedeadpunk | regarding mariadb, dunno. that feels like a bug for galera | 16:10 |
noonedeadpunk | and probasbly we should report it? | 16:10 |
jrosser | looked like the upgrade jobs fail? | 16:11 |
* jrosser looks | 16:11 | |
noonedeadpunk | it's failed on users creation... | 16:11 |
noonedeadpunk | on 10.5.9 | 16:12 |
noonedeadpunk | and what if rebase it on top of the https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/775893 | 16:12 |
jrosser | oh no https://zuul.opendev.org/t/openstack/build/0af1b2a37646470dbae747523eecffc3/log/job-output.txt#16473-16490 | 16:12 |
jrosser | yes fails in a similar way | 16:12 |
jrosser | yeah, we should at least try that rebase as they did say we should not mess with the root user | 16:13 |
noonedeadpunk | well, montywi said that to me a year ago I guess when there was a mess with 10.4.13 iirc | 16:14 |
noonedeadpunk | so worth trying I guess | 16:14 |
noonedeadpunk | hm | 16:15 |
noonedeadpunk | https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060 failed on uypgrade as well | 16:15 |
noonedeadpunk | have we merged smth breaking upgrade jobs? | 16:15 |
noonedeadpunk | in terms of the galera/utility? | 16:15 |
noonedeadpunk | ah https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060/3..4/defaults/main.yml | 16:17 |
noonedeadpunk | that explains it :p | 16:17 |
jrosser | doh | 16:17 |
jrosser | curse of git add -A | 16:17 |
noonedeadpunk | can't agree more :) | 16:18 |
*** juanoterocas has joined #openstack-ansible | 16:18 | |
noonedeadpunk | #topic office hours | 16:18 |
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)" | 16:18 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060 | 16:18 |
jrosser | so i did a ton of work on lxc_hosts | 16:19 |
gshippey | in regards to that gnocchi issue https://bugs.launchpad.net/kolla-ansible/+bug/1780245 https://opendev.org/openstack/openstack-ansible-os_gnocchi/src/branch/master/tasks/main.yml#L146 | 16:19 |
openstack | Launchpad bug 1780245 in kolla-ansible train "gnocchi-metricd container missconfigured on second and third nodes" [Medium,Triaged] | 16:19 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.5.9 https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777088 | 16:19 |
noonedeadpunk | we also should do smth with octavia | 16:19 |
jrosser | oh, andrewbonney, you around? | 16:19 |
noonedeadpunk | since it's broken for a while and we dunno why... | 16:19 |
andrewbonney | yes. I'm still looking at it as I can't replicate the centos failure | 16:20 |
juanoterocas | Hi is there any explicit tutorial on how to setup networking before boostraping? | 16:20 |
andrewbonney | debian might be https://bugzilla.redhat.com/show_bug.cgi?id=1832710 though as it uses a very old libvirt | 16:20 |
openstack | bugzilla.redhat.com bug 1832710 in libvirt "vhost-user multiple queues hot plug fail:error: internal error: unable to execute QEMU command 'netdev_add': Invalid parameter type for 'queues', expected: integer" [High,Closed: errata] - Assigned to pkrempa | 16:20 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.5.9 https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777088 | 16:20 |
noonedeadpunk | I thought we're installing libvirt from debian-updates? | 16:21 |
noonedeadpunk | or it's jsut qemu... | 16:21 |
noonedeadpunk | as nova complains otherwise | 16:21 |
andrewbonney | qemu comes from debian-backports, and there was an update around when it started failing for a CVE | 16:21 |
jrosser | juanoterocas: we're just in our weekly meeting right now, but you can use whichever method you like, nothing is really fixed. There are examples in the etc/ directory of openstack-ansible. | 16:21 |
juanoterocas | ok thx | 16:22 |
andrewbonney | nova on W looks like it will need libvirt >= 6 anyway so we'll need to find it from somewhere | 16:22 |
noonedeadpunk | doh... | 16:22 |
noonedeadpunk | Eventually I believe debian folks will do smth regarding that | 16:22 |
jrosser | wonder if there is a W variant for here https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/vars/debian.yml#L88-L94 | 16:24 |
noonedeadpunk | not yet at least | 16:25 |
jrosser | zigo: can you give us any pointers if we should be able to run W on buster re. libvirt version? | 16:25 |
noonedeadpunk | btw awesome job with centos stream | 16:25 |
jrosser | yeah i am pleased with that | 16:25 |
jrosser | kind of related to the lxc_hosts stuff actually | 16:26 |
noonedeadpunk | Would be really great to move all images to be built from chroot | 16:26 |
jrosser | we need to decide if we bump the existing centos to 8.3 and backport to V | 16:26 |
jrosser | becasue that determines what patches we merge and in what order | 16:26 |
jrosser | moving to chroot would be a big change and then backports are not possible any more | 16:26 |
noonedeadpunk | yeah, agree | 16:27 |
noonedeadpunk | you meant to make use of stream on V? | 16:27 |
jrosser | oh no, its why i did this https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/775778 | 16:27 |
jrosser | so that we have the opportunity to fix up the current method to get 8.3 and backport that | 16:27 |
jrosser | then tear it all up straight away after that on master to use chroots | 16:28 |
noonedeadpunk | tbh dunno | 16:28 |
noonedeadpunk | eventually on deployemnts we do dnf update before packing them, which will update stuff to 8.3 anyway | 16:29 |
jrosser | i guess we don't run many CI jobs really on victoria so the failure i was trying to work around there is kind of minimal | 16:29 |
noonedeadpunk | yeah. and for CI it's not so critical as on master | 16:29 |
jrosser | the issue was that the 8.1 container gets the infra repo setup, but dnf update blows that all away in an unfortunate way during 8.1>8.3 | 16:29 |
noonedeadpunk | I was thinking more if we should give 8.3 -> Stream upgrade path | 16:29 |
jrosser | but really corner case | 16:30 |
noonedeadpunk | and might be that do this on V is relevant | 16:30 |
jrosser | anyway, just wanted to point that the situation with lxc_hosts is kind of complicated depending on what we choose to do | 16:31 |
noonedeadpunk | as otherwise we will need to keep 8.3 during W and drop it afterwards. And I have no intention to carry such super simmilar distros | 16:32 |
jrosser | i think if we were to merge the changes for 8.3 containers to master then the opportunity to backport is there should we need it | 16:32 |
jrosser | even if then we pretty soon change the code to chroots on master | 16:32 |
noonedeadpunk | ok, fair | 16:34 |
noonedeadpunk | but it's also if we're going to backport chroot and stream to V | 16:34 |
noonedeadpunk | because then uit's just +1 patch to backport :) | 16:35 |
jrosser | the whole upgrade situation is tricky | 16:35 |
jrosser | i don't know how long the infra people will keep a non stream image | 16:36 |
noonedeadpunk | we agreed till W at least iirc | 16:36 |
jrosser | right, but that does mean that our U/V centos jobs will stop working anyway at that point potentially | 16:36 |
jrosser | which will make testing upgrades hard | 16:37 |
noonedeadpunk | well, we kind of never tested os upgrades? neither performed them? | 16:37 |
noonedeadpunk | but yeah, I got the point | 16:38 |
jrosser | perhaps not to worry too much about it | 16:38 |
jrosser | swapping centos-8 for centos-8 stream on master should be a priority | 16:38 |
noonedeadpunk | yes, agree | 16:39 |
noonedeadpunk | let's leave V as is | 16:39 |
noonedeadpunk | in terms of centos | 16:39 |
noonedeadpunk | at least for now | 16:39 |
noonedeadpunk | maybe we will reconsider later... | 16:39 |
jrosser | this ansible_facts stuff is massive patches too | 16:39 |
jrosser | thanks for looking at them | 16:39 |
noonedeadpunk | I really want to start pki stuff, but I have to research trove due to inner prio right now | 16:40 |
noonedeadpunk | But I still aio to grab both... | 16:40 |
jrosser | i may have someone who can help with the pki stuff | 16:41 |
noonedeadpunk | btw regarding trove. I know that it uses rabbit to talk to agents (which are actually vms). And I'm not sure how good it will be to use general rabbit. And thinking if it makes sense to deploy another one on trove containers | 16:42 |
jrosser | that would be ++ | 16:42 |
noonedeadpunk | gotcha | 16:42 |
jrosser | the rabbit role is quite well formed so that should be ok i expect to reuse it | 16:42 |
noonedeadpunk | yeah, I also think it should be fine. Just pass another secrets as vars, but shouldn't be too hard | 16:43 |
jrosser | oh also andrewbonney has started to look at fixing the neutron role | 16:43 |
noonedeadpunk | yeah, I saw the patch | 16:44 |
noonedeadpunk | really didn't have time to add integrated roles :( | 16:44 |
noonedeadpunk | oh, btw https://review.opendev.org/c/openstack/openstack-ansible/+/776581 | 16:44 |
noonedeadpunk | bumped ansible and collections | 16:45 |
noonedeadpunk | they moved posix out of general collection | 16:45 |
noonedeadpunk | btw, I was thinking about creating openstack-ansible-collections to place there our modules for git, and, maybe, config-template. But in case of config -template that damn bad repo name | 16:46 |
noonedeadpunk | since it's used by tripleo and etc | 16:46 |
jrosser | config_template is so cool it almost deserves it's own | 16:47 |
noonedeadpunk | well, agree... | 16:47 |
noonedeadpunk | but I think we can't jsut convert that repo into collection? | 16:48 |
jrosser | tbh i'm not sure, but basically 'no' | 16:48 |
jrosser | theres other stuff to do i think | 16:48 |
jrosser | you need metadata and to build locally some package to upload to galaxy | 16:48 |
noonedeadpunk | I just really use config_template internally more and more and get fed of the way I need to install it.. | 16:49 |
noonedeadpunk | well, we could convert it, but I think we probably should not... | 16:49 |
jrosser | nsible-galaxy collection init my_namespace.my_collection | 16:49 |
jrosser | for internal stuff here we have a role clone script that populates my-project/roles | 16:50 |
jrosser | and also puts other things like config-template in my-project/repos | 16:51 |
jrosser | which is also an ugly hack | 16:51 |
noonedeadpunk | yeah. and when you have pretty much independant repos that have just requirements.yml for external dependencies... | 16:51 |
noonedeadpunk | ok, well, need to think about best way to do that. maybe ask cloudnull opinion as well :) | 16:53 |
noonedeadpunk | #endmeeting | 16:58 |
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/osa-review-board-v3" | 16:58 | |
openstack | Meeting ended Tue Feb 23 16:58:56 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:58 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-02-23-16.00.html | 16:58 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-02-23-16.00.txt | 16:58 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-02-23-16.00.log.html | 16:59 |
*** d34dh0r53 has quit IRC | 17:11 | |
cloudnull | o. | 17:22 |
cloudnull | sorry i missed the ping noonedeadpunk | 17:22 |
cloudnull | what's up? | 17:23 |
noonedeadpunk | cloudnull: well I was thinking about the best way to convert config-template to collection | 17:27 |
noonedeadpunk | like converting current repo is probably not the best approoach | 17:28 |
noonedeadpunk | as well as if we can merge it with some other modules we have or it's better to be a standalone one | 17:29 |
noonedeadpunk | I guess standalone is better option from prespective of gaining it, but having less repos with modules that need maintaining might be better | 17:30 |
noonedeadpunk | if you use just tags and never master, we can probably convert in the current repo and tag appropriatelly | 17:30 |
cloudnull | we package config_template in tripleo and I'm pretty sure it only packages stable tags, however, I'd need to ask some folks to confirm | 17:35 |
cloudnull | in terms of moving it to a collection, i think thats it makes sense to push it into a single collection repo. | 17:36 |
cloudnull | we're packaging collections repos as needed (we dont consume from ansible galaxy) so changing the config_template package to some new collection repo doesn't seem like it'd be much work | 17:37 |
*** rh-jelabarre has quit IRC | 17:38 | |
*** rpittau is now known as rpittau|afk | 17:41 | |
noonedeadpunk | gotcha | 17:44 |
*** rh-jelabarre has joined #openstack-ansible | 17:48 | |
* jrosser looks at the wierd ansible setup module documentation | 17:52 | |
jrosser | gather_subset: "processor_count" <- that does really not do what you expect | 17:53 |
cloudnull | o/ jrosser | 17:55 |
jrosser | hello! | 17:55 |
jrosser | cloudnull: is the cold weather getting any better? | 17:56 |
cloudnull | hows life ? long time no chat :D | 17:56 |
cloudnull | the cold weather is gone. thankfully | 17:56 |
jrosser | stuff is going ok | 17:57 |
cloudnull | we're now in the "everything must be fixed" phase | 17:57 |
jrosser | still hacking away :) | 17:57 |
cloudnull | cool cool | 17:57 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/776958 | 18:01 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-ceph_client master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/777177 | 18:03 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_cinder master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/777178 | 18:04 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_glance master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/777179 | 18:05 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/777180 | 18:06 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_placement master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-os_placement/+/777181 | 18:06 |
*** rh-jelabarre has quit IRC | 18:07 | |
*** rh-jelabarre has joined #openstack-ansible | 18:09 | |
*** jpvlsmv has joined #openstack-ansible | 18:24 | |
*** ioni has quit IRC | 19:26 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Remove lxc_install task file which contains only one task https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776237 | 19:29 |
*** yasemind has quit IRC | 19:32 | |
*** andrewbonney has quit IRC | 19:34 | |
jpvlsmv | Is there a quick way to tell the all-in-one script to not rename the host it's running on to 'aoi' ? | 19:34 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-ceph_client master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/777177 | 19:35 |
*** frigo has joined #openstack-ansible | 19:38 | |
*** frigo has left #openstack-ansible | 19:39 | |
jrosser | jpvlsmv: you could try removing this https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/tasks/prepare_hostname.yml#L32-L36 | 19:40 |
jrosser | never tried that though | 19:40 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Move kernel tuning tasks to lxc_post_install.yml https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776238 | 19:44 |
*** LowKey has quit IRC | 20:09 | |
*** LowKey has joined #openstack-ansible | 20:09 | |
*** gyee has joined #openstack-ansible | 20:14 | |
*** rh-jelabarre has quit IRC | 20:17 | |
*** luksky has quit IRC | 20:17 | |
*** rh-jelabarre has joined #openstack-ansible | 20:18 | |
*** luksky has joined #openstack-ansible | 20:30 | |
*** maharg101 has quit IRC | 21:24 | |
*** spatel has quit IRC | 21:35 | |
*** spatel has joined #openstack-ansible | 21:38 | |
*** spatel has quit IRC | 21:49 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add bind mount of /opt/cache/files to all containers in CI https://review.opendev.org/c/openstack/openstack-ansible/+/776464 | 21:54 |
openstackgerrit | Merged openstack/openstack-ansible master: Update Gnocchi with Ceph and Redis documentation. https://review.opendev.org/c/openstack/openstack-ansible/+/772494 | 21:54 |
*** spatel has joined #openstack-ansible | 22:11 | |
*** spatel has quit IRC | 22:11 | |
openstackgerrit | Merged openstack/openstack-ansible-os_adjutant master: [reno] Stop publishing release notes https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/772020 | 22:15 |
*** luksky has quit IRC | 22:16 | |
*** juanoterocas has quit IRC | 22:29 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-systemd_networkd master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/776955 | 22:35 |
*** tacco has quit IRC | 22:46 | |
*** tacco has joined #openstack-ansible | 22:48 | |
*** gshippey has quit IRC | 23:08 | |
*** maharg101 has joined #openstack-ansible | 23:21 | |
*** maharg101 has quit IRC | 23:26 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!