*** noama has joined #refstack | 03:34 | |
*** lifeless has joined #refstack | 05:16 | |
*** openstackgerrit has quit IRC | 06:04 | |
*** noam has joined #refstack | 07:01 | |
*** noama has quit IRC | 07:04 | |
*** kopecmartin has joined #refstack | 07:23 | |
kopecmartin | arxcruz, hi, what is the change number of the patch containing the doc? | 07:26 |
---|---|---|
*** tosky has joined #refstack | 07:41 | |
*** noam__ has joined #refstack | 07:45 | |
*** noam has quit IRC | 07:46 | |
arxcruz | kopecmartin: let me check | 08:10 |
arxcruz | kopecmartin: https://review.openstack.org/#/c/565161/ | 08:10 |
kopecmartin | arxcruz, i meant the one were documentation about docker was built | 08:11 |
kopecmartin | and how to run tempest from container | 08:12 |
*** noam__ has quit IRC | 08:13 | |
arxcruz | kopecmartin: oh, let me check | 08:14 |
arxcruz | kopecmartin: give me a few minutes, i'm not feeling okay | 08:14 |
arxcruz | kopecmartin: meanwhile, check this out https://logs.rdoproject.org/80/577780/2/openstack-check/gate-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-master/Z5ac4d7b217bc404f93cedc681d4d72f3/undercloud/home/jenkins/tempest.log.txt.gz#_2018-06-25_17_53_40 | 08:19 |
tosky | uhm, SSL by default and now (for system changes) with verification on by default? | 08:20 |
arxcruz | tosky: no idea just notice this failure | 08:28 |
tosky | found the issue with DLRN for the removal of default-overrides.conf | 08:32 |
tosky | (for the first step) | 08:32 |
arxcruz | kopecmartin: http://logs.openstack.org/42/573142/4/check/tripleo-ci-centos-7-scenario001-multinode-oooq-container/222a067/logs/docs/build/tempest-setup.html | 08:41 |
arxcruz | tosky: is there some config in the default-overrides.conf to skip ssl verification ? | 08:42 |
kopecmartin | arxcruz, it is | 08:42 |
kopecmartin | disable_ssl_certificate_validation | 08:42 |
arxcruz | kopecmartin: so, let's add it into the defaults nm tempestconf | 08:43 |
arxcruz | s/nm/in | 08:43 |
kopecmartin | it's there | 08:43 |
kopecmartin | https://review.openstack.org/#/c/572418/10/config_tempest/main.py@89 | 08:43 |
arxcruz | gosh, this keyboard is terrible to type | 08:43 |
arxcruz | so, it's not merged yet, and we are seeing this error... weird | 08:44 |
*** openstackgerrit has joined #refstack | 08:46 | |
openstackgerrit | Martin Kopec proposed openstack/python-tempestconf master: Remove the content of default-overrides.conf https://review.openstack.org/572418 | 08:46 |
tosky | did anyone check how tempest deals with such issue? Is disable_ssl_certificate_validation set also in tempest.conf for tempest jobs where SSL is enabled for services? | 08:47 |
tosky | uhm, codesearch does not help | 08:49 |
arxcruz | tosky: let me check | 08:53 |
arxcruz | tosky: default is False | 08:54 |
tosky | yep, that's the easy part | 08:56 |
tosky | tempest verify-config sets it to True, but apart from that there are no other places where it's set | 08:56 |
tosky | which could mean many things: | 08:56 |
tosky | a) I'm missing something | 08:56 |
tosky | b) all tests executed on zuul.openstack.org with SSL endpoints have also non-SSL endpoints which are used | 08:57 |
tosky | c) dunno | 08:57 |
arxcruz | tosky: or maybe they have the cert file | 09:02 |
arxcruz | i guess with a cert file, the verification pass | 09:02 |
tosky | oh, that too | 09:04 |
tosky | I think that andreaf wrote a playbook for that when setting up the new zuulv3 tempest jobs | 09:04 |
tosky | or better, devstack does it, but there was some code that deals with that | 09:05 |
tosky | like https://git.openstack.org/cgit/openstack-dev/devstack/tree/roles/sync-devstack-data/tasks/main.yaml#n11 | 09:06 |
tosky | so why do we fail? | 09:06 |
tosky | oh, that's the tripleo job | 09:06 |
tosky | isn't there a way to have it set properly there? | 09:07 |
arxcruz | tosky: probably | 09:16 |
arxcruz | i'll take a look | 09:16 |
arxcruz | set it to false by default you mean right tosky ? | 09:16 |
*** lifeless has quit IRC | 09:16 | |
tosky | arxcruz: no, keep the default as it is (do the verification), but have tripleo deploys the certificates in a proper way | 09:21 |
tosky | or tripleo-quickstart at least | 09:21 |
tosky | I mean, if certificate validation works on devstack, why shouldn't it work on tripleo? | 09:21 |
arxcruz | tosky: pretty hard imho | 09:22 |
arxcruz | no idea if we even generate the certificate properly | 09:22 |
arxcruz | it's something that requires some digging | 09:22 |
arxcruz | kopecmartin: ack the doc ? | 09:23 |
tosky | arxcruz: well, it's up to the tripleo team; if they don't support it, we should not set the option to false by default | 09:28 |
tosky | it's something that tripleo is doing wrong, it can't be the default behavior | 09:28 |
arxcruz | tosky: i can add it in the tempest-setup.sh script on tripleo side and keep the default behavior on tempestconf | 09:30 |
arxcruz | we just need to sync | 09:30 |
tosky | better ask tripleo people too | 09:31 |
kopecmartin | arxcruz, ack on the docs, now I'm trying to understand that bullshit | 09:32 |
arxcruz | lol | 09:32 |
arxcruz | kopecmartin: let me try to help you :) | 09:33 |
kopecmartin | arxcruz, the main goal of the RFE bug is to create a tempest container, which you can download , start the container and run tempest from it on undercloud, is that correct? | 09:34 |
arxcruz | kopecmartin: i guess | 09:34 |
kopecmartin | and i don't need containerized undercloud for that | 09:35 |
kopecmartin | is that true too? | 09:35 |
arxcruz | kopecmartin: yeah, just the endpoint | 09:37 |
tosky | if it's a container, you could technically run from everywhere there is a container run-time | 09:38 |
kopecmartin | ok, I have RHOS13 installed , so I'm gonna try go to through this https://blogs.rdoproject.org/2018/05/consuming-kolla-tempest-container-image-for-running-tempest-tests/ | 09:39 |
kopecmartin | and let's see if I'm able to run it | 09:39 |
kopecmartin | arxcruz, but it's not available :D | 09:43 |
kopecmartin | the container | 09:43 |
kopecmartin | on dockerhub | 09:43 |
arxcruz | registry.rdo | 09:43 |
tosky | isn't this a discussion for #rdo ? | 09:44 |
kopecmartin | arxcruz, it doesn't seem that registry.rdo exist :D | 09:46 |
arxcruz | then only chandankumar to help us | 09:46 |
tosky | or other rdo people :D | 09:47 |
arxcruz | tosky: already submit the patch to tqe for ssl validation so we can keep the default on tempestconf | 10:18 |
tosky | arxcruz: who should be the best person to ask on tripleo to see why the validation can't be enabled by default? | 10:21 |
arxcruz | tosky: no idea, i can digg into the code to check it | 10:21 |
tosky | arxcruz: maybe it can be enabled, and instead of passing that option to disable validation, tripleo-quickstart just need to pass the path to the certificates | 10:21 |
arxcruz | tosky: yup | 10:22 |
arxcruz | tosky: kopecmartin by any chance you guys have slot on your rdocloud to reproduce http://logs.openstack.org/20/573220/5/check/tripleo-ci-centos-7-scenario004-multinode-oooq-container/d52a14d/logs/reproducer-quickstart.sh | 10:55 |
kopecmartin | arxcruz, i don't have rdocloud | 10:55 |
arxcruz | https://review.openstack.org/#/c/573220/ it's failing constantly on scenario004 and i don't think recheck will work, the failure is related to swift object-storage | 10:55 |
arxcruz | kopecmartin: you should | 10:56 |
openstackgerrit | Arx Cruz proposed openstack/python-tempestconf master: DNM - Testing collect logs https://review.openstack.org/576444 | 11:11 |
tosky | arxcruz: I don't have rdocloud | 12:08 |
tosky | *an rdocloud account | 12:08 |
arxcruz | tosky: ┻━┻ ︵ \(°□°)/ ︵ ┻━┻ | 12:08 |
tosky | :) I mean, if resources are scarce, why should I remove resources from people that needs them when I have other places to use to test stuff? | 12:11 |
tosky | arxcruz, kopecmartin: do you want to recheck 575233? I was going to do it, but then I was wondering if for some reason you are waiting before doing it | 13:47 |
kopecmartin | tosky, no reason, recheck it please | 13:48 |
kopecmartin | I'm just doing something else | 13:49 |
tosky | oki | 13:50 |
* chandankumar is back for few hours | 14:47 | |
chandankumar | hogepodge: mguiney tosky: anything to unblock thois one https://review.openstack.org/541273 | 15:12 |
tosky | chandankumar: http://eavesdrop.openstack.org/irclogs/%23refstack/%23refstack.2018-06-25.log.html#t2018-06-25T15:45:25 | 15:17 |
mguiney | i'll take a look | 15:18 |
openstackgerrit | Merged openstack/python-tempestconf master: Configure tempest for Octavia tests https://review.openstack.org/571177 | 15:29 |
tosky | another one merged | 15:32 |
arxcruz | shit, how is possible | 16:35 |
arxcruz | tempest is running in /opt/stack/tempest | 16:35 |
arxcruz | finishes run, i try to access it, and I got an error saying it doesn't exist! | 16:36 |
arxcruz | (╯°□°)╯︵ ┻━┻ | 16:36 |
arxcruz | i'm done for today | 16:36 |
tosky | different system? | 16:38 |
*** kopecmartin has quit IRC | 17:46 | |
openstackgerrit | Arx Cruz proposed openstack/python-tempestconf master: DNM - Testing collect logs https://review.openstack.org/576444 | 18:22 |
*** noama has joined #refstack | 20:18 | |
openstackgerrit | Luigi Toscano proposed openstack/python-tempestconf master: More compatibility with Python 3 https://review.openstack.org/574773 | 20:46 |
openstackgerrit | Luigi Toscano proposed openstack/python-tempestconf master: More Python 3 porting: filter and map https://review.openstack.org/575874 | 20:46 |
openstackgerrit | Arx Cruz proposed openstack/python-tempestconf master: DNM - Testing collect logs https://review.openstack.org/576444 | 21:11 |
openstackgerrit | Luigi Toscano proposed openstack/python-tempestconf master: More compatibility with Python 3 https://review.openstack.org/574773 | 21:20 |
openstackgerrit | Luigi Toscano proposed openstack/python-tempestconf master: More Python 3 porting: filter and map https://review.openstack.org/575874 | 21:20 |
openstackgerrit | Luigi Toscano proposed openstack/python-tempestconf master: More compatibility with Python 3 https://review.openstack.org/574773 | 21:21 |
openstackgerrit | Luigi Toscano proposed openstack/python-tempestconf master: More Python 3 porting: filter and map https://review.openstack.org/575874 | 21:21 |
*** noama has quit IRC | 21:28 | |
*** lifeless has joined #refstack | 21:38 | |
*** tosky has quit IRC | 23:08 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!