Thursday, 2021-04-01

*** jamesden_ has quit IRC00:17
*** jamesdenton has joined #openstack-ansible00:18
*** mubix has quit IRC00:20
*** mubix has joined #openstack-ansible00:21
*** macz_ has joined #openstack-ansible00:54
*** macz_ has quit IRC00:58
*** rohit02 has joined #openstack-ansible01:51
*** rohit02 has quit IRC01:55
*** rohit02 has joined #openstack-ansible01:55
*** rohit02 has quit IRC02:02
*** rohit02 has joined #openstack-ansible02:03
*** rohit02 has quit IRC02:09
*** rohit02 has joined #openstack-ansible02:09
*** evrardjp has quit IRC02:33
*** evrardjp has joined #openstack-ansible02:33
*** jamesdenton has quit IRC03:11
*** jamesdenton has joined #openstack-ansible03:12
*** mriosfer has quit IRC03:19
*** macz_ has joined #openstack-ansible04:12
*** macz_ has quit IRC04:16
*** mrda has joined #openstack-ansible04:23
*** miloa has joined #openstack-ansible04:58
*** miloa has quit IRC05:00
*** macz_ has joined #openstack-ansible05:56
*** macz_ has quit IRC06:01
*** yasemind has joined #openstack-ansible06:09
*** jamesdenton has quit IRC06:42
*** jamesden_ has joined #openstack-ansible06:43
noonedeadpunkmornings06:48
noonedeadpunkfeels like a lot of rechecks will be needed today...06:48
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Change default pool subnet  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78414506:52
*** luksky has joined #openstack-ansible07:01
*** lemko has joined #openstack-ansible07:08
*** lkoranda has joined #openstack-ansible07:14
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Use uWSGI for trove-api  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78420207:20
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Use uWSGI for trove-api  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78420207:22
*** CeeMac has quit IRC07:24
*** jamesden_ has quit IRC07:45
*** jamesdenton has joined #openstack-ansible07:45
*** tosky has joined #openstack-ansible07:45
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Use uWSGI for trove-api  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78420207:59
*** MrClayPole has quit IRC08:01
*** MrClayPole has joined #openstack-ansible08:03
*** macz_ has joined #openstack-ansible08:18
*** macz_ has quit IRC08:22
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Change default pool subnet  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78414509:02
jrosseroh dear centos-stream patch is going to fail09:31
jrosserquite a lot of times i see failures when applying cinder qos09:31
*** luksky has quit IRC09:41
*** luksky has joined #openstack-ansible09:42
noonedeadpunkyeah, was just going to push a patch to retry them once stream lands10:12
noonedeadpunkbut it fails:(10:12
jonher"just make tmepest plugin to use internal endpoint instead of public which is default" http://paste.openstack.org/show/804080/ i'm not sure where it's getting that 127.0.0.1 from whenever i set the plugin to use "admin" or "internal" but not on "public"11:02
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Add image upload option  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78437211:21
*** jamesdenton has quit IRC11:31
*** jamesden_ has joined #openstack-ansible11:31
jonheri want to send a review for installing adjutant-ui in horizon that me and noonedeadpunk talked about a while back, i've tested in AIO and it works there, but how do i get the tests to include/deploy adjutant in the test scenario?11:42
noonedeadpunkwell, we don't have proper horizon testing in terms of tempest atm11:45
noonedeadpunkso you can just push the patch11:45
noonedeadpunkas well as we don't include for other plugins11:48
noonedeadpunkbut generally we use this to add some extras to scenario https://opendev.org/openstack/openstack-ansible/src/branch/master/tests/roles/bootstrap-host/vars/main.yml#L2011:49
jonherok so for adjutant to actually be deployed and tested (on a playbook level) there would need to be a scenario of keystone,horizon,adjutant? but for those you also want there to be a tempest test run if i understand you correctly11:51
noonedeadpunkadjutant will be tested once any change to adjutant role will be issues as well, along with aio scenario (keystone,nova,cinder,neutron)11:52
noonedeadpunkbecause we parse also project name which we're testing and add it to the bootstrap_host_scenarios11:54
noonedeadpunkwe do it here https://opendev.org/openstack/openstack-ansible/src/branch/master/zuul.d/playbooks/pre-gate-scenario.yml#L27-L6211:55
noonedeadpunkit's super complicated actually but yeah...11:55
jonherhm ok, but in for example https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/782039 there are no tests of OSA, but that's because there is no depends on?11:55
noonedeadpunkthere're no tests, because we exclude tests for some files, and Vagrantfile is one of them11:56
noonedeadpunkthese are non-fuctional changes to the role11:56
*** fanfi has joined #openstack-ansible11:56
jonhermakes sense11:56
noonedeadpunkhttps://opendev.org/openstack/openstack-ansible/src/branch/master/zuul.d/jobs.yaml#L29-L3711:56
jonherso in the case of adjutant-ui i add the repo to OSA and in os_horizon i add the extra logic to include it if the group exists etc.. should i also Depends-On link then? either way it would not deploy adjutant so there would be no testing on my changes11:58
noonedeadpunkyep, you're right11:59
noonedeadpunkeventually it's better to set depends-on for clarity and logical structure11:59
noonedeadpunkas in case horizon will merge with adjutant and patch to integrate repo will not - horizon role will be failing for real deployments11:59
noonedeadpunkand depends-on will prevent this from happening anywsy12:00
fanfiHi, during the instalation (setup-openstack.yml) i getting following error http://paste.openstack.org/show/804107/  but if I reset haproxy serice on first node the proces conitinuing. It is any way how I can fix it ?12:01
noonedeadpunkyeah12:01
noonedeadpunkhttps://opendev.org/openstack/openstack-ansible-os_cinder/commit/91fef6b5cc08d65e0c21b998595f4e74b74c324812:02
noonedeadpunkoh, bumps landed! Time to relase new V tag that will include that fix12:02
jonheri can add the depends on for the clarity of the changes being related to eachother, i was just not sure if that would cause extra CI runs and still not test my changes, would be nice if one could somehow for each review include one or more role for testing without needed a separate scenario, but i get it's complex to do so12:03
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Add trove tempest testing  https://review.opendev.org/c/openstack/openstack-ansible/+/78437912:03
noonedeadpunkjonher: it won't cause extra ci checks, unfortunatelly. well actually things work pretty well for general services, but for some, like horizon, this logic is indeed problematic. As well as adding extra usecases, since it takes a lot of CI time and we would need anyway to deploy basic serivces.12:05
noonedeadpunkI hope we will have time one day to look into the way of testing horizon and it's plugins properly12:05
*** lkoranda_ has joined #openstack-ansible12:05
noonedeadpunkeventually nowadays there's a dashboard built-in tempest plugin that we tried to enable, but smth went wrong then and we never returned back to it since12:06
jonheri see, would be cool if one could include required roles in the review message: Required-Roles: adjutant,horizon   and get those AIO roles/groups included to at least test that the playbook part deploys and works12:07
*** lkoranda has quit IRC12:08
jonheranyways, thanks for the explanation of the above, it clarified some thing12:08
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: [DNM] Test tempest  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78438112:10
*** fanfi has quit IRC12:18
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Install wget binary  https://review.opendev.org/c/openstack/openstack-ansible/+/78150612:27
openstackgerritJonathan Herlin proposed openstack/openstack-ansible master: Add adjutant-ui repo package and zuul repo  https://review.opendev.org/c/openstack/openstack-ansible/+/78438912:38
*** fanfi has joined #openstack-ansible12:40
fanfinoonedeadpunk thanks for the info :)12:40
openstackgerritJonathan Herlin proposed openstack/openstack-ansible-os_horizon master: Add adjutant dashboard  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/78439012:41
noonedeadpunkjonher: hm, I thought that adjutant needs some extra symlinking to the enabled dir then we do (maybe I'm wrong)12:57
noonedeadpunknah, disregard12:58
jonheryeah i didn't have to add anything for that to happen, but i noticed the example in the adjutant repo is wrong: https://opendev.org/openstack/openstack-ansible-os_adjutant/src/branch/master/extras/horizon/horizon_post_install.yml  (those are cloudkitty panel names)12:59
noonedeadpunkjonher: we've cloned that role from one of the users13:01
noonedeadpunkI guess we'd better drop this thing13:01
*** spatel_ has joined #openstack-ansible13:03
*** spatel_ is now known as spatel13:03
jonheryeah does not make sense to keep it around with the wrong values, but tbh i didn't find where it's linked to the correct dir, it just worked13:07
*** jamesden_ has quit IRC13:07
*** jamesdenton has joined #openstack-ansible13:07
*** lkoranda_ has quit IRC13:08
*** lkoranda has joined #openstack-ansible13:09
*** rh-jelabarre has joined #openstack-ansible13:15
*** jamesdenton has quit IRC13:19
*** jamesden_ has joined #openstack-ansible13:20
noonedeadpunkoh, there's another tricky part I did some time ago https://opendev.org/openstack/openstack-ansible-os_horizon/src/branch/master/tasks/horizon_install_source.yml#L121-L17813:31
noonedeadpunkso it's really linking everything from UI enabled dir into horizon13:32
*** rgogunskiy has joined #openstack-ansible13:38
jonhermakes sense then i didn't get any hits on "adjutant_ui" etc in codesearch, want me to update the extras/horizon/horizon_post_install.yml in os_adjutant or just drop the file?13:42
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: Add image upload option  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78437213:47
noonedeadpunkjonher: jsut drop the file sounds good )13:55
openstackgerritJonathan Herlin proposed openstack/openstack-ansible-os_adjutant master: Remove incorrect horizon_post_install example  https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/78442014:01
*** lkoranda has quit IRC14:15
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Add trove tempest testing  https://review.opendev.org/c/openstack/openstack-ansible/+/78437914:27
*** yasemind has quit IRC14:56
*** chkumar|ruck is now known as raukadah15:01
*** macz_ has joined #openstack-ansible15:02
*** macz_ has quit IRC15:03
*** rgogunskiy has quit IRC15:03
*** macz_ has joined #openstack-ansible15:04
noonedeadpunkjrosser: should we merge or edit or abandon  https://review.opendev.org/c/openstack/openstack-ansible-specs/+/758805  ? I tried to answer questions raised there...15:16
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest master: Switch tempestconf centos-8-stream nodes and set as NV  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/78401915:17
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest master: Log tempestconf inside tempest_log_dir  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/78363715:18
jrossernoonedeadpunk: i think we should probably merge it, though the amount of time to implement what it says is really small15:18
noonedeadpunkit is :(15:19
jrosseri suspect we will have something very minimal which deals with the immediate rabbitmq trouble for W15:19
noonedeadpunkI decided to set tempestconf to nv and edited your patch for that15:20
noonedeadpunkas we really can't fi it without adding trusted cert for public endpoint15:20
*** mriosfer has joined #openstack-ansible15:24
mriosferHi I continue debugging my openstack ansible lab15:26
mriosferwhy it deploy containers in diferent management network CDIR ?15:26
mriosferhttps://pastebin.com/RVEtRawd15:26
mriosfermy br-mgmt is 172.29.236.0/24 and i see containers in 237.0/24 238.0/24 and 239.0/24...15:28
*** zbr|rover is now known as zbr15:29
noonedeadpunkmaybe because it's /22 and not /24?15:40
mriosfermmm15:42
mriosferhttps://subscription.packtpub.com/book/virtualization_and_cloud/9781788398763/1/ch01lvl1sec15/configuring-the-installation15:42
mriosferthem book is wrong15:42
jonher"January 2018" the book is 3+ years old so things might differ since that was written15:43
mriosferlooking for the new book15:44
mriosferok no more "OpenStack Cloud Computing Cookbook" published15:45
mriosferthx for help!:)  running again playbooks15:48
noonedeadpunko_O there's book regarding openstack-ansible15:50
mriosferwhat book you recommend?15:53
noonedeadpunkum, dunno) I never read one regarding openstack:) But I'd suggest reading docs. Despite they might be not so well-described and also missing things, but they are more relevant I guess anywya15:55
*** spatel has quit IRC15:56
noonedeadpunkhttps://docs.openstack.org/openstack-ansible/latest/15:56
noonedeadpunkyou may start from deployment guide, or even just easily install aio for lab https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html15:57
*** spatel_ has joined #openstack-ansible15:58
*** spatel_ is now known as spatel15:58
mriosferim trying to get a similar infraestructure for our brand deployment, currently we got queens deployed on legacy15:59
noonedeadpunkbut dunno... jsut considering that things may change dramatically in half a year...16:00
noonedeadpunk(and that's a release cycle for openstack)16:00
noonedeadpunkBut looking through book briefly, I think most things are stil relevant16:01
noonedeadpunkexcept not sure who last time used vagrant here and if it's even working...16:03
mriosferi never used vagrant16:07
mriosferim learning to deploy and manage with ansible16:07
*** sshnaidm is now known as sshnaidm|afk16:20
spatelmriosfer if you looking for book then i would say this on - https://www.amazon.com/OpenStack-Cloud-Computing-Cookbook-networking-ebook/dp/B0771R5YDC/ref=sr_1_5?dchild=1&keywords=openstack&qid=1617294233&sr=8-516:24
spatelits based on openstack-ansible and good for starters16:25
spateland this one must have kind of book - https://www.amazon.com/Learning-OpenStack-Networking-technologies-OpenStack-based/dp/1788392493/ref=sr_1_4?dchild=1&keywords=openstack&qid=1617294330&sr=8-416:26
*** jamesden_ has quit IRC16:33
*** jamesdenton has joined #openstack-ansible16:34
noonedeadpunkspatel: he's reading exactly it if I got it correctly)16:34
spatel:) sorry i just saw topic about book so thought let me put it here16:35
noonedeadpunkoh, jamesdenton was participating in writing it up :)16:35
spatelyes and openstack networking is all jamesdenton16:35
noonedeadpunkcool-cool:)16:36
spatelnot doing marketing here but just giving good feedback of book :)16:36
spatelhope soon he will come up with openstack ovn networking book.. that would be great16:37
jamesdentoni was hoping you would do it :D16:38
spateljamesdenton I am not there yet! but love to work with you on that to just test out scenarios for example :D16:38
jamesdentoncould be fun. i need to circle back on all of them (when i can find time)16:39
spatelI think we should publish OVN book because there is no book out there, i did search and found nothing16:39
jamesdentonmight be too much of a moving target for a book, but blogs are good!16:39
spatelI did started documenting my scenarios here - https://satishdotpatel.github.io//openstack-ansible-ovn-deployment/16:40
spatelnext i am trying to create 3 node controller with ovn to test OVSDB clustering16:40
jamesdentonvery nice, i will take a look!16:42
jamesdentonthese steps should still work? https://bugs.launchpad.net/openstack-ansible/+bug/179093316:43
openstackLaunchpad bug 1790933 in openstack-ansible "Implement OVSDB clustering for OVN" [Medium,In progress] - Assigned to James Denton (james-denton)16:43
spatelinteresting, do we have these steps in OSA playbook or this is WIP ?16:45
jamesdentonno, we don't, because i needed to test how OVN/OVS would behave if a playbook ran them post-setup16:46
jamesdentonlike, would it rebuild the cluster or cause errors16:47
spatelhmm16:49
spatellet me test it out in lab and see how it goes16:50
mgariepywhen you have a WIP patch please add me to it.17:10
spatel+117:49
*** mriosfer has quit IRC18:10
*** strattao has joined #openstack-ansible18:13
openstackgerritMarcus Klein proposed openstack/openstack-ansible-os_octavia master: Omit amp_ssh_access_allowed and remove amp_image_id options.  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/76751118:16
openstackgerritMerged openstack/openstack-ansible master: Switch centos-8 distro jobs to centos-8-stream nodes  https://review.opendev.org/c/openstack/openstack-ansible/+/78400918:20
*** jamesdenton has quit IRC18:48
*** jamesden_ has joined #openstack-ansible18:48
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Set default qemu settings for RBD  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/78382919:35
spateljamesden_ i have question19:37
spatelif you around19:37
spatelhttp://paste.openstack.org/show/804119/19:38
spatelwhy my EXTERNAL_MAC is empty ?19:39
*** rh-jelabarre has quit IRC19:42
jamesden_no idea. never seen this table19:46
*** jamesden_ is now known as jamesdenton19:46
jamesdentonit might be used outside of openstack context, i dunno19:47
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: [DNM] Test tempest  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78438119:53
*** CeeMac has joined #openstack-ansible19:54
spateljamesdenton i am trying to setup public network19:58
spatelcreated private and public network19:58
spatelprivate where my vm running and public i attached for floating IP19:58
spatelfor internet connectivity19:58
spatelsomehow my VMs can't ping outside and found that table so trying to understand what is going on19:59
spateljamesdenton in OVN there is no concept of network node right so if i am not wrong what is this?  - http://paste.openstack.org/show/804120/20:18
*** luksky has quit IRC20:51
*** luksky has joined #openstack-ansible20:51
*** lemko9 has joined #openstack-ansible21:42
*** lemko has quit IRC21:42
*** lemko9 is now known as lemko21:42
*** NewJorg has quit IRC21:43
*** NewJorg has joined #openstack-ansible21:43
*** spatel has quit IRC21:47
*** jamesdenton has quit IRC22:10
*** jamesden_ has joined #openstack-ansible22:10
*** jamesden_ has quit IRC23:24
*** jamesdenton has joined #openstack-ansible23:24
*** luksky has quit IRC23:30
*** tosky has quit IRC23:40
*** macz_ has quit IRC23:50
openstackgerritMerged openstack/openstack-ansible master: Convert host and container journal collection to python  https://review.opendev.org/c/openstack/openstack-ansible/+/73488323:52
*** macz_ has joined #openstack-ansible23:56
openstackgerritMerged openstack/openstack-ansible master: Gather minimal facts for dynamic_address_fact  https://review.opendev.org/c/openstack/openstack-ansible/+/77798923:57
openstackgerritMerged openstack/openstack-ansible master: Gather minimal facts in common playbooks  https://review.opendev.org/c/openstack/openstack-ansible/+/77799023:59

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