Friday, 2021-03-19

*** tosky has quit IRC00:14
*** tosky has joined #refstack08:54
arxcruztosky: kopecmartin https://review.rdoproject.org/r/q/Ia6cb2a97ab3a1aea270b2b5ea289fad31af63fb713:19
arxcruzplease review the cherry pick for ussuri and victoria13:19
arxcruz:)13:19
*** irclogbot_0 has quit IRC13:33
*** irclogbot_3 has joined #refstack13:37
kopecmartingouthamr:  hi, can you check https://review.opendev.org/c/x/ansible-role-refstack-client/+/776202 when you have a moment?14:53
gouthamrhey kopecmartin: late ack, i'm out and afk most of the day today - will take a look at that patch though17:19
kopecmartingouthamr: oh, np, i didn't know17:31
gouthamrkopecmartin: i'm not too familiar with tempestconf code, but it looks like the versions API call hit the devstack host IP instead of the manila endpoint17:32
gouthamrhorizon'd be serving on the default port 80, so the response seems correct for it :D17:33
kopecmartinoh, ok, I'll have a look, at least i know where to focus :D17:33
gouthamrmanila api looks fine: https://zuul.opendev.org/t/openstack/build/54c7e0edf161438eb05e59f14cbf37ee/log/controller/logs/screen-m-api.txt and the service endpoints were set up correctly: https://zuul.opendev.org/t/openstack/build/54c7e0edf161438eb05e59f14cbf37ee/log/controller/logs/devstacklog.txt#22508-2258117:34
kopecmartingouthamr: there is a weird redirection when tempestocnf was discovering manila details17:34
kopecmartin Redirecting http://10.0.145.163/ -> http://10.0.145.163/dashboard/17:34
kopecmartinRedirecting http://10.0.145.163/dashboard/ -> http://10.0.145.163/dashboard/auth/login/?next=/dashboard/17:34
gouthamrack, it looks like /share was stripped from the host IP - the redirects sounds correct for horizon behavior17:36
gouthamrhttps://opendev.org/osf/python-tempestconf/src/branch/master/config_tempest/services/base.py#L51-L5317:39
kopecmartinyeah .. it will be easy to fix, just to figure out how the url should look like17:41
gouthamron devstack, by default the URLs are like this: https://198.72.124.21/share/v1/$(project_id)s or https://198.72.124.21/share/v2/$(project_id)s or https://198.72.124.21/share/v217:43
gouthamrthe versions URL would be at https://198.72.124.21/share/17:44
gouthamr(and at /v1 and /v2 if you want the response for those major versions)17:44
gouthamrlist(urllib.parse.urlparse(url))[2] -- gives me the path --> '/share/v1/$(project_id)s' - this is being replaced by '';17:45
gouthamrah! https://opendev.org/osf/python-tempestconf/src/branch/master/config_tempest/services/compute.py#L26-L2717:46
gouthamrthere's a nice method the manila service code isn't calling.. https://opendev.org/osf/python-tempestconf/src/branch/master/config_tempest/services/base.py#L204-L21317:47
kopecmartinright18:21
kopecmartinthank you for finding gouthamr18:21
kopecmartinwe didn't notice when we were merging the share support in tempestconf18:22
*** openstackgerrit has joined #refstack18:29
openstackgerritMartin Kopec proposed osf/python-tempestconf master: Fix share endpoint discovery  https://review.opendev.org/c/osf/python-tempestconf/+/78185718:29
gouthamrawesome, thanks kopecmartin18:54
openstackgerritGoutham Pacha Ravi proposed osf/python-tempestconf master: Fix manila backend_names and enable_protocols  https://review.opendev.org/c/osf/python-tempestconf/+/78188719:46
gouthamr^ something else i noticed now that we're using this in the test job you're building kopecmartin19:47
kopecmartinperfect, thanks19:49
*** openstackgerrit has quit IRC21:22

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