Tuesday, 2018-06-26

*** noama has joined #refstack03:34
*** lifeless has joined #refstack05:16
*** openstackgerrit has quit IRC06:04
*** noam has joined #refstack07:01
*** noama has quit IRC07:04
*** kopecmartin has joined #refstack07:23
kopecmartinarxcruz, hi, what is the change number of the patch containing the doc?07:26
*** tosky has joined #refstack07:41
*** noam__ has joined #refstack07:45
*** noam has quit IRC07:46
arxcruzkopecmartin: let me check08:10
arxcruzkopecmartin: https://review.openstack.org/#/c/565161/08:10
kopecmartinarxcruz, i meant the one were documentation about docker was built08:11
kopecmartinand how to run tempest from container08:12
*** noam__ has quit IRC08:13
arxcruzkopecmartin: oh, let me check08:14
arxcruzkopecmartin: give me a few minutes, i'm not feeling okay08:14
arxcruzkopecmartin: 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_4008:19
toskyuhm, SSL by default and now (for system changes) with verification on by default?08:20
arxcruztosky: no idea just notice this failure08:28
toskyfound the issue with DLRN for the removal of default-overrides.conf08:32
tosky(for the first step)08:32
arxcruzkopecmartin: http://logs.openstack.org/42/573142/4/check/tripleo-ci-centos-7-scenario001-multinode-oooq-container/222a067/logs/docs/build/tempest-setup.html08:41
arxcruztosky: is there some config in the default-overrides.conf to skip ssl verification ?08:42
kopecmartinarxcruz, it is08:42
kopecmartindisable_ssl_certificate_validation08:42
arxcruzkopecmartin: so, let's add it into the defaults nm tempestconf08:43
arxcruzs/nm/in08:43
kopecmartinit's there08:43
kopecmartinhttps://review.openstack.org/#/c/572418/10/config_tempest/main.py@8908:43
arxcruzgosh, this keyboard is terrible to type08:43
arxcruzso, it's not merged yet, and we are seeing this error... weird08:44
*** openstackgerrit has joined #refstack08:46
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Remove the content of default-overrides.conf  https://review.openstack.org/57241808:46
toskydid 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
toskyuhm, codesearch does not help08:49
arxcruztosky: let me check08:53
arxcruztosky: default is False08:54
toskyyep, that's the easy part08:56
toskytempest verify-config sets it to True, but apart from that there are no other places where it's set08:56
toskywhich could mean many things:08:56
toskya) I'm missing something08:56
toskyb) all tests executed on zuul.openstack.org with SSL endpoints have also non-SSL endpoints which are used08:57
toskyc) dunno08:57
arxcruztosky: or maybe they have the cert file09:02
arxcruzi guess with a cert file, the verification pass09:02
toskyoh, that too09:04
toskyI think that andreaf wrote a playbook for that when setting up the new zuulv3 tempest jobs09:04
toskyor better, devstack does it, but there was some code that deals with that09:05
toskylike https://git.openstack.org/cgit/openstack-dev/devstack/tree/roles/sync-devstack-data/tasks/main.yaml#n1109:06
toskyso why do we fail?09:06
toskyoh, that's the tripleo job09:06
toskyisn't there a way to have it set properly there?09:07
arxcruztosky: probably09:16
arxcruzi'll take a look09:16
arxcruzset it to false by default you mean right tosky ?09:16
*** lifeless has quit IRC09:16
toskyarxcruz: no, keep the default as it is (do the verification), but have tripleo deploys the certificates in a proper way09:21
toskyor tripleo-quickstart at least09:21
toskyI mean, if certificate validation works on devstack, why shouldn't it work on tripleo?09:21
arxcruztosky: pretty hard imho09:22
arxcruzno idea if we even generate the certificate properly09:22
arxcruzit's something that requires some digging09:22
arxcruzkopecmartin: ack the doc ?09:23
toskyarxcruz: well, it's up to the tripleo team; if they don't support it, we should not set the option to false by default09:28
toskyit's something that tripleo is doing wrong, it can't be the default behavior09:28
arxcruztosky: i can add it in the tempest-setup.sh script on tripleo side and keep the default behavior on tempestconf09:30
arxcruzwe just need to sync09:30
toskybetter ask tripleo people too09:31
kopecmartinarxcruz, ack on the docs, now I'm trying to understand that bullshit09:32
arxcruzlol09:32
arxcruzkopecmartin: let me try to help you :)09:33
kopecmartinarxcruz, 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
arxcruzkopecmartin: i guess09:34
kopecmartinand i don't need containerized undercloud for that09:35
kopecmartinis that true too?09:35
arxcruzkopecmartin: yeah, just the endpoint09:37
toskyif it's a container, you could technically run from everywhere there is a container run-time09:38
kopecmartinok, 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
kopecmartinand let's see if I'm able to run it09:39
kopecmartinarxcruz, but it's not available :D09:43
kopecmartinthe container09:43
kopecmartinon dockerhub09:43
arxcruzregistry.rdo09:43
toskyisn't this a discussion for #rdo ?09:44
kopecmartinarxcruz, it doesn't seem that registry.rdo exist :D09:46
arxcruzthen only chandankumar to help us09:46
toskyor other rdo people :D09:47
arxcruztosky: already submit the patch to tqe for ssl validation so we can keep the default on tempestconf10:18
toskyarxcruz: who should be the best person to ask on tripleo to see why the validation can't be enabled by default?10:21
arxcruztosky: no idea, i can digg into the code to check it10:21
toskyarxcruz: maybe it can be enabled, and instead of passing that option to disable validation, tripleo-quickstart just need to pass the path to the certificates10:21
arxcruztosky: yup10:22
arxcruztosky: 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.sh10:55
kopecmartinarxcruz, i don't have rdocloud10:55
arxcruzhttps://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-storage10:55
arxcruzkopecmartin: you should10:56
openstackgerritArx Cruz proposed openstack/python-tempestconf master: DNM - Testing collect logs  https://review.openstack.org/57644411:11
toskyarxcruz: I don't have rdocloud12:08
tosky*an rdocloud account12:08
arxcruztosky: ┻━┻ ︵ \(°□°)/ ︵ ┻━┻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
toskyarxcruz, 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 it13:47
kopecmartintosky, no reason, recheck it please13:48
kopecmartinI'm just doing something else13:49
toskyoki13:50
* chandankumar is back for few hours14:47
chandankumarhogepodge: mguiney tosky: anything to unblock thois one https://review.openstack.org/54127315:12
toskychandankumar: http://eavesdrop.openstack.org/irclogs/%23refstack/%23refstack.2018-06-25.log.html#t2018-06-25T15:45:2515:17
mguineyi'll take a look15:18
openstackgerritMerged openstack/python-tempestconf master: Configure tempest for Octavia tests  https://review.openstack.org/57117715:29
toskyanother one merged15:32
arxcruzshit, how is possible16:35
arxcruztempest is running in /opt/stack/tempest16:35
arxcruzfinishes run, i try to access it, and I got an error saying it doesn't exist!16:36
arxcruz(╯°□°)╯︵ ┻━┻16:36
arxcruzi'm done for today16:36
toskydifferent system?16:38
*** kopecmartin has quit IRC17:46
openstackgerritArx Cruz proposed openstack/python-tempestconf master: DNM - Testing collect logs  https://review.openstack.org/57644418:22
*** noama has joined #refstack20:18
openstackgerritLuigi Toscano proposed openstack/python-tempestconf master: More compatibility with Python 3  https://review.openstack.org/57477320:46
openstackgerritLuigi Toscano proposed openstack/python-tempestconf master: More Python 3 porting: filter and map  https://review.openstack.org/57587420:46
openstackgerritArx Cruz proposed openstack/python-tempestconf master: DNM - Testing collect logs  https://review.openstack.org/57644421:11
openstackgerritLuigi Toscano proposed openstack/python-tempestconf master: More compatibility with Python 3  https://review.openstack.org/57477321:20
openstackgerritLuigi Toscano proposed openstack/python-tempestconf master: More Python 3 porting: filter and map  https://review.openstack.org/57587421:20
openstackgerritLuigi Toscano proposed openstack/python-tempestconf master: More compatibility with Python 3  https://review.openstack.org/57477321:21
openstackgerritLuigi Toscano proposed openstack/python-tempestconf master: More Python 3 porting: filter and map  https://review.openstack.org/57587421:21
*** noama has quit IRC21:28
*** lifeless has joined #refstack21:38
*** tosky has quit IRC23:08

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!