*** tosky has quit IRC | 00:14 | |
*** tosky has joined #refstack | 08:54 | |
arxcruz | tosky: kopecmartin https://review.rdoproject.org/r/q/Ia6cb2a97ab3a1aea270b2b5ea289fad31af63fb7 | 13:19 |
---|---|---|
arxcruz | please review the cherry pick for ussuri and victoria | 13:19 |
arxcruz | :) | 13:19 |
*** irclogbot_0 has quit IRC | 13:33 | |
*** irclogbot_3 has joined #refstack | 13:37 | |
kopecmartin | gouthamr: hi, can you check https://review.opendev.org/c/x/ansible-role-refstack-client/+/776202 when you have a moment? | 14:53 |
gouthamr | hey kopecmartin: late ack, i'm out and afk most of the day today - will take a look at that patch though | 17:19 |
kopecmartin | gouthamr: oh, np, i didn't know | 17:31 |
gouthamr | kopecmartin: 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 endpoint | 17:32 |
gouthamr | horizon'd be serving on the default port 80, so the response seems correct for it :D | 17:33 |
kopecmartin | oh, ok, I'll have a look, at least i know where to focus :D | 17:33 |
gouthamr | manila 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-22581 | 17:34 |
kopecmartin | gouthamr: there is a weird redirection when tempestocnf was discovering manila details | 17:34 |
kopecmartin | Redirecting http://10.0.145.163/ -> http://10.0.145.163/dashboard/ | 17:34 |
kopecmartin | Redirecting http://10.0.145.163/dashboard/ -> http://10.0.145.163/dashboard/auth/login/?next=/dashboard/ | 17:34 |
gouthamr | ack, it looks like /share was stripped from the host IP - the redirects sounds correct for horizon behavior | 17:36 |
gouthamr | https://opendev.org/osf/python-tempestconf/src/branch/master/config_tempest/services/base.py#L51-L53 | 17:39 |
kopecmartin | yeah .. it will be easy to fix, just to figure out how the url should look like | 17:41 |
gouthamr | on 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/v2 | 17:43 |
gouthamr | the 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 |
gouthamr | list(urllib.parse.urlparse(url))[2] -- gives me the path --> '/share/v1/$(project_id)s' - this is being replaced by ''; | 17:45 |
gouthamr | ah! https://opendev.org/osf/python-tempestconf/src/branch/master/config_tempest/services/compute.py#L26-L27 | 17:46 |
gouthamr | there'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-L213 | 17:47 |
kopecmartin | right | 18:21 |
kopecmartin | thank you for finding gouthamr | 18:21 |
kopecmartin | we didn't notice when we were merging the share support in tempestconf | 18:22 |
*** openstackgerrit has joined #refstack | 18:29 | |
openstackgerrit | Martin Kopec proposed osf/python-tempestconf master: Fix share endpoint discovery https://review.opendev.org/c/osf/python-tempestconf/+/781857 | 18:29 |
gouthamr | awesome, thanks kopecmartin | 18:54 |
openstackgerrit | Goutham Pacha Ravi proposed osf/python-tempestconf master: Fix manila backend_names and enable_protocols https://review.opendev.org/c/osf/python-tempestconf/+/781887 | 19:46 |
gouthamr | ^ something else i noticed now that we're using this in the test job you're building kopecmartin | 19:47 |
kopecmartin | perfect, thanks | 19:49 |
*** openstackgerrit has quit IRC | 21:22 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!