Friday, 2020-02-07

*** cshen has joined #openstack-ansible00:05
openstackgerritMerged openstack/openstack-ansible master: Do not append container_name for metal containers  https://review.opendev.org/70577800:05
*** cshen has quit IRC00:09
*** DanyC has quit IRC00:28
*** DanyC has joined #openstack-ansible00:29
*** DanyC has quit IRC00:33
*** jbadiapa has quit IRC01:37
*** gyee has quit IRC02:03
*** rh-jelabarre has quit IRC02:21
*** raukadah is now known as chkumar|rover04:38
*** udesale has joined #openstack-ansible04:49
*** evrardjp has quit IRC05:34
*** evrardjp has joined #openstack-ansible05:34
*** drifterza has quit IRC05:44
*** shyamb has joined #openstack-ansible05:54
*** errr has quit IRC05:56
*** errr has joined #openstack-ansible05:57
*** owalsh has quit IRC06:01
*** owalsh has joined #openstack-ansible06:04
*** southquist has joined #openstack-ansible07:00
*** shyamb has quit IRC07:02
*** shyamb has joined #openstack-ansible07:03
*** jbadiapa has joined #openstack-ansible07:05
*** elenalindq has joined #openstack-ansible07:22
*** shyamb has quit IRC07:22
*** cshen has joined #openstack-ansible07:34
*** shyamb has joined #openstack-ansible07:35
*** rpittau|afk is now known as rpittau08:10
jrosseri've pushed this in myself as stable/train is still unreleasable until we merge all the tempest fixes https://review.opendev.org/#/c/705336/408:11
*** andrewbonney has joined #openstack-ansible08:16
*** shyamb has quit IRC08:27
*** ivve has joined #openstack-ansible08:37
mnasersorry i missed that jrosser08:42
mnaseri think thats fine08:42
mnaseranything else to be on the lookout for?08:42
*** DanyC has joined #openstack-ansible08:45
*** DanyC has quit IRC08:46
*** DanyC has joined #openstack-ansible08:47
*** tosky has joined #openstack-ansible08:48
*** DanyC has quit IRC08:49
*** DanyC has joined #openstack-ansible08:49
*** elenalindq has quit IRC09:01
*** shyamb has joined #openstack-ansible09:22
*** shyamb has quit IRC09:24
*** shyamb has joined #openstack-ansible09:25
*** sep has quit IRC09:44
ebbexSo I just upgraded a compute-host from xenial/rocky to bionic/rocky and livemigration won't work because the bionic release is one cpu flag short (ss). Can I fix this with running vm's, or do I need to set some nova_cpu_* and restart services and vm's with new flags?09:55
ebbexIt's a Xeon E5620 on both computes. kernel 4.15.0 on system running vms and kernel 5.3.0 on host receiving vms.09:57
jrossermnaser: i think this will be the next one to do https://review.opendev.org/#/c/703572/10:22
jrosserthough thats maybe needing some thought as it's a stable branch, so likley needing a sha bump for os_tempest to pull in the changes there10:23
jrosserhttps://review.opendev.org/#/c/703572/10:23
jrosserbut we can't bump that sha till the other stuff merges10:23
jrosserits zuul chess to move these pieces round in the right order :)10:24
*** masterpe has quit IRC10:27
*** shyamb has quit IRC10:38
jannowe have a running openstack infrastructure which was deployed with openstack-ansible. we'd like to add "horizon_can_set_password: True" and "nova_libvirt_inject_password: True" now. How do I know which playbooks need to be run?10:48
*** admin0 has quit IRC10:49
*** shyamb has joined #openstack-ansible11:00
*** ahosam has joined #openstack-ansible11:03
jrosserjanno: this is a handy way to find out where stuff goes http://codesearch.openstack.org/?q=horizon_can_set_password11:03
jrosser^ so you can see that that var only gets consumed in the os_horizon role, so its a resaonable bet that the horizon playbook will suffice11:04
jannojrosser: thank you!11:04
jrosseryou can do similar for the other var, obv nova is a little more complex as there are more moving parts11:04
jannoI didn't know codesearch.openstack.org yet11:04
jrossersadly there is some talk of taking it away in favour of the search at git.openstack.org but i find codesearch.o.o *extremely* useful11:05
*** shyam89 has joined #openstack-ansible11:05
*** shyamb has quit IRC11:06
jrosserthat would be like this https://opendev.org/explore/code?q=horizon_can_set_password11:06
*** rpittau is now known as rpittau|bbl11:18
*** DanyC has quit IRC11:24
*** DanyC has joined #openstack-ansible11:25
*** shyamb has joined #openstack-ansible11:25
*** shyam89 has quit IRC11:28
*** DanyC has quit IRC11:29
*** DanyC has joined #openstack-ansible11:37
*** masterpe has joined #openstack-ansible11:38
*** shyam89 has joined #openstack-ansible11:50
*** DanyC has quit IRC11:51
*** shyamb has quit IRC11:53
*** sep has joined #openstack-ansible11:54
*** udesale_ has joined #openstack-ansible12:04
*** miloa has joined #openstack-ansible12:05
*** udesale has quit IRC12:07
*** shyamb has joined #openstack-ansible12:09
*** shyam89 has quit IRC12:11
*** nicolasbock has joined #openstack-ansible12:13
*** DanyC has joined #openstack-ansible12:23
*** DanyC has quit IRC12:28
*** DanyC has joined #openstack-ansible12:34
*** cshen has quit IRC12:38
jannois there any guide for adding ceph nodes to an existing os cluster with openstack-ansible?12:40
*** spatel has joined #openstack-ansible12:43
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add compute node deployment script  https://review.opendev.org/70649112:45
noonedeadpunkjanno: not sure, but probably guilhermesp can help you with that?12:46
jannothat would be awesome. I only found instructions for adding management and compute nodes12:46
jannoI'd expect setup-hosts.yml and ceph-install.yml would be sufficient12:49
guilhermespjanno: you can basically add the new ceph node into o_u_c and, if you have a specific set of disks you can add as well in host_vars.12:50
*** spatel has quit IRC12:50
guilhermespand yes, after then yes, you can prepare the nodes with setup-hosts and then run ceph-install12:50
jannoguilhermesp: thanks12:51
jannoI'll give it a try as soon as I have fixed my current error while adding a new compute node12:52
*** cshen has joined #openstack-ansible12:58
*** cshen has quit IRC13:06
*** rh-jelabarre has joined #openstack-ansible13:08
*** shyamb has quit IRC13:09
*** rpittau|bbl is now known as rpittau13:14
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add compute node deployment script  https://review.opendev.org/70649113:17
guilhermesp^ ++13:18
guilhermespgood stuff noonedeadpunk13:18
noonedeadpunkNot sure how accurate it is in terms of laucnhed tasks but that's what used to work for me. But that's what reviews are for :p13:19
miloaHi, a quick question on openstack summit webpage (https://www.openstack.org/summit/) the opendev summit (Vancouver) is announced, but not the open infrastructure summit,  althrought the title of the page is "Open Infrastructure Summit" did i miss something ?13:26
noonedeadpunkmiloa: OpeStack summit got renamed to OpenDev summit since Berlin 201913:30
noonedeadpunk*201813:31
*** ansmith has quit IRC13:32
*** ansmith has joined #openstack-ansible13:32
miloanoonedeadpunk: I understood that Openstack Summit was rename Open Infrastructure Summit. I was thinking that Opendev Summit was different of Open Infra. Summit. Opendev more oriented Dev and PTG.13:33
noonedeadpunkI think it's told here https://youtu.be/p8WHmCdmWeE?t=9713:33
*** aedc has joined #openstack-ansible13:34
noonedeadpunkyeah, I wrote wrong - not opendev but openifra, sorry...13:35
noonedeadpunkmiloa: oh, yes, in Vancoover it's not regular summit - it's aimed only for contributors for selecting futher course of openinfra projects13:37
noonedeadpunkso there will be no regular sessions or boothes13:37
noonedeadpunkSo I think that regular summits will take place now only once a year, and the next on will be in Berlin13:39
miloanoonedeadpunk: ok, many thanks :) I effectively missed the fact that there will be only one Open Infra. Summit this year :)13:48
*** aedc has quit IRC14:00
*** cshen has joined #openstack-ansible14:10
*** lbragstad has joined #openstack-ansible14:19
*** tacco has joined #openstack-ansible14:21
taccohi there.. short question. if i would like to resize a lxc container as example for cinder_volume i tryed to set the env.d for cinder volume with propertie container_fs_size: 50G14:22
taccobut if i try to regenerate the inventory the propertie is still empty14:22
taccowhat i'm doing wrong?14:22
taccoi could manualy change the inventory but thats not what i want to archive :D14:25
*** spatel has joined #openstack-ansible14:30
*** aedc has joined #openstack-ansible14:31
*** aedc has quit IRC14:34
*** aedc has joined #openstack-ansible14:34
*** spatel has quit IRC14:34
openstackgerritDuncan Martin Walker proposed openstack/openstack-ansible-ops master: Allow user override of beat install locations  https://review.opendev.org/70652814:41
*** aedc has quit IRC14:42
jrossertacco: are you using LVM as a backend for the containers?15:02
*** rpittau is now known as rpittau|brb15:04
*** cshen has quit IRC15:12
*** ivve has quit IRC15:15
taccojrosser: yes15:16
jrosserpersonally i'd just treat it as a regular variable and override this https://opendev.org/openstack/openstack-ansible-lxc_container_create/src/branch/master/defaults/main.yml#L7215:17
jrosserin either user_variables.yml to have a global change, or a more specific one in the relevant /etc/openstack_deploy/[host|group]_vars/<blah>15:18
*** rpittau|brb is now known as rpittau15:20
*** udesale_ has quit IRC15:23
*** udesale_ has joined #openstack-ansible15:24
taccoyeah i was thinking the same with global variable, but i don't want to change it in global just want to have it for cinder_volume container. i've tried it in /etc/openstack_deploy/env.d/cinder-volume.yml15:26
taccobut this didn't found its way to the inventory.. duno why15:26
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/train: Always use virtualenv and pip to install tempest on Ubuntu  https://review.opendev.org/70533615:27
*** pcaruana has quit IRC15:27
taccook the (host|group)vars/anything.yaml was not clear that i can do it this way. but maybe this is much nicer for separation of service based configs..15:27
jrosseryou can use those host / group vars just like you would in regular ansible15:28
jrosseri don't find sticking things like that in env.d particularly intuitive15:28
*** pcaruana has joined #openstack-ansible15:33
*** DanyC has quit IRC15:48
*** DanyC has joined #openstack-ansible15:48
noonedeadpunkjrosser: looks like we're not the only ones who are fighting with tempest because of it's branchless http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012371.html16:04
noonedeadpunk(probabluy about that ML you was talking several days ago)16:05
*** spatel has joined #openstack-ansible16:06
*** southquist has quit IRC16:07
*** DanyC_ has joined #openstack-ansible16:10
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Do not append container_name for metal containers  https://review.opendev.org/70655616:12
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/stein: Do not append container_name for metal containers  https://review.opendev.org/70655716:13
*** DanyC has quit IRC16:13
*** chkumar|rover is now known as raukadah16:14
noonedeadpunkroot16:14
noonedeadpunk^ wrong windows ...16:14
noonedeadpunkip a16:15
noonedeadpunk...16:15
gillesMoHello ! During a minor upgrade from 18.1.11 to 18.1.18 (Rocky), one of my server still on Ubuntu 16.04 install a keystone python binary (pip) linked with libcrypto.so.1.1, from openssl not in Ubuntu 16, but in 18. Anyone had that ?16:44
*** gyee has joined #openstack-ansible16:44
*** udesale_ has quit IRC16:45
*** udesale_ has joined #openstack-ansible16:46
*** udesale_ has quit IRC16:48
*** udesale_ has joined #openstack-ansible16:48
*** udesale_ has quit IRC16:50
*** udesale_ has joined #openstack-ansible16:51
*** spatel has quit IRC17:00
*** rpittau is now known as rpittau|afk17:02
*** cshen has joined #openstack-ansible17:07
*** cshen has quit IRC17:12
*** miloa has quit IRC17:23
*** andrea15 has joined #openstack-ansible17:32
*** udesale_ has quit IRC17:32
*** evrardjp has quit IRC17:34
*** evrardjp has joined #openstack-ansible17:34
*** ivve has joined #openstack-ansible17:38
*** jcosmao has left #openstack-ansible17:38
*** tosky has quit IRC17:40
jrossergillesMo: that probably means your repo server was 18.0417:45
*** errr has quit IRC17:56
*** errr has joined #openstack-ansible17:57
jrossernoonedeadpunk: now stackviz is also broken18:03
noonedeadpunk...18:03
jrosseroslo.db requirement is now py3 only18:03
noonedeadpunkthat becomes a bit irritating18:04
*** andrewbonney has quit IRC18:05
jrosserits circcular again becasue we've still not been able to land this https://review.opendev.org/#/c/703572/18:06
jrosserso perhaps it's easier to get that one in first rather that all this fiddling with os_tempest18:06
* jrosser fed up with this :)18:07
*** DanyC_ has quit IRC18:13
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/train: Install appropriate tempest releases on stable branches  https://review.opendev.org/70357218:20
*** ahosam has quit IRC18:27
*** maharg101 has quit IRC18:29
*** mmercer has joined #openstack-ansible18:47
*** aedc has joined #openstack-ansible18:55
*** aedc has quit IRC20:30
gillesMojroser: Yes, but not only. I have 3 controllers, 2 18.04 and one 16.04 (until I have migrate all hosts)20:33
*** rh-jelabarre has quit IRC20:40
*** lbragstad has quit IRC20:48
*** spatel has joined #openstack-ansible20:55
jrossergillesMo: the venv that gets installed on the server *should* have the OS release as part of it's name, and in theory that venv should have been built on the infra host of that same version20:58
jrosserhowever, i've never attempted to maintain a split of OS versions beyond a short window around upgrading everything20:59
jrosserso there could easily be something goes bad there, and it could easily be related to the order the controllers have been upgraded20:59
jrosserthe first one in the inventory is the master21:00
jrosserfrom the perspective of the repo server, anyway21:00
gillesMoMmmm, I can see in verbose mode that it downloads tne right venv from the repo. It's either at build time or upstream that there's a wrong dependency21:05
jrosseri think this is an uncommon situation, to partially upgrade the OS across the deployment but do a point upgrade in the middle of that21:10
jrosserit means that repo_build needs to build everything for both 16.04 and 18.04 and i'm really not sure it's set up to achieve that21:12
*** owalsh has quit IRC21:16
*** sshnaidm|afk has quit IRC21:18
*** sshnaidm|afk has joined #openstack-ansible21:23
*** owalsh has joined #openstack-ansible21:34
*** ahosam has joined #openstack-ansible21:39
*** jbadiapa has quit IRC21:55
gillesMoFound a build error and a referenced bug here : https://bugs.launchpad.net/openstack-ansible/+bug/174445822:24
openstackLaunchpad bug 1744458 in openstack-ansible "Failed to build cradox on CentOS7 " [Undecided,Fix released]22:24
*** ahosam has quit IRC22:24
gillesMoArgh, no, this bug is fixed.22:27
*** tosky has joined #openstack-ansible22:31
*** spatel has quit IRC22:32
*** rh-jelabarre has joined #openstack-ansible22:37
*** spatel has joined #openstack-ansible22:43
*** spatel has quit IRC22:48
*** sshnaidm|afk has quit IRC23:16
*** rh-jelabarre has quit IRC23:18
*** spatel has joined #openstack-ansible23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!