Friday, 2020-10-09

*** Goneri has quit IRC00:15
*** rfolco has joined #oooq01:14
*** rfolco has quit IRC01:59
*** udesale has joined #oooq03:29
*** ysandeep|away is now known as ysandeep03:29
*** pmannidi has quit IRC04:16
*** mpsairam has joined #oooq04:16
*** ykarel|away has joined #oooq04:23
*** ykarel|away is now known as ykarel04:28
*** ratailor has joined #oooq05:07
*** marios has joined #oooq05:12
*** skramaja has joined #oooq05:31
*** ykarel has quit IRC05:34
*** ykarel has joined #oooq05:35
*** apetrich has joined #oooq05:36
*** udesale has quit IRC05:39
*** udesale has joined #oooq05:39
*** sshnaidm is now known as sshnaidm|off06:06
*** apetrich has quit IRC06:15
*** jtomasek has joined #oooq06:59
chandankumarmarios: sorry, once c7 content provider will be ready,I will let you know for the review.07:13
*** amoralej|off is now known as amoralej07:14
chandankumarc7 queens is ready but train is not yet working07:14
marioschandankumar: ack07:15
*** ysandeep is now known as ysandeep|lunch07:25
bhagyashrissoniya29|ruck, hey do we have bug for this failures periodic-tripleo-ci-centos-8-scenario003-standalone-master07:28
bhagyashrishey i got the fix https://review.opendev.org/#/c/756590/ from hackmd07:31
soniya29|ruckbhagyashris: yes we have07:44
bhagyashrisyeah i got it07:45
*** tosky has joined #oooq07:46
*** udesale_ has joined #oooq07:50
*** udesale has quit IRC07:52
zbrchandankumar: marios: syntax fix: https://review.opendev.org/#/c/756868/07:58
zbrnever use old include with ansible07:59
marioszbr: ack will check in bit middle sthing07:59
zbrit confused the boss yesterday, and myself. i am planning to add a linting rule for it soon.08:00
zbrthere is another similar fix for bad ansible usage at https://review.opendev.org/#/c/756869/08:01
zbrnever mix playbooks with tasks inside the same folder08:01
*** jpena|off is now known as jpena08:01
marioschandankumar: we still have a problem there https://review.opendev.org/#/c/756517/4/playbooks/tripleo-ci/run-provider.yml@2908:12
marioschandankumar: problem is how will we reference that... the set_fact thing works yes but then how do we access the fact?08:13
zbrCan anyone comment on https://github.com/adrienverge/yamllint/issues/141 maybe we can finally fix it?08:23
*** derekh has joined #oooq08:28
bhagyashrissoniya29|ruck, hey is there any testproject patch up to test sc003 master?08:29
marioschandankumar: think i've found a way will comment on the review after testing a bit08:30
chandankumarmarios: I am working on a sample palybook08:30
marioschandankumar: cool08:31
soniya29|ruckbhagyashris nope08:32
bhagyashrisok08:35
chandankumarmarios: http://paste.openstack.org/show/798894/08:36
chandankumarcommented also08:36
soniya29|ruckbhagyashris https://review.rdoproject.org/r/#/c/16882/08:36
chandankumarmarios: can i update sshnaidm|off review?08:36
marioschandankumar: ack thanks... let's see if i can get this way working (I am trying without the extra key)08:36
bhagyashristhanks !08:36
marioschandankumar: go ahead i am working in my review08:37
chandankumarmarios: updating then08:37
soniya29|ruckbhagyashris: patch is up and has passed as well..we need to get the patch merged for sc003 master08:37
bhagyashrisyeah i saw the patch08:37
bhagyashrisin the morning08:37
chandankumarzbr: will take a look in sometime08:38
*** dtantsur|afk is now known as dtantsur08:44
chandankumarzbr: commented08:49
chandankumarzbr: can we make this review hhttps://review.opendev.org/#/c/756868/ independnet from temepst one08:50
chandankumartempest one is its parent08:50
marioschandankumar: commented there https://review.opendev.org/#/c/756517/4/playbooks/tripleo-ci/run-provider.yml@29 alternative if we like it better http://paste.openstack.org/raw/79889708:54
marioschandankumar: i will test that way08:54
marioschandankumar: and we can discuss in the call later08:55
marioschandankumar: nope... not gonna work with hostvars :/ going to use v5 https://review.opendev.org/#/c/756517/5/playbooks/tripleo-ci/run-provider.yml09:10
marioschandankumar: if it doesn't work i will sue you09:10
marioschandankumar: so actually these don't need update using the current structure of the dict registry_ip_address_branch https://review.opendev.org/#/c/753708/14/roles/standalone-upgrade/templates/standalone_config.yaml.j2 https://review.opendev.org/#/c/755472/5/config/release/tripleo-ci/CentOS-8/master.yml (i.e. already using 'release' to access it)09:14
marioslets see09:14
*** jtomasek has quit IRC09:29
*** udesale__ has joined #oooq09:34
*** udesale_ has quit IRC09:36
marioszbr: minor nit https://review.opendev.org/#/c/756868/3/playbooks/deploy-delete.yml09:45
zbrthanks, that was a reason for -209:49
zbralso uncovered lack of testing....09:50
*** udesale__ has quit IRC09:57
*** udesale has joined #oooq09:58
*** chem has quit IRC10:00
*** ysandeep|lunch is now known as ysandeep10:01
*** chem has joined #oooq10:02
*** apetrich has joined #oooq10:12
marioschandankumar: :( son for -210:28
marioschandankumar: 2020-10-09 10:09:26.225617 | primary | AnsibleUndefinedVariable: 'dict object' has no attribute 'registry_ip_address_branch'10:28
marioschandankumar: https://logserver.rdoproject.org/81/29981/3/check/tripleo-ci-centos-8-content-provider/abc4483/job-output.txt10:28
chandankumarno no10:30
marioschandankumar: i guess it comes frmo there +{% if release in job.registry_ip_address_branch %}10:31
marioschandankumar: hmmm maybe just need to guard that one for undefined https://review.opendev.org/#/c/753708/14/roles/standalone/templates/standalone_config.yaml.j210:32
marioschandankumar: k let me try that10:32
chandankumarmarios:  https://review.opendev.org/#/c/756517/5/playbooks/tripleo-ci/run-provider.yml playbook is not yet called so not yet set10:34
chandankumarmarios: yes correct we need to guard that10:35
marioschandankumar: yeah doing10:35
*** udesale has quit IRC10:46
*** udesale_ has joined #oooq10:47
chandankumarmarios: I am testing here also https://review.rdoproject.org/r/2999610:55
marioschandankumar: ack10:55
marioschandankumar: rdo sf much faster ! (mine there https://review.rdoproject.org/r/#/c/29981/ )10:56
marioschandankumar: well less queue10:57
marioschandankumar: couldn't get it to run there though https://code.engineering.redhat.com/gerrit/#/c/21456910:58
*** ykarel has quit IRC11:16
*** ykarel_ has joined #oooq11:16
*** jtomasek has joined #oooq11:31
*** ykarel has joined #oooq11:32
*** ykarel_ has quit IRC11:33
*** ratailor_ has joined #oooq11:33
*** apetrich has quit IRC11:34
*** skramaja has quit IRC11:34
*** ratailor has quit IRC11:34
*** jpena is now known as jpena|lunch11:34
chandankumarmarios: looking at downstream review11:35
*** apetrich has joined #oooq11:35
marioschandankumar: code.eng one you mean?11:35
marioschandankumar: i updated again just now it needed more guard ;)11:35
chandankumarmarios: yes11:35
*** skramaja has joined #oooq11:40
*** jbadiapa has joined #oooq11:45
*** rlandy has joined #oooq11:59
*** rfolco has joined #oooq11:59
*** rlandy is now known as rlandy|rover12:00
rlandy|roversoniya29|ruck: hi - how are things today?12:05
rlandy|roverlooking at master failures12:05
weshaykopecmartin, https://review.gerrithub.io/c/redhat-openstack/infrared/+/503753/1/requirements.txt12:08
chandankumarmarios: temepst is running there we will be getting results soon12:09
marioschandankumar: my one failed... something wrong with the guard still12:09
marioschandankumar: https://review.opendev.org/#/c/753708/16/roles/standalone/templates/standalone_config.yaml.j212:09
marioschandankumar: scratching head12:09
kopecmartinweshay: nice12:10
weshaykopecmartin, anything we can do to prevent that?12:10
weshaykopecmartin, context is it reset the upstream gates several times12:10
kopecmartinweshay: wait a second, so https://review.gerrithub.io/c/redhat-openstack/infrared/+/503753 is not a fix for the issue?12:11
weshaykopecmartin, it fixed it..12:11
weshaykopecmartin, perhaps we have a py2/py3 running internally12:12
soniya29|ruckrlandy|rover, too many gate failures12:18
soniya29|ruckrlandy|rover, morning zuul queue was a long and failures were also high12:19
soniya29|ruckbut now they are improving12:19
rlandy|roversorry - was just cleaning up hackmd12:22
rlandy|rovergate seems alright12:22
rlandy|rovermerging ok12:22
rlandy|rovercollect-logs error is fixed12:22
rlandy|roversoniya29|ruck: 12 error is about normal :) we were lucky befire to have so few12:23
rlandy|roverI would worry if they were all on one release/ the same provider12:23
rlandy|roveror increasing12:23
soniya29|ruckrlandy|rover yeah12:24
*** ysandeep is now known as ysandeep|brb12:25
*** jpena|lunch is now known as jpena12:32
chandankumarmarios: https://logserver.rdoproject.org/96/29996/1/check/tripleo-ci-centos-8-containers-multinode-ussuri/06c8b55/zuul-info/inventory.yaml12:33
rfolcoakahat, do you have the patch for tripleo-repos ? did not find it12:34
akahatrfolco, tripleo-repo do not have any tripleo- job12:34
* bhagyashris brb12:35
akahatrfolco, https://opendev.org/openstack/tripleo-repos/src/branch/master/.zuul.yaml#L612:35
akahatonly one build-containers job.12:35
rfolcoakahat, true :) please indicate that somehow in the table12:35
rfolcothx12:35
akahatrfolco, ack.12:35
mariosweshay: https://review.opendev.org/#/c/753708/16/roles/standalone/templates/standalone_config.yaml.j2 https://logserver.rdoproject.org/96/29996/1/check/tripleo-ci-centos-8-containers-multinode-ussuri/06c8b55/zuul-info/inventory.yaml12:39
chandankumarmarios: https://logserver.rdoproject.org/96/29996/1/check/tripleo-ci-centos-8-containers-multinode-ussuri/06c8b55/logs/undercloud/var/log/extra/dump_variables_vars.yaml.txt.gz12:41
*** jtomasek has quit IRC12:44
chandankumarweshay: marios https://review.opendev.org/756128 and https://review.opendev.org/75651712:45
marioshttps://review.opendev.org/#/c/756128/612:45
marioschandankumar: https://review.opendev.org/#/c/753708/17/roles/undercloud-deploy/templates/containers-prepare-parameter.yaml.j2 this?12:47
*** amoralej is now known as amoralej|lunch12:52
* bhagyashris back12:56
rfolcomarios, chandankumar weshay akahat please try to give a review on this list https://review.opendev.org/#/q/status:open+branch:master+topic:new-ci-job12:57
rfolcomany patches there are ready12:57
chandankumarrfolco: per patches review/ 5 $12:57
rfolcomercenary12:57
mariosrfolco: i'll do it for 4.512:57
* marios not greedy12:58
rfolcoweshay does it for fun I am sure12:58
chandankumarrfolco: let's do it for 4.000000912:58
* marios puts a hit on chandankumar 12:58
rfolcofor fun, a pizza behind the door, and beer12:58
* chandankumar leaves a dry state12:59
* chandankumar lives a dry state12:59
* chandankumar lives in a dry state12:59
chandankumarso much typo for the day12:59
marioschandankumar: it's cos you're too dry12:59
marios;D12:59
chandankumarhahaha12:59
rfolcohydrate yourself man12:59
* chandankumar looks for more & more water13:00
marioschandankumar: let's see https://review.opendev.org/#/c/753708/18/roles/standalone/templates/standalone_config.yaml.j2@1813:01
chandankumaryes13:02
chandankumarfingers crossed13:02
*** ratailor_ has quit IRC13:03
*** ratailor has joined #oooq13:03
rlandy|roverweshay: hello ... who is our resident ceph contact these days?13:08
weshayguilio, or fulton13:08
rlandy|roverthank you13:11
*** ratailor has quit IRC13:15
rfolcoakahat, how do we split the branched changes ? May I cover train in all repos ? and you do for ussuri ?13:18
rlandy|rovermarios: hey - is there a schedule yet for ptg?13:26
rlandy|roverI'm supposed to present13:27
rlandy|roverbut will be out some time on monday (have a flight booked)13:27
rlandy|rovercould do mon morning or tuesday, wed13:27
mariosrlandy|rover: o/ not yet sure we can work that out np13:27
mariosrlandy|rover: https://etherpad.opendev.org/p/tripleo-ptg-wallaby13:27
mariosrlandy|rover: but nothing there yet13:27
rlandy|rovermarios: k - so I'll put myself in for tues  - feel free to move that if you need to13:28
mariosrlandy|rover: ack thx13:28
*** TrevorV has joined #oooq13:28
*** rlandy|rover is now known as rlandy|rover|mtg13:30
*** ysandeep|brb is now known as ysandeep13:31
ysandeeprlandy|rover|mtg, do you have time for 17 container build sync ?13:31
*** Goneri has joined #oooq13:36
*** amoralej|lunch is now known as amoralej13:36
*** ykarel has quit IRC13:52
*** ykarel has joined #oooq13:52
rfolcoakahat, created a table for you on https://projects.engineering.redhat.com/secure/RapidBoard.jspa?rapidView=4285&view=detail&selectedIssue=TRIPLEOCI-21214:03
rfolcoakahat, you cover ussuri (all repos), I cover train (all repos)14:03
marioschandankumar: yeah sorry let's come back here so we don't pollute rdo14:05
marioschandankumar: 2020-10-09 13:41:50.344836 | primary | ok: [undercloud] => (item={'branch': 'master', 'change': '753708', 'change_url': 'https://review.opendev.org/753708', 'patchset': '14', 'project': {'canonical_hostname': 'opendev.org', 'canonical_name': 'opendev.org/openstack/tripleo-quickstart-extras', 'name': 'openstack/tripleo-quickstart-extras', 'short_name': 'tripleo-quickstart-extras', 'src_dir':14:05
marios'src/opendev.org/openstack/tripleo-quickstart-extras'}})14:06
marioschandankumar: ^^^^ it was using v1414:06
mariosall14:06
mariosday14:06
marioslong14:06
chandankumarmarios: no problem, we figured out the registry ip branch part in sshnaidm|off patch and it will work in your patch also once rdo zuul is back14:08
mariosfolks fyi there was issue with rdo zuul today (via rdo chan few mins ago)         17:03 < jpena> marios: we had an issue with zuul, it was not receiving events from opendev's gerrit 17:03 < jpena> we've restarted it, it should get back to normal soon14:08
chandankumarrlandy|rover|mtg: soniya29|ruck weshay ^^14:09
mariosif your patches were behaving weirdly this may be why (especially depends-on upstream gerrit reveiws)14:09
mariosit ate my day and my sanity14:09
rlandy|rover|mtgthanks14:09
*** jtomasek has joined #oooq14:12
*** jtomasek has quit IRC14:12
soniya29|ruckchandankumar thanks14:28
chandankumarrlandy|rover|mtg: hello14:33
chandankumarrlandy|rover|mtg: need one help here https://review.opendev.org/#/c/752421/63/toci_gate_test.sh - I am exporting nodepool ip14:33
chandankumarbut https://logserver.rdoproject.org/21/29921/5/check/tripleo-ci-centos-7-content-provider-train-test/fb925ad/job-output.txt14:34
chandankumarin logs it is not getting exported, I sourced it here https://review.opendev.org/#/c/752421/63/playbooks/nodepool-provider/pre.yaml14:34
chandankumarnot sure what I am doing wrong14:34
chandankumarplease have a look14:34
rlandy|rover|mtgsure - will look after meeting14:34
chandankumari think i got the solution, rechecking my patch14:38
rfolcoapetrich, I think you assigned to me by mistake https://bugzilla.redhat.com/show_bug.cgi?id=186950314:45
openstackbugzilla.redhat.com bug 1869503 in python-tripleo-common-tests-tempest "Tempest sanity tests failed on splistack deployment" [High,New] - Assigned to rfolco14:45
apetrichrfolco, oh sorry about that.14:46
rfolcoapetrich, did you mean arxcruz ?14:46
rfolcoarxcruz, or anyone from tempest squad can help on that bug more14:47
apetrichrfolco, yeah fixing that14:47
rfolcoapetrich, thanks :)14:48
apetrichrfolco, also arxcruz could always use some more bugs on his name :P14:49
rfolcoarcs cross for the win14:50
rfolcochandankumar, which patches need to merge before we get c7 templates for content provider ?14:52
*** rlandy|rover|mtg is now known as rlandy|rover14:57
ysandeeprlandy++ weshay++14:57
chandankumarrlandy|rover: still not working14:57
chandankumarrfolco: https://review.opendev.org/#/c/752419/ and https://review.opendev.org/#/c/752421/14:58
rlandy|roverchandankumar: sorry - off meeting - will look at it now14:58
*** ysandeep is now known as ysandeep|away14:58
rfolcochandankumar, ok, maybe I can leave c7 jobs to the end, so we get all c8 early in the sprint14:59
*** saneax has quit IRC14:59
chandankumarrfolco: yes, sure14:59
rfolcochandankumar, cool thx14:59
chandankumarrlandy|rover: https://logserver.rdoproject.org/21/29921/5/check/tripleo-ci-centos-7-content-provider-queens/c4d3b62/job-output.txt15:01
chandankumarrlandy|rover: (/home/zuul/src/opendev.org/openstack/tripleo-ci/toci_gate_test.sh:32): NODEPOOL_IP=38.145.34.1415:01
rlandy|roverchandankumar: you want the ip of the nodepool node that is what?15:01
rlandy|roverthe node you are running on?15:01
rlandy|roverright15:01
chandankumarhttps://review.opendev.org/#/c/752419/43/playbooks/multinode-standalone-pre.yml@5515:02
rlandy|roverlocalhost | Interface IP: 38.145.34.1415:02
chandankumari want to set it there15:02
chandankumarbut it is giving undefined15:02
rlandy|roverok  ...15:02
rlandy|roveransible_host: 38.145.34.1415:03
rlandy|roverchandankumar: let's chat15:04
chandankumaryes sure15:04
rlandy|roverI think you want zuul hosts primary15:04
rlandy|roveransible_host15:04
chandankumarthere is no primary hosts there15:05
rlandy|roveryour primary node15:05
chandankumarhttps://review.opendev.org/#/c/752419/41..43/playbooks/multinode-standalone-pre.yml15:05
chandankumarrlandy|rover: you mean handling in the pre?15:06
rlandy|roverhttps://meet.google.com/xzb-csbf-izy?pli=1&authuser=015:06
*** ykarel is now known as ykarel|away15:08
*** skramaja has quit IRC15:10
rlandy|roverchandankumar: https://github.com/openstack/tripleo-quickstart-extras/blob/87adf3a9ee5eb56ae725143f23317c6584190b7c/roles/ipa-multinode/tasks/ipaserver-subnode-install.yml#L815:22
chandankumarrlandy|rover: thanks :-)15:26
rlandy|roverchandankumar: https://review.opendev.org/#/c/752419/44/playbooks/multinode-standalone-pre.yml looks fine actually ... you just need one more step to set that var on primary15:31
rlandy|roverlike this ...15:31
rlandy|roverchandankumar: http://pastebin.test.redhat.com/90926715:34
rlandy|rover^^ try that15:34
rlandy|roveractually - I;m wrong - you're on undercloud there as well15:35
*** ykarel has joined #oooq15:36
chandankumarrlandy|rover: https://review.opendev.org/#/c/752421/64/playbooks/nodepool-provider/pre.yaml will get rid of this hack15:37
*** ykarel|away has quit IRC15:37
chandankumarrechecked the patch now, let''see what undercloud hostvars returns15:37
*** rfolco is now known as rfolco|brb15:37
*** ykarel has quit IRC15:39
*** amoralej is now known as amoralej|off15:43
rlandy|roverchandankumar: better?15:58
*** jmasud has quit IRC16:05
*** jmasud has joined #oooq16:06
*** marios is now known as marios|out16:10
* bhagyashris out16:17
weshayrlandy|rover, think we're coming up w/ a solution for the multinode-ipa issue16:22
*** marios|out has quit IRC16:23
rlandy|roverweshay, is that a question or a statement?16:25
weshaystatement16:25
weshaytalking to ade16:25
rlandy|roverthat's nice16:25
rlandy|roverwe got tox timeouts all over now16:26
zbrweshay: rlandy|rover: give https://review.opendev.org/#/c/756869/ a go.16:26
*** dtantsur is now known as dtantsur|afk16:26
zbrrlandy|rover: tox timeouts on molecule jobs?16:26
rlandy|roverzbr: no in gates16:27
rlandy|rover325 | ubuntu-bionic |   "msg": "[Errno 2] No such file or directory: 'tox': 'tox'",16:27
rlandy|roverzbr: ^^16:27
rlandy|rover2020-10-09 16:22:42.851708 | TASK [fetch-tox-output : Get tox version]16:27
*** saneax has joined #oooq16:29
zbri need link to full failure16:29
rlandy|roverzbr:16:32
rlandy|roverhttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_e6f/756590/2/gate/openstack-tox-py36/e6f7a92/job-output.txt16:32
weshayzbr, thanks16:33
rlandy|roverweshay: zbr: maybe we have a network issue16:34
rlandy|roverreties on multiple scenario job16:34
*** saneax has quit IRC16:35
*** tosky has quit IRC16:35
zbrmy impression is that you are looking at the wrong error, look few tasks up16:35
zbr2020-10-09 16:22:36.312629 | ubuntu-bionic |   "msg": "No package matching 'libssl-dev' is available"16:35
zbrif bindep fails, it will not even install tox16:36
zbrfetch-tox-output to fail is expected, as is part of post.16:36
*** udesale_ has quit IRC16:37
weshayrlandy|rover, http://dashboard-ci.tripleo.org/d/Z4vLSmOGk/cockpit?orgId=1&fullscreen&panelId=46816:37
weshaytracked here16:37
weshayI've seen worse over the last few weeks16:37
rlandy|roverovh16:38
rlandy|roverclearly the trouble maker here16:38
rlandy|rover| Error: Failed to download metadata for repo 'BaseOS': Yum repo downloading error: Downloading error(s):16:38
chandankumarrlandy|rover: nope, https://review.opendev.org/#/c/752419/44/playbooks/multinode-standalone-pre.yml@55 amd https://logserver.rdoproject.org/21/29921/5/check/tripleo-ci-centos-7-content-provider-queens/a8bcc11/logs/undercloud/var/log/extra/dump_variables_vars.yaml.txt.gz returning a big dict, I think I can filter ansible_host and ignore 127.0.0.1 and keep the other one16:39
zbrno retries on that task?16:39
rlandy|roversome yes - that one may be a flat out fail16:42
rlandy|roveron hostvars?16:46
chandankumarrlandy|rover: yes16:49
chandankumarrlandy|rover: http://paste.openstack.org/show/798917/16:51
chandankumarmay be I need to narrow down the scope16:51
*** jpena is now known as jpena|off16:55
*** derekh has quit IRC16:55
*** ykarel has joined #oooq17:12
rlandy|roverlunch - brb17:15
*** rfolco|brb is now known as rfolco17:26
*** jbadiapa has quit IRC17:56
akahatrfolco, for ussuri, some pipelines are not exits, so i need to start with adding it?17:59
akahatit's dumb question.. but need some clarification.18:00
rfolcoakahat, I don't know, need to ask case by case to weshay, but in general lets just convert the existing ones18:00
weshayakahat, show me18:01
akahatrfolco, weshay https://opendev.org/openstack/tripleo-heat-templates/src/branch/stable/ussuri/zuul.d/layout.yaml#L718:01
weshaytemplates are still coming from tripleo-ci master18:02
weshayhttps://opendev.org/openstack/tripleo-heat-templates/src/branch/master/zuul.d/layout.yaml  same templates are in master18:02
akahatyes.. right.]18:02
weshayzuul changes the branch for you.. if the patch is on ussuri... runs w/ the same job name18:03
weshayonly branchful jobs need to change18:03
weshaycontent-provider should come out as ussuri even though it's named content-provider18:03
weshayand not content-provider-ussuri18:03
weshaydon't let branchful jobs fool you :)18:03
weshayakahat, rfolco so it won't look exactly like https://review.opendev.org/#/c/756133/2/zuul.d/layout.yaml18:04
weshaybecause we may trigger off different files etc.. in ussuri18:04
weshayrfolco, akahat make sense?18:06
weshayor questions18:06
*** ykarel has quit IRC18:07
rfolcoI think* I got it, the comment around content-provider-ussuri confused me a bit though18:07
akahatweshay, as a dependency i need to add this job for ussuri https://opendev.org/openstack/tripleo-ci/src/branch/master/zuul.d/standalone-jobs.yaml#L1039-L1051 right?18:08
akahatrfolco, ^18:08
weshayno.. you're being fooled18:08
akahat:D18:09
weshayakahat, look at any job.. that runs in tht/ussuri18:09
weshaylook at the branch variables18:09
weshayakahat, why doesn't master have -master18:10
*** holser has quit IRC18:10
akahatweshay, okay.. got your point..18:11
akahatbut still from where it changes the branch?18:12
akahati got that branches are using same jobs. if we are running any job under ussuri.. then zuul will pickup ussuri branch?18:14
akahathow zuul will pickup ussuri branch?18:15
weshayakahat, look at the job log18:19
weshayany job log18:19
weshaysearch for branch18:19
akahatweshay, oh.. okay.. i got it using: override-checkout and branch_override.18:24
weshayakahat, when a change hits stable/ussuri tht18:25
weshaythe branch is set to stable/ussuri18:25
weshaythere is no override-checkout18:25
akahatoh.. so there are two ways.. now this ^^ statements make seance18:27
weshayyes.. we only use branch override.. when zuul is triggered against master repo and repo does not have other branches...18:28
weshaylike ci.. one branch18:28
weshaythank god18:28
weshayso to ensure we don't break stable/ussuri or stable/train we create a job w/ branch-override and run both master and ussuri tests against the master change18:28
weshaythat's the only purpose of jobs w/ -branch18:29
weshaysomebody needs to write this out18:29
akahatweshay, rfolco okay.. so conclusion is.. i don't need to write pipelines for ussuri.. i just need to add content-provider job in tht stable/ussuri rest Zuul will take care.18:29
akahatyes.. doc is important. :)18:30
rfolcosee tht example for train, I'll changing these templates the same way I did for master, there is no -train template18:31
rfolcohttps://github.com/openstack/tripleo-heat-templates/blob/stable/train/zuul.d/layout.yaml#L3-L1018:31
rfolcoakahat, ^18:31
akahatrfolco, yes.. i understood it now.18:32
*** tosky has joined #oooq18:32
akahatweshay, rfolco thank you :)18:33
rfolcoakahat, cool, don't be shy, keep asking even if it looks a silly question (which was not) :)18:33
weshayyup18:33
weshayakahat, rfolco lots of folks get confused about the branchful jobs18:33
weshayrlandy|rover, /me available at 3:30 ur time18:33
weshayhave to drop off my phone to get fixed because I am clumsy18:34
rlandy|roverweshay: EST or Central time?18:34
rlandy|rovernp18:34
weshayOH18:34
rlandy|rovertesting out trubj builds18:34
weshayI'll be avail in 1 hr18:34
rlandy|roverok18:34
akahatyeah.. it's bit confusing first :|18:34
rlandy|roverand rhos-release testing18:34
weshayakahat, rfolco reading through the first few hundred lines in the job log helps to remove the mystery18:34
rlandy|rover| async task did not complete within the requested time - 5700s chraming18:36
*** apetrich has quit IRC19:12
*** jmasud has quit IRC19:36
*** TrevorV has quit IRC19:42
rlandy|roverweshay: tripleo-ci-centos-8-standalone-on-multinode-ipa19:53
weshayrlandy|rover, https://hackmd.io/dTXZH7hYQSKIW7GEYjo8ww20:03
rlandy|roverweshay: https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/job/rhos-release-rhel-8-rhos-1520:17
rlandy|roverhttp://git.app.eng.bos.redhat.com/git/rhos-release.git/tree/20:18
rlandy|roverweshay: what should we do about https://review.opendev.org/#/c/756590/? see yatin's comment21:00
rlandy|rovergo with this change b/c it's blocking master21:01
weshayrlandy|rover, well.. that and we need to deprecate mistral21:01
weshayvalidations man21:02
rlandy|roverk - so let it go through21:02
rlandy|roverweshay: https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/ipa-multinode/tasks/ipaserver-undercloud-setup.yml#L35 is where we add entries /etc/hosts for ipa21:07
rlandy|roverthe test that fails in ping to redhat.com21:07
rlandy|roverwhat additional entries should we add there?21:07
rlandy|roveriiho, we don't need an additional pre21:08
* weshay looks21:08
rlandy|roverwe can do the work here21:08
weshayrlandy|rover, ya.. but need a when on the cloud provider21:08
weshayso dupe that task21:08
rlandy|roverfine21:08
weshayand21:08
weshayNon-authoritative answer:21:09
rlandy|roverbut we can access  the cloud provider at  this point21:09
weshayName:redhat.com21:09
weshayAddress: 10.4.204.5521:09
weshaycan't?21:09
weshayright21:09
weshaywe can not access zuul variables at this level21:09
rlandy|roverzuul property I think21:09
weshaycan or can't21:09
rlandy|roverlet me check that21:09
weshayk.. I think we can not21:10
weshayand should probably set this up in pre21:10
rlandy|roverzuul.executor.hostname21:11
rlandy|rover      executor:21:11
rlandy|rover        hostname: ze06.openstack.org21:11
rlandy|roverand we pass the zuul vars in ...21:11
rlandy|roverhttps://github.com/openstack/tripleo-ci/blob/73173aee546e9c4d30038503f8d19d97c99499f8/roles/build-containers/tasks/main.yaml#L421:12
rlandy|roverexample zuul.branch21:12
* rlandy|rover tries21:12
rlandy|roverbrb21:14
*** holser has joined #oooq21:32
*** rlandy|rover has quit IRC21:37
*** jmasud has joined #oooq21:43
*** saneax has joined #oooq23:00
*** tosky has quit IRC23:26

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