| watersj | anyone on using gpu passthrough? how did you over come manual running virsh nodedev-detach in nova_libvirt container? | 00:02 |
|---|---|---|
| *** k_mouza has joined #openstack-kolla | 00:09 | |
| *** born2bake has quit IRC | 00:39 | |
| *** k_mouza has quit IRC | 00:45 | |
| *** kevinz has quit IRC | 00:48 | |
| *** kevinz has joined #openstack-kolla | 00:48 | |
| *** xinliang has joined #openstack-kolla | 00:52 | |
| *** ricolin has joined #openstack-kolla | 00:57 | |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 01:18 |
| *** k_mouza has joined #openstack-kolla | 01:31 | |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 01:50 |
| *** k_mouza has quit IRC | 01:53 | |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 01:55 |
| openstackgerrit | Yang Youseok proposed openstack/kolla stable/stein: create missing apache2 directory on Debian/Ubuntu https://review.opendev.org/700794 | 02:03 |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 02:19 |
| *** xinliang has quit IRC | 03:24 | |
| *** xinliang has joined #openstack-kolla | 03:29 | |
| *** zbr|ruck has quit IRC | 03:54 | |
| *** xinliang has quit IRC | 03:55 | |
| *** tonythomas has quit IRC | 03:55 | |
| *** zbr has joined #openstack-kolla | 03:56 | |
| *** hongbin has joined #openstack-kolla | 04:00 | |
| *** watersj has quit IRC | 04:02 | |
| *** hongbin has quit IRC | 04:37 | |
| *** ricolin has quit IRC | 04:48 | |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 05:19 |
| *** skramaja has joined #openstack-kolla | 05:28 | |
| *** evrardjp has quit IRC | 05:33 | |
| *** evrardjp has joined #openstack-kolla | 05:33 | |
| *** zzzeek has quit IRC | 06:15 | |
| *** zzzeek has joined #openstack-kolla | 06:16 | |
| *** xinliang has joined #openstack-kolla | 06:31 | |
| *** iniazi has joined #openstack-kolla | 06:33 | |
| *** iniazi_ has quit IRC | 06:35 | |
| *** ricolin has joined #openstack-kolla | 07:06 | |
| *** xinliang has quit IRC | 07:37 | |
| yoctozepto | watersj: no need to run it | 07:55 |
| yoctozepto | morning | 07:55 |
| yoctozepto | watersj: just make sure host does not eat up the device on boot | 07:55 |
| yoctozepto | it is usually as simple as not installing the driver, not running kms and/or blacklisting kernel module | 07:56 |
| yoctozepto | (kms in case of graphics that is) | 07:56 |
| *** ileixe has joined #openstack-kolla | 07:58 | |
| ileixe | Hi guys. | 07:58 |
| ileixe | I have some question about multi regional deployment using kolla-ansible | 07:59 |
| ileixe | How kolla-ansible assure same fernet token key distribution among multi keystones? | 07:59 |
| ileixe | I could not find any option to use the purpose | 07:59 |
| ileixe | any advice? | 07:59 |
| yoctozepto | ileixe: one of existing nodes is established as the distributor and we use rsync to feed other nodes | 08:10 |
| ileixe | yoctozepto: you mean the distributor node itself should be in some group out of regions? | 08:11 |
| ileixe | we have several regions so I hardly choose where keystone-fernet container should be | 08:12 |
| yoctozepto | ileixe: ah, you mean multi-node, not multi keystones | 08:14 |
| yoctozepto | my answer was for multi keystones | 08:14 |
| yoctozepto | for multiple regions you still have only one region with keystones | 08:15 |
| yoctozepto | all keystones belong to region "zero" and there they are managed just as I described | 08:15 |
| yoctozepto | please also see https://docs.openstack.org/kolla-ansible/latest/user/multi-regions.html#deployment-of-other-regions | 08:15 |
| yoctozepto | other regions only point to the "zero" region in case of keystone | 08:16 |
| ileixe | Thanks yoctozepto. | 08:16 |
| yoctozepto | you are welcome, ileixe | 08:16 |
| ileixe | One more thing, then how we handle keystone registration? | 08:16 |
| yoctozepto | ileixe: if you point other regions to the one-and-only-region-0-keystone, kolla-ansible registers them all in that keystone | 08:17 |
| yoctozepto | the region and the services | 08:17 |
| ileixe | Hm... but we have regional endpoint for each regional keystone | 08:18 |
| ileixe | each regions has their own endpoint | 08:19 |
| yoctozepto | ileixe: is it kolla-ansible deployed? | 08:21 |
| ileixe | No we are changing our deployment to use kolla-ansible | 08:22 |
| ileixe | The architecture was deployed by others | 08:23 |
| ileixe | yoctozepto: | 08:23 |
| yoctozepto | ileixe: hmm, I am wondering why that is so, I can't find a reason to run keystone per region, these might be bogus | 08:29 |
| yoctozepto | ileixe: could you share more details? | 08:30 |
| yoctozepto | (curious myself) | 08:30 |
| ileixe | Hm.. we had this architecuter til long long time ago | 08:30 |
| ileixe | I understand this is because of regional latency | 08:30 |
| ileixe | we have GSLB to connect regional keystones | 08:30 |
| ileixe | and we want to service (nova..) talk to closer regional keystone | 08:31 |
| ileixe | that's why we have per region endpoints | 08:31 |
| ileixe | I think it's quite common | 08:31 |
| ileixe | or not... | 08:35 |
| ileixe | :P | 08:35 |
| yoctozepto | ileixe: hmm, I thought GSLB (and alike techs) is where you have a single endpoint and end up routing more efficiently... | 08:35 |
| yoctozepto | well, these endpoints must still point to a common keystone and common database | 08:35 |
| yoctozepto | that's why I'm scratching my head where the benefits come from | 08:36 |
| yoctozepto | (from having per-region keystone endpoint) | 08:36 |
| ileixe | Honestly, I agreed with you for simpler deployment. | 08:36 |
| ileixe | But I think in the past, we even does not want to reach GSLB | 08:36 |
| ileixe | regional nova in fact has regional keystone auth endpoint, so they did not know global keystoen endpoint at all | 08:37 |
| yoctozepto | other services are regional | 08:37 |
| yoctozepto | keystone has to be shared so its regionality is fake at most | 08:37 |
| yoctozepto | might be worth asking on #openstack-keystone | 08:38 |
| ileixe | Thanks yoctozepto :) it's worth to hear you | 08:38 |
| yoctozepto | along the lines "I inherited this, why would one do that" | 08:38 |
| yoctozepto | ileixe: you are welcome and thanks :-) | 08:38 |
| yoctozepto | also, the mailing list openstack-discuss might be a good place to ask for hints why that was like it was | 08:39 |
| ileixe | : along the lines "I inherited this, why would one do that" +1 | 08:39 |
| ileixe | I want to add 'what the fxxking would one do that' | 08:40 |
| ileixe | :) | 08:40 |
| yoctozepto | ileixe: yeah, I maxed my politeness in there ;-) | 08:40 |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Fix deploy mariadb failed to reach primary node https://review.opendev.org/699172 | 08:48 |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 08:48 |
| openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Fix MariaDB cluster "master" host discovery https://review.opendev.org/700785 | 10:14 |
| *** tonythomas has joined #openstack-kolla | 11:31 | |
| cosmicsound | yoctozepto Will do, thanks. I said it might be simpler yet true might cause confusion reworking bugs into other bugs. | 11:50 |
| cosmicsound | Related to cyborg was mostly to see how it can help in case of nvms gpus since thats its role | 11:51 |
| cosmicsound | would be great to have a list with that what kne could build based on os and deployment | 11:51 |
| cosmicsound | one* | 11:51 |
| *** kplant has joined #openstack-kolla | 12:05 | |
| osmanlicilegi | I wish you all a happy new year with openstack and kolla. | 12:34 |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 13:22 |
| yoctozepto | cosmicsound: I do gpu passthrough without it | 13:45 |
| yoctozepto | osmanlicilegi: happy new year :-) | 13:46 |
| *** ChanServ sets mode: +o yoctozepto | 13:46 | |
| *** yoctozepto changes topic to "Happy New Year 2020! Kolla meetings are back after holidays (2020-01-08 Wed) | Whiteboard: https://etherpad.openstack.org/p/KollaWhiteBoard | IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b" | 13:47 | |
| *** ChanServ sets mode: -o yoctozepto | 13:47 | |
| *** born2bake has joined #openstack-kolla | 14:28 | |
| openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: DNM: CentOS IPv6 - by jeff https://review.opendev.org/700758 | 14:46 |
| *** chrizl has joined #openstack-kolla | 17:02 | |
| *** evrardjp has quit IRC | 17:33 | |
| *** evrardjp has joined #openstack-kolla | 17:33 | |
| *** kplant has quit IRC | 19:43 | |
| openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: DNM: CentOS IPv6 https://review.opendev.org/691811 | 20:09 |
| *** born2bake has quit IRC | 20:13 | |
| *** sri_ has joined #openstack-kolla | 20:34 | |
| sri_ | Happy New Year | 20:35 |
| *** sri_ has quit IRC | 20:45 | |
| *** mgoddard has quit IRC | 21:00 | |
| *** mgoddard has joined #openstack-kolla | 21:04 | |
| *** mgoddard has quit IRC | 21:08 | |
| *** Tengu has quit IRC | 22:07 | |
| *** Tengu has joined #openstack-kolla | 22:09 | |
| *** cz2 is now known as poweredgelord | 22:12 | |
| *** poweredgelord is now known as cz2 | 22:14 | |
| yoctozepto | Happy New Year, Folks! | 23:18 |
| hrw | HNY | 23:47 |
| hrw | HNY'96 was the first computer virus I had to deal with. And last one too. | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!