Tuesday, 2021-02-23

*** tosky has quit IRC00:38
*** macz_ has quit IRC00:54
*** rohit02 has joined #openstack-ansible00:57
*** rohit02 has quit IRC01:01
*** rohit02 has joined #openstack-ansible01:02
*** rohit02 has quit IRC02:16
*** rohit02 has joined #openstack-ansible02:16
*** rohit02 has quit IRC02:21
*** rohit02 has joined #openstack-ansible02:22
*** spatel has joined #openstack-ansible02:23
*** spatel has quit IRC03:01
*** spatel has joined #openstack-ansible03:04
*** mrda has quit IRC03:15
*** mrda has joined #openstack-ansible03:18
*** macz_ has joined #openstack-ansible03:43
*** macz_ has quit IRC03:47
*** macz_ has joined #openstack-ansible04:24
*** macz_ has quit IRC04:29
*** macz_ has joined #openstack-ansible05:03
*** macz_ has quit IRC05:08
*** macz_ has joined #openstack-ansible05:24
*** macz_ has quit IRC05:29
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-ansible05:33
*** yasemind has joined #openstack-ansible05:41
*** macz_ has joined #openstack-ansible05:45
*** macz_ has quit IRC05:49
*** gyee has quit IRC06:12
*** spatel has quit IRC06:35
*** ahsen has joined #openstack-ansible06:38
*** SiavashSardari has joined #openstack-ansible07:19
*** maharg101 has joined #openstack-ansible07:19
*** miloa has joined #openstack-ansible07:32
openstackgerritJonathan 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/+/77695507:34
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use infra mirror for ceph_client role in CI  https://review.opendev.org/c/openstack/openstack-ansible/+/77569507:39
*** miloa has quit IRC07:48
*** andrewbonney has joined #openstack-ansible08:06
yasemindhi, 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
openstackgerritAndrew Bonney proposed openstack/openstack-ansible master: Use utility container for Octavia keypair generation in AIO  https://review.opendev.org/c/openstack/openstack-ansible/+/77705608:15
openstackgerritAndrew 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/+/77255908:16
*** luksky has quit IRC08:17
openstackgerritAndrew Bonney proposed openstack/openstack-ansible-os_neutron master: DNM: Test combined patch  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77705708:19
*** macz_ has joined #openstack-ansible08:22
*** macz_ has quit IRC08:26
*** rpittau|afk is now known as rpittau08:28
*** luksky has joined #openstack-ansible08:29
openstackgerritJonathan 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/+/77706008:32
noonedeadpunkmornings08:35
jrossermorning08:36
* jrosser thinks we broke inventory_manage08:38
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Ensure prettytable is present in the ansible-runtime virtualenv  https://review.opendev.org/c/openstack/openstack-ansible/+/77706108:44
noonedeadpunkwe were not touching inventory for ages...08:47
noonedeadpunkah, you mean that...08:48
noonedeadpunkyeah, fair08:49
*** luksky has quit IRC08:49
noonedeadpunkreplacement of ansible_facts[] feels really massive08:49
jrosseryeah its giant :(08:49
jrosseryou should see the patch to openstack-ansible i have right now08:50
*** tosky has joined #openstack-ansible08:50
jrosseri 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 runtime08:50
jrosserfalse optimism i suspect08:51
noonedeadpunkwell yeah, considering different providers in CI I don't think we will see difference in ci08:52
jrosseri think on real deployments with tons of networks on compute/infra nodes it may be a big win08:53
noonedeadpunkyeah, agree08:53
jrosserjust switching the default facts gathering from what we have now to !all,min takes the fact cache from ~200kb to 5kb08:54
jrosserin aio08:54
noonedeadpunkiirc min won't be enough. I think we need networking at least as well?08:55
jrosserwe do to bootstrap the aio08:56
jrosserbut then not again until neutron i think, and i have an idea to gather facts only for the interface we know we want08:56
noonedeadpunkwell, later on I can recall usage of the default ip08:56
noonedeadpunkfor keepalived/haproxy?08:56
jrosseryeah maybe, thats the last thing i got to yesterday08:57
*** luksky has joined #openstack-ansible09:02
noonedeadpunkI'm a bit afraid of `hostvars[item].ansible_facts['hostname']` usage. Because in modern python it's not valid thing09:03
jrosserwhats better to use?09:03
noonedeadpunkMy guess would be they'd love to drop workaround they use to make it work09:04
noonedeadpunkdoesn't ``hostvars[item][ansible_facts['hostname']]` work?09:04
jrosseri can try it09:05
openstackgerritJonathan 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/+/77706009:07
jrosseransible_host isnt in the output of the setup module09:07
jrosseri think there is a bunch of things like ansible_play_hosts etc which are different to facts09:08
openstackgerritJonathan 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/+/77706509:10
openstackgerritJonathan 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/+/77706009:12
openstackgerritJonathan 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/+/77695809:14
openstackgerritJonathan 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/+/77696009:17
openstackgerritJonathan 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/+/77706809:20
openstackgerritJonathan 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/+/77706909:21
openstackgerritJonathan 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/+/77707009:22
noonedeadpunkaha, gotcha09:22
openstackgerritJonathan 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/+/77707109:23
openstackgerritJonathan 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/+/77707309:24
openstackgerritJonathan 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/+/77696209:26
*** noonedeadpunk has quit IRC09:26
*** noonedeadpunk has joined #openstack-ansible09:29
jrossernoonedeadpunk: doesnt `hostvars[item][ansible_facts['hostname']]` look for a key with the value `ansible_facts['hostname']`09:45
noonedeadpunkCan I get extra look for https://review.opendev.org/c/openstack/openstack-ansible/+/775856 ?09:45
jrosserrather than return the value of the hostname key09:46
noonedeadpunkum, yeah, it does... so hostvars[item] is actually an object that does have method ansible_facts?09:49
*** macz_ has joined #openstack-ansible09:50
noonedeadpunkso intead looking for a key we're using method to get the key09:50
noonedeadpunkthis feels weird09:51
jrosserhttp://paste.openstack.org/show/802911/09:51
noonedeadpunkyeah, that's fair...09:52
*** miloa has joined #openstack-ansible09:53
noonedeadpunkjust can't really understand how it works underneath then...09:53
*** miloa has quit IRC09:54
*** macz_ has quit IRC09:54
jrossernoonedeadpunk: of course its `hostvars['localhost']['ansible_facts']['hostname']`10:10
openstackgerritDmitriy 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/+/77695810:15
noonedeadpunkaha, ok, yes, that's looks understandable. Sorry10:15
jrosserdo you have a preference?10:15
noonedeadpunkI'd use that one tbh10:15
jrossersure, i can search/replace those10:16
noonedeadpunk(that patchset I've just rollbacked to your first option as launched git review before saw your message)10:16
jrosserno worries, i can sort it out10:17
noonedeadpunkbtw, that looks good enough https://review.opendev.org/c/openstack/openstack-ansible/+/77568410:17
noonedeadpunkit 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 user10:19
noonedeadpunk(at least related dnm passed as well)10:19
jrosserooh looks like 10.5.9 packages are available \o/10:25
noonedeadpunkyeah let's test it and see if we need to change user :)10:26
openstackgerritJonathan 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/+/77708810:27
*** rohit02 has quit IRC10:28
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Remove support for openSUSE  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/77622910:50
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Remove support for gentoo  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/77623010:55
*** rpittau is now known as rpittau|bbl11:00
jrossernoonedeadpunk: http://paste.openstack.org/show/802919/11:02
noonedeadpunkwhaaaat11:03
noonedeadpunkyou gotta be kidding...11:03
jrosserwell it doesnt all wedge up at least11:03
noonedeadpunklol11:04
jrosserthats just with the original code we have today just bumped the version11:04
jrosserso none of your patch to not use root11:04
noonedeadpunkand it's not upgrade job right?11:04
jrosserno, but just running with galera_upgrade=true didnt go well11:05
jrosseri deleted/recreated the container just to see if it would be ok from new11:05
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria  https://review.opendev.org/c/openstack/openstack-ansible/+/77552111:07
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria  https://review.opendev.org/c/openstack/openstack-ansible/+/77552111:07
openstackgerritAndrew Bonney proposed openstack/openstack-ansible-tests master: Adjust modules path for Neutron test containers  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/77709111:08
openstackgerritAndrew Bonney proposed openstack/openstack-ansible-os_neutron master: DNM: Test combined patch  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77705711:08
openstackgerritAndrew 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/+/77255911:15
openstackgerritJonathan 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/+/77706012:18
openstackgerritJonathan 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/+/77695812:18
openstackgerritJonathan 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/+/77696012:19
openstackgerritJonathan 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/+/77706812:19
openstackgerritJonathan 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/+/77707112:20
*** SiavashSardari has quit IRC12:20
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Ensure openssl is available  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/77624812:22
*** SiavashSardari has joined #openstack-ansible12:24
openstackgerritAndrew Bonney proposed openstack/openstack-ansible-os_neutron master: Combined patch to unblock CI  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77523912:32
*** gshippey has joined #openstack-ansible12:36
*** rpittau|bbl is now known as rpittau13:01
*** macz_ has joined #openstack-ansible13:14
*** macz_ has quit IRC13:18
openstackgerritAndrew 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/+/77027613:45
*** ahsen has quit IRC13:48
*** spatel has joined #openstack-ansible13:57
openstackgerritJonathan 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/+/77695514:03
*** SiavashSardari has quit IRC14:26
openstackgerritJonathan 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/+/77695814:36
openstackgerritJonathan 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/+/77695814:38
openstackgerritJonathan 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/+/77696014:39
*** macz_ has joined #openstack-ansible15:36
*** macz_ has quit IRC15:40
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_cinder master: Replace deprecated key_manager  https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/77694315:45
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_cinder master: Replace deprecated key_manager  https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/77694315:45
noonedeadpunk#startmeeting openstack_ansible_meeting16:00
openstackMeeting 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
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:00
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:00
noonedeadpunko/16:00
gshippeyo/16:00
noonedeadpunkI as usual haven't prepared any agenda for the meeting... Should do better in future16:01
noonedeadpunkchecking for new bug reports16:01
gshippey@jrosser (if he is about) how is https://etherpad.opendev.org/p/osa-ci-failures going?16:02
noonedeadpunk#topic bug triage16:02
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)"16:02
noonedeadpunkhttps://bugs.launchpad.net/openstack-ansible/+bug/191561816:02
openstackLaunchpad bug 1915618 in openstack-ansible "gnocchi file missing" [Undecided,New]16:02
jrossero/ hello16:03
noonedeadpunkI finally need to make fresh deployemnty of all telemetry and check what;'s going on there16:03
noonedeadpunkas I saw weird stuff in logs in CI16:03
noonedeadpunkbut no idea what the result of these16:03
jrosseri did more work on the repo server / u-c stuff https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/77451716:04
*** sshnaidm is now known as sshnaidm|afk16:04
jrosserredid that pretty totally to make it take u-c files from the deploy host16:04
jrossernot passing a test job though https://review.opendev.org/c/openstack/openstack-ansible/+/77452316:05
jrosserthis is ready for one of the ceph repo CI fixes https://review.opendev.org/c/openstack/openstack-ansible/+/77569516:05
noonedeadpunk774523 seems more like passing then not16:06
noonedeadpunkexcept distro installs16:06
jrosseryeah its mostly there, havent looked at why it's broken16:06
jrossercould be a corner case there for utility and things where we don't have a repo server for distro installs?16:07
jrosserutility/repo etc16:07
jrosserthis is also ready https://review.opendev.org/c/openstack/openstack-ansible/+/77646416:08
noonedeadpunkwell, it fails on tempest16:08
noonedeadpunkhttps://c6ba2e2bae7e431e3d06-3245c124accefaca4c820513e2930ad5.ssl.cf5.rackcdn.com/774523/7/check/openstack-ansible-deploy-aio_distro_metal-ubuntu-focal/f1e316a/logs/ara-report/results/1259.html16:08
jrosserand maybe most importantly the mariadb 10.5.9 bump needs attention16:08
noonedeadpunk776464 is neat indeed16:09
*** macz_ has joined #openstack-ansible16:10
noonedeadpunkregarding mariadb, dunno. that feels like a bug for galera16:10
noonedeadpunkand probasbly we should report it?16:10
jrosserlooked like the upgrade jobs fail?16:11
* jrosser looks16:11
noonedeadpunkit's failed on users creation...16:11
noonedeadpunkon 10.5.916:12
noonedeadpunkand what if rebase it on top of the https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/77589316:12
jrosseroh no https://zuul.opendev.org/t/openstack/build/0af1b2a37646470dbae747523eecffc3/log/job-output.txt#16473-1649016:12
jrosseryes fails in a similar way16:12
jrosseryeah, we should at least try that rebase as they did say we should not mess with the root user16:13
noonedeadpunkwell, montywi said that to me a year ago I guess when there was a mess with 10.4.13 iirc16:14
noonedeadpunkso worth trying I guess16:14
noonedeadpunkhm16:15
noonedeadpunkhttps://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060 failed on uypgrade as well16:15
noonedeadpunkhave we merged smth breaking upgrade jobs?16:15
noonedeadpunkin terms of the galera/utility?16:15
noonedeadpunkah https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777060/3..4/defaults/main.yml16:17
noonedeadpunkthat explains it :p16:17
jrosserdoh16:17
jrossercurse of git add -A16:17
noonedeadpunkcan't agree more :)16:18
*** juanoterocas has joined #openstack-ansible16:18
noonedeadpunk#topic office hours16:18
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)"16:18
openstackgerritJonathan 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/+/77706016:18
jrosserso i did a ton of work on lxc_hosts16:19
gshippeyin 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#L14616:19
openstackLaunchpad bug 1780245 in kolla-ansible train "gnocchi-metricd container missconfigured on second and third nodes" [Medium,Triaged]16:19
openstackgerritDmitriy 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/+/77708816:19
noonedeadpunkwe also should do smth with octavia16:19
jrosseroh, andrewbonney, you around?16:19
noonedeadpunksince it's broken for a while and we dunno why...16:19
andrewbonneyyes. I'm still looking at it as I can't replicate the centos failure16:20
juanoterocasHi is there any explicit tutorial on how to setup networking before boostraping?16:20
andrewbonneydebian might be https://bugzilla.redhat.com/show_bug.cgi?id=1832710 though as it uses a very old libvirt16:20
openstackbugzilla.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 pkrempa16:20
openstackgerritDmitriy 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/+/77708816:20
noonedeadpunkI thought we're installing libvirt from debian-updates?16:21
noonedeadpunkor it's jsut qemu...16:21
noonedeadpunkas nova complains otherwise16:21
andrewbonneyqemu comes from debian-backports, and there was an update around when it started failing for a CVE16:21
jrosserjuanoterocas: 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
juanoterocasok thx16:22
andrewbonneynova on W looks like it will need libvirt >= 6 anyway so we'll need to find it from somewhere16:22
noonedeadpunkdoh...16:22
noonedeadpunkEventually I believe debian folks will do smth regarding that16:22
jrosserwonder if there is a W variant for here https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/vars/debian.yml#L88-L9416:24
noonedeadpunknot yet at least16:25
jrosserzigo: can you give us any pointers if we should be able to run W on buster re. libvirt version?16:25
noonedeadpunkbtw awesome job with centos stream16:25
jrosseryeah i am pleased with that16:25
jrosserkind of related to the lxc_hosts stuff actually16:26
noonedeadpunkWould be really great to move all images to be built from chroot16:26
jrosserwe need to decide if we bump the existing centos to 8.3 and backport to V16:26
jrosserbecasue that determines what patches we merge and in what order16:26
jrossermoving to chroot would be a big change and then backports are not possible any more16:26
noonedeadpunkyeah, agree16:27
noonedeadpunkyou meant to make use of stream on V?16:27
jrosseroh no, its why i did this https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/77577816:27
jrosserso that we have the opportunity to fix up the current method to get 8.3 and backport that16:27
jrosserthen tear it all up straight away after that on master to use chroots16:28
noonedeadpunktbh dunno16:28
noonedeadpunkeventually on deployemnts we do dnf update before packing them, which will update stuff to 8.3 anyway16:29
jrosseri guess we don't run many CI jobs really on victoria so the failure i was trying to work around there is kind of minimal16:29
noonedeadpunkyeah. and for CI it's not so critical as on master16:29
jrosserthe 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.316:29
noonedeadpunkI was thinking more if we should give 8.3 -> Stream upgrade path16:29
jrosserbut really corner case16:30
noonedeadpunkand might be that do this on V is relevant16:30
jrosseranyway, just wanted to point that the situation with lxc_hosts is kind of complicated depending on what we choose to do16:31
noonedeadpunkas otherwise we will need to keep 8.3 during W and drop it afterwards. And I have no intention to carry such super simmilar distros16:32
jrosseri think if we were to merge the changes for 8.3 containers to master then the opportunity to backport is there should we need it16:32
jrossereven if then we pretty soon change the code to chroots on master16:32
noonedeadpunkok, fair16:34
noonedeadpunkbut it's also if we're going to backport chroot and stream to V16:34
noonedeadpunkbecause then uit's just +1 patch to backport :)16:35
jrosserthe whole upgrade situation is tricky16:35
jrosseri don't know how long the infra people will keep a non stream image16:36
noonedeadpunkwe agreed till W at least iirc16:36
jrosserright, but that does mean that our U/V centos jobs will stop working anyway at that point potentially16:36
jrosserwhich will make testing upgrades hard16:37
noonedeadpunkwell, we kind of never tested os upgrades? neither performed them?16:37
noonedeadpunkbut yeah, I got the point16:38
jrosserperhaps not to worry too much about it16:38
jrosserswapping centos-8 for centos-8 stream on master should be a priority16:38
noonedeadpunkyes, agree16:39
noonedeadpunklet's leave V as is16:39
noonedeadpunkin terms of centos16:39
noonedeadpunkat least for now16:39
noonedeadpunkmaybe we will reconsider later...16:39
jrosserthis ansible_facts stuff is massive patches too16:39
jrosserthanks for looking at them16:39
noonedeadpunkI really want to start pki stuff, but I have to research trove due to inner prio right now16:40
noonedeadpunkBut I still aio to grab both...16:40
jrosseri may have someone who can help with the pki stuff16:41
noonedeadpunkbtw 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 containers16:42
jrosserthat would be ++16:42
noonedeadpunkgotcha16:42
jrosserthe rabbit role is quite well formed so that should be ok i expect to reuse it16:42
noonedeadpunkyeah, I also think it should be fine. Just pass another secrets as vars, but shouldn't be too hard16:43
jrosseroh also andrewbonney has started to look at fixing the neutron role16:43
noonedeadpunkyeah, I saw the patch16:44
noonedeadpunkreally didn't have time to add integrated roles :(16:44
noonedeadpunkoh, btw https://review.opendev.org/c/openstack/openstack-ansible/+/77658116:44
noonedeadpunkbumped ansible and collections16:45
noonedeadpunkthey moved posix out of general collection16:45
noonedeadpunkbtw, 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 name16:46
noonedeadpunksince it's used by tripleo and etc16:46
jrosserconfig_template is so cool it almost deserves it's own16:47
noonedeadpunkwell, agree...16:47
noonedeadpunkbut I think we can't jsut convert that repo into collection?16:48
jrossertbh i'm not sure, but basically 'no'16:48
jrossertheres other stuff to do i think16:48
jrosseryou need metadata and to build locally some package to upload to galaxy16:48
noonedeadpunkI just really use config_template internally more and more and get fed of the way I need to install it..16:49
noonedeadpunkwell, we could convert it, but I think we probably should not...16:49
jrossernsible-galaxy collection init my_namespace.my_collection16:49
jrosserfor internal stuff here we have a role clone script that populates my-project/roles16:50
jrosserand also puts other things like config-template in my-project/repos16:51
jrosserwhich is also an ugly hack16:51
noonedeadpunkyeah. and when you have pretty much independant repos that have just requirements.yml for external dependencies...16:51
noonedeadpunkok, well, need to think about best way to do that. maybe ask cloudnull opinion as well :)16:53
noonedeadpunk#endmeeting16: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
openstackMeeting ended Tue Feb 23 16:58:56 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:58
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-02-23-16.00.html16:58
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-02-23-16.00.txt16:58
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-02-23-16.00.log.html16:59
*** d34dh0r53 has quit IRC17:11
cloudnullo.17:22
cloudnullsorry i missed the ping noonedeadpunk17:22
cloudnullwhat's up?17:23
noonedeadpunkcloudnull: well I was thinking about the best way to convert config-template to collection17:27
noonedeadpunklike converting current repo is probably not the best approoach17:28
noonedeadpunkas well as if we can merge it with some other modules we have or it's better to be a standalone one17:29
noonedeadpunkI guess standalone is better option from prespective of gaining it, but having less repos with modules that need maintaining might be better17:30
noonedeadpunkif you use just tags and never master, we can probably convert in the current repo and tag appropriatelly17:30
cloudnullwe package config_template in tripleo and I'm pretty sure it only packages stable tags, however, I'd need to ask some folks to confirm17:35
cloudnullin terms of moving it to a collection, i think thats it makes sense to push it into a single collection repo.17:36
cloudnullwe'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 work17:37
*** rh-jelabarre has quit IRC17:38
*** rpittau is now known as rpittau|afk17:41
noonedeadpunkgotcha17:44
*** rh-jelabarre has joined #openstack-ansible17:48
* jrosser looks at the wierd ansible setup module documentation17:52
jrossergather_subset: "processor_count" <- that does really not do what you expect17:53
cloudnullo/ jrosser17:55
jrosserhello!17:55
jrossercloudnull: is the cold weather getting any better?17:56
cloudnullhows life ? long time no chat :D17:56
cloudnullthe cold weather is gone. thankfully17:56
jrosserstuff is going ok17:57
cloudnullwe're now in the "everything must be fixed" phase17:57
jrosserstill hacking away :)17:57
cloudnullcool cool17:57
openstackgerritJonathan 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/+/77695818:01
openstackgerritJonathan 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/+/77717718:03
openstackgerritJonathan 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/+/77717818:04
openstackgerritJonathan 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/+/77717918:05
openstackgerritJonathan 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/+/77718018:06
openstackgerritJonathan 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/+/77718118:06
*** rh-jelabarre has quit IRC18:07
*** rh-jelabarre has joined #openstack-ansible18:09
*** jpvlsmv has joined #openstack-ansible18:24
*** ioni has quit IRC19:26
openstackgerritMerged 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/+/77623719:29
*** yasemind has quit IRC19:32
*** andrewbonney has quit IRC19:34
jpvlsmvIs there a quick way to tell the all-in-one script to not rename the host it's running on to 'aoi' ?19:34
openstackgerritJonathan 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/+/77717719:35
*** frigo has joined #openstack-ansible19:38
*** frigo has left #openstack-ansible19:39
jrosserjpvlsmv: you could try removing this https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/tasks/prepare_hostname.yml#L32-L3619:40
jrossernever tried that though19:40
openstackgerritMerged 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/+/77623819:44
*** LowKey has quit IRC20:09
*** LowKey has joined #openstack-ansible20:09
*** gyee has joined #openstack-ansible20:14
*** rh-jelabarre has quit IRC20:17
*** luksky has quit IRC20:17
*** rh-jelabarre has joined #openstack-ansible20:18
*** luksky has joined #openstack-ansible20:30
*** maharg101 has quit IRC21:24
*** spatel has quit IRC21:35
*** spatel has joined #openstack-ansible21:38
*** spatel has quit IRC21:49
openstackgerritMerged openstack/openstack-ansible master: Add bind mount of /opt/cache/files to all containers in CI  https://review.opendev.org/c/openstack/openstack-ansible/+/77646421:54
openstackgerritMerged openstack/openstack-ansible master: Update Gnocchi with Ceph and Redis documentation.  https://review.opendev.org/c/openstack/openstack-ansible/+/77249421:54
*** spatel has joined #openstack-ansible22:11
*** spatel has quit IRC22:11
openstackgerritMerged openstack/openstack-ansible-os_adjutant master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/77202022:15
*** luksky has quit IRC22:16
*** juanoterocas has quit IRC22:29
openstackgerritJonathan 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/+/77695522:35
*** tacco has quit IRC22:46
*** tacco has joined #openstack-ansible22:48
*** gshippey has quit IRC23:08
*** maharg101 has joined #openstack-ansible23:21
*** maharg101 has quit IRC23:26

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