Thursday, 2021-02-04

*** maharg101 has quit IRC00:02
*** cshen has joined #openstack-ansible00:54
*** cshen has quit IRC00:59
*** maharg101 has joined #openstack-ansible01:57
*** maharg101 has quit IRC02:03
*** macz_ has quit IRC02:15
*** spatel has joined #openstack-ansible02:47
*** cshen has joined #openstack-ansible02:54
*** cshen has quit IRC03:00
*** cshen has joined #openstack-ansible03:00
*** cshen has quit IRC03:04
*** macz_ has joined #openstack-ansible03:33
*** macz_ has quit IRC03:38
*** maharg101 has joined #openstack-ansible03:59
*** maharg101 has quit IRC04:03
*** spatel has quit IRC04:25
*** cshen has joined #openstack-ansible05:00
*** cshen has quit IRC05:05
*** yasemind has joined #openstack-ansible05:26
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-ansible05:33
*** cshen has joined #openstack-ansible06:15
*** cshen has quit IRC06:19
*** djhankb has quit IRC06:27
*** cshen has joined #openstack-ansible07:08
*** cshen has quit IRC07:13
CeeMacmorning07:29
*** rpittau|afk is now known as rpittau07:39
*** miloa has joined #openstack-ansible07:46
*** miloa has quit IRC07:50
*** cshen has joined #openstack-ansible08:05
*** maharg101 has joined #openstack-ansible08:41
jrossermorning08:42
*** tosky has joined #openstack-ansible08:46
*** andrewbonney has joined #openstack-ansible08:50
*** openstackgerrit has joined #openstack-ansible08:57
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Add barbican-ui repo package and zuul repo  https://review.opendev.org/c/openstack/openstack-ansible/+/77405308:57
*** LowKey has joined #openstack-ansible08:59
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_horizon master: Install barbican-ui when the barbican service is deployed  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/77405409:00
LowKeyHi, our openstack controller 3 is broken, all disk failed. Now the disk has been replaced and the server is up with the interface configured. How to run back contoller 3 to openstack ? do i need to rebuild everyting back on playbooks ?09:00
jrosserLowKey: yes, you'll need to re-run all the playbooks to put the openstack services back09:01
jrosseryou could use --limit to exclude all the compute nodes to make it much quicker09:02
LowKeyjrosser: i should ran back openstack-ansible setup-hosts.yml09:02
LowKeyoh, how to use limit ?09:02
jrosserhttps://docs.ansible.com/ansible/latest/user_guide/intro_patterns.html09:02
jrosserjust standard ansible stuff, not OSA specific09:03
LowKeyopenstack-ansible setup-hosts.yml --limit Controller_IP_Address09:03
jrosserno, i think thats probably hazardous09:04
noonedeadpunkmorning09:04
jrosseri suggested the opposide, exclude the computes rather than include the specific infra host you want to re-deploy09:04
LowKeyjrosser: still not get it :(09:06
jrosserif it's a standard OSA deployment your compute nodes will all be in the ansible group compute_all09:07
jrosserso you might be able to use --limit !compute_all09:07
jrosserif you try openstack-ansible setup-hosts.yml --limit !compute_all --list-hosts09:08
jrosserit will tell you which things will be targetted09:08
jrosserif you're doing this on a production deployment just take it slowly one step at a time09:08
jrosserin particular when you get to rabbitmq and galera check that the new nodes join the clusters properly09:09
LowKeyi see, what happen if i'm running the playbooks without -- limit ?09:10
jrosserthen you'll re-run on all your computes too, which doesnt sound necessary for fixing a broken controller09:11
jrosseryou can do that if you want to09:11
LowKeyi see09:11
LowKeyjrosser: noted , got it now09:11
LowKeyit's just will takes longer time09:12
jrosserright, and depending on how many nodes you have that may be ok09:13
LowKeyjrosser: ok, currently only less than 10 computes.. , only tooks around 15-20 min09:14
LowKeyi'm getting error during running openstack-ansible setup-openstack.yml -- https://pastebin.com/JzAVd6XE09:24
*** yasemind has quit IRC09:24
jrosserLowKey: have you already done setup-hosts.yml and setup-infrastructure.yml ?09:25
LowKeyyes, it's done without error09:25
LowKeyjrosser: only problem during  setup-openstack.yml09:26
jrosseryou'll have to debug it09:27
jrosserthere is an ssh error09:27
LowKeyyes , i got this on verbose :  Failed to connect to the host via ssh: <error censored due to no log>09:27
LowKeyit's weird, i can ssh to it without any issue09:28
LowKeyable to ssh from the deploy server to the keystone container09:29
jrosserwhat is 172.29.238.22509:29
jrosserthis text means that the ansible task is delegated from the keystone container to whatever that IP is failed: [c3_keystone_container-xxxxxxx -> 172.29.238.225]09:30
LowKeyit's galera_container09:30
jrossernoonedeadpunk: on interesting http://lists.openstack.org/pipermail/openstack-discuss/2021-February/020218.html10:17
jrosser*oh10:17
jrosserthats pretty much exactly what we see failing in our octavia CI job10:17
*** yasemind has joined #openstack-ansible10:18
noonedeadpunkyep10:21
noonedeadpunkcan't reply it since it's been filtered :(10:21
noonedeadpunkoh, it's in deleted, then I can10:22
* jrosser also replying10:24
noonedeadpunkdoes it meant we can legitimally mark centos as nv?10:39
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/train: Add neutron_keepalived_no_track variable  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/76333710:43
noonedeadpunkoh, btw, debian has started failing same way10:43
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_octavia stable/victoria: Add variable to override keypair setup python interpreter  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/77396210:45
jrosseroh dear, debian too?10:47
*** jbadiapa has joined #openstack-ansible10:47
noonedeadpunknot 100% sure maybe it's just oom or smth... As it's 504 from nova in the logs10:47
noonedeadpunkyeah https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/767494 just passed it so I guess only centos :(10:49
openstackgerritMerged openstack/openstack-ansible-openstack_hosts stable/victoria: Set RDO repo to Victoria  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/77336911:12
*** ilush has joined #openstack-ansible11:15
*** yasemind has quit IRC11:17
*** yasemind has joined #openstack-ansible11:41
*** ilush has quit IRC11:42
yasemindhi, i try to install trove, i get some error about create network service http://paste.openstack.org/show/802317/ any idea ?11:50
openstackgerritMerged openstack/openstack-ansible-os_senlin stable/victoria: Remove unused variables from defaults  https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/77395611:52
*** sshnaidm|afk is now known as sshnaidm11:53
noonedeadpunkyasemind: I think you should define that network first. You may try following octavia doc for reference - it should be pretty simmilar case here https://docs.openstack.org/openstack-ansible-os_octavia/latest/configure-octavia.html#setup-a-neutron-network-for-use-by-octavia11:55
admin0yasemind, you need to create a network.. can be a vlan network also .. or any network and pass it to trove11:58
admin0i use vlan11:58
admin0i don't think you can run multiple networks ontop of flat11:58
noonedeadpunkyou can't11:58
noonedeadpunkunless you have multiple network interfaces11:59
noonedeadpunkthen you can have multiple flats:) actually, you can even set a vlan network as "flat"11:59
noonedeadpunkbut you should manage it in terms of interface creation intead of neutron then12:00
openstackgerritMerged openstack/openstack-ansible-os_nova stable/victoria: Fix nova_libvirt_images_rbd_pool check  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/77391512:01
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-hardening master: Change openstack-dev to openstack-discuss in setup.cfg  https://review.opendev.org/c/openstack/ansible-hardening/+/63146412:03
openstackgerritMerged openstack/openstack-ansible stable/victoria: Install rsync for CentOS bootstrap  https://review.opendev.org/c/openstack/openstack-ansible/+/77266512:21
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Cover aio usecase when default route not set  https://review.opendev.org/c/openstack/openstack-ansible/+/77407512:21
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/victoria: Fix lxc_hosts_container_image_url condition  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/77391412:22
openstackgerritMerged openstack/openstack-ansible stable/victoria: Bump ansible-base and OpenStack collections  https://review.opendev.org/c/openstack/openstack-ansible/+/77280812:30
*** yasemind has quit IRC12:56
*** yasemind has joined #openstack-ansible13:01
*** djhankb has joined #openstack-ansible13:03
noonedeadpunkjrosser: andrewbonney can we also merge this one https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/773916 ?13:16
noonedeadpunkor at least review)13:17
*** yasemind has quit IRC13:30
openstackgerritMerged openstack/openstack-ansible-os_senlin master: Use global service variables  https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/76995613:43
*** spatel has joined #openstack-ansible13:49
*** cshen has quit IRC13:59
*** yasemind has joined #openstack-ansible14:01
*** Underknowledge has quit IRC14:17
*** Underknowledge1 has joined #openstack-ansible14:17
*** Underknowledge1 is now known as Underknowledge14:18
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria  https://review.opendev.org/c/openstack/openstack-ansible/+/77326414:37
mgariepyzuul is so slow during the day.14:40
noonedeadpunka lot of ppl started using tampermonkey script from yoctozepto ?:)14:42
openstackgerritMerged openstack/openstack-ansible stable/victoria: Return centos-8 jobs to voting  https://review.opendev.org/c/openstack/openstack-ansible/+/77339314:52
*** ilush has joined #openstack-ansible14:57
*** cshen has joined #openstack-ansible14:59
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Allow OIDCClaimDelimiter to be set in the apache config file  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/77397815:05
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone stable/victoria: Allow OIDCClaimDelimiter to be set in the apache config file  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/77396415:06
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone stable/ussuri: Allow OIDCClaimDelimiter to be set in the apache config file  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/77396515:06
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone stable/train: Allow OIDCClaimDelimiter to be set in the apache config file  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/77396615:08
*** yasemind has quit IRC15:25
mgariepynoonedeadpunk, skipping 1 release should work in theory ?15:46
mgariepyR > T > V ?15:47
noonedeadpunkWell R->T will be tricky as placement separation is during S->T15:47
mgariepyha15:48
noonedeadpunkbut if you're running manually it's more about mpassing flags that are needed15:48
noonedeadpunkso you should follow script carefully15:48
*** sshnaidm is now known as sshnaidm|afk15:48
noonedeadpunkbut I think generally it should be pretty doable15:48
mgariepyk15:56
mgariepyi'll take a look then.15:56
noonedeadpunkeventually15:56
noonedeadpunkI guess I'm wrong and just upgrade script will do whatever needed for R->T15:57
noonedeadpunkso that should be probably fine at all15:57
mgariepywell. yep, need to do few other task before that but i'll take a look16:00
mgariepyif i can save a few upgrades it would be awesome.16:01
*** macz_ has joined #openstack-ansible16:03
*** macz_ has quit IRC16:03
openstackgerritMerged openstack/ansible-role-python_venv_build master: Do not drop all wheels with venv_rebuild  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/77398116:26
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build stable/ussuri: Do not drop all wheels with venv_rebuild  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/77397116:27
openstackgerritJonathan Rosser proposed openstack/ansible-role-python_venv_build stable/victoria: Do not drop all wheels with venv_rebuild  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/77397216:28
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build stable/victoria: Do not drop all wheels with venv_rebuild  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/77397216:28
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build stable/train: Do not drop all wheels with venv_rebuild  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/77397316:28
jrosserspatel: could you give these a test https://review.opendev.org/c/openstack/openstack-ansible/+/774053 https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/77405416:33
spateljrosser sure i can give it a quick shot in my lab to verify16:35
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Fix neutron_keepalived_no_track default logic  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77391616:37
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/victoria: Fix neutron_keepalived_no_track default logic  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77397416:38
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/ussuri: Fix neutron_keepalived_no_track default logic  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77397516:39
noonedeadpunkwhat a weird stuff with magnum on train :( https://bugs.launchpad.net/ubuntu/+source/magnum/+bug/190229316:41
openstackLaunchpad bug 1902293 in magnum (Ubuntu) "fixed_network_name still exists in drivers except heat" [Undecided,Confirmed]16:41
*** openstack has joined #openstack-ansible17:25
*** ChanServ sets mode: +o openstack17:25
*** maharg101 has quit IRC17:44
*** zul has quit IRC17:49
*** rpittau is now known as rpittau|afk18:10
openstackgerritMerged openstack/openstack-ansible stable/ussuri: Ensure kuryr repo is available within CI images  https://review.opendev.org/c/openstack/openstack-ansible/+/77160818:32
spateljrosser horizon playbook failed here - http://paste.openstack.org/show/802336/18:44
spatelERROR: Could not satisfy constraints for 'barbican-ui': installation from path or url cannot be constrained to a version18:46
spateli did try with -e venv_rebuild=yes18:46
spatelbus still same error18:46
spatel*but18:46
*** spatel has quit IRC18:57
*** lemko7 has quit IRC19:00
*** lemko has joined #openstack-ansible19:00
*** d34dh0r53 has quit IRC19:09
*** spatel has joined #openstack-ansible19:10
*** ilush has quit IRC19:12
*** d34dh0r53 has joined #openstack-ansible19:12
*** d34dh0r53 has quit IRC19:13
*** d34dh0r53 has joined #openstack-ansible19:14
*** andrewbonney has quit IRC19:20
*** spatel has quit IRC19:20
*** spatel has joined #openstack-ansible19:30
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_barbican master: DNM test patch  https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/77415019:39
*** maharg101 has joined #openstack-ansible19:41
noonedeadpunkjrosser: I guess it's bad time to drop functional tests http://lists.openstack.org/pipermail/openstack-discuss/2021-February/020235.html19:44
*** maharg101 has quit IRC19:45
noonedeadpunkfeels like we need to optimize execution time and decrease amount of tests19:47
noonedeadpunkmaybe move bionic ci to experimental....19:49
spatelnoonedeadpunk why don't we just add more nodes in CI ?20:01
jrosserspatel: the capacity is all donated20:11
jrossersomeone would need to donate more20:11
spatelhmm20:12
spatelDid you see ? http://paste.openstack.org/show/802336/20:13
jrosserI did, I don’t have a Barbican AIO to look at20:18
jrosserwould need the horizon .txt files off the repo server20:18
jrosserand the horizon container venv build log20:19
spatellet me debug and see what is wrong20:24
jrosseris your lab on  Victoria?20:34
jrosserI may be assuming that patch is ok for Victoria, which it may not be20:35
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/c/openstack/openstack-ansible/+/77326220:39
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria  https://review.opendev.org/c/openstack/openstack-ansible/+/77326420:40
jrossernoonedeadpunk: we will have to do something radical to reduce the runtime.....20:45
spateljrosser yes I'm running Victoria in lab20:50
spatelin CI tempest taking majority of time.20:51
noonedeadpunkwell, all pre setps for us take about halpf an hour I guess...20:52
noonedeadpunkwe totally should drop ovn job from integarted repo to neutron20:53
noonedeadpunkand I think bionic as well20:53
noonedeadpunknot half an hour, but 15-20 mins...20:54
noonedeadpunkbtw, I'm wondering if wheels build will reduce execution time because of a lot of common stuff will be locally20:56
mgariepyosa is fast if you compare to neutron directly..20:57
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build master: Import wheels build only when necessary  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/77415920:58
jrosserthere are probably a bunch of things like that ^ in the roles used over and over again21:03
jrosseralso i don't know what i make of this patch tbh https://review.opendev.org/c/openstack/openstack-ansible/+/76204421:06
*** waxfire has quit IRC21:13
*** waxfire has joined #openstack-ansible21:13
noonedeadpunkI totally saw some more like that but can't recall21:14
noonedeadpunkbtw, that failed heavily https://review.opendev.org/c/openstack/openstack-ansible/+/75231121:15
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Enable venv_wheel_build_enable for CI  https://review.opendev.org/c/openstack/openstack-ansible/+/75231121:15
noonedeadpunkactually I can - systemd21:17
jrosserthose roles have tons of tasks21:19
jrossersome of which are really rarely used21:19
noonedeadpunkwell uwsgi should be buld just from wheels actually21:23
jrosseropenstack_hosts has a real big lot of skipped tasks for containers21:27
jrosserwhich only apply to metal hosts21:27
jrosserheres where we spend the time on an lxc job http://paste.openstack.org/show/802347/21:37
*** maharg101 has joined #openstack-ansible21:42
*** maharg101 has quit IRC21:46
*** jbadiapa has quit IRC21:57
jrosserand in terms of ansible tasks which run many times it's this http://paste.openstack.org/show/802349/22:03
*** spatel has quit IRC22:45
*** lemko3 has joined #openstack-ansible22:57
*** lemko has quit IRC22:57
*** lemko3 is now known as lemko22:57
*** LowKey has quit IRC23:10

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