*** d34dh0r53 has quit IRC | 00:12 | |
*** tosky has quit IRC | 00:30 | |
*** luksky has quit IRC | 00:33 | |
*** LowKey has quit IRC | 00:59 | |
*** macz_ has quit IRC | 02:04 | |
*** spatel has joined #openstack-ansible | 02:44 | |
*** dmsimard8 has joined #openstack-ansible | 02:56 | |
*** dmsimard has quit IRC | 02:59 | |
*** priteau has quit IRC | 02:59 | |
*** gouthamr has quit IRC | 02:59 | |
*** cyberpear has quit IRC | 02:59 | |
*** nicolasbock has quit IRC | 02:59 | |
*** dmsimard8 is now known as dmsimard | 02:59 | |
*** nicolasbock has joined #openstack-ansible | 03:00 | |
*** cyberpear has joined #openstack-ansible | 03:01 | |
*** dirk has quit IRC | 03:25 | |
*** dirk has joined #openstack-ansible | 03:25 | |
*** spatel has quit IRC | 03:27 | |
*** waxfire has quit IRC | 03:27 | |
*** waxfire has joined #openstack-ansible | 03:28 | |
*** spatel has joined #openstack-ansible | 03:45 | |
*** Amey_Abhyankar has joined #openstack-ansible | 05:06 | |
*** rohit02 has joined #openstack-ansible | 05:07 | |
*** macz_ has joined #openstack-ansible | 05:10 | |
*** gyee has quit IRC | 05:15 | |
*** macz_ has quit IRC | 05:15 | |
*** shyamb has joined #openstack-ansible | 05:23 | |
*** shyam89 has joined #openstack-ansible | 05:23 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-ansible | 05:33 | |
*** macz_ has joined #openstack-ansible | 05:48 | |
*** macz_ has quit IRC | 05:52 | |
*** LowKey has joined #openstack-ansible | 05:53 | |
*** gouthamr has joined #openstack-ansible | 06:01 | |
*** spatel has quit IRC | 06:02 | |
*** macz_ has joined #openstack-ansible | 06:09 | |
*** macz_ has quit IRC | 06:14 | |
*** ahsen has joined #openstack-ansible | 06:15 | |
*** maharg101 has joined #openstack-ansible | 06:16 | |
*** shyam89 has quit IRC | 06:21 | |
*** shyamb has quit IRC | 06:21 | |
*** maharg101 has quit IRC | 06:21 | |
*** shyamb has joined #openstack-ansible | 06:21 | |
*** shyam89 has joined #openstack-ansible | 06:21 | |
*** shyamb has quit IRC | 06:28 | |
*** shyam89 has quit IRC | 06:28 | |
Amey_Abhyankar | I am trying to install OSA using AIO method = https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html | 06:29 |
---|---|---|
Amey_Abhyankar | # git checkout master | 06:29 |
Amey_Abhyankar | # git describe --abbrev=0 --tags | 06:29 |
Amey_Abhyankar | Is done | 06:29 |
Amey_Abhyankar | Output = root@openstack:/opt/openstack-ansible# git describe --abbrev=0 --tags | 06:29 |
Amey_Abhyankar | 22.0.0.0rc1root@openstack:/opt/openstack-ansible# git describe --abbrev=0 --tags | 06:29 |
Amey_Abhyankar | 22.0.0.0rc1 | 06:29 |
Amey_Abhyankar | This is not the right tag as per the http://lists.openstack.org/pipermail/openstack-discuss/2021-February/020391.html | 06:34 |
Amey_Abhyankar | Who can fix the error in documentation? | 06:35 |
*** LowKey has quit IRC | 06:37 | |
*** LowKey has joined #openstack-ansible | 06:37 | |
*** pcaruana has joined #openstack-ansible | 06:58 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/c/openstack/openstack-ansible/+/776331 | 07:32 |
*** miloa has joined #openstack-ansible | 07:39 | |
jrosser | Amey_Abhyankar: you are looking at the master branch there, which is where the development work for the next release is done. That will be called "Wallaby" | 07:41 |
jrosser | the currently released version is on the 'Victoria" branch, here https://docs.openstack.org/openstack-ansible/victoria/user/aio/quickstart.html | 07:42 |
*** miloa has quit IRC | 07:44 | |
*** macz_ has joined #openstack-ansible | 07:53 | |
*** macz_ has quit IRC | 07:57 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Trigger deploy guide rebuild on a-r-r update https://review.opendev.org/c/openstack/openstack-ansible/+/776189 | 07:59 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/ussuri: Trigger deploy guide rebuild on a-r-r update https://review.opendev.org/c/openstack/openstack-ansible/+/776190 | 08:00 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/train: Trigger deploy guide rebuild on a-r-r update https://review.opendev.org/c/openstack/openstack-ansible/+/776191 | 08:00 |
jrosser | lxc_container_backing_store is a strange variable | 08:10 |
jrosser | used in both lxc_hosts and lxc_container_create roles but only defined in lxc_container_create..... | 08:10 |
jrosser | gives reall wierd code like this https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/tasks/lxc_cache_create.yml#L16-L18 | 08:12 |
jrosser | and https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/tasks/lxc_cache_create.yml#L75-L79 | 08:12 |
*** macz_ has joined #openstack-ansible | 08:14 | |
*** rpittau|afk is now known as rpittau | 08:14 | |
noonedeadpunk | hm and we don't have it in integrated repo either except for CI and AIO | 08:16 |
noonedeadpunk | yeah that's weird indeed | 08:16 |
*** luksky has joined #openstack-ansible | 08:17 | |
*** macz_ has quit IRC | 08:19 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove per-backend container creation tasks files https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776239 | 08:20 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove single task from lxc_apparmor file https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776240 | 08:20 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove workarounds for old systemd bugs https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776241 | 08:21 |
*** andrewbonney has joined #openstack-ansible | 08:26 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Add centos-8 stream jobs https://review.opendev.org/c/openstack/openstack-ansible/+/776226 | 08:26 |
*** maharg101 has joined #openstack-ansible | 08:30 | |
*** pcaruana has quit IRC | 08:35 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: WIP - Build centos 8 container image with dnf rather than download https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776201 | 08:39 |
*** maharg101 has quit IRC | 08:40 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Document usage of the user-collection-requirements https://review.opendev.org/c/openstack/openstack-ansible/+/776405 | 08:41 |
*** tosky has joined #openstack-ansible | 08:45 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Use admin user instead of root for galera https://review.opendev.org/c/openstack/openstack-ansible/+/775684 | 08:52 |
*** macz_ has joined #openstack-ansible | 08:55 | |
*** macz_ has quit IRC | 09:00 | |
*** pto has joined #openstack-ansible | 09:03 | |
Amey_Abhyankar | Some errors after running scripts/bootstrap-ansible.sh = http://paste.openstack.org/show/802767/ [AIO release] | 09:08 |
Amey_Abhyankar | I am using 22.0.1 tag | 09:09 |
*** macz_ has joined #openstack-ansible | 09:16 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove per-backend container creation tasks files https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776239 | 09:19 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove single task from lxc_apparmor file https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776240 | 09:20 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove workarounds for old systemd bugs https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776241 | 09:20 |
*** macz_ has quit IRC | 09:21 | |
frickler | Amey_Abhyankar: this looks like you may be having some local network issues. are you behind a (company) firewall? | 09:21 |
Amey_Abhyankar | No. Home wifi | 09:22 |
Amey_Abhyankar | Ubuntu as base OS + virtualbox & Ubuntu vm in it for OSA | 09:22 |
pto | Anyone here have tried GPU support on instances? | 09:35 |
jrosser | pto: we've done both PCI passthrough and vGPU | 09:38 |
pto | jrosser: Fantastic! I am about to deploy it for Aalborg University on the ussuri release. Do you have some sampled or docs you could share? | 09:39 |
jrosser | pto: well, really all we've had to do is adjust the way nova.conf is generated, theres an unmerged patch here https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/768117 | 09:41 |
jrosser | other than that it's a case of preparing the compute nodes properly following the nvidia docs (if you're using nvidia) | 09:41 |
pto | jrosser: Its Nvidia Tesla T4 cards, so i guess it should be straight forward. Can you share what you did to the compute i can use as reference | 09:43 |
pto | jrosser: The patch, should i just cherry pick and merge it in to use it? | 09:44 |
jrosser | looks like it fails CI so perhaps it needs more work yet | 09:44 |
jrosser | i think we applied some earlier version of that locally | 09:44 |
pto | jrosser: Which method, PCI pt or vGPU did work best? | 09:45 |
noonedeadpunk | uh, yeah, I was going to have a look later but never had time to return to it :( | 09:46 |
jrosser | it depends, PCI pt is very simple and kind of 'just works' and theres a nice write up here https://www.jimmdenton.com/gpu-offloading-openstack/ | 09:46 |
noonedeadpunk | vgpu needs licensing right? | 09:47 |
jrosser | but the downside is you lose visibility of the GPU from the host so cant monitor it, nor can your virtualise it to share the GPU between vm | 09:47 |
jrosser | vgpu needs licences yes, and depending on your workload they are either $ or $$$$$$$$$ if you want ML stuff or rendering | 09:48 |
pto | I think the research need access to CUDA to do computations and i guess vGPU would fit best here? | 09:48 |
jrosser | the vCS licences for ML were so cheap that they were lost in the noise with buying the GPU really | 09:48 |
jrosser | if you went for lots of vDWS licences for CUDA and rendering then you could spend as much on those as on the GPU, depending on how many instances you want :( | 09:49 |
pto | jrosser: Are you also using Tesla T4 or which cards do you use? | 09:51 |
jrosser | T4 in our openstack lab for testing and we have just received a set of A40/A100 but they're not installed yet | 09:52 |
noonedeadpunk | yeah I was also looking for A40 actually... | 09:52 |
noonedeadpunk | but never got to buying yet... | 09:53 |
*** macz_ has joined #openstack-ansible | 09:58 | |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/victoria: Use new openstack.cloud collection names https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/776183 | 10:01 |
Amey_Abhyankar | frickler Do I need to disable ansible hardning? | 10:02 |
*** macz_ has quit IRC | 10:03 | |
jrosser | Amey_Abhyankar: your trouble is with cloning the git repos | 10:03 |
jrosser | they all get cloned regardless of which things you do/dont install | 10:04 |
Amey_Abhyankar | Is there any repo close to APAC region? | 10:11 |
jrosser | all of the things at opendev.org are also replicated to github | 10:12 |
jrosser | if github has a good CDN that may be better? | 10:13 |
jrosser | it also clones all of the repositories in parallel which could put a lot of load on your router i guess | 10:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_designate stable/victoria: Use new openstack.cloud collection names https://review.opendev.org/c/openstack/openstack-ansible-os_designate/+/776182 | 10:14 |
jrosser | but ultimately it failed just running `/usr/bin/git clone --origin origin https://opendev.org/openstack/ansible-hardening /etc/ansible/roles/ansible-hardening` | 10:15 |
jrosser | so thats not really and ansible issue at all, it's connectivity trouble | 10:15 |
*** macz_ has joined #openstack-ansible | 10:19 | |
*** macz_ has quit IRC | 10:24 | |
*** macz_ has joined #openstack-ansible | 10:40 | |
*** macz_ has quit IRC | 10:45 | |
*** macz_ has joined #openstack-ansible | 11:01 | |
*** macz_ has quit IRC | 11:05 | |
*** priteau has joined #openstack-ansible | 11:33 | |
*** macz_ has joined #openstack-ansible | 11:42 | |
*** macz_ has quit IRC | 11:47 | |
*** macz_ has joined #openstack-ansible | 12:24 | |
*** macz_ has quit IRC | 12:29 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_gnocchi master: Drop distro tests https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/776425 | 12:30 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_gnocchi master: Delete gnocchi_identity_setup https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/775918 | 12:31 |
jrosser | how can these tasks ever be run one after the other? https://zuul.opendev.org/t/openstack/build/63fc561efdcf4fe0bc4c60111ac7467e/log/job-output.txt#5926-5942 | 12:35 |
jrosser | the second one is right in the middle of this role https://opendev.org/openstack/openstack-ansible-lxc_container_create/src/branch/master/tasks/lxc_container_config.yml#L253-L259 | 12:37 |
jrosser | completely unrelated to the first one | 12:37 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Use new openstack.cloud collection names https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/775895 | 12:47 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest stable/victoria: Use new openstack.cloud collection names https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/776438 | 12:48 |
*** macz_ has joined #openstack-ansible | 13:06 | |
*** macz_ has quit IRC | 13:10 | |
*** macz_ has joined #openstack-ansible | 13:27 | |
*** macz_ has quit IRC | 13:31 | |
MickyMan77 | Is this a misstake.. when I check the /etc/openstack-release | 13:40 |
MickyMan77 | it say this, | 13:40 |
MickyMan77 | DISTRIB_RELEASE="22.0.1" | 13:41 |
MickyMan77 | DISTRIB_CODENAME="Ussuri" | 13:41 |
MickyMan77 | should it not say, victoria ? | 13:41 |
*** macz_ has joined #openstack-ansible | 13:47 | |
noonedeadpunk | it's a bug and I already pushed a patch for that | 13:50 |
noonedeadpunk | https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/774625 | 13:51 |
*** macz_ has quit IRC | 13:52 | |
noonedeadpunk | will be fixed with 22.1.0 | 13:52 |
*** spatel has joined #openstack-ansible | 13:58 | |
openstackgerrit | Jonathan Rosser proposed 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 | 14:14 |
*** d34dh0r53 has joined #openstack-ansible | 14:23 | |
*** macz_ has joined #openstack-ansible | 14:29 | |
*** macz_ has quit IRC | 14:34 | |
*** ahsen has quit IRC | 14:39 | |
spotz | noonedeadpunk: I'm going to go a head and send your patch through. I might circle around and rewrite a little if that's ok. | 14:47 |
spotz | geer the Barbican docs one:) | 14:47 |
noonedeadpunk | spotz: sure:) as laways more then welcome! | 14:49 |
noonedeadpunk | *always | 14:49 |
noonedeadpunk | sorry for making extra work for you :) | 14:49 |
*** macz_ has joined #openstack-ansible | 14:50 | |
spotz | hehe I thought about doing it as part of your patch but I'm in Devconf right now so if I'm going to reword what's there want to give it full attention and it does do the job! | 14:50 |
*** tosky has quit IRC | 14:51 | |
*** tosky_ has joined #openstack-ansible | 14:51 | |
*** tosky_ is now known as tosky | 14:51 | |
admin0 | is downgrade of v->u possible ? | 14:54 |
*** macz_ has quit IRC | 14:54 | |
admin0 | i am trying to build a rocky/ubuntu 16 lab to test upgrade to bionic .. ths is the error i get on the install -- https://gist.github.com/a1git/2068a854a9a19deb2504a10675c8374f | 14:57 |
admin0 | if anyone knows what this is, maybe they can provide me a quick guidiance | 14:57 |
noonedeadpunk | I'd say not. And the main reason for that is database upgrades | 15:01 |
noonedeadpunk | well, it's possible, but you should have db backup and restore it | 15:02 |
*** pcaruana has joined #openstack-ansible | 15:03 | |
MickyMan77 | Can anyone of you recommend the best way to install and run OpenShift / OKD in a OpenStack cluster ? | 15:04 |
*** Amey_Abhyankar has quit IRC | 15:07 | |
*** rh-jelabarre has quit IRC | 15:09 | |
*** dave-mccowan has joined #openstack-ansible | 15:11 | |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican master: [doc] Add barbican configuration page https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/768513 | 15:11 |
*** rh-jelabarre has joined #openstack-ansible | 15:13 | |
*** rh-jelabarre has quit IRC | 15:13 | |
*** rh-jelabarre has joined #openstack-ansible | 15:14 | |
spotz | MickyMan77: I believe there are instruction on the OKD site for installing but not sure that's on OpenStack. I believe OKD is on the Kubernetes slack. | 15:18 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Work around keystonemiddleware bug #1883659 https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/776480 | 15:27 |
openstack | bug 1883659 in keystonemiddleware "keystonemiddleware connections to memcached from neutron-server grow beyond configured values" [Undecided,Confirmed] https://launchpad.net/bugs/1883659 | 15:27 |
*** spatel has quit IRC | 15:39 | |
*** rohit02 has quit IRC | 15:45 | |
*** rohit02 has joined #openstack-ansible | 15:46 | |
*** spatel has joined #openstack-ansible | 16:01 | |
*** spatel has quit IRC | 16:13 | |
*** spatel has joined #openstack-ansible | 16:22 | |
noonedeadpunk | new ansible version is uh... | 16:27 |
jrosser | yes ^ that | 16:32 |
noonedeadpunk | That was super awesome descision to use only base | 16:33 |
*** LowKey has quit IRC | 16:35 | |
*** LowKey has joined #openstack-ansible | 16:36 | |
spatel | is it good idea to remove notification.* queue for RabbitMQ HA policy? | 16:41 |
spatel | I don't have ceilometer and i don't care about any notification so thinking to remove from HA policy which will offload some load from rabbitMQ | 16:42 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Reference the installed gpg key when setting up the EPEL repository https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/776110 | 16:44 |
jrosser | hmm somehow we break the docs jobs https://zuul.opendev.org/t/openstack/build/bb872d1972e74064a74bfbb8cfd9275d | 16:51 |
*** macz_ has joined #openstack-ansible | 16:56 | |
*** rh-jelabarre has quit IRC | 16:58 | |
openstackgerrit | Merged openstack/openstack-ansible stable/train: Trigger deploy guide rebuild on a-r-r update https://review.opendev.org/c/openstack/openstack-ansible/+/776191 | 16:59 |
*** macz_ has quit IRC | 17:01 | |
*** luksky has quit IRC | 17:05 | |
*** macz_ has joined #openstack-ansible | 17:17 | |
*** macz_ has quit IRC | 17:22 | |
*** rpittau is now known as rpittau|afk | 17:47 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/victoria: Use new openstack.cloud collection names https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/776181 | 17:52 |
*** maharg101 has joined #openstack-ansible | 17:53 | |
*** luksky has joined #openstack-ansible | 17:54 | |
*** d34dh0r53 has quit IRC | 17:54 | |
*** macz_ has joined #openstack-ansible | 18:09 | |
*** macz_ has quit IRC | 18:14 | |
spatel | I am seeing very strange issue, I have rebooted RabbitMQ cluster and found neutron started throwing error that notifications_designate.info NOT FOUND and i can see that queue doesn't exist on rabbitMQ | 18:16 |
spatel | who is responsible to create that queue? | 18:16 |
spatel | It was there before but after reboot it disappeared | 18:17 |
*** macz_ has joined #openstack-ansible | 18:30 | |
*** d34dh0r53 has joined #openstack-ansible | 18:33 | |
*** andrewbonney has quit IRC | 18:34 | |
*** macz_ has quit IRC | 18:35 | |
*** maharg101 has quit IRC | 18:44 | |
*** hindret has quit IRC | 19:15 | |
*** simondodsley has quit IRC | 19:15 | |
*** pto_ has joined #openstack-ansible | 19:16 | |
*** pto has quit IRC | 19:19 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Use admin user instead of root for galera https://review.opendev.org/c/openstack/openstack-ansible/+/775684 | 19:44 |
*** simondodsley has joined #openstack-ansible | 19:49 | |
*** hindret has joined #openstack-ansible | 19:54 | |
*** gyee has joined #openstack-ansible | 20:18 | |
openstackgerrit | Dr. Jens Harbott proposed openstack/openstack-ansible master: Fix errors in console samples https://review.opendev.org/c/openstack/openstack-ansible/+/776526 | 20:26 |
frickler | jrosser: noonedeadpunk: ^^ that did it for me locally. I didn't check what thing actually got updated, but the errors looked pretty obvious to me once spotted | 20:27 |
*** tbarron|out has joined #openstack-ansible | 20:38 | |
*** maharg101 has joined #openstack-ansible | 20:41 | |
*** maharg101 has quit IRC | 20:46 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Align doc with new Pygments https://review.opendev.org/c/openstack/openstack-ansible/+/776532 | 20:52 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Align doc with new Pygments https://review.opendev.org/c/openstack/openstack-ansible/+/776532 | 20:56 |
*** simondodsley has quit IRC | 21:05 | |
*** hindret has quit IRC | 21:05 | |
*** mgagne has quit IRC | 21:08 | |
*** simondodsley has joined #openstack-ansible | 21:14 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Use admin user instead of root for galera https://review.opendev.org/c/openstack/openstack-ansible/+/775684 | 21:16 |
*** hindret has joined #openstack-ansible | 21:21 | |
openstackgerrit | Merged openstack/openstack-ansible master: Fix errors in console samples https://review.opendev.org/c/openstack/openstack-ansible/+/776526 | 21:43 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Work around keystonemiddleware bug #1883659 https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/776480 | 21:48 |
openstack | bug 1883659 in keystonemiddleware "keystonemiddleware connections to memcached from neutron-server grow beyond configured values" [Undecided,Confirmed] https://launchpad.net/bugs/1883659 | 21:48 |
noonedeadpunk | frickler: well, technically these were not issues since commands a valid an working in bash.... but yeah... | 23:10 |
*** klamath_atx has joined #openstack-ansible | 23:28 | |
*** tosky has quit IRC | 23:31 | |
*** LowKey has quit IRC | 23:37 | |
*** LowKey has joined #openstack-ansible | 23:37 | |
*** spatel has quit IRC | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!