Wednesday, 2021-02-10

*** jmasud has quit IRC00:01
*** jmasud has joined #oooq00:38
*** jmasud has quit IRC00:47
*** jmasud has joined #oooq00:57
*** jmasud has quit IRC01:01
*** jmasud has joined #oooq01:09
*** jmasud has quit IRC01:12
*** jmasud has joined #oooq01:17
*** jmasud has quit IRC01:19
*** jmasud has joined #oooq01:21
*** jmasud has quit IRC01:24
*** rlandy has quit IRC02:18
*** apetrich has quit IRC02:29
*** skramaja_ has joined #oooq02:35
*** skramaja has quit IRC02:37
*** jmasud has joined #oooq03:09
*** jmasud has quit IRC03:10
*** udesale has joined #oooq04:23
*** saneax has quit IRC04:25
*** dsneddon has quit IRC04:37
*** dmellado has quit IRC04:37
*** ykarel has joined #oooq04:38
*** dsneddon has joined #oooq04:42
*** dmellado has joined #oooq04:42
*** ysandeep|away is now known as ysandeep|rover04:49
*** openstackstatus has quit IRC04:58
*** openstack has joined #oooq04:59
*** ChanServ sets mode: +o openstack04:59
*** ysandeep|rover is now known as ysandeep|brb05:13
*** ysandeep|brb is now known as ysandeep|rover05:35
*** saneax has joined #oooq05:36
*** ykarel has quit IRC05:55
*** marios has joined #oooq05:55
*** ratailor has joined #oooq06:05
*** ykarel has joined #oooq06:12
*** jmasud has joined #oooq06:14
*** jpodivin has joined #oooq06:58
*** jpodivin has joined #oooq06:59
pojadhavsshnaidm, hey 0/07:14
pojadhavsshnaidm, yesterday I fixed telegraf script tests to make green py36-config job by modifying expected empty list to None, but now I am facing some weired issue like same tests are failing on my other 2 patches ( https://review.rdoproject.org/r/#/c/31721/ and https://review.rdoproject.org/r/#/c/31898/) and again it expecting empty list instead of None. Do you have any idea what wrong with it..?07:24
*** jmasud has quit IRC07:25
*** ysandeep|rover is now known as ysandeep|lunch07:54
ykarelysandeep|lunch, i have reported https://bugs.launchpad.net/tripleo/+bug/1915242 which i mentioned couple of days back08:05
openstackLaunchpad bug 1915242 in tripleo "[Train] [CentOS7] Undercloud jobs puppet task ertmonger_certificate[haproxy-external-cert] fails with Unrecognized parameter or wrong value type" [Undecided,New]08:05
ykareldidn't find related bug so reported08:05
*** frenzy_friday has quit IRC08:13
*** frenzy_friday has joined #oooq08:14
*** amoralej|off is now known as amoralej08:21
*** slaweq|away is now known as slaweq08:29
*** zbr|pto is now known as zbr08:35
*** ysandeep|lunch is now known as ysandeep|rover08:52
ysandeep|roverykarel, ack08:53
*** jpena|off is now known as jpena08:57
*** tosky has joined #oooq09:12
arxcruz|ruckysandeep|rover: i'm gonna fix scen10 on train09:19
arxcruz|ruckysandeep|rover: good morning btw :)09:19
ysandeep|roverarxcruz|ruck, good morning :)09:23
ysandeep|roverarxcruz|ruck, https://bugs.launchpad.net/tripleo/+bug/1914600 is blocking ussuri from promoting, victoria is also failing on tempest(possibly with same issue).. but for some reason undercloud dir is not captured in logs09:23
openstackLaunchpad bug 1914600 in tripleo "periodic-tripleo-ci-centos-8-scenario010-ovn-provider-standalone-master/ussuri is failing on tempest test - octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest" [Critical,Triaged]09:23
arxcruz|ruckysandeep|rover: that's what i'm fixing :)09:24
arxcruz|ruckysandeep|rover: i'm still getting     ModuleNotFoundError: No module named 'setuptools_rust'09:25
ysandeep|roverarxcruz|ruck, your patch id?09:25
ysandeep|roverarxcruz|ruck, and thanks for taking care of this o/ fyi.. i just marked this bug ^^ as promotion blocker as its blocking ussuri from promoting09:26
arxcruz|ruckysandeep|rover: https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/77441909:28
ysandeep|roverarxcruz|ruck, i think adding a task here to make sure pip is atleast 19.1.1 in venv will solve the issue - https://opendev.org/openstack/openstack-tempest-skiplist/src/branch/master/roles/install_skiplist/tasks/main.yaml#L809:32
arxcruz|ruckysandeep|rover: but it's marked as latest09:33
*** derekh has joined #oooq09:33
ysandeep|roverin logs -> upgrade to the latest pip and try again. This will fix errors for most\n09:34
*** ykarel is now known as ykarel|lunch09:34
ysandeep|roverarxcruz|ruck, fyi.. we had to do this for image build job https://review.opendev.org/c/openstack/tripleo-ci/+/774603/3/roles/oooci-build-images/tasks/pre.yaml09:35
arxcruz|ruckysandeep|rover: the ensure_pip should take care of that, but whatever09:37
ysandeep|rovervirtualenv is not specified in other tasks https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/774419/3/roles/install_skiplist/tasks/main.yaml#16 , not sure if they are installing in same venv09:49
*** udesale_ has joined #oooq10:18
sshnaidmpojadhav, hi10:19
sshnaidmpojadhav, you changed [] to None, right? So now it expects to get [], not None: https://logserver.rdoproject.org/10/31910/5/check/tox-py36-ci-config/3bd8093/job-output.txt10:20
sshnaidmpojadhav, take a look: https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/infra-setup/roles/rrcockpit/files/telegraf_py3/storyboard.py#L1410:21
*** udesale has quit IRC10:21
sshnaidmif data.ok:10:21
sshnaidm        return data.json()10:21
sshnaidmbut if it's not ok, for example storyboard fails to connect, it will return None10:21
sshnaidmpojadhav, you should be aware of that ^10:22
sshnaidmI think yesterday storyboard was down, that's why it returned None10:22
sshnaidmpojadhav, we shouldn't depend on that and need to mock it10:22
jbadiapaHi, is anyone using tripleo-quickstart to deploy environments or just using it for the gate?10:32
pojadhavsshnaidm, ahh got your point10:33
jbadiapaRecently there have been some changes, that make me imposible to deploy a 3contr-2com-3ceph scenario10:34
jbadiapathe vars run_tripleo_validations & run_tripleo_validations_negative_tests are missing or maybe I need to add an scenario to have them configured.10:37
jbadiapaovercloud-instrospectio.sh fails, "openstack overcloud node introspect --all-manageable" is no longer needed, the nodes are already in the managable state10:37
arxcruz|ruckysandeep|rover: thanks, it works10:37
soniya29arxcruz, kopecmartin , Do you have anything to discuss in tempest meeting today?10:37
arxcruz|ruckhttps://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/77441910:37
ysandeep|roverarxcruz|ruck, great! :)10:38
*** dtantsur|afk is now known as dtantsur10:38
jbadiapaThe overcloud-deploy script fails at "Check Default IPv4 Gateway availability" more info http://paste.openstack.org/show/802505/10:40
jbadiapashould I file bugs for them?10:41
ysandeep|roverjbadiapa, yes please file a bug10:44
jbadiapasure, I will create three different ones, thx10:45
kopecmartinsoniya29: nothing special from my side10:45
soniya29arxcruz|ruck, ^^10:46
arxcruz|rucksshnaidm: ysandeep|rover marios i would like to merge it asap to unblock ussuri, train and master https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/77441910:46
arxcruz|rucksoniya29: same for me10:46
ysandeep|roverarxcruz|ruck, commenting.. i have one to say about this10:47
mariosarxcruz|ruck: ack10:47
soniya29arxcruz|ruck, kopecmartin, since raukadah is also on PTO and there's nothing to discuss, is that okay with you all to cancel the meeting for today?10:48
kopecmartinsoniya29: yep10:48
arxcruz|rucksoniya29: yup10:50
*** dsneddon has quit IRC10:50
soniya29arxcruz|ruck, kopecmartin , okay so let's cancel the meeting10:51
*** dsneddon has joined #oooq10:51
ysandeep|roverarxcruz|ruck, commented10:52
arxcruz|ruckysandeep|rover: i think your comment was in the previous patch10:53
arxcruz|rucki have added those jobs10:53
arxcruz|ruckcheck it out10:53
ysandeep|roverchecking10:53
arxcruz|ruckmaybe you comment when the review was being uploaded10:53
*** ykarel|lunch is now known as ykarel10:53
ysandeep|roverarxcruz|ruck, what about component version of these jobs? sc10 run in component line as well10:54
ysandeep|roverarxcruz|ruck,  https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-centos-8-scenario010-standalone-network-master&project=openstack/tripleo-ci  they are affected as well10:56
*** dsneddon has quit IRC10:57
*** dsneddon has joined #oooq10:57
ysandeep|roverarxcruz|ruck, fyi.. periodic-tripleo-ci-rhel-8-scenario010-standalone-rhos-16.2 is failing in downstream as well..11:24
ysandeep|roverhttps://sf.hosted.upshift.rdu2.redhat.com/logs/33/227233/2/check/periodic-tripleo-ci-rhel-8-scenario010-standalone-rhos-16.2/911cb74/logs/undercloud/var/log/tempest/stestr_results.html11:24
arxcruz|ruckysandeep|rover: is downstream uses skiplist ?11:25
ysandeep|roverarxcruz|ruck, I am not sure about that.. this error seems same as train - https://sf.hosted.upshift.rdu2.redhat.com/logs/openstack-periodic-integration-rhos-16.2/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-rhel-8-scenario010-standalone-rhos-16.2/44aa144/logs/undercloud/var/log/tempest/stestr_results.html11:26
arxcruz|ruckysandeep|rover: yeah11:26
arxcruz|ruckwe should skip it11:26
akahatarxcruz|ruck, o/11:27
arxcruz|ruckbut not sure if how it works on downstream11:27
arxcruz|ruckakahat: hey11:27
akahatarxcruz|ruck, https://0b48b99a1954caa6a5cb-d177fea3a813a6c3857df2d202d4eaea.ssl.cf5.rackcdn.com/774580/1/check/tripleo-buildimage-ironic-python-agent-centos-7/241c5c8/build.log11:27
ysandeep|roverarxcruz|ruck, lets wait for rlandy to confirm11:27
akahatarxcruz|ruck, history looks pretty good only for that patch it is failing: https://zuul.opendev.org/t/openstack/builds?job_name=tripleo-buildimage-ironic-python-agent-centos-7+11:28
*** dsneddon has quit IRC11:28
*** dsneddon has joined #oooq11:30
arxcruz|ruckysandeep|rover: rhel8 does use skiplist, we can add the name of that job in the skiplist12:23
ysandeep|roverarxcruz|ruck, yes we can add, also we have component jobs of sc10 and sc10-ovn (In both upstream and downstream)- do we also need to add those jobs in skiplist.12:25
arxcruz|ruckysandeep|rover: can you give me the list?12:25
ysandeep|roverarxcruz|ruck, yes i can share after prgm call but it will be number of jobs - master/victoria/ussuri/train component jobs.. Can't we just disable them on all jobs, till neutron team fixes this issue.12:27
ysandeep|roverif i speak for this bug: https://bugs.launchpad.net/tripleo/+bug/191460012:27
openstackLaunchpad bug 1914600 in tripleo "periodic-tripleo-ci-centos-8-scenario010-ovn-provider-standalone-master/victoria/ussuri is failing on tempest test - octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest" [Critical,Triaged]12:27
arxcruz|ruckysandeep|rover: the problem is that there are some jobs upstream using it12:27
arxcruz|ruckskiplist doesn't have a skip_job list12:27
arxcruz|ruckysandeep|rover: yes, the patch i submit will fix it on victoria, ussuri and train12:28
*** rlandy has joined #oooq12:28
ysandeep|roverarxcruz|ruck, skiplist accept regex in jobs?12:28
arxcruz|ruckbeagles have jobs running that test, that is passing upstream, so we can't just skip everywhere12:28
arxcruz|ruckysandeep|rover: sadly no12:28
rlandyysandeep|rover: you ok to speak at the program call?12:28
arxcruz|ruckbut it's a good idea tbh12:28
rlandyI will join as well12:29
ysandeep|roverrlandy, yes12:29
arxcruz|ruckrlandy: is it okay to add the downstream job name on skiplist ?12:29
rlandyarxcruz|ruck: yeah12:29
arxcruz|ruckack12:29
ysandeep|roverrlandy, pm12:30
*** ysandeep|rover is now known as ysandeep|call12:31
*** jpena is now known as jpena|lunch12:36
*** amoralej is now known as amoralej|lunch12:41
bhagyashrisweshay|ruck, hi gm, i just want to ask about the promoter stuff, i see the dlrn-promoter service is inactive on test promoter server 10.0.111.180 so is that made inactive purposely12:42
weshay|ruckbhagyashris, ya.. I was running the python command by hand12:43
bhagyashrisme and amol see that inactive so we haven't touched to that12:43
bhagyashrisweshay|ruck, ok12:43
akahatweshay|ruck, fyi.. I updated the password and login is successful.12:45
weshay|ruckbhagyashris, akahat rlandy ah.. sometimes the most simple explanation is the correct one12:46
weshay|ruckbhagyashris, akahat rlandy /me jumps on tmux and tries a train promotion12:46
weshay|ruckc7 train12:46
akahatweshay|ruck, okay.. i'll also join12:47
rlandyok12:47
bhagyashrisweshay|ruck, me too wants to join the same12:47
rlandyweshay|ruck: I am abandoning the patch to exclude fluentd for rocky - should be there12:48
bhagyashrisweshay|ruck, fyi will need to change from "release: rocky" to "release: train" in ci-scripts/dlrnapi_promoter/config_environments/rdo/defaults.yaml12:54
weshay|ruckah.. that's what I was missing12:54
bhagyashrisweshay|ruck, can you share the tmux session name12:54
bhagyashrisi cant see the name in tmux ls12:55
weshay|ruckit's the promoter user.. tmux12:55
weshay|ruckbhagyashris, tmux a12:55
weshay|ruckbhagyashris, akahat so the rdo passwd was updated.. phun12:57
bhagyashrisweshay|ruck, yes12:58
weshay|rucksoniya29, is there a tempest mtg today?13:02
weshay|ruckarxcruz|ruck, you got a second?13:04
arxcruz|ruckweshay|ruck: yes13:04
*** ratailor has quit IRC13:04
arxcruz|ruckweshay|ruck: we cancel today's tempest meeting13:04
weshay|ruckarxcruz|ruck, https://meet.google.com/zvw-hnds-ncu?authuser=113:04
*** pojadhav is now known as pojadhav|afk13:04
weshay|ruckrlandy, https://github.com/rdo-infra/ci-config/tree/master/ci-scripts/container-push/roles/containers-promote13:04
pojadhav|afk\ME going out a bit.. will be back in 1-2 hrs13:05
arxcruz|ruckweshay|ruck: http://38.102.83.131/quay/copy-quay.txt13:10
arxcruz|ruckweshay|ruck: https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-build-containers-ubi-8-push-victoria/b42e2fd/logs/containers-built.log13:15
weshay|ruckarxcruz|ruck, https://termbin.com/iuthg13:16
*** ysandeep|call is now known as ysandeep|rover13:16
*** ykarel_ has joined #oooq13:24
sshnaidmweshay|ruck, https://review.rdoproject.org/r/#/c/31929/ - this should fix not updating grafana on site13:25
sshnaidmweshay|ruck, frenzy_friday discovered that renaming this file failed updating of dashboards13:26
weshay|rucksshnaidm, is that a private import?13:27
* weshay|ruck not familiar w/ _module13:27
*** ykarel has quit IRC13:27
sshnaidmweshay|ruck, ?13:28
*** amoralej|lunch is now known as amoralej13:30
weshay|rucksshnaidm, https://review.rdoproject.org/r/#/c/31929/2/ci-scripts/infra-setup/roles/rrcockpit/files/grafana/grafana-alert-notification-server.py13:30
weshay|ruckline 313:30
sshnaidmweshay|ruck, it's _thread in py313:30
weshay|ruckah k13:31
weshay|ruckthat is all :)13:31
sshnaidmbut just renaming it failed in https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/infra-setup/roles/rrcockpit/files/grafana/entrypoint.sh#L2313:31
sshnaidmgrafana sidecar was restarting non-stop13:32
sshnaidmand didn't update13:32
*** jpena|lunch is now known as jpena13:33
weshay|rucksshnaidm, ah.. thanks .. good catch13:34
*** ykarel_ is now known as ykarel13:40
weshay|ruckysandeep|rover, is this one ready?13:42
weshay|ruckhttps://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/77444513:42
ysandeep|roverweshay|ruck, testproject is currently running https://review.rdoproject.org/r/#/c/28537/ , but we have passed the earlier error13:43
ysandeep|rovergreen run on stein https://logserver.rdoproject.org/37/28537/7/check/periodic-tripleo-ci-centos-7-standalone-stein/e19d373/13:43
weshay|ruckysandeep|rover, k.. thanks13:44
ysandeep|roverI will remove wip as soon as all jobs reports and green13:44
weshay|ruckysandeep|rover, what's missing from this bug? https://bugs.launchpad.net/tripleo/+bug/191499313:45
openstackLaunchpad bug 1914993 in tripleo "Jobs fails on stein and older branches with ERROR! the role 'tripleo_validations' was not found" [Undecided,Triaged]13:45
weshay|ruckre: the settings not content13:45
ysandeep|roverweshay|ruck, https://review.opendev.org/c/openstack/tripleo-validations/+/774747 is in gate13:46
weshay|ruckk13:46
weshay|ruckysandeep|rover, https://bugs.launchpad.net/tripleo/+bug/191499313:46
weshay|ruckysandeep|rover, what's wrong w/ thaat bug?13:47
ysandeep|roverweshay|ruck, https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/774445 is for ^^13:47
weshay|ruckysandeep|rover, look at how it's triaged13:48
weshay|ruckwhat's incorrect?13:48
ysandeep|roverweshay|ruck, oops, corrected13:48
ysandeep|roverrlandy, weshay|ruck https://code.engineering.redhat.com/gerrit/#/c/227239/ to fix BM jobs in 16.213:50
ysandeep|rover periodic-tripleo-ci-rhel-8-scenario001-standalone-rhos-16.2 https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/build/1854132f63f64bf38b12a5c2a834c241 : SUCCESS in 1h 33m 55s (non-voting) is green with ^^13:50
weshay|ruckysandeep|rover, k.. thanks.. also it's blocking multiple branches atm.. IMO that's worth socializing on the cix board13:50
ysandeep|roverfs001 -  periodic-tripleo-ci-rhel-8-bm_envB-3ctlr_1comp-featureset001-baremetal-rhos-16.2 https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/build/2a0068d66cb64ecdb44fd82453af308e : SUCCESS in 4h 49m 13s13:50
weshay|ruckysandeep|rover, can you please update it w/ "promotion-blocker" .. I want the validations team to look at preventative actions on this13:50
ysandeep|roverweshay|ruck, adding13:51
rlandyweshay|ruck: frenzy_friday: want to meet later today wrt testproject job and testing stream?13:51
weshay|ruckakahat, bhagyashris13:52
weshay|ruck2021-02-10 13:47:40,375 p=782735 u=promoter n=ansible | fatal: [localhost]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specif│················ied for this result", "changed": false}                                                                                                                                       │················2021-02-10 13:47:40,382 p13:52
weshay|ruck=782735 u=promoter n=ansible | TASK [containers-promote : list all local images from source registry]13:52
rlandyI abandoned the testproject job - so it has not run yet13:52
weshay|ruckI probably did not resource registry13:52
frenzy_fridayweshay|ruck, sure 17 UTC?13:54
weshay|ruckfrenzy_friday, ?13:54
weshay|ruckakahat, bhagyashris ok.. remove the no_log from code on the server.....13:54
weshay|ruckrerun the command I'm running13:54
weshay|ruckakahat, bhagyashris understood?13:54
sshnaidmweshay|ruck, wrt https://review.opendev.org/c/openstack/tripleo-ci/+/773629 - it's exactly what configured in ci and has nothing to do with the patch: https://github.com/openstack/tripleo-ci/blob/master/zuul.d/multinode-jobs.yaml#L326-L34813:56
jbadiapaysandeep|rover, weshay|ruck: the tripleo_validations is also failing in master branch https://bugs.launchpad.net/tripleo/+bug/191526513:57
openstackLaunchpad bug 1915265 in tripleo "The tripleo_validations & run_tripleo_validations_negative_tests are missing from the minimal scenario" [Undecided,New]13:57
weshay|rucksshnaidm, k.. any suggestions? seems odd to have a run through the gate w/ 3-4 content providers and no deployments..   Is there anything we should do?13:57
sshnaidmweshay|ruck, to add these job in gate in link I pasted13:57
sshnaidmweshay|ruck, idk if it's required though, it's just jobs definitions changes13:58
ysandeep|rovermatbu, ^^ fyi.. https://bugs.launchpad.net/tripleo/+bug/191526513:58
openstackLaunchpad bug 1915265 in tripleo "The tripleo_validations & run_tripleo_validations_negative_tests are missing from the minimal scenario" [Undecided,New]13:58
weshay|rucksshnaidm, k.. I'll remove my -1 but let's get other cores on it.. marios has a +1, perhaps rlandy can vote13:59
weshay|ruckhttps://review.opendev.org/c/openstack/tripleo-ci/+/77362913:59
akahatweshay|ruck, okay. let me try it.13:59
bhagyashrisweshay|ruck, you mean no_log value should be false right?14:01
jbadiapamatbu, ysandeep|rover: I dont know why the patch https://review.opendev.org/c/openstack/tripleo-quickstart/+/774840   was not linked to the bug https://bugs.launchpad.net/tripleo/+bug/191526514:01
openstackLaunchpad bug 1915265 in tripleo "The tripleo_validations & run_tripleo_validations_negative_tests are missing from the minimal scenario" [Undecided,New]14:01
weshay|ruckbhagyashris, aye.. we need to see what the error is14:01
ysandeep|roverjbadiapa, new gerrit, we are posting comments on launchpad for now14:02
bhagyashrisweshay|ruck, ok14:03
jbadiapaack, thx14:03
*** ksambor has joined #oooq14:09
akahatweshay|ruck, we ran the script again you can check logs here http://10.0.111.180/20210210-140831.log14:10
weshay|ruckakahat, aye.. I'm on the box14:10
akahatcool14:13
* akahat will be back after some time.14:14
ysandeep|roverarxcruz|ruck, list of jobs http://paste.openstack.org/show/802516/14:18
arxcruz|ruckysandeep|rover: thanks, i'll write a patch14:18
*** jlarriba has joined #oooq14:19
ysandeep|roverarxcruz|ruck, thanks! I am yet to try add tempest skiplist cli.. i will try later today/ tomorrow morning14:19
arxcruz|ruckysandeep|rover: if you need help, let me know14:21
arxcruz|ruckysandeep|rover: weshay|ruck rlandy marios https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/77486814:21
mariosarxcruz|ruck: NEVER14:22
arxcruz|rucksudo14:22
ysandeep|roverarxcruz|ruck, thanks!14:24
ysandeep|roverarxcruz|ruck, when you have time.. can you please give pointer on why this job timedout while running tempest :)14:25
ysandeep|roverhttps://sf.hosted.upshift.rdu2.redhat.com/logs/openstack-periodic-integration-rhos-16.2/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset035-internal-rhos-16.2/17f758e/logs/undercloud/var/log/tempest/tempest_run.log.txt.gz14:25
ysandeep|roverweare strugging with 16.2 promotion and tempest timeout is one of the failure we are hitting14:26
ysandeep|roverwe* are14:26
ysandeep|roverrlandy, weshay|ruck whenever you have time https://code.engineering.redhat.com/gerrit/#/c/227239/14:27
arxcruz|ruckysandeep|rover: too many tests running ?14:27
weshay|ruckysandeep|rover, re: http://tripleo-cockpit.usersys.redhat.com/d/KyHCwLHMk/rhos-16-2-full-component-pipeline?viewPanel=483&orgId=114:28
weshay|ruckis metalsmith in 16.2 the supported provisioning for bm now?14:28
weshay|ruckand we should promote that component based on your results?14:29
ysandeep|roverweshay|ruck, yes its in tech preview not fully supported14:29
weshay|ruckk14:29
ysandeep|roverweshay|ruck, the keystone error we are facing in ovb job is not consistent(hitting both component/promotion line) - yes i think we can promote that component14:31
ysandeep|roverweshay|ruck, fyi.. I replied to your email on 16.214:31
ysandeep|roverrlandy, rhos_release_args is defined above in same file https://code.engineering.redhat.com/gerrit/#/c/227239/2/config/release/promotion-testing-hash-rhos-16.2.yml@314:37
ysandeep|roverall 16.2 and 17 files have that defined14:37
rlandyrevoted14:38
ysandeep|roverthanks!14:39
jbadiapadoes anyone hit the error "Check Default IPv4 Gateway availability" deploying the overcloud https://bugs.launchpad.net/tripleo/+bug/1915278?14:41
openstackLaunchpad bug 1915278 in tripleo "Error at "Check Default IPv4 Gateway availability" deploying the overcloud" [Undecided,New]14:41
ysandeep|roverjbadiapa, i have not , arxcruz|ruck, ^^ have you seen this in ci?14:46
jbadiapaysandeep|rover, not ci, depoying it manually... besides I had the run_tripleo_validations=false and run_tripleo_validations_negative_tests=false when I deployed the env14:47
jbadiapajust one last question, is the undercloud able to deploy an environment without swift?14:48
weshay|ruckrlandy, just informed our candidates about the outtage14:48
rlandyweshay|ruck: k - unfortunate14:49
weshay|ruckshitty communication14:49
rlandyshould be fine - couple hours14:49
rlandywe just need to make sure the nodes come back in good order14:49
rlandyweshay|ruck: I had to nuke mine to have enough RAM14:49
jbadiapacos I also hit an error when enable_swift=false on the undercloud.conf14:49
ysandeep|roverjbadiapa, when you disable nova in undercloud too / we can have an env without swift14:49
rlandywill put mine back on internal14:50
jbadiapaysandeep|rover, thx, but that's not the default setup, isnt it?14:51
ysandeep|roverykarel, reviews please whenever you have time https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/77444514:51
weshay|ruckysandeep|rover, so metalsmith is working in 16.2 on bm env.. however the older job.. periodic-tripleo-ci-rhel-8-bm_envB-3ctlr_1comp-featureset001-baremetal-rhos-16.2 is not14:51
ysandeep|roverweshay|ruck, ^^ it passed here https://code.engineering.redhat.com/gerrit/#/c/211494/14:52
ysandeep|roverperiodic-tripleo-ci-rhel-8-bm_envB-3ctlr_1comp-featureset001-baremetal-rhos-16.2 https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/build/2a0068d66cb64ecdb44fd82453af308e : SUCCESS in 4h 49m 13s14:52
ysandeep|roverweshay|ruck, https://code.engineering.redhat.com/gerrit/#/c/227239/ is needed to fix bm jobs14:53
ysandeep|roverold ovb jobs is failing with random issue infra issue/ keystone one is on cix14:54
ysandeep|roverjbadiapa, for master - nova less deploy is way to go , see this https://specs.openstack.org/openstack/tripleo-specs/specs/stein/nova-less-deploy.html14:55
ysandeep|roverjbadiapa, swift removal is not completely done yet https://specs.openstack.org/openstack/tripleo-specs/specs/wallaby/excise-swift.html few patches are left14:56
jbadiapaysandeep|rover, ack, thx14:57
ykarelysandeep|rover, +214:59
ysandeep|roverykarel, thanks!14:59
ysandeep|roverjbadiapa, I will try manual deployment tomorrow morning to see if i can replicate the issue, but in the meantime if you can ping your bug 1915278 on #tripleo.. we might get some good help.15:02
openstackbug 1915278 in tripleo "Error at "Check Default IPv4 Gateway availability" deploying the overcloud" [Undecided,New] https://launchpad.net/bugs/191527815:02
jbadiapathx I will15:03
ysandeep|roverweshay|ruck, rlandy matbu Tengu request for review https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/774445 whenever time permits.15:04
Tenguhow much do you pay? :)15:04
ysandeep|roverTengu, as many karma point you want on internal channel :)15:05
Tengu:D15:05
Tengucan't really +A, it's way out of the validations context, even if it talks about validations...15:07
Tengubut it sure does sound reasonable and legit.15:07
ysandeep|roverTengu, thanks! i will request someone from ci to +W it15:08
Tengusounds good!15:08
*** ysandeep|rover is now known as ysandeep|dinner15:09
arxcruz|ruckysandeep|dinner: nope15:14
mariosrlandy: weshay|ruck: sshnaidm: ysandeep|dinner: please add to your reviews list thank you https://review.rdoproject.org/r/#/c/31539/ (https://projects.engineering.redhat.com/browse/TRIPLEOCI-197 centos) https://code.engineering.redhat.com/gerrit/#/c/226592/ https://code.engineering.redhat.com/gerrit/#/c/224480/ https://code.engineering.redhat.com/gerrit/#/c/224481/15:25
marios(https://projects.engineering.redhat.com/browse/TRIPLEOCI-294 rhel)15:25
mariossome of thos just need worfklow/i don't have perms on internal sf15:25
* marios raises iced tea15:26
mariosthanks15:26
*** ysandeep|dinner is now known as ysandeep|rover15:29
ysandeep|rovermarios, ack15:29
ysandeep|roverarxcruz|ruck, cix time :D15:29
arxcruz|ruckysandeep|rover: i'm already there15:29
arxcruz|ruckwaiting15:29
*** saneax has quit IRC15:43
weshay|ruckysandeep|rover, can you jump on w/ me15:51
ysandeep|roverweshay|ruck, sure15:51
weshay|ruckysandeep|rover, meet.google.com/hin-bpry-zcs15:51
*** ykarel is now known as ykarel|away15:54
*** skramaja_ has quit IRC15:56
*** pojadhav|afk is now known as pojadhav15:57
ysandeep|roverweshay|ruck, https://review.rdoproject.org/r/#/c/31849/ fyi.. still wip16:02
ysandeep|roverweshay|ruck, i lost you16:03
*** jmasud has joined #oooq16:12
*** ykarel|away has quit IRC16:17
ysandeep|roverweshay|ruck, fyi.. testing fs001 in integration line https://code.engineering.redhat.com/gerrit/#/c/215285/ , will switch to fs035 if it passes16:27
weshay|ruck++16:27
*** jmasud has quit IRC16:28
*** jmasud has joined #oooq16:29
*** marios has quit IRC16:31
ysandeep|roverweshay|ruck, rlandy https://code.engineering.redhat.com/gerrit/#/c/227361/ dropping ovb version of jobs from component criteria , we will rely on real bm jobs16:45
weshay|ruckysandeep|rover, can you add a comment in the code.. referring to the stablity of the cloud and that we can change it back if stability improves16:47
ysandeep|roverweshay|ruck, adding16:47
ysandeep|roverweshay|ruck, https://code.engineering.redhat.com/gerrit/#/c/227361/316:52
weshay|ruckysandeep|rover++16:52
* ysandeep|rover leaves for the day, see you tomorrow 16:53
*** ysandeep|rover is now known as ysandeep|away16:54
ysandeep|awayweshay|ruck, rlandy fyi.. Today in 16.2 run - ovb job didn't hit retry_limit.. lets see how it goes.. fyi.. sc010 failure is expected - we added test in skiplist later16:55
weshay|ruck++16:56
rlandyysandeep|away++ thanks17:01
weshay|ruckrlandy, https://cloud.centos.org/centos/8-stream/x86_64/images/17:08
weshay|ruckrlandy, CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow217:09
weshay|ruckfrenzy_friday, https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow217:10
weshay|ruckhttps://opendev.org/openstack/tripleo-repos/src/branch/master/tripleo_repos/main.py#L498-L50717:16
weshay|ruckfrenzy_friday, ^17:16
*** jmasud has quit IRC17:17
*** udesale_ has quit IRC17:17
weshay|ruckfrenzy_friday, https://opendev.org/openstack/tripleo-repos/commit/a25bdf7233a6d1397cff8442ea304161e4d4230317:21
weshay|ruckhttps://opendev.org/openstack/tripleo-repos/commit/a25bdf7233a6d1397cff8442ea304161e4d4230317:23
*** amoralej is now known as amoralej|off17:29
*** jpodivin has quit IRC17:30
*** jmasud has joined #oooq17:42
akahatweshay|ruck, \o/ login succeed.17:47
weshay|ruckakahat, oh hell ya17:47
weshay|ruckakahat, 2021-02-10 17:45:35,289 p=803019 u=promoter n=ansible | changed: [localhost] => {"changed": true, "login_result": {"IdentityToken": "", "Status": "Login Succeeded"}}17:48
weshay|ruckakahat, bhagyashris ok.. let's catch up tomorrow17:49
weshay|ruckfrenzy_friday, rlandy fyi https://hackmd.io/9Xve-rYpRaKbk5NMe7kukw17:50
weshay|ruckfrenzy_friday, obviously do not update both jira and this17:51
*** jbadiapa has quit IRC17:51
weshay|ruckimho keep it in the hackmd.. it's easier to socialize the change everywhere we need to17:51
frenzy_fridayweshay|ruck, ok, thanks for the hackmd17:52
weshay|ruckakahat, ok.. it's pulling the containers now.. next you'll see it push17:52
rlandythank you17:52
weshay|ruckakahat, it will not promote though, and that's fine.. because of the overcloud images17:53
weshay|ruckakahat, bhagyashris success at this moment = "we see a few of these containers in docker.io"17:53
akahatthat's great!!17:54
weshay|ruckaye17:54
*** derekh has quit IRC18:00
*** jpena is now known as jpena|off18:01
*** saneax has joined #oooq18:13
rlandyweshay|ruck: merging marios's downstream dep work18:25
weshay|ruckrock18:25
rlandyhttps://code.engineering.redhat.com/gerrit/#/c/224481/2018:26
weshay|ruckrlandy, seems like the ansible dep pipeline is very much up in the air18:27
weshay|ruckbut could be very handy if we have to maintain it ourselves18:27
rlandyweshay|ruck: yeah - may need to shelve that until DF works out what  will be viable18:28
rlandyweshay|ruck: ysandeep|away is rucking anyways this sprint18:28
rlandyso work on that is halted anyways18:28
weshay|ruckrlandy, funny how that's not top of the agenda eh18:28
rlandyweshay|ruck: we are just ahead of our times18:28
rlandymerging downstream and rdo for openvswitch18:32
rlandynow for container tools18:32
rlandyweshay|ruck: ok - afaict marios and chan's dep work is all merged up18:39
weshay|ruckk18:40
rlandyweshay|ruck: what do you want to do about 16.218:44
rlandysee latest results fs020 passed18:45
*** dtantsur is now known as dtantsur|afk18:45
rlandyysandeep|away, said sc010 failure would be added to skip18:45
rlandyhmm .. fs001 is still with the keystone failure "824605934912.288025", "ansible_loop_var": "tripleo_keystone_resources_user_role_async_result_item", "attempts": 30, "changed": false, "finished": 0, "started": 1, "tripleo_keystone_resources_user_role_async_result_item": {"ansible_job_id": "824605934912.288025", "ansible_loop_var": "tripleo_keystone_resources_data_user", "changed": true, "failed": false, "finished": 0,18:46
rlandy"results_file": "/root/.ansible_async/824605934912.288025", "started": 1, "tripleo_keystone_resources_data_user": {"placement": {"project": "service"}}}}18:46
rlandy2021-02-10 12:29:29 | 2021-02-10 12:29:28.427925 | fa163ec1-b785-2403-ee5a-000000004501 |     TIMING | tripleo-keystone-resources : Check Keystone user assign18:46
rlandyweshay|ruck: ^^ before the hash changes, do we want to promote this 16.2 or leave it ... following on ysandeep|away's comment ...18:51
rlandyweshay|ruck, rlandy fyi.. Today in 16.2 run - ovb job didn't hit retry_limit.. lets see how it goes.. fyi.. sc010 failure is expected - we added test in skiplist later18:51
rlandy<weshay|ruck> ++18:51
rlandyotherwise starting work back on 8.418:51
weshay|ruckrlandy, the context of a conversation I had w/ ysandeep|away this morning was...18:52
weshay|ruckrlandy, while we are seeing inconsistent results from the internal cloud18:52
weshay|ruckreplace ovb jobs w/ real bm18:53
weshay|ruckuse 035 in leui of 001 to save hardware18:53
weshay|ruckand remove 001 from criteria where needed18:53
rlandyweshay|ruck: ok - so leave the promotion for today18:53
rlandyweshay|ruck: k - ... going back to 8.4 work unless you want me on something else18:54
weshay|ruckrlandy, afaik.. we also have scenario010 and a few other failing for 16.218:54
weshay|ruck8.4 sounds fine18:54
rlandyyep scen010 was going in skiplist18:54
rlandycool18:54
*** jmasud has quit IRC19:15
*** jmasud has joined #oooq19:16
*** jmasud has quit IRC19:20
*** slaweq has quit IRC19:49
*** jfrancoa has joined #oooq20:05
*** jmasud has joined #oooq20:45
*** jmasud has quit IRC21:28
rlandyweshay|ruck: ugh  can're reproduce the dnf mark install error on am 8.4 node but the image build job fails consistently with it21:42
rlandyhmmm ... node update21:43
*** jfrancoa has quit IRC21:45
*** jmasud has joined #oooq22:35
*** jmasud has quit IRC23:07
*** rlandy has quit IRC23:30

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