Thursday, 2018-08-09

hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master @ https://review.openstack.org/560445, stable/queens: tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades, tripleo-ci-centos-7 (1 more message)00:42
*** marios has quit IRC01:03
hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master @ https://review.openstack.org/560445, stable/queens: tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades, tripleo-ci-centos-7 (1 more message)02:43
*** skramaja has joined #oooq03:20
*** ykarel has joined #oooq03:21
*** saneax has quit IRC03:37
*** ykarel_ has joined #oooq03:38
*** ykarel has quit IRC03:40
*** ykarel__ has joined #oooq03:54
*** ykarel_ has quit IRC03:56
*** ykarel__ is now known as ykarel03:59
*** ratailor has joined #oooq04:11
*** gkadam has joined #oooq04:28
*** apetrich has joined #oooq04:42
hubbotFAILING CHECK JOBS on stable/queens: tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades, tripleo-ci-centos-7-scenario008-multinode-oooq-container, tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario001-multinode-oooq-container @ https://review.openstack.org/567224, stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @  (1 more message)04:43
*** ratailor has quit IRC04:57
*** ratailor has joined #oooq04:58
*** udesale has joined #oooq05:06
*** kopecmartin has joined #oooq05:31
*** marios has joined #oooq05:37
*** quiquell has joined #oooq06:19
*** jfrancoa has joined #oooq06:26
hubbotFAILING CHECK JOBS on stable/queens: tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades, tripleo-ci-centos-7-scenario008-multinode-oooq-container, tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario001-multinode-oooq-container @ https://review.openstack.org/567224, stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @  (1 more message)06:43
*** holser_ has joined #oooq06:45
*** udesale has quit IRC06:54
*** saneax has joined #oooq06:55
*** ccamacho has joined #oooq06:58
*** udesale has joined #oooq06:58
*** sanjayu_ has joined #oooq07:00
*** ratailor_ has joined #oooq07:00
*** saneax has quit IRC07:02
*** ratailor has quit IRC07:03
quiquellssbarnea: Are you around ?07:06
ssbarneaquiquell: yep07:06
quiquellssbarnea: I am chaking some failures at one job, and looks like ansible_hostname is not as expected07:06
quiquellssbarnea: Can you help me ?07:07
ssbarneasure07:07
quiquellquiquell: So, look for "Lookup deployment UUID" here http://logs.openstack.org/72/587572/6/check/tripleo-ci-centos-7-3nodes-multinode/8c81b17/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz#_2018-08-08_17_59_3907:07
quiquellssbarnea: This task has being included in the task before included: /var/lib/mistral/overcloud/ControllerApi/deployments.yaml for centos-7-rax-iad-000121694307:08
quiquellso the expected ansible_hostname is centos-7-rax-iad-000121694307:08
quiquellThe if you go to the included tasks http://logs.openstack.org/72/587572/6/check/tripleo-ci-centos-7-3nodes-multinode/8c81b17/logs/undercloud/var/lib/mistral/overcloud/ControllerApi/deployments.yaml.txt.gz07:09
quiquellYou see something like this deployment_uuid: "{{ lookup('file', tripleo_role_name ~ '/' ~ ansible_hostname | lower ~ '/' ~ item) | from_yaml | json_query(item ~ '.id')}}"07:09
quiquelland ansible_hostname is now centos-7-rax-iad-000121695807:10
quiquellI suspect is the defference between ansible host and ansible remote07:10
quiquellAnd we are choosing the wrong one07:10
ssbarnealooking..., let me try to debug this jinja2 filter. i never used json_query.07:11
quiquellssbarnea: The main problemis ansible_hostname07:11
ssbarneaahh, right. is not the some07:12
ssbarneait means someone used a delegate on a block that does that include07:13
quiquellssbarnea: Humm look t his07:13
ssbarneais the only thing that could make sense, because task fails on host foo, but jinja code inside the task repost ansible_hostname as bar.07:14
quiquellso it's expected secondary-1 http://logs.openstack.org/72/587572/6/check/tripleo-ci-centos-7-3nodes-multinode/8c81b17/zuul-info/host-info.secondary-1.yaml07:14
quiquellbut it got secondary-2 http://logs.openstack.org/72/587572/6/check/tripleo-ci-centos-7-3nodes-multinode/8c81b17/zuul-info/host-info.secondary-2.yaml07:14
quiquellHumm... so maybe they are not generating the playbooks for the third node...07:15
quiquellssbarnea: Running with hosts: Controller:overcloud07:18
ssbarneado we pass "-e ansible_host=xxx" somewhere in ansible?07:18
quiquellssbarnea: Let's check the inventory07:18
quiquellssbarnea: Maybe it's not generating the inventory correctly07:18
*** amoralej|off is now known as amoralej07:19
ssbarneathe mail loop has correc hostname "..943", only the variable is wrong which makes me believe something tells ansible to override it. Once such case would be if var is passed from CLI.07:19
quiquellssbarnea: ansible_hostname var ?07:20
ssbarneayeah, apparently ansible allows you to do this.07:20
ssbarneasee this comment https://github.com/ansible/ansible/issues/14958#issuecomment-31406493007:21
quiquellssbarnea: Humm also checking the inventory http://logs.openstack.org/72/587572/6/check/tripleo-ci-centos-7-3nodes-multinode/8c81b17/logs/undercloud/var/lib/mistral/overcloud/tripleo-ansible-inventory.yaml.txt.gz07:21
quiquellController points to centos-7-rax-iad-000121695807:22
*** ratailor_ has quit IRC07:34
*** ratailor__ has joined #oooq07:35
*** ykarel has quit IRC07:36
*** ykarel has joined #oooq07:39
*** ratailor_ has joined #oooq07:50
*** tosky has joined #oooq07:52
*** ratailor__ has quit IRC07:52
*** udesale has quit IRC07:53
ssbarneaquiquell: where can I find the source code of "Lookup deployment UUID" ?task?08:02
*** pliu has joined #oooq08:03
*** bogdando has joined #oooq08:03
quiquellssbarnea: The problem is using inventory like Controller:overcloud08:05
quiquellssbarnea: overcloud has to children ControllerApi and Controller08:06
holser_tripleo-ci-centos-7-scenario001-multinode-oooq-container Timed out08:07
holser_Are any known issues?08:07
quiquellholser_: I have see some jobs taking like more than  one hore at prepare container08:08
holser_quiquell - looks like just slow infra http://logs.openstack.org/20/576520/6/check/tripleo-ci-centos-7-scenario001-multinode-oooq-container/dd9853e/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz08:11
quiquellholser_: ack08:12
holser_job started at 21:32:50, overcloud deployment started at 22.3008:13
* holser_ sighs08:13
*** udesale has joined #oooq08:24
*** dtantsur|afk is now known as dtantsur08:33
*** jfrancoa has quit IRC08:40
*** jfrancoa has joined #oooq08:42
hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario009-multinode-oooq, tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master @ https://review.openstack.org/560445, stable/queens:  (1 more message)08:43
*** ratailor_ has quit IRC08:46
*** ratailor_ has joined #oooq08:46
*** ykarel is now known as ykarel|lunch09:11
*** ykarel|lunch is now known as ykarel|mtg09:30
quiquellpanda|ruck, marios: TAGS review ready for workflow https://review.openstack.org/#/c/584508/09:32
arxcruzchandankumar: please take a look at https://trello.com/c/UgBONzPU and move to done if you agree :)09:40
chandankumararxcruz: done09:41
*** ykarel_ has joined #oooq09:42
arxcruzmarios: https://review.openstack.org/#/c/577780 can you +2 +w ?09:43
*** ykarel|mtg has quit IRC09:44
quiquellarxcruz: marios is our morning core :-)09:45
arxcruzquiquell: yup09:45
chandankumarmarios: https://review.openstack.org/584368 this one needs +2 and +w09:47
quiquellmarios: Thanks man, we can +1w too but maybe it's better to wait for panda|ruck10:04
*** ykarel_ has quit IRC10:06
*** gkadam has quit IRC10:13
*** gkadam has joined #oooq10:13
*** ykarel has joined #oooq10:14
mariosquiquell: ack10:19
mariosarxcruz: i'll check that patch butneeds a bit of review time :) will try check it some more/later10:19
*** ratailor_ has quit IRC10:33
*** ratailor has joined #oooq10:33
hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario009-multinode-oooq, tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master @ https://review.openstack.org/560445, stable/queens:  (1 more message)10:43
*** amoralej is now known as amoralej|lunch11:01
*** holser_ has quit IRC11:06
panda|ruckarxcruz: chandankumar can you take a look at this  ? https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset021-queens/a528a93/job-output.txt.gz#_2018-08-09_03_51_04_13577411:17
quiquellpanda|ruck: +1w for the sprint TAGs review https://review.openstack.org/#/c/584508/11:26
quiquellplaybook executions are ok11:26
*** agopi has quit IRC11:31
*** agopi has joined #oooq11:49
*** ratailor has quit IRC12:01
weshayarxcruz, chandankumar why are you guys on this call?12:01
weshayis there a specific tempest issue?12:02
chandankumarweshay: the call just started12:02
arxcruzweshay: i got an invite12:02
weshayarxcruz, chandankumar you guys can drop12:02
weshayarxcruz, chandankumar I'll get w/ you if there is a tempest issue12:02
weshayyou don't want to be here12:03
arxcruzok12:03
arxcruzindeed i don't :D12:03
weshayarxcruz, chandankumar I'll need you both on asaf's call re: the upgrade tool12:03
weshaythough12:04
weshayhopefully that one is better12:04
arxcruzweshay: sure, but i need to drop in the middle, my wife leave and i have to take my daughter at school :/12:04
weshaypanda|ruck, fyi https://bugs.launchpad.net/tripleo/+bug/178610912:05
openstackLaunchpad bug 1786109 in tripleo "did not reach state "available", the state is "clean wait", error: None'" [Medium,Triaged] - Assigned to wes hayutin (weshayutin)12:05
weshaypanda|ruck, closed as a dupe https://bugs.launchpad.net/tripleo/+bug/178622312:05
openstackLaunchpad bug 1786109 in tripleo "duplicate for #1786223 did not reach state "available", the state is "clean wait", error: None'" [Medium,Triaged] - Assigned to wes hayutin (weshayutin)12:05
panda|ruckweshay: ok12:06
arxcruzpanda|ruck: this is fs021 this two tests are supposed to fail12:08
panda|ruckarxcruz: so the tests fail but hte job shouldn't ?12:10
arxcruzpanda|ruck: this job will fail it's our way to track down the issues that was already fixed upstream/downstream etc12:15
panda|ruckarxcruz: ok, so it's periodic but not in the criteria for promotion, now I understand12:19
panda|ruckarxcruz: thanks12:19
arxcruzpanda|ruck: np12:19
weshaypanda|ruck, not sure if the introspection issue is a blocker btw12:20
*** trown|outtypewww is now known as trown12:22
rfolco|roverpanda|ruck, launchpad bugs page isn't loading CSS, just for me?12:27
panda|ruckrfolco|rover: yes12:27
rfolco|rover:(12:27
rfolco|roverk thx12:27
apetrichweshay, 1:1?12:30
weshayapetrich, ah.. ur here12:32
weshayapetrich, https://bluejeans.com/411356779812:33
apetrichweshay, aye12:33
weshayquiquell, #sf-dfg12:34
weshayjoin please12:34
weshayquiquell, and #rdo12:36
weshayplease join12:36
weshayquiquell, ah.. conversation is in fucking #rhos-dev12:38
quiquellweshay: ok, goind there12:38
quiquellweshay: Want to check stuff first, there is something at our cockpit that does not sum up12:39
hubbotFAILING CHECK JOBS on stable/queens: tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades, tripleo-ci-centos-7-scenario008-multinode-oooq-container @ https://review.openstack.org/567224, stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario009-multinode-oooq, (1 more message)12:43
*** quiquell has quit IRC12:58
*** amoralej|lunch is now known as amoralej13:02
*** holser_ has joined #oooq13:12
*** skramaja has quit IRC13:25
*** jfrancoa has quit IRC13:25
*** apetrich has quit IRC13:34
*** quiquell|mtg has joined #oooq13:36
*** quiquell|mtg is now known as quiquell13:36
quiquellweshay: The issue with the cockpit and NODE_FAILURE is zuul not reporting start/end time for those, so it's using the server time at that moment13:37
quiquellweshay: We can totally ignore NODE_FAILURE13:37
quiquellweshay: Or calculate from gerrit13:37
*** ccamacho has quit IRC13:44
*** ccamacho has joined #oooq13:44
*** ykarel is now known as ykarel|away13:46
quiquellssbarnea: Have generalize the comparing function to include more files to compare https://review.openstack.org/58847513:48
*** ccamacho has quit IRC13:48
*** quiquell is now known as quiquell|off13:48
ssbarneaquiquell|off: do you have two CR number to test with?13:49
ssbarneabtw, where to get jenkins credentials for ci.centos.org ?13:52
*** ykarel|away has quit IRC13:53
*** quiquell|off has quit IRC13:53
*** apetrich has joined #oooq13:54
rfolco|roverplease review https://review.openstack.org/#/c/587572/ when you get a chance --> fix tripleo-ci-centos-7-3nodes-multinode job13:56
*** vinaykns has joined #oooq13:57
ssbarneaasking because I want to check why the jobs on jenkins have no ansible coloring, either misisng the ansi wrapper and/or the environment variable. easy fix.13:59
*** apetrich has quit IRC14:01
ssbarneaalso tox.ini in tripleo-quickstart has a jjb target (environmnet) which cannot run because there is no "jenkins" folder.  Is this env jus relic? where are the jobs now?14:02
*** ccamacho has joined #oooq14:25
*** ccamacho has quit IRC14:25
*** ccamacho has joined #oooq14:26
*** gkadam_ has joined #oooq14:26
*** gkadam has quit IRC14:30
*** vinaykns has quit IRC14:35
hubbotFAILING CHECK JOBS on stable/queens: tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades, tripleo-ci-centos-7-scenario008-multinode-oooq-container @ https://review.openstack.org/567224, stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario009-multinode-oooq, (1 more message)14:43
*** dtantsur is now known as dtantsur|brb14:43
weshaypanda|ruck, fyi.. ocata p2 is promoting https://review.rdoproject.org/r/#/c/15364/115:08
weshaypanda|ruck, rfolco|rover based on what I see we could promote queens..15:12
weshaypanda|ruck, rfolco|rover http://cistatus.tripleo.org/promotion/15:12
weshaylooks like fs035 has been passing regularly.. and hit a blip15:13
weshaythis time15:13
rfolco|roverweshay, is the ceph issue resolved ?15:14
weshayrfolco|rover, ah.. good point /me checks15:14
rfolco|roverwasn't last time I checked15:15
rfolco|roverfor fs016 I still see ceph problem, and fixes not merged15:27
rfolco|roverhttp://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset016-queens/8761bba/logs/subnode-2/var/log/extra/docker/containers/gnocchi_db_sync/stdout.log.txt.gz15:27
rfolco|roverfor others like fs021 see tempest failures15:27
weshaykopecmartin, http://logs.openstack.org/42/589742/3/check/build-openstack-sphinx-docs/2a676c0/html/15:28
rfolco|roverhttp://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset021-queens/a528a93/logs/undercloud/home/zuul/tempest.log.txt.gz15:28
weshayssbarnea, can you help me review http://logs.openstack.org/42/589742/3/check/build-openstack-sphinx-docs/2a676c0/html/15:28
weshayssbarnea, https://review.openstack.org/#/c/58974215:28
weshayssbarnea, we need fresh eyes15:28
*** rfolco|rover is now known as rfolco|rover|brb15:28
*** dtantsur|brb is now known as dtantsur15:29
*** ccamacho has quit IRC15:29
weshaykopecmartin, ssbarnea formatting looks off on https://docs.openstack.org/python-tempestconf/latest/cli/cli_options.html#discover-tempest-config15:35
weshayin cli args15:35
*** sanjayu_ has quit IRC15:35
kopecmartinweshay, ssbarnea well, it's auto-generated15:37
weshayssbarnea, that was quick15:44
weshaylolz15:44
weshaypanda|ruck, bah.. finally out of mtgs15:46
ssbarneaweshay: i only reviewed that change by looking at the generated doc, not following the doc steps to check if they are valid. it would take few hours to do QE on the entire docs.15:47
panda|ruckweshay: tha's why you want to join other two now ? :)15:48
weshaypanda|ruck, heh.. I guess so15:50
weshaypanda|ruck, /me gets coffee, tell me where to join you15:50
weshaypanda|ruck, I'm here https://redhat.bluejeans.com/u/whayutin/15:52
weshaypanda|ruck, where are you atm :)15:53
*** kopecmartin has quit IRC15:53
panda|ruckweshay: in my happy place15:53
weshaypanda|ruck, I want to go there tooo :(15:53
* weshay wonders what panda|ruck's happy place looks like..15:54
*** ykarel|away has joined #oooq16:00
weshayrfolco|rover|brb, what was the bug on the ceph issue16:03
weshayrfolco|rover|brb, panda|ruck think it was fs16516:04
weshay1616:04
weshayrfolco|rover|brb, panda|ruck looks fixed https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset016-queens/112aa82/16:04
weshaypanda|ruck, http://cistatus.tripleo.org/promotion/16:05
weshaypanda|ruck, https://review.openstack.org/#/c/590169/16:09
weshaypanda|ruck, https://review.openstack.org/#/c/590036/16:10
*** holser_ has quit IRC16:12
panda|ruckarxcruz: can you check this one ? https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-master/649eef0/job-output.txt.gz#_2018-08-09_04_15_46_38184016:17
weshaypanda|ruck, https://review.rdoproject.org/r/1537316:20
weshaypanda|ruck,16:21
weshay dlrnapi --url https://trunk.rdoproject.org/api-centos-queens --username review_rdoproject_org report-result --commit-hash ef6b5c335f1dd9551d040eeddeb665052ae88e71 --distro-hash 3562a5fc3f7d8dedb4969ac97355de40a03e7c46 --job-id periodic-multinode-1ctlr-featureset037 --info-url https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset037-updat16:21
weshayes-queens/b2eaafd --timestamp 1533751819 --success True16:21
*** gkadam_ has quit IRC16:32
*** tosky has quit IRC16:39
*** ykarel|away has quit IRC16:40
hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario009-multinode-oooq, tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master @ https://review.openstack.org/560445, stable/queens:  (1 more message)16:43
*** rfolco|rover|brb is now known as rfolco|rover16:48
rfolco|roverweshay, https://bugs.launchpad.net/tripleo/+bug/177724916:51
openstackLaunchpad bug 1777249 in tripleo "ceph.client.manila.keyring contains uncessary backslashes in caps mon" [Low,Fix released] - Assigned to John Fulton (jfulton-org)16:51
rfolco|roverweshay, queens branch did not merge, only master fix16:51
rfolco|roverhttps://review.openstack.org/#/c/589186/16:51
rfolco|roverqueens ^16:52
rfolco|roverhttps://review.openstack.org/#/c/575915/16:52
rfolco|rovermaster ^16:52
*** agopi has quit IRC16:54
*** amoralej is now known as amoralej|off16:58
*** bogdando has quit IRC17:00
myoungweshay: panda|ruck and I are in room if still works for ya.17:05
weshaymyoung, which room17:07
panda|ruckweshay: myoung room, 705 ..17:08
weshaychandankumar, setup a meeting w/ me tomorrow please17:08
chandankumarweshay: done, does scheduled time work for you?17:10
weshaypanda|ruck, https://docs.google.com/document/d/1q_EEUdUBkECKMWC49ZIOv0CURihfU9POdbWFBP_dZLQ/edit17:11
weshaymyoung, panda|ruck https://docs.google.com/presentation/d/1TAK312AC0AzOiw9HNSUZIWEkQX6C_jxgnlvDZpdcXAY/edit#slide=id.gb6edfa308_2_1517:11
*** udesale has quit IRC17:23
chandankumarweshay: today is state bandh, internet is cutted off this time in night18:06
*** agopi has joined #oooq18:14
panda|ruckweshay: https://review.rdoproject.org/r/15376 https://review.rdoproject.org/r/15374 https://review.openstack.org/59042818:20
panda|ruckweshay: never again18:21
panda|ruckI probably messed up a million configurations variables18:21
panda|ruckI'm going directly to sleep18:21
*** panda|ruck is now known as panda|ruck|off18:22
*** dtantsur is now known as dtantsur|afk18:24
weshayheh18:25
weshaypanda|ruck|off, thanks18:25
*** trown is now known as trown|lunch18:26
*** apetrich has joined #oooq18:33
hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-scenario009-multinode-oooq, tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master @ https://review.openstack.org/560445, stable/queens:  (1 more message)18:43
*** apetrich has quit IRC19:18
*** trown|lunch is now known as trown19:43
myoungweshay, panda|ruck|off, what's the timeline for adding rocky jobs?  If we can sort out moving all the legacy jobs --> v3 format/syntax first, we might be able to avoid standing up rocky.* as legacy...19:44
weshaynow :(19:44
myoungk19:44
*** myoung is now known as myoung|biaf19:57
*** chem has quit IRC19:58
*** apetrich has joined #oooq20:05
rfolco|roverweshay, are you aware of the time outs on gate jobs ?20:08
jristhey guys20:11
jristgot a few minutes?20:11
jrista few things that are happening on latest UI20:11
jristusing quickstart20:11
jristplans are not being loaded (no default plan)20:11
jristno validations20:11
jristseems like the validations are not connected to the UI20:11
jristsomehow20:11
jristcannot even log into the UI because it's trying to go to https://192.168.24.2/keystone/v3/auth/tokens20:11
jristwrong network.20:11
jristthat was changed before by quickstart-extras20:12
jristit no longer does20:12
jristbueller20:16
*** apetrich has quit IRC20:20
*** apetrich has joined #oooq20:35
hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master, tripleo-ci-centos-7-scenario008-multinode-oooq-container @ https://review.openstack.org/560445,  (1 more message)20:43
*** myoung|biaf is now known as myoung20:49
*** ssbarnea has quit IRC20:52
weshayrfolco|rover, time outs should be tracked here http://status.openstack.org/elastic-recheck/20:53
weshayjrist, sorry was 1-120:54
weshayjrist, master?20:54
jristweshay: master yes.20:56
jristomg vscode is so nice for diffs20:57
weshayjrist, can we add a check / test for that?20:57
weshayhttps://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-gate-master-delorean-quick-basic-6620/console.txt.gz20:57
weshay2018-08-09 19:14:07.304 |  TASK [validate-ui : Execute the simple tripleo-ui validation] ******************20:57
weshayrfolco|rover, some time outs happen from time to time20:57
weshayrfolco|rover, that is something to track, debug and figure out w/ an infra hat on20:58
weshay:)20:58
weshayrfolco|rover, we need the ara stats from the overcloud deployments20:58
weshaymaybe you help push that along20:58
weshayrfolco|rover, https://review.openstack.org/#/c/565077/20:59
weshayrfolco|rover, as long as we're hitting close to 100% here http://cistatus.tripleo.org/gates/21:02
weshayrfolco|rover, I'm ok21:02
weshayrfolco|rover, the data needs to be double checked though :)21:03
jristweshay: just a sec, doing a rebase21:03
weshayjrist, mutha fuka21:04
*** trown is now known as trown|outtypewww21:04
* jrist puts on morcheeba21:07
jristLET'S DO THIS21:07
jristok so21:07
jristput a check?21:07
jristweshay: is that check not already tehre?21:07
jristUI is up but can't login21:07
jristneeds that next step21:07
weshayya21:07
jristweshay: sorry for the stupid question but where is that validate-ui check?21:23
weshayjrist, codesearch bro21:24
weshayjrist, http://codesearch.openstack.org/?q=Execute%20the%20simple%20tripleo-ui%20validation&i=nope&files=&repos=21:24
weshayguess I'm brogrammer :(21:24
weshayI'm a21:24
weshaywhat's ur's say..21:25
weshaynull21:25
jristthanks21:25
weshaywhat's ur's say..21:25
weshaydev21:25
jristwhat my what say21:25
weshayjrist, btw.. ptg and summit https://www.openstack.org/summit/denver-2019/21:25
jristyeah21:26
jristok so where is that validate-ui task run? undercloud or from my quickstart install dir21:28
jristweshay: ^21:28
weshayjrist, http://codesearch.openstack.org/?q=tripleoui-validate&i=nope&files=&repos=21:31
weshayjrist, it's called from that playbook21:31
jristso on my laptop21:31
* jrist looks21:31
weshayjrist, if you want to just run that.. either use a tag or just that call from the cli21:31
jristyeah21:31
jristthat was my plan21:31
jristI don't now where it got created though21:32
weshaya playbook w/ just http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/playbooks/quickstart-extras-validate.yml#n2821:32
weshayjrist, where what was created?21:32
jristthe validate-ui sh21:32
*** apetrich has quit IRC21:32
*** agopi has quit IRC21:51
weshayjrist, oh.. that is dropped in {{ local_working_dir }}21:52
weshayjrist, your python virt env21:52
weshay.quickstart21:52
weshayjrist, https://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-gate-master-delorean-quick-basic-6620/21:52
jristI have this dir, weshay21:52
jrist/home/jrist/.quickstart-galena/usr/local/share/ansible/roles/validate-ui/README.md21:52
weshayhttps://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-gate-master-delorean-quick-basic-6620/ui_validate_simple.sh21:52
weshayjrist, ya.. not ther21:52
jristand a jinja for the validation role21:52
weshaye21:52
weshay.quickstart-galena21:53
weshaylook there21:53
jristah21:54
jristweshay: so similarly21:54
jristwe could do https://172.16.213.154/keystone/v3/auth/tokens21:55
jristcurl ^21:55
jristright now it's curl --insecure  "https://172.16.213.154/login" | grep tripleo_ui.js21:55
jristbut that's just for login21:55
jristif we can't hit that keystone url21:55
jristwe can't hit the UI login21:55
weshayjrist, k.. throw up a review brotha21:56
jristweshay: totally new role?21:56
weshayjrist, no no21:57
weshayjust add to it21:57
jristadd to that file21:57
jristto the jinja21:57
weshayya21:57
jristk thx21:57
weshayrfolco|rover, http://status.openstack.org/elastic-recheck/#168654221:57
jristweshay: does it handle timeouts?21:59
weshayjrist, what do you mean?21:59
weshayelastic-recheck?21:59
jristweshay: like for now we're grepping for tripleo_ui.js21:59
jristbut what about just trying the URL22:00
jristwhich will timeout22:00
weshayalways?22:00
weshayjrist, you guys have some real tests around this now don't you?22:00
weshayjrist, you want to chat about this?22:01
jristlol22:01
jristit will if the URL doesn't get changed, which it isn't22:01
jristright now when the UI is set up by quickstart22:01
weshayk22:01
jristit puts the following in the config file:22:01
jristweshay:   'keystone': 'https://192.168.24.2:443/keystone/v3',22:02
jristand so on22:02
jristwrong IP22:02
jristused to get configured by tripleo-quickstart-extras22:02
jristto change to {{the right ip}}22:02
weshayoh k22:02
weshayright22:03
jristin the case of the validate ui jinja: virthost_addr22:03
jrist{{ virthost_addr }}22:03
jristdoes not work now22:03
jristthat is one of the bugs I was mentioning like an hour ago :)22:03
jristthus this check to catch it. (1)22:03
jristnow we also need to fix that problem (2)22:03
jristdoing the check right now22:03
weshayjrist, first thing would be to doc this in a bug22:04
weshaybut ya22:04
jristit is in a bug.22:04
jristlp quickstart22:04
jristhttps://trello.com/c/24gwdQtW/1002-get-ui-working-properly-with-a-quickstart-install22:04
jristweshay: specifically https://bugs.launchpad.net/tripleo/+bug/178243822:05
openstackLaunchpad bug 1782438 in tripleo "tripleo ui endpoints misconfigured in containerized undercloud" [High,Triaged]22:05
weshayjrist, https://github.com/openstack/tripleo-quickstart-extras/blob/b3794ff03ab841bbbc15a339e35a7ec02b193111/roles/undercloud-deploy/tasks/tripleo-ui.yml22:06
jristweshay: why are you showing me this?22:07
weshayjrist, you want to fix this right?22:07
weshayjust figuring out which param to update22:07
weshayI think it's https://github.com/openstack/tripleo-quickstart/blob/master/roles/libvirt/setup/undercloud/templates/ssh-tunnel.service.j222:07
weshayto be honest22:07
jristnope22:08
jristtunnel works fine22:08
jristweshay: the UI config doesn't get properly written22:08
jristweshay: I will upload a copy. one moment22:08
weshayok.. so ansible_default_ipv4.address22:08
jristwindow.tripleOUiConfig = {22:09
jrist  // Service URLs (defaults to UI host)22:09
jrist  //22:09
jrist  // A valid Keystone service URL is required. The other endpoints22:09
jrist  // will then be obtained automatically from the Keystone catalog.22:09
jrist  //22:09
jrist  'keystone': 'https://192.168.24.2:443/keystone/v3',22:09
jrist  'heat': 'https://192.168.24.2:443/heat/v1/%(project_id)s',22:09
jrist  'ironic': 'https://192.168.24.2:443/ironic',22:09
jrist  'ironic-inspector': 'https://192.168.24.2:443/ironic-inspector',22:09
jrist  'mistral': 'https://192.168.24.2:443/mistral/v2',22:09
jrist  'nova': 'https://192.168.24.2:443/nova/v2.1',22:09
jrist  'swift': 'https://192.168.24.2:443/swift/v1/AUTH_%(project_id)s',22:09
jrist  'zaqar-websocket': 'wss://192.168.24.2:443/zaqar',22:09
jrist  // Default websocket queue name22:09
jrist  'zaqar_default_queue': 'tripleo',22:09
jrist  // Languages22:09
jrist  //22:09
jrist  // By default, all available languages are enabled.  Use this setting to22:09
jrist  // disable certain languages.22:09
jrist  //22:09
jrist  'excludedLanguages': [],22:09
jrist  // Logging22:09
jrist  'loggers': ["console","zaqar"]22:09
jrist};22:09
jristoh christ22:09
jristmeant to paste http://paste.openstack.org/show/727780/ but my crtl-v didn't work22:09
jristsorry about that.22:10
jristah weshay so this check won't work curl --insecure  "https://{{ virthost_addr }}/keystone/v3/auth/tokens" | grep "401"22:12
jristbecause it will succeed22:12
jrist(because the tunnel works)22:12
jristthe correct IP gets written to that validate ui script22:12
weshayhttps://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-gate-master-delorean-quick-basic-6620/undercloud/var/log/extra/dump_variables_vars.json.gz22:14
jristweshay: that's helpful22:14
jristany idea why that didn't get passed through properly?22:14
weshaysec.. I think bogdan changed something22:15
weshayhttps://review.openstack.org/#/c/585741/1/config/general_config/minimal.yml22:16
weshayjrist, ^22:16
jristweshay: what am I looking at?22:16
jristmajor imposter syndrome here22:16
weshayjrist, lolz22:16
weshaylet's blue22:17
jristk22:17
weshayhttps://redhat.bluejeans.com/u/whayutin/22:17
jristmine or yorus22:17
jristk22:17
weshayjrist, https://review.openstack.org/#/c/585741/1/config/general_config/minimal.yml22:21
weshayjrist, https://github.com/openstack/tripleo-heat-templates/blob/master/net-config-undercloud.j2.yaml#L8822:22
*** tosky has joined #oooq22:30
weshayjrist, https://github.com/openstack/tripleo-quickstart-extras/blob/b3794ff03ab841bbbc15a339e35a7ec02b193111/roles/undercloud-deploy/tasks/tripleo-ui.yml22:30
weshayjrist, https://github.com/openstack/tripleo-quickstart-extras/blob/b3794ff03ab841bbbc15a339e35a7ec02b193111/roles/undercloud-deploy/tasks/tripleo-ui.yml#L10422:31
weshayjrist,22:38
weshayhttp://codesearch.openstack.org/?q=tripleo_ui_config.js&i=nope&files=&repos=22:38
weshayjrist, http://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/docker/services/tripleo-ui.yaml22:41
weshayjrist, http://git.openstack.org/cgit/openstack/kolla/tree/docker/tripleo-ui/Dockerfile.j222:42
hubbotFAILING CHECK JOBS on stable/ocata: legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-ocata @ https://review.openstack.org/564291, master: tripleo-ci-centos-7-3nodes-multinode, tripleo-ci-centos-7-containerized-undercloud-upgrades, legacy-tripleo-ci-centos-7-container-to-container-upgrades-master, tripleo-ci-centos-7-scenario008-multinode-oooq-container @ https://review.openstack.org/560445,  (1 more message)22:43
jristthanks weshay22:47
*** jjoyce has quit IRC23:44
*** jjoyce has joined #oooq23:45
*** tosky has quit IRC23:48
*** ssbarnea has joined #oooq23:54

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