Wednesday, 2020-09-23

*** cshen has joined #openstack-ansible00:19
*** cshen has quit IRC00:23
*** rfolco|ruck has joined #openstack-ansible00:31
*** rfolco|ruck has quit IRC00:36
*** rfolco|ruck has joined #openstack-ansible00:42
*** rfolco|ruck has quit IRC00:47
*** zigo has quit IRC00:53
*** MickyMan77 has joined #openstack-ansible01:12
*** MickyMan77 has quit IRC01:20
*** gyee has quit IRC01:33
*** spatel has joined #openstack-ansible01:44
*** MickyMan77 has joined #openstack-ansible02:17
*** cshen has joined #openstack-ansible02:19
*** jrosser_ has joined #openstack-ansible02:19
*** cshen has quit IRC02:24
*** zigo has joined #openstack-ansible02:26
*** MickyMan77 has quit IRC02:26
*** johnsom has quit IRC02:27
*** jrosser has quit IRC02:27
*** odyssey4me has quit IRC02:27
*** jrosser_ is now known as jrosser02:27
*** rfolco|ruck has joined #openstack-ansible02:32
*** johnsom has joined #openstack-ansible02:33
*** odyssey4me has joined #openstack-ansible02:33
*** rfolco|ruck has quit IRC02:37
*** MickyMan77 has joined #openstack-ansible03:22
*** MickyMan77 has quit IRC03:30
*** spatel has quit IRC04:18
*** MickyMan77 has joined #openstack-ansible04:27
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-ansible04:33
*** MickyMan77 has quit IRC04:35
-openstackstatus- NOTICE: A failing log storage endpoint has been removed, you can recheck any recent jobs with POST_FAILURE where logs have failed to upload04:44
*** cp- has quit IRC05:37
*** shyamb has joined #openstack-ansible05:40
*** cp- has joined #openstack-ansible05:42
*** MickyMan77 has joined #openstack-ansible06:00
noonedeadpunkadmin0: most likely role failed somewhere before that task as well06:14
*** ianychoi_ is now known as ianychoi06:16
*** cp- has quit IRC06:23
*** cp- has joined #openstack-ansible06:29
*** shyamb has quit IRC06:46
*** shyamb has joined #openstack-ansible06:52
*** shyamb has quit IRC06:57
*** shyamb has joined #openstack-ansible07:01
*** MickyMan77 has quit IRC07:04
*** cshen has joined #openstack-ansible07:09
*** andrewbonney has joined #openstack-ansible07:14
*** tosky has joined #openstack-ansible07:19
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/75282907:39
*** yolanda has joined #openstack-ansible07:42
jrossernoonedeadpunk: looks like using native ansible to import user playbooks is going to be tricky https://github.com/ansible/ansible/issues/3428107:55
noonedeadpunkso as you said, with_fileglob07:57
jrosseri don't think thats going to work07:57
*** shyamb has quit IRC07:57
jrosserRROR! 'with_items' is not a valid attribute for a PlaybookInclude07:58
noonedeadpunkuh, yeah, it's for include_tasks07:58
jrosserERROR! 'with_fileglob' is not a valid attribute for a PlaybookInclude08:00
jrossersame :(08:00
noonedeadpunkyeah08:00
noonedeadpunksad(08:01
*** shyamb has joined #openstack-ansible08:16
*** jbadiapa has joined #openstack-ansible08:24
*** shyam89 has joined #openstack-ansible08:32
*** shyamb has quit IRC08:35
*** shyam89 has quit IRC08:36
*** shyamb has joined #openstack-ansible08:37
*** shyam89 has joined #openstack-ansible08:42
*** shyamb has quit IRC08:43
*** shyamb has joined #openstack-ansible08:48
*** shyam89 has quit IRC08:49
openstackgerritArx Cruz proposed openstack/openstack-ansible-os_tempest master: Fix tempest init logic  https://review.opendev.org/75339309:02
arxcruznoonedeadpunk: ^ removed the second grep09:03
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Add user defined collections  https://review.opendev.org/75341109:13
admin0noonedeadpunk, and how do I fix it ?09:15
admin0do i rerun the setup infra again ( already did )09:15
noonedeadpunkI mean if there's no binary in venv, that means that venv build has failed and you need to check for another error which i=occured before mentioned one09:17
admin0noonedeadpunk, is there a way that i can delete the venv so that it tries to build again .. i did not find any errors in the output .. and except keystone, all other playbooks ran without any issues09:18
admin0so i have 20.1.6 on all other stuff .. keystone is still on 20.0.209:18
*** omegapoint has joined #openstack-ansible09:18
noonedeadpunkyou can provide `-e venv_rebuild=true` to the openstack-ansible command while executing keystone playbook09:19
omegapointhey, i'm seeing some strange behavior with OSA on rocky; i tried switching our network plane to calico which didn't go as planned due to our underlying infra. so i reverted my openstack_deploy config to the previous state, but when i run the neutron playbook it still deploys and runs bird6 for some reason and the neutron routers appear to behave very erratically (seeing packet loss and broken pipe whe09:22
omegapointn routing into instances via floating ip). In the openstack_inventory i am still seeing some calico objects for some reason. How do i go about fixing this?09:22
noonedeadpunkeventually we don't clean up openstack_inventory in case smth is removed for it for _reasons_09:23
omegapointi don't know how this is used internally, can i safely flush / remove it somehow?09:24
noonedeadpunkso I think you will need to drop calico stuff manually from /etc/openstack_deploy/openstack_inventory.json09:24
omegapointalright09:24
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Add user defined collections  https://review.opendev.org/75341109:30
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Convert host and container journal collection to python  https://review.opendev.org/73488309:32
*** yolanda has quit IRC09:38
*** yolanda has joined #openstack-ansible09:39
*** shyam89 has joined #openstack-ansible09:51
noonedeadpunkjrosser: just one question - how fast is that ^?:)09:51
jrossergood question :) it was july!09:52
jrosserthe current bash is terrible09:53
noonedeadpunkyeah, it is09:53
jrosserthis https://github.com/openstack/openstack-ansible/blob/master/scripts/log-collect.sh#L120-L14409:54
jrosserit scans the entire journal N times, once for each service09:54
noonedeadpunkwe're reading journal service times09:54
noonedeadpunkyeah09:54
noonedeadpunkI just don't put too much trust in puthon when dealing with huge massives of data09:55
jrosseri did quite a lot of work on that python so that it's as quick as i could make it09:55
jrosserbecasue you have the opposite problem09:55
*** shyamb has quit IRC09:55
jrosserfor each journal line you need an efficent way of deciding if it is interesting09:55
noonedeadpunkyep, exactly)09:55
*** shyamb has joined #openstack-ansible09:56
noonedeadpunkI guess without main() it shouldn't pass pep8 that way09:56
noonedeadpunkas all variables without function are static ones and should have different naming convention...09:57
jrosserheh well i don't write much python09:57
noonedeadpunks/static/constant09:57
jrosserso i guess this shows :)09:57
*** shyam89 has quit IRC09:58
noonedeadpunkme neither unfortunatelly(09:58
admin0thanks noonedeadpunk .. that worked :)10:02
*** lkoranda has joined #openstack-ansible10:11
*** shyamb has quit IRC10:20
*** shyamb has joined #openstack-ansible10:32
omegapointnoonedeadpunk: for the record, cleaning the inventory manually fixed the issue and the routers appear to behave normally again. thanks!10:38
noonedeadpunkcool! nice to hear!10:39
*** shyam89 has joined #openstack-ansible10:43
*** shyamb has quit IRC10:46
noonedeadpunkjrosser: letsencrypt stuff is not going to work for focal11:29
jrosseroh, thats sad11:29
noonedeadpunkhttp://paste.openstack.org/show/798268/11:30
noonedeadpunkbecause cert-bot is broken for it11:30
noonedeadpunkwill try to patch it...11:30
noonedeadpunkbut yeah, it was tested for 16.04 tops I think11:30
jrosserso on focal the apt package for certbot is no good?11:31
jrosserhttps://packages.ubuntu.com/focal/certbot11:31
jrosserdid you change this to 'distro' ? https://github.com/openstack/openstack-ansible-haproxy_server/blob/master/defaults/main.yml#L8311:33
jrosserthis is kind of messy as we had a previous implementation which defaulted to using certbot-auto but didnt do HA11:33
jrosserso i left the default as certbot-auto11:33
noonedeadpunkhm, no, not yet11:37
noonedeadpunkbut um, if cert-bot is broken upstream....11:37
noonedeadpunkah, ok, so it pulls all requirements when installing as distro11:38
arxcruzjrosser: https://review.opendev.org/#/c/753393/ when you have time :)11:46
jrossernoonedeadpunk: i looked at the certbot-auto installer and it is large/complex/fragile11:46
jrosserand i think also i ran straight into python3 trouble11:47
jrosseralso the ubuntu package puts down the systemd stuff for renewals and creates all the directories in /etc11:47
jrosserobviously this is kind of sad for centos11:48
jrosserarxcruz: done!11:49
arxcruzjrosser: danke!11:49
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Convert host and container journal collection to python  https://review.opendev.org/73488311:53
*** tosky_ has joined #openstack-ansible12:02
*** tosky is now known as Guest7321912:03
*** tosky_ is now known as tosky12:03
*** Guest73219 has quit IRC12:05
*** ygk_12345 has joined #openstack-ansible12:22
*** redrobot has joined #openstack-ansible12:23
admin0what package provides openstack coe ?12:27
jrosserprobably something like python-magnumclient12:28
*** cshen has quit IRC12:32
openstackgerritMerged openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/75282912:33
*** shyam89 has quit IRC12:36
*** hamzaachi has joined #openstack-ansible12:51
*** hamzaachi has quit IRC12:51
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_rally master: Use the utility host for db setup tasks  https://review.opendev.org/75363812:56
*** ygk_12345 has quit IRC13:12
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [WIP] Bind services to mgmt network addresses  https://review.opendev.org/67005113:15
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: WIP - Use haproxy for metal deployments  https://review.opendev.org/73340813:16
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: WIP - Use haproxy for metal deployments  https://review.opendev.org/73340813:19
admin0guilhermesp, the kubernetes master node is created, but horizon/stack is stuck in create in progress ..13:22
*** shyamb has joined #openstack-ansible13:26
*** tosky_ has joined #openstack-ansible13:26
*** tosky is now known as Guest1333613:26
*** tosky_ is now known as tosky13:26
*** Guest13336 has quit IRC13:28
*** tosky_ has joined #openstack-ansible13:29
guilhermespare you able to login to master node?13:31
*** tosky is now known as Guest6102013:31
*** tosky_ is now known as tosky13:31
guilhermespwhich image are you using?13:31
*** Guest61020 has quit IRC13:32
guilhermespi think you probably need to ssh to master node and check heat agent logs13:34
admin0guilhermesp, i can ssh to the master node .. but i do not see any proceses or anything listening other than ss13:37
admin0checking heat logs now13:37
*** shyam89 has joined #openstack-ansible13:38
guilhermespcheck also the cloud init logs13:38
*** shyamb has quit IRC13:40
*** MickyMan77 has joined #openstack-ansible13:44
*** lkoranda has quit IRC14:04
*** shyam89 has quit IRC14:12
*** cshen has joined #openstack-ansible15:08
*** cshen has quit IRC15:13
*** d34dh0r53 has quit IRC15:29
*** d34dh0r53 has joined #openstack-ansible15:30
*** d34dh0r53 has quit IRC15:30
*** d34dh0r53 has joined #openstack-ansible15:30
*** d34dh0r53 has quit IRC15:36
*** d34dh0r53 has joined #openstack-ansible15:36
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_nova master: Bind novncproxy host and port to defined variables  https://review.opendev.org/75377415:38
*** gyee has joined #openstack-ansible15:45
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_nova master: Bind novncproxy host and port to defined variables  https://review.opendev.org/75377415:50
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_rally master: Use the utility host for db setup tasks  https://review.opendev.org/75363815:56
*** tosky has quit IRC15:59
jrossernoonedeadpunk: the bind-to-mgmt patch is really really close now, we forgot to do the db_setup patch for rally, but i think all the jobs pass tempest and fail at rally install now16:00
noonedeadpunkok, will take a look at rally then16:06
*** shyamb has joined #openstack-ansible16:07
*** d34dh0r53 has quit IRC16:14
*** d34dh0r53 has joined #openstack-ansible16:18
*** shyamb has quit IRC16:19
jrosseri have a patch https://review.opendev.org/753638 but it all failed somehow, if you see a error there would be useful16:31
*** mathlin has quit IRC16:33
*** mathlin has joined #openstack-ansible16:36
*** d34dh0r53 has quit IRC16:42
*** d34dh0r53 has joined #openstack-ansible16:43
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Use ansible openstack collection  https://review.opendev.org/71863917:05
*** cshen has joined #openstack-ansible17:08
*** cshen has quit IRC17:13
*** cshen has joined #openstack-ansible17:30
*** cshen has quit IRC17:34
openstackgerritMerged openstack/openstack-ansible-os_magnum master: Define condition for the first play host one time  https://review.opendev.org/75178017:42
*** omegapoint has quit IRC17:43
openstackgerritMerged openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists  https://review.opendev.org/69805517:55
*** MickyMan77 has quit IRC18:16
*** MickyMan77 has joined #openstack-ansible18:17
*** MickyMan77 has quit IRC18:26
*** andrewbonney has quit IRC18:53
*** spatel has joined #openstack-ansible18:57
*** spatel has quit IRC19:02
*** tosky has joined #openstack-ansible19:15
*** d34dh0r53 has quit IRC19:31
*** d34dh0r53 has joined #openstack-ansible19:32
*** d34dh0r53 has quit IRC20:02
*** d34dh0r53 has joined #openstack-ansible20:03
*** d34dh0r53 has quit IRC20:15
*** d34dh0r53 has joined #openstack-ansible20:15
*** yolanda has quit IRC20:37
*** MickyMan77 has joined #openstack-ansible20:44
*** viks____ has quit IRC20:49
*** cyberpear has quit IRC20:49
*** fyx has quit IRC20:49
*** jrosser has quit IRC20:50
*** sri_ has quit IRC20:50
*** rpittau|afk has quit IRC20:50
*** gundalow has quit IRC20:50
*** gixx has quit IRC20:50
*** Open10K8S has quit IRC20:50
*** mubix has quit IRC20:51
*** CeeMac has quit IRC20:51
*** NobodyCam has quit IRC20:51
*** mubix has joined #openstack-ansible20:51
*** nicolasbock has quit IRC20:51
*** mwhahaha has quit IRC20:51
*** PrinzElvis has quit IRC20:51
*** alanmeadows has quit IRC20:51
*** gundalow has joined #openstack-ansible20:51
*** sri_ has joined #openstack-ansible20:52
*** CeeMac has joined #openstack-ansible20:52
*** alanmeadows has joined #openstack-ansible20:52
*** gixx has joined #openstack-ansible20:52
*** nicolasbock has joined #openstack-ansible20:52
*** cyberpear has joined #openstack-ansible20:52
*** NobodyCam has joined #openstack-ansible20:52
*** jrosser has joined #openstack-ansible20:52
*** PrinzElvis has joined #openstack-ansible20:52
*** fyx has joined #openstack-ansible20:52
*** Open10K8S has joined #openstack-ansible20:53
*** MickyMan77 has quit IRC20:53
*** mwhahaha has joined #openstack-ansible20:53
*** rpittau|afk has joined #openstack-ansible20:53
*** itandops has quit IRC21:06
*** MickyMan77 has joined #openstack-ansible22:05
*** jbadiapa has quit IRC22:09
*** MickyMan77 has quit IRC22:13
*** MickyMan77 has joined #openstack-ansible22:49
*** alanmeadows has quit IRC22:50
*** PrinzElvis has quit IRC22:50
*** sri_ has quit IRC22:50
*** CeeMac has quit IRC22:50
*** mwhahaha has quit IRC22:50
*** gundalow has quit IRC22:50
*** jungleboyj has quit IRC22:50
*** johnsom has quit IRC22:50
*** mubix has quit IRC22:50
*** cyberpear has quit IRC22:50
*** fyx has quit IRC22:50
*** mnaser has quit IRC22:50
*** sri_ has joined #openstack-ansible22:51
*** NobodyCam has quit IRC22:51
*** gixx has quit IRC22:51
*** nicolasbock has quit IRC22:51
*** PrinzElvis has joined #openstack-ansible22:51
*** CeeMac has joined #openstack-ansible22:51
*** jungleboyj has joined #openstack-ansible22:51
*** mubix has joined #openstack-ansible22:51
*** gundalow has joined #openstack-ansible22:51
*** fyx has joined #openstack-ansible22:52
*** alanmeadows has joined #openstack-ansible22:52
*** cyberpear has joined #openstack-ansible22:53
*** mnaser has joined #openstack-ansible22:53
*** rpittau|afk has quit IRC22:54
*** jrosser has quit IRC22:54
*** nicolasbock has joined #openstack-ansible22:54
*** gixx has joined #openstack-ansible22:54
*** mwhahaha has joined #openstack-ansible22:54
*** johnsom has joined #openstack-ansible22:55
*** jrosser has joined #openstack-ansible22:56
*** rpittau|afk has joined #openstack-ansible22:56
*** MickyMan77 has quit IRC22:57
*** NobodyCam has joined #openstack-ansible22:59
*** tosky has quit IRC23:49
fridtjof[m]btw, what's up with AIDE sending me daily emails because its database doesn't exist? I don't think I explicitly enabled it, so shouldn't its cron job be disabled too?23:54
fridtjof[m]("sending", as in the root user on each host gets the mail)23:54
openstackgerritMerged openstack/openstack-ansible master: Install current ARA version into the ansible-runtime venv  https://review.opendev.org/68258723:54
dmsimardoh?23:54
*** MickyMan77 has joined #openstack-ansible23:54
dmsimardneat, it works too: https://0f8a12cbec2bd8d21e16-d96abe6ffb08aeb45c2339fc58b8ec8a.ssl.cf5.rackcdn.com/682587/11/gate/openstack-ansible-deploy-aio_lxc-ubuntu-focal/8f13ab8/logs/ara-report/23:56
dmsimardpleasantly surprised because that's also from 1.5.1 which released today23:57
dmsimardgreat work \o/23:57
dmsimardin case you missed it, I posted highlights and links to release notes https://ara.recordsansible.org/blog/2020/09/23/announcing-the-release-of-ara-1.5.0/23:58

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