*** apetrich has quit IRC | 02:09 | |
*** ykarel|away is now known as ykarel | 02:28 | |
*** rlandy|bbl is now known as rlandy | 02:45 | |
*** skramaja has joined #oooq | 03:05 | |
*** gkadam has joined #oooq | 03:21 | |
*** udesale has joined #oooq | 03:54 | |
*** gkadam has quit IRC | 04:10 | |
*** gkadam has joined #oooq | 04:10 | |
*** saneax has joined #oooq | 04:12 | |
*** ykarel has quit IRC | 04:25 | |
*** ykarel has joined #oooq | 04:25 | |
*** bandini has quit IRC | 04:37 | |
*** bandini has joined #oooq | 05:32 | |
*** ykarel has quit IRC | 05:35 | |
*** ykarel has joined #oooq | 05:36 | |
*** ykarel has quit IRC | 05:38 | |
*** ykarel has joined #oooq | 05:39 | |
*** ykarel has quit IRC | 05:41 | |
*** ykarel has joined #oooq | 05:41 | |
*** apetrich has joined #oooq | 05:46 | |
*** kopecmartin has joined #oooq | 05:50 | |
*** holser_ has joined #oooq | 06:09 | |
*** jfrancoa has joined #oooq | 06:12 | |
*** quiquell has joined #oooq | 06:15 | |
*** rlandy has quit IRC | 06:45 | |
*** ykarel is now known as ykarel|afk | 06:47 | |
quiquell | jfrancoa: Good morning sir | 07:16 |
---|---|---|
quiquell | you there ? | 07:16 |
jfrancoa | Good morning Mr Kike | 07:25 |
quiquell | jfrancoa: Doing a codesearch with containers-default-parameters.yaml, there is stuff that does not sum up | 07:26 |
quiquell | It's not related to upgrade/updates so I think I am going to put a patch for it | 07:26 |
quiquell | some experiemtal jobs | 07:26 |
quiquell | and the non voting openshift featureset can be affected | 07:26 |
quiquell | but, the most intriging one is this | 07:27 |
quiquell | http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/overcloud-deploy/tasks/pre-deploy.yml | 07:27 |
quiquell | Exactly this http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/overcloud-deploy/tasks/pre-deploy.yml#n192 | 07:27 |
jfrancoa | in the end, the containers-default-parameters is used in pre-rocky jobs | 07:27 |
quiquell | Looks like the include "rocky" to use default name | 07:27 |
quiquell | So the thing above is wrong | 07:28 |
quiquell | ? | 07:28 |
quiquell | {% if release in ['ocata', 'pike', 'queens', 'rocky'] %} | 07:28 |
jfrancoa | ok, so pre-rocky... | 07:28 |
jfrancoa | then yes, I need to update that | 07:28 |
quiquell | Sorry to be so "anal" | 07:28 |
jfrancoa | I know you love being anal :-D | 07:28 |
jfrancoa | on the contrary, thanks for it | 07:29 |
marios | thanks guys am having my breakfast right now | 07:29 |
quiquell | marios: Want more details ? | 07:29 |
jfrancoa | marios: enjoy it | 07:29 |
* marios need mindbleach.com | 07:29 | |
quiquell | Awesome stuff !! | 07:30 |
quiquell | jfrancoa: Going to fix de scenario009 to check if it makes openshift job pass again | 07:30 |
quiquell | that would be good | 07:31 |
jfrancoa | quiquell: curiously, it contains both files in rocky http://logs.openstack.org/16/599216/2/check/tripleo-ci-centos-7-scenario001-multinode-oooq-container/3da7c20/logs/undercloud/home/zuul/ . I guess the containers-prepare-parameters is from the undercloud install | 07:31 |
* jfrancoa updating the patch | 07:31 | |
jfrancoa | quiquell: thanks again | 07:31 |
quiquell | but the files are different | 07:32 |
quiquell | In rocky the defualt does not have ContainerImagePrepare | 07:33 |
quiquell | I think it has to be fixed | 07:33 |
*** ykarel|afk is now known as ykarel | 07:33 | |
quiquell | just follow http://codesearch.openstack.org/?q=containers-default-parameters&i=nope&files=&repos= | 07:33 |
quiquell | jfrancoa: shopuld the pre-deploy use the featureset variable ? | 07:35 |
quiquell | so we don't duplicate the if statement ? | 07:35 |
quiquell | Going to comment that in the patch | 07:35 |
jfrancoa | quiquell: well, it could be done. but as this parameter I'm changing is mainly for tripleo-upgrade, I wouldn't leave it on the featureset | 07:39 |
*** tosky has joined #oooq | 07:40 | |
jfrancoa | quiquell: the only thing I'm stating here is telling tripleo-upgrade which file contains the container images definition to use during upgrade, while the pre-deploy step is deciding in which file that definition will be written I don't think is correct to decide that in the featureset. Plus, you would need to add it in every single featureset which deploys the overcloud | 07:41 |
quiquell | jfrancoa: then it feels like something for the release files ? | 07:42 |
quiquell | jfrancoa: since pre-deploy is run for all of them | 07:42 |
quiquell | Puff opening pandora box here | 07:42 |
quiquell | Also other non update/upgrade featurests need it | 07:43 |
quiquell | Bah let's fix stuff around | 07:44 |
quiquell | jfrancoa: Do you want me to prepare a patch, with non update/upgrade related stuff or do you want to increse yours ? | 07:44 |
*** ccamacho has joined #oooq | 07:51 | |
quiquell | jfrancoa: So we have to use containers-default-paremter.yaml for rocky ? | 07:53 |
quiquell | have do it for featureset036 | 07:54 |
quiquell | I mean featureset033 | 07:54 |
*** jaosorior has quit IRC | 08:03 | |
*** jaosorior has joined #oooq | 08:05 | |
quiquell | marios: Do we need to update commit mesage to workflow https://review.openstack.org/#/c/593063 ? | 08:08 |
marios | quiquell: no not at all i thought i wrote as much | 08:09 |
jfrancoa | quiquell: so, you wan't to do it that way? I don't know it's having it in one place vs having it spread in multiple...the you forget to update it in the future in one of them and everything breaks | 08:09 |
marios | quiquell: more like that was my first time on that review and it really looks sane but i wasn't part of the discusion since this is one of the sprint tasks you were discussion right | 08:09 |
marios | quiquell: so yeah as per +2 "lgtm but I'll leave to the folks more directly involved in this work to merge it (and hopefully any other comments or discussion or testing today thanks)" | 08:10 |
quiquell | jfrancoa: Nah, let's just fix it, they serve different purposes, I am also fixing scenario009 it's a non voting check job, but good to have. | 08:10 |
quiquell | marios: Ups, didn't do the read, ok man, thanks. | 08:11 |
jfrancoa | quiquell: ack, cool | 08:11 |
marios | quiquell: np | 08:11 |
quiquell | jfrancoa: Still there is something weird... at the end in rocky wich one do you have to use ? | 08:11 |
jfrancoa | quiquell: for what I can see in overcloud-deploy it shuolde be containers-default-parameters.yaml, and after that (so master), the new one | 08:16 |
jfrancoa | quiquell: you see both files in the CI job because the undercloud upgrade uses containers-prepare-parameters.yaml while the overcloud uses the containers-default | 08:17 |
quiquell | jfrancoa: Then is better to reverse the if statement, so we don't have to change it after stein, like it was before | 08:18 |
jfrancoa | quiquell: yes, I just wanted to avoid having that long list of releases, but ok it makes sense | 08:20 |
jfrancoa | quiquell: changing it | 08:20 |
quiquell | jfrancoa: Cool, thanks man, this is the scenario009 change https://review.openstack.org/#/c/599954/ | 08:20 |
*** dsneddon has quit IRC | 08:22 | |
*** gkadam_ has joined #oooq | 08:23 | |
*** gkadam has quit IRC | 08:27 | |
*** dtantsur|afk is now known as dtantsur | 08:35 | |
*** sshnaidm|afk is now known as sshnaidm | 08:36 | |
jfrancoa | marios: hey, do you know if the scenario000-multinode-oooq-container-upgrades is also timeouting because of the missing heat-agents in this patch https://review.openstack.org/#/c/597441/ ? I include it in the release file https://review.openstack.org/#/c/597441/4/config/release/tripleo-ci/master-undercloud-rocky-overcloud.yml@143 but it's still timeouting, so probably the issue is other | 08:49 |
quiquell | sshnaidm: We can merge "Add another level of parent jobs for zuul v3" https://review.openstack.org/#/c/593063 | 08:53 |
sshnaidm | quiquell, generally yes | 08:56 |
sshnaidm | quiquell, although it should come together with next patch, right? | 08:57 |
quiquell | sshnaidm: You mean https://review.openstack.org/#/c/589448 ? | 08:58 |
sshnaidm | quiquell, yes | 08:59 |
sshnaidm | quiquell, I made a rebase on that of patch of rlandy: https://review.openstack.org/#/c/599628/ | 08:59 |
quiquell | sshnaidm: Yep, first we merge "Add another level..." then we work out the last | 08:59 |
sshnaidm | quiquell, it looks not so bad, but seems like additional work is required there | 09:00 |
quiquell | sshnaidm: Yep I cherry picked it, was kind of trivial | 09:00 |
marios | jfrancoa: o/ | 09:00 |
quiquell | sshnaidm: is doable, only the base.yaml was affected | 09:00 |
quiquell | sshnaidm: rlandy say that it was good enough | 09:00 |
sshnaidm | quiquell, well, there are j2 templates are affected too | 09:00 |
marios | jfrancoa: checking | 09:00 |
sshnaidm | quiquell, you can see in the link.. | 09:01 |
ssbarnea | sshnaidm: I am new to the team so I don't know all practices. Shoudn't be a good idea to have LP bugs for almost all commits? (other than trivial ones) | 09:01 |
sshnaidm | quiquell, it required some conflicts resolution, but it's not so a lot | 09:01 |
marios | jfrancoa: hm might be... at least it has very few packages digging a bit more sec http://logs.openstack.org/41/597441/4/check/tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades/3219754/logs/subnode-2/var/log/yum.log.txt.gz | 09:02 |
marios | jfrancoa: btw you mean this job right? ^ | 09:02 |
sshnaidm | ssbarnea, we don't have such policy for the team or tripleo, but it's always a good practice in openstack project | 09:02 |
sshnaidm | quiquell, do you think it's easy to make jobs in https://review.openstack.org/#/c/599628/ to work? | 09:03 |
sshnaidm | quiquell, because I don't think we can leave rlandy with non-working environment right now | 09:03 |
jfrancoa | marios:exactly | 09:04 |
ssbarnea | sshnaidm: ok, this means that we can aim to do this. I am asking as I overserved the need few times. | 09:04 |
sshnaidm | ssbarnea, a good commit message with explanations could be an option too | 09:05 |
ssbarnea | i will try to use bug because commit message is hardcoded and it does not play well with follow-up changes, reverts, and stuff that happen after the commit is merged. (this not rulling out a good commit message) | 09:06 |
quiquell | sshnaidm: Hummm, has only look at the merge conflict, but looks like there are other issues, in that case maybe it's better if we wait for ronelle's changes ? | 09:07 |
marios | jfrancoa: not sure man, i can't find evidence yet but will cycle back to it ... might be worth a bug if you spend more time on it please. its non voting but would be good to fix at some point! i was yesterday incidentally looking at the update job added a comment here fyi https://bugs.launchpad.net/tripleo/+bug/1789881 added comment #1 | 09:07 |
openstack | Launchpad bug 1789881 in tripleo "tripleo-quickstart fails to generate /home/stack/containers-default-parameters.yaml" [Medium,Triaged] | 09:07 |
marios | jfrancoa: or a note on the os-collect-config bug instead of a new one if you can confirm they are the same. | 09:07 |
marios | jfrancoa: i see the repos are setup ok on the subnode so not sure why the openstack-heat-agents wouldn't be installed | 09:08 |
jfrancoa | marios: ah, you opened a LP bug. I will then link it in my patch | 09:08 |
marios | jfrancoa: oh | 09:08 |
jfrancoa | marios: https://review.openstack.org/#/c/599605/ | 09:08 |
marios | jfrancoa: actually maybe the repos aren't setup ok i mean see http://logs.openstack.org/41/597441/4/check/tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades/3219754/logs/subnode-2/etc/yum.repos.d/ | 09:08 |
marios | jfrancoa: which bug? | 09:08 |
sshnaidm | quiquell, if we make jobs in https://review.openstack.org/#/c/599628/ working (at least part of them), we can merge our patches and rlandy can continue with her work | 09:08 |
jfrancoa | marios: this Launchpad bug 1789881 in tripleo "tripleo-quickstart fails to generate /home/stack/containers-default-parameters.yaml" [Medium,Triaged] | 09:09 |
openstack | Launchpad bug 1789881 in tripleo "tripleo-quickstart fails to generate /home/stack/containers-default-parameters.yaml" [Medium,Triaged] https://launchpad.net/bugs/1789881 | 09:09 |
marios | jfrancoa: oh no | 09:09 |
jfrancoa | marios: I submitted a patch for it when I saw it failed, but I didn't open the bug. So I'll link it | 09:09 |
marios | jfrancoa: that one is about updates | 09:09 |
sshnaidm | quiquell, changes should be done in https://review.openstack.org/#/c/599628/ | 09:09 |
marios | jfrancoa: oh you mean you fixed the update one? | 09:09 |
marios | jfrancoa: or we are having 3 conversations here (at laest) | 09:09 |
marios | jfrancoa: bluejeans: https://redhat.bluejeans.com/7661925373 | 09:10 |
jfrancoa | marios: yes, it forked at some point :-D | 09:10 |
marios | http://logs.openstack.org/41/597441/4/check/tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades/3219754/logs/subnode-2/etc/yum.repos.d/ | 09:12 |
quiquell | sshnaidm: Would be better to workout there but backport to Ronelle's change after reparent it so we don't lose the history | 09:12 |
sshnaidm | quiquell, yeah, of course | 09:12 |
quiquell | sshnaidm: Will fix there, let's see where do we end up | 09:18 |
sshnaidm | quiquell, great, thanks!\ | 09:19 |
quiquell | sshnaidm: I have also being looking at the actual fail in the patch without rebase | 09:19 |
ssbarnea | marios|rover: apparently we are getting a little bit better with 2/5 gate-checks gree - https://review.openstack.org/#/q/topic:gate-check+status:open | 09:19 |
sshnaidm | quiquell, well, these ones are less important, it they were before rebase.. | 09:20 |
quiquell | sshnaidm: To help rlandy, looks like bad identation http://logs.openstack.org/22/596422/33/check/tripleo-ci-centos-7-scenario008-multinode-oooq-container/93b39e1/logs/undercloud/home/zuul/overcloud_network_params.yaml.txt.gz | 09:20 |
sshnaidm | quiquell, yeah, looks so | 09:21 |
quiquell | sshnaidm: Don't find where do we add those, so we can fix it | 09:21 |
sshnaidm | quiquell, lemme check.. | 09:21 |
marios | ssbarnea: yes i saw it was up to 73 a few mins ago | 09:23 |
marios | ssbarnea: last night was closer to 65 | 09:23 |
marios | ssbarnea: i mean grafana % | 09:23 |
marios | ssbarnea: i think the queens/ocata https://review.openstack.org/#/c/595527/ timeouts helped for that | 09:23 |
marios | ssbarnea: we still have some timeout on master i want to investigate | 09:23 |
marios | ssbarnea: so lets continue this trajectory ! | 09:24 |
ssbarnea | marios: plenty of problems. i found a timeout on pike which I do not understand, as the build run only for 2.5h https://review.openstack.org/#/c/564285/ -- see the 001 post failure, timeout inside. | 09:25 |
ssbarnea | look at http://logs.openstack.org/85/564285/42/check/tripleo-ci-centos-7-scenario001-multinode-oooq-container/f06a9d3/job-output.txt.gz --- i see RUN END RESULT_TIMED_OUT but I don't get it why. | 09:26 |
sshnaidm | quiquell, it's done in tht repo | 09:26 |
sshnaidm | quiquell, let me find it.. | 09:27 |
ssbarnea | this is not the first time i see this, timeout 40m ... ends in exactly *30m* with timeout. | 09:27 |
sshnaidm | quiquell, https://review.openstack.org/#/c/599739/2/ci/common/net-config-multinode-os-net-config.yaml | 09:30 |
sshnaidm | quiquell, hmm, it looks good https://review.openstack.org/#/c/599076/5/roles/overcloud-deploy/templates/overcloud_network_params.yaml.j2 | 09:31 |
quiquell | sshnaidm: Yep, but the identation is not there, this is just the possible parameters | 09:31 |
sshnaidm | quiquell, yeah, see above | 09:31 |
quiquell | sshnaidm: This is like the schema, but the problem is the place where it gets generated | 09:31 |
quiquell | sshnaidm: Don't find it at ronelle's patches | 09:32 |
sshnaidm | quiquell, isn't it this? https://review.openstack.org/#/c/599076/5/roles/overcloud-deploy/templates/overcloud_network_params.yaml.j2 | 09:32 |
quiquell | sshnaidm: Hummm bad click, is bad, it's missing the "-", let me fix it | 09:33 |
sshnaidm | quiquell, oh, right.. | 09:33 |
quiquell | sshnaidm: ok fixed | 09:42 |
ssbarnea | A reminder, next week I will be on PTO and not available on irc. let me know what I can to this week to help. | 10:00 |
marios | chandankumar: o/ seen this before ? - Worker 1 (1 tests) => 0:00:00", "setUpClass (manila_tempest_tests.tests.api.test_shares.SharesCephFSTest) (subunit.RemotedTestC | 10:00 |
marios | chandankumar: from http://logs.openstack.org/24/567224/99/check/tripleo-ci-centos-7-scenario004-multinode-oooq-container/5fdb110/job-output.txt.gz#_2018-09-05_02_07_27_849255 | 10:00 |
marios | chandankumar: asking you 'because tempest' | 10:00 |
marios | chandankumar: cant find something in bugs already | 10:00 |
chandankumar | marios: checking | 10:00 |
marios | chandankumar: this is https://review.openstack.org/#/c/567224/ from here tripleo-ci-centos-7-scenario004-multinode-oooq-containerFAILURE in 2h 12m 28s | 10:01 |
*** udesale has quit IRC | 10:21 | |
*** udesale has joined #oooq | 10:21 | |
*** udesale has quit IRC | 10:21 | |
*** udesale has joined #oooq | 10:22 | |
ssbarnea | jfrancoa: https://bugs.launchpad.net/tripleo/+bug/1788128 -- fix was merged, can the bug be closed? | 10:28 |
openstack | Launchpad bug 1788128 in tripleo "[CI upgrades] legacy-tripleo-ci-centos-7-container-to-container-upgrades-queens failing" [High,Fix committed] - Assigned to Jose Luis Franco (jfrancoa) | 10:28 |
jfrancoa | ssbarnea: sure, feel free to close it. Or I can do it myself, as you prefer | 10:29 |
jfrancoa | ssbarnea: thanks for reviewing it | 10:29 |
quiquell | marios, ssbarnea, sshnaidm: to fix scenario009 check job https://review.openstack.org/#/c/599954/ | 10:34 |
quiquell | jfrancoa: ^ | 10:34 |
chandankumar | marios: I am not sure the above failure is related to this http://logs.openstack.org/85/597985/1/check/tripleo-ci-centos-7-scenario004-multinode-oooq-container/5fbc7ce/logs/subnode-2/var/log/extra/errors.txt.gz#_2018-09-05_05_19_06_752 | 10:34 |
chandankumar | marios: I am not getting much in logs | 10:35 |
chandankumar | tbarron: Hello | 10:35 |
tbarron | chandankumar: Hi! | 10:35 |
chandankumar | tbarron: please have a look at this tempest failure http://logs.openstack.org/24/567224/99/check/tripleo-ci-centos-7-scenario004-multinode-oooq-container/5fdb110/logs/undercloud/home/zuul/tempest.log.txt.gz#_2018-09-05_02_06_56 | 10:35 |
chandankumar | I am not sure it is related to this http://logs.openstack.org/85/597985/1/check/tripleo-ci-centos-7-scenario004-multinode-oooq-container/5fbc7ce/logs/subnode-2/var/log/extra/errors.txt.gz#_2018-09-05_05_19_06_752 | 10:35 |
chandankumar | I am not getting much informaton about the same why it is failing | 10:36 |
jfrancoa | quiquell: about that review, why don't we just simply remove the container_arg: parameter definition from featureset033 and featureset026? | 10:36 |
jfrancoa | quiquell: what's the difference between what we have in the featureset and the default at pre-deploy http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/overcloud-deploy/tasks/pre-deploy.yml#n185 ? | 10:36 |
tbarron | chandankumar: was just looking at that | 10:36 |
quiquell | jfrancoa: opensthift.yaml | 10:37 |
tbarron | chandankumar: yeah, the SetupClass tries to create a share and the default share type isn't defined | 10:37 |
tbarron | chandankumar: did this used to pass? /me is puzzled | 10:38 |
jfrancoa | quiquell: ohh, ok, did miss that. So it's good if we do the same change in featureset026 | 10:38 |
tbarron | tosky: did we have manila tempest turned off until last night? | 10:38 |
tbarron | tosky has been helping get the manila tempest tests set up | 10:39 |
chandankumar | tbarron: this job was broken earlier due to different failures | 10:39 |
tbarron | chandankumar: hmm, but it runs regularly in CI on patches and didn't fail *all* the time | 10:39 |
quiquell | jfrancoa: fs026 is for a experimental job, but yes let's do it there too, also better at your review | 10:39 |
chandankumar | tbarron: failure is coming against stable/queens branch | 10:39 |
tbarron | chandankumar: vkmc has been working on this default share type stuff so I'll follow up with her. | 10:40 |
tbarron | chandankumar: aha!, I didn't notice that | 10:40 |
jfrancoa | quiquell: I'll update it, I'll tell you when it's ready | 10:40 |
chandankumar | tbarron: for rocky and master it is passing | 10:40 |
tbarron | chandankumar: are we using an earlier tempest tab for stable/queens? | 10:40 |
tbarron | chandankumar: s/tab/tag/ ? | 10:41 |
quiquell | jfrancoa: ack, maybe we can set 009 as voting after this, will have to ask the gurus | 10:41 |
quiquell | btw that's why update job is non voting ? | 10:41 |
marios | quiquell: checking | 10:42 |
chandankumar | tbarron: tempest version tempest-18.0.0- and python2-manila-tests-tempest-0.0.1-0.20180418200735.7f35fc0.el7.centos.noarch -< pointing ot https://github.com/openstack/manila-tempest-plugin/commit/7f35fc0f5e9836502f0b92fba5bd65cd93d7047d | 10:43 |
chandankumar | tbarron: vkmc added share type test fix in this https://github.com/openstack/manila-tempest-plugin/commit/f6bc6fa7bc0e46857aba2b141f31b516a7d30a41 | 10:44 |
marios | quiquell: duplicate https://review.openstack.org/#/c/599605/ ? | 10:44 |
marios | chandankumar: ack thanks for checking just because i saw 'tempest; and wondered if it was a known thing | 10:44 |
chandankumar | tbarron: currently in RDO for queens for manila-tempest-plugin https://github.com/redhat-openstack/rdoinfo/blob/master/rdo.yml#L8182 | 10:45 |
quiquell | marios: forget mine, we are changing it at jfrancoa's one | 10:45 |
chandankumar | tbarron: do we switch to manil-tempest-plugin to 0.1.0 for queens? | 10:45 |
chandankumar | in RDO | 10:45 |
jfrancoa | quiquell: marios: updated both patches, thanks for the reviews | 10:45 |
quiquell | It ws kind of low hanging fruit | 10:46 |
quiquell | Would be a pity not to do it | 10:46 |
marios | jfrancoa: quiquell ack | 10:46 |
marios | jfrancoa: please update the bu | 10:46 |
marios | g | 10:46 |
marios | :) | 10:46 |
marios | bug | 10:46 |
marios | at https://bugs.launchpad.net/tripleo/+bug/1789881 with your review thanks | 10:47 |
openstack | Launchpad bug 1789881 in tripleo "tripleo-quickstart fails to generate /home/stack/containers-default-parameters.yaml" [Medium,In progress] - Assigned to Jose Luis Franco (jfrancoa) | 10:47 |
tbarron | chandankumar: probably need to do that since tempest is branchless so we can't backport fixes | 10:49 |
tbarron | chandankumar: in upstream manila devstack creates the default share type | 10:49 |
tbarron | chandankumar: so we won't see the issue there even on old manila branches | 10:50 |
tbarron | chandankumar: I'll follow up with vkmc | 10:50 |
*** dtantsur is now known as dtantsur|brb | 11:08 | |
*** udesale has quit IRC | 11:10 | |
chandankumar | tbarron: updating the version in rdoinfo | 11:13 |
chandankumar | marios: please open bug for the same | 11:14 |
marios | chandankumar: sure, you mean for the tempest one trace i asked you earlier? | 11:19 |
chandankumar | marios: yes, | 11:19 |
marios | chandankumar: ack | 11:19 |
chandankumar | marios: failure reason subnode extra/errors.log manila share type issue | 11:20 |
marios | chandankumar: i see so the tempest job did its job then sounds like legit issue | 11:20 |
tbarron | chandankumar: I copied you on email asking vkmc if there's any reason that stable/queens can't run with manila-tempest-plugin 0.1.0 which would have her fix | 11:23 |
tbarron | chandankumar: marios: I think that will be the resolution but she's driving the default share type issue | 11:24 |
chandankumar | marios: tbarron I have proposed the patch https://review.rdoproject.org/r/#/c/16148/ | 11:25 |
marios | tbarron: chandankumar ssbarnea thanks filed https://bugs.launchpad.net/tripleo/+bug/1790857 assigned to myself but please re-assign as approriate thank you | 11:25 |
openstack | Launchpad bug 1790857 in tripleo "Queens tripleo-ci-centos-7-scenario004-multinode-oooq-container failing tempest manila_tempest_tests.tests.api.test_shares.SharesCephFSTest " [Critical,Triaged] - Assigned to Marios Andreou (marios-b) | 11:25 |
chandankumar | to bump version the version in RDOinfo | 11:26 |
tbarron | chandankumar: cool! ty. | 11:26 |
marios | chandankumar: i want to reassign to you but there are many chandan kumar in the list | 11:27 |
marios | ! | 11:27 |
marios | chandankumar: pleas take it | 11:27 |
chandankumar | marios: chkumar246 | 11:29 |
marios | done chandankumar | 11:30 |
*** sshnaidm has quit IRC | 11:43 | |
cgoncalves | I'm getting different results when running oooq/devmode.sh when compared to Zuul CI even though I'm passing in same ZUUL_CHANGES. for some reason /home/stack/config-download.yaml is not being created locally -- http://paste.openstack.org/show/729511/ | 11:46 |
*** sshnaidm has joined #oooq | 11:46 | |
cgoncalves | I picked ZUUL_CHANGES from tripleo-ci-centos-7-scenario010-multinode-oooq-container in https://review.openstack.org/#/c/591997/ | 11:47 |
cgoncalves | any idea why this is happening? | 11:47 |
quiquell | cgoncalves: Better use the reproducer | 11:48 |
quiquell | devmode.sh is going to be deprecated | 11:48 |
* quiquell gets | 11:48 | |
quiquell | cgoncalves: Use this http://logs.openstack.org/97/591997/10/check/tripleo-ci-centos-7-scenario010-multinode-oooq-container/a30aa46/logs/reproducer-quickstart.sh | 11:49 |
cgoncalves | quiquell, yeah I know of its deprecation. I tried the reproducer script on a libvirt host but it failed (I don't have the error log now) | 11:49 |
quiquell | cgoncalves: Ohhh ok | 11:49 |
cgoncalves | I recall it was during the resize of undercloud.qcow2 to undercloud-resize.qcow2 task | 11:49 |
*** gkadam_ has quit IRC | 11:54 | |
*** weshay|pto is now known as weshay | 11:58 | |
weshay | howdy | 11:59 |
weshay | marios, ssbarnea morning guys | 12:00 |
quiquell | welcome back weshay | 12:00 |
weshay | marios, ssbarnea thanks for keeping the lights on :) | 12:00 |
weshay | quiquell, hey hey :) | 12:00 |
marios | o/ weshay joining prog call | 12:00 |
marios | weshay: good morning :) welcome | 12:00 |
weshay | marios, k.. we look green | 12:00 |
marios | weshay: i updated it | 12:01 |
marios | weshay: i called it orange going on green cos the promotion blockers were still ongoing last night | 12:01 |
marios | but better now | 12:01 |
marios | just being cautions | 12:01 |
marios | weshay: change if you disagree but ssbarnea agrees with that status | 12:01 |
weshay | marios, I try to stick strictly to the color http://rhos-release.virt.bos.redhat.com:3030/rhosp | 12:02 |
weshay | marios, however the warning is a nice heads up | 12:02 |
weshay | marios, I would keep the syntax, but change to green | 12:02 |
marios | ack | 12:03 |
weshay | marios, I mainly do that.. because keeping the status consistent across many different rucks is impossible otherwise | 12:05 |
ssbarnea | weshay: welcome back! | 12:07 |
weshay | ssbarnea, :) | 12:07 |
ssbarnea | weshay: who will be speaking for us during current meeting? | 12:09 |
weshay | ssbarnea, sounds like marios has this | 12:09 |
marios | weshay: i am happy to but also happy for anyone else to ssbarnea | 12:10 |
ssbarnea | marios++ :D | 12:10 |
marios | ssbarnea: was that you offering ? ;) | 12:10 |
ssbarnea | nope, i was not really confident last week, i would prefer to do it next time i am ruck. | 12:10 |
marios | ssbarnea: np man yes it is intimidating but it shouldn't be. anyway the best way to overcome is to keep doing it. but fine i can do it today np | 12:12 |
weshay | chandankumar, are you planning on holding a planning meeting today at 1pm utc? | 12:12 |
*** quiquell is now known as quiquell|lunch | 12:12 | |
chandankumar | weshay: nope | 12:13 |
chandankumar | weshay: we can do it tomorrow | 12:14 |
weshay | myoung, so we just have the retrospective today? | 12:16 |
ssbarnea | weshay: i see a recurring pattern regarding hiding command output inside external logs files and not even printing the log filename when the task fails. Just one example: http://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/undercloud-setup/tasks/vxlan_networking.yml#n12 -- result | 12:21 |
ssbarnea | http://logs.rdoproject.org/95/595795/7/openstack-check/legacy-tripleo-ci-centos-7-containers-multinode-upgrades-pike-branch/af7e40e/job-output.txt.gz --- I consider that this lowers the already poor UX and we should avoid this pattern and use a "verbose on errors" approach which ideally display output (full or tail) on failures and assuring that the log filename is visible on output and the user is not forced to check the source code to | 12:21 |
ssbarnea | figure out the filename of the log. | 12:21 |
ssbarnea | i already raised two CRs on similar issues in other places in the last two weeks, and it seems that it may be better to check with everyone, and eventually to agree on a pattern. | 12:22 |
weshay | ssbarnea, https://logs.rdoproject.org/95/595795/7/openstack-check/legacy-tripleo-ci-centos-7-containers-multinode-upgrades-pike-branch/af7e40e/job-output.txt.gz#_2018-09-05_10_37_22_935083 | 12:24 |
weshay | https://logs.rdoproject.org/95/595795/7/openstack-check/legacy-tripleo-ci-centos-7-containers-multinode-upgrades-pike-branch/af7e40e/logs/undercloud/home/zuul/vxlan_networking.sh.log.txt.gz#_2018-09-05_10_37_21 | 12:25 |
ssbarnea | i see no "tee" usage there, mainly the stdout and stderr are empty. | 12:26 |
weshay | ssbarnea, I understand folks have opinions w/ regards to console vs. constructed logs. It would help me to understand what you think would be the advantage of one vs the other | 12:26 |
*** skramaja_ has joined #oooq | 12:26 | |
weshay | ssbarnea, ya.. tee would be perfectly fine to do there | 12:27 |
weshay | ssbarnea, we had some patches to do that | 12:27 |
weshay | ssbarnea, then you get both.. the console and the logs | 12:27 |
ssbarnea | ok, thank. i can take care of it. my rule is: "use tee, tail when having sizing risks and no_log: result.rc == 0", which is a decent compromise as it would print to console only on errors, so keeping it small and erasy to read for most cases. | 12:29 |
marios | weshay: did it fly :) | 12:29 |
marios | ? | 12:29 |
*** skramaja has quit IRC | 12:29 | |
marios | ssbarnea: ^^ | 12:29 |
weshay | ya.. that was fine | 12:29 |
weshay | :) | 12:29 |
weshay | thanks | 12:29 |
weshay | marios, ssbarnea if you guys need help and want to sync.. we can drop and join my # | 12:30 |
weshay | you guys are done after the mtg | 12:30 |
weshay | https://bluejeans.com/u/whayutin/ | 12:30 |
marios | weshay: ok sure so should we drop now? | 12:30 |
ssbarnea | yeah, i could do updated like this all the time. paint it green and hope nobody asks anything. | 12:30 |
weshay | ya.. /me grabs coffee, my channel is open | 12:30 |
marios | ssbarnea: so next time you do it :) | 12:30 |
* marios joining | 12:30 | |
ssbarnea | weshay: if you could replace the nice url with a meeting numeber it would be great, those urls are not working well for me (cannot click them) | 12:33 |
*** rlandy has joined #oooq | 12:33 | |
ssbarnea | (a BJ problem that should be fixed in the next months...) | 12:33 |
rlandy | marios|rover: hi - which review did you leave the comment on? | 12:36 |
*** trown|outtypewww is now known as trown | 12:37 | |
marios | rlandy: damn didn't hit send thank heavens for gerrit draft | 12:42 |
marios | rlandy: clicking now | 12:42 |
marios | rlandy: apologies if that was confusing looking for the comment :/ | 12:44 |
rlandy | marios: np - your email just said you left a comment | 12:44 |
rlandy | so I was looking for it | 12:44 |
*** skramaja_ has quit IRC | 12:45 | |
*** agopi has quit IRC | 12:45 | |
weshay | retro https://trello.com/b/0VFswmht/rdo-infra-retrospective?menu=filter&filter=label:Sprint%2018 | 12:46 |
weshay | chandankumar, fyi ^ | 12:46 |
quiquell|lunch | rlandy: Hello, updated your tht change for a small fix, it was kind of trivial so you can continue working on it | 12:46 |
*** quiquell|lunch is now known as quiquell | 12:46 | |
rlandy | quiquell: thanks - still have a problem with that:( | 12:47 |
rlandy | 2018-09-05 11:48:42 | Action tripleo.parameters.update execution failed: Error validating environment for plan overcloud: ERROR: Internal Error | 12:48 |
rlandy | I figure that is still my problem | 12:48 |
weshay | rlandy, quiquell marios ssbarnea sshnaidm panda please add your thoughts to the retro board | 12:49 |
weshay | https://trello.com/b/0VFswmht/rdo-infra-retrospective?menu=filter&filter=label:Sprint%2018 | 12:50 |
sshnaidm | weshay, does this label exist? | 12:52 |
weshay | sshnaidm, ya.. it's just grey | 12:53 |
* weshay updates | 12:53 | |
myoung | weshay: aye retro | 12:54 |
*** udesale has joined #oooq | 12:57 | |
quiquell | rlandy: puff tht is hell | 12:57 |
rlandy | marios: sorry - still missing where your comment is - can you tell me here what you want me to know? | 12:58 |
rlandy | quiquell: I am seriously considering running away and joining the circus at this point | 12:58 |
marios | rlandy: here https://review.openstack.org/#/c/599739/2/ci/common/net-config-multinode-os-net-config.yaml | 12:59 |
* marios checks his sanity | 12:59 | |
*** ssbarnea has quit IRC | 12:59 | |
rlandy | marios: I see it - thanks | 13:00 |
quiquell | rlandy: tht will be there too | 13:00 |
weshay | OK.. folks let's go | 13:00 |
*** ssbarnea has joined #oooq | 13:01 | |
weshay | sshnaidm, rlandy chandankumar quiquell marios ssbarnea panda let's roll | 13:01 |
rlandy | rolling | 13:01 |
*** ssbarnea has quit IRC | 13:01 | |
myoung | retro folks! mornin | 13:01 |
quiquell | connecting | 13:01 |
quiquell | ... | 13:02 |
weshay | https://bluejeans.com/7071866728/ | 13:02 |
myoung | we're all in https://bluejeans.com/7050859455 | 13:03 |
chandankumar | tbarron: tosky can we move this setting to tempestconf https://github.com/openstack/tripleo-quickstart/commit/80fd5d5eff58a8a0033fe330682adc4a678ebd84#diff-fc671f3fe8697603503b2f10cbac8bd7R147 ? | 13:05 |
tosky | chandankumar: I don't know if it's something that should be always there or if it's specific for that configuration | 13:06 |
*** ykarel is now known as ykarel|afk | 13:07 | |
*** vkmc has joined #oooq | 13:08 | |
tbarron | chandankumar: vkmc is here, would you ask again? | 13:08 |
vkmc | o/ | 13:08 |
tbarron | chandankumar: she knows this stuff better than I do | 13:08 |
vkmc | chandankumar, hi! | 13:09 |
chandankumar | vkmc: Hello | 13:09 |
vkmc | chandankumar, just +1 the version pinning for manila-tempest-plugin | 13:09 |
chandankumar | vkmc: thanks, we are on right path. | 13:10 |
chandankumar | vkmc: https://review.rdoproject.org/r/#/c/16152/ to build it in cbs | 13:11 |
vkmc | great | 13:11 |
*** agopi has joined #oooq | 13:11 | |
tosky | chandankumar: for future changes, at least in rpm-master, Source0 can be updated to use the tarball | 13:12 |
chandankumar | tosky: the above patch is auto generated | 13:13 |
chandankumar | I will update the patch | 13:13 |
*** dtantsur|brb is now known as dtantsur | 13:17 | |
*** ykarel|afk has quit IRC | 13:25 | |
*** ykarel|afk has joined #oooq | 13:25 | |
*** ykarel|afk has quit IRC | 13:42 | |
*** ykarel|afk has joined #oooq | 13:43 | |
*** udesale has quit IRC | 13:43 | |
*** thrash has joined #oooq | 13:54 | |
thrash | any chance to get some eyes on https://bugs.launchpad.net/tripleo/+bug/1768244 | 13:54 |
openstack | Launchpad bug 1768244 in tripleo "[quickstart] oooq still uses deprecated cli params" [High,Triaged] | 13:54 |
*** d0ugal has quit IRC | 13:58 | |
weshay | rlandy, myoung fyi.. bb in 30min have a managers mtg | 14:02 |
rlandy | ok | 14:02 |
myoung | ok | 14:05 |
marios | rlandy: btw this might be a good thing to checkout too * tripleo reviews: https://review.openstack.org/#/c/588475/ /#/c/593063 /#/c/599739/2 /#/c/599954/ | 14:05 |
marios | rlandy: sorry wrong paste :) | 14:05 |
*** ssbarnea|ruck has joined #oooq | 14:05 | |
marios | rlandy: lthis https://docs.openstack.org/heat/latest/template_guide/ with respect to the tht changes you are making | 14:05 |
*** jaosorior has quit IRC | 14:06 | |
marios | rlandy: the relevance is to lookup something like https://docs.openstack.org/heat/latest/template_guide/openstack.html#OS::Heat::SoftwareConfig to see the things like 'inputs' that you are defining there | 14:06 |
marios | rlandy: fyi/fwiw | 14:06 |
rlandy | marios: thanks - making the change now so you can review before you leave | 14:07 |
marios | rlandy: ack will do | 14:07 |
marios | rlandy: would be good to ask shardy to check it out too | 14:07 |
marios | rlandy: i added him to the revievw but that may not be enough | 14:07 |
marios | ;) | 14:07 |
marios | might require some harrassment | 14:07 |
rlandy | marios: harassment is a big no-go these days | 14:10 |
rlandy | marios: besides your comment is pretty clear | 14:11 |
*** jtomasek has quit IRC | 14:15 | |
quiquell | rfolco: Failing here http://logs.openstack.org/15/600015/1/check/tripleo-ci-centos-7-scenario001-multinode-oooq-container/c921d8d/job-output.txt.gz#_2018-09-05_12_53_50_920674 | 14:19 |
*** vinaykns has joined #oooq | 14:20 | |
*** ssbarnea|ruck has quit IRC | 14:20 | |
rfolco | quiquell, shoot you are right | 14:23 |
rfolco | failed: 1 | 14:23 |
rfolco | quiquell, will fix the warning then | 14:23 |
rlandy | marios: question ... "I believe you need to add 'input_values' in the ::Net::SoftwareConfig resource definition" ... | 14:23 |
*** dtantsur is now known as dtantsur|brb | 14:24 | |
rlandy | marios: can we bj for a few minutes after meeting? just to get the placement right | 14:30 |
marios | rlandy: i need some break please i had another couple calls before this one :) | 14:31 |
quiquell | rfolco: yap, didn't know what do we want the warning or the fail. | 14:31 |
marios | rlandy: gimme half hour or so i'll ping you? | 14:31 |
rlandy | marios: sure - just need 5 mins of your time - whenever | 14:31 |
marios | rlandy: actually lets do it now ok | 14:31 |
quiquell | chandankumar: I am leaving know, tomorrow morning choose to be ruck or rover I will do the other | 14:31 |
*** quiquell has quit IRC | 14:32 | |
marios | rlandy: * tripleo reviews: https://review.openstack.org/#/c/588475/ /#/c/593063 /#/c/599739/2 /#/c/599954/ | 14:32 |
marios | rlandy: damn sorry wrong one again ! | 14:32 |
marios | rlandy: ! | 14:32 |
marios | rlandy: * my bluejeans: https://redhat.bluejeans.com/7661925373/ | 14:32 |
rlandy | joining | 14:32 |
*** ssbarnea|bkp has joined #oooq | 14:37 | |
sshnaidm | weshay, we'll have logging finally https://review.openstack.org/#/c/599267/ | 14:39 |
sshnaidm | rlandy, so, is it fine to merge https://review.openstack.org/#/c/593063/ ? | 14:40 |
*** ssbarnea|bkp is now known as ssbarnea|bkp2 | 14:40 | |
weshay | sshnaidm, what's the log path? | 14:41 |
sshnaidm | weshay, install-undercloud.log in ~ | 14:42 |
weshay | k | 14:42 |
weshay | nice | 14:42 |
*** d0ugal has joined #oooq | 14:57 | |
rlandy | sshnaidm: great - let's get something in this sprint | 15:02 |
sshnaidm | rlandy, cool, let's shake the dust.. | 15:05 |
* rlandy takes cover | 15:06 | |
weshay | sshnaidm, regarding the modify-image role.. DNM patches that we run checks w/... think we could add a validate step for the content of those patches? | 15:09 |
sshnaidm | weshay, what do you mean? | 15:10 |
weshay | for example.. make a change to a real file https://review.openstack.org/#/c/564291/20/environments/GATE-CHECK.yaml | 15:10 |
weshay | not GATE-CHECK.yaml | 15:10 |
weshay | but add something to readme.. and test on the undercloud and a container that the content is actually applied? | 15:10 |
sshnaidm | weshay, so it'll be kind of periodic? | 15:11 |
weshay | sshnaidm, ya.. if zuul_change = 564291 run a check for the content | 15:12 |
weshay | or we could spend some time to figure out how to ensure a patch is applied generally | 15:12 |
sshnaidm | weshay, maybe it's worth to talk with infra if we have something in zuul for that, maybe two-steps jobs or kind of | 15:13 |
sshnaidm | weshay, I hardly understand how we can run these jobs on patches.. | 15:13 |
weshay | <sshnaidm> weshay, I hardly understand how we can run these jobs on patches.. ( do to the time? ) | 15:14 |
*** jtomasek has joined #oooq | 15:14 | |
sshnaidm | weshay, but we can maybe create a special job for that, which will always change something specific and will test it | 15:14 |
*** dsneddon has joined #oooq | 15:14 | |
weshay | sshnaidm, right.. I think our fake change jobs are an option there | 15:15 |
weshay | no-op change | 15:15 |
weshay | for hubbot | 15:15 |
sshnaidm | weshay, but these jobs run on their patches | 15:15 |
weshay | rlandy, sshnaidm anything I can do to help to help us move forward w/ rdo-jobs --> zuulv3? | 15:16 |
rlandy | weshay: I am following marios' comments to update THT | 15:16 |
rlandy | it's bigger change that I would have liked to have made | 15:17 |
rlandy | but apparently necessary | 15:17 |
weshay | https://review.openstack.org/#/c/595527/ | 15:18 |
weshay | did that just merge? | 15:18 |
*** ykarel|afk is now known as ykarel | 15:22 | |
sshnaidm | weshay, https://review.rdoproject.org/r/16146 https://review.rdoproject.org/r/16147 for rocky | 15:29 |
weshay | k | 15:30 |
weshay | marios, which tht patch? | 15:30 |
*** abishop has quit IRC | 15:32 | |
marios | * tripleo reviews: https://review.openstack.org/#/c/588475/ /#/c/593063 /#/c/599739/2 /#/c/599954/ | 15:33 |
marios | weshay: *=* 11:22:24 *=*=*= " DNM - WIP - Remove usage of /etc/nodepool" https://review.openstack.org/#/c/599739/2 Ib4d1d5e80541db374069f6b65d5b244e614aa17d tripleo-heat-templates | 15:33 |
cgoncalves | anyone having issues on resizing undercloud image with reproducer-quickstart.sh? http://paste.openstack.org/show/729525/ | 15:34 |
weshay | marios, thanks | 15:34 |
weshay | cgoncalves, tmate me into that box | 15:35 |
weshay | cgoncalves, if you run that command by hand.. on the virthost.. you can get a better error | 15:35 |
cgoncalves | tmate details on private msg | 15:35 |
rlandy | marios: is this looking ok so far: https://review.openstack.org/#/c/599739/? updating other files to add parameters | 15:53 |
*** jaosorior has joined #oooq | 15:57 | |
marios | rlandy: no | 15:57 |
marios | rlandy: theres a few things | 15:57 |
marios | rlandy: but am on my way out | 15:57 |
marios | rlandy: oh | 15:57 |
marios | rlandy: you're using conditions | 15:57 |
marios | rlandy: i missed that | 15:58 |
marios | sec | 15:58 |
rlandy | I can not | 15:58 |
marios | rlandy: so far i see you're conditionaly adding the params | 15:58 |
marios | rlandy: but i don't see you using them anywhere yet | 15:58 |
* rlandy just following pattern in file | 15:58 | |
marios | rlandy: i will check in my morning again | 15:58 |
marios | rlandy: sorry have to go | 15:58 |
marios | https://review.openstack.org/#/c/599739/3/ci/common/net-config-multinode-os-net-config.yaml and https://review.openstack.org/#/c/599739/3/puppet/role.role.j2.yaml | 15:59 |
marios | you have the params | 15:59 |
marios | but where ar eyou using them there are no input/input_values as we discussed before? | 15:59 |
*** dtantsur|brb is now known as dtantsur | 16:01 | |
*** jfrancoa has quit IRC | 16:05 | |
*** abishop has joined #oooq | 16:17 | |
rlandy | marios: in https://review.openstack.org/#/c/599739/4/puppet/role.role.j2.yaml | 16:18 |
rlandy | input_values: | 16:19 |
rlandy | primary_private_ip: {get_param: PrimaryPrivateIp} | 16:19 |
rlandy | subnode_private_ip: {get_param: SubnodePrivateIp} | 16:19 |
rlandy | subnode_index: {get_param: SubnodeIndex} | 16:19 |
*** kopecmartin has quit IRC | 16:23 | |
*** dsneddon has quit IRC | 16:25 | |
*** thrash is now known as thrash|biab | 16:35 | |
*** holser_ has quit IRC | 16:44 | |
*** holser_ has joined #oooq | 16:45 | |
*** holser_ has quit IRC | 16:46 | |
rlandy | what's going on with OVB in rdocloud? | 16:55 |
*** trown is now known as trown|lunch | 17:09 | |
*** vinaykns has quit IRC | 17:10 | |
*** dsneddon has joined #oooq | 17:10 | |
*** dsneddon has quit IRC | 17:15 | |
*** dsneddon has joined #oooq | 17:21 | |
rlandy | weshay: ping me when you want to discuss OVB downstream | 17:24 |
*** dtantsur is now known as dtantsur|afk | 17:26 | |
weshay | rlandy, k | 17:29 |
*** sshnaidm is now known as sshnaidm|afk | 17:32 | |
*** ykarel is now known as ykarel|lunch | 17:39 | |
*** ykarel|lunch is now known as ykarel|away | 17:39 | |
ykarel|away | weshay, there is some issue in jobs in rdo ci, in case u want to track/alert those, see #rdo | 17:41 |
* ykarel|away leaving | 17:41 | |
rfolco | weshay, which repo cockpit/dashboard-ci belongs to ? | 17:42 |
rlandy | rfolco: this ready to review? https://review.openstack.org/#/c/594511/? | 17:43 |
rfolco | rlandy, lets wait for ci... I just fixed the warning --> error case we discussed this morning | 17:43 |
rlandy | ack | 17:43 |
rfolco | rlandy, if any non-overridable then fail | 17:44 |
rfolco | rlandy, let me know how can I help on legacy work | 17:44 |
*** ccamacho has quit IRC | 17:44 | |
rfolco | if any | 17:45 |
ykarel|away | chandankumar ^^ rfolco and rlandy are different :) | 17:45 |
ykarel|away | we were in impression these two nicks are for same person | 17:45 |
rlandy | ykarel|away: no - we are two diff people ... | 17:45 |
rfolco | I am around for almost a year | 17:45 |
rlandy | in two diff countries | 17:46 |
rlandy | and we don;t talk to ourselves | 17:46 |
ykarel|away | ohhk cool :) | 17:46 |
rfolco | I tried to add more nicks to my group like 'folco' but I messed up with limits | 17:46 |
rfolco | struggle with irc nicks :( | 17:47 |
rfolco | will rename to rfolco_not_rlandy | 17:47 |
ykarel|away | :) | 17:47 |
rlandy | all we share is a first initial - not sure how that made us the same person | 17:47 |
rfolco | rlandy, besides the fact I am as awesome and kind as you are | 17:48 |
rlandy | rfolco: that would also leave us with a gender-identity crisis | 17:48 |
rfolco | lol | 17:49 |
rlandy | anyways ... | 17:49 |
rlandy | legacy | 17:49 |
rlandy | so | 17:49 |
rlandy | https://review.openstack.org/#/c/599739/\ | 17:50 |
rlandy | ^^ that is latest | 17:50 |
rlandy | will see what shakes out of that | 17:51 |
rlandy | really - I am hacking THT | 17:51 |
chandankumar | ykarel|away: Both starts with'r', sounds similar to me, /me was always confused | 17:51 |
rlandy | according to marios, I would have to change any file with OsNetConfigImpl | 17:52 |
ykarel|away | chandankumar, u made me confused too :), | 17:52 |
rlandy | chandankumar: Ronelle Landy vs. Rafael Folco | 17:53 |
chandankumar | we are confused souls :-) | 17:53 |
rlandy | there is someone with the nick rlandry | 17:53 |
rfolco | oh boy | 17:54 |
rlandy | I get pings for him all the time | 17:54 |
rfolco | and rlaundry | 17:54 |
chandankumar | like in pune office there is chandankumar, chkumar, chakumari | 17:54 |
rlandy | oh that is bad | 17:55 |
ykarel|away | i am safe in case of nicks | 17:55 |
rfolco | sshnaidm and ssbarnea is ok, but rfolco and rlandy is confusing ? :) | 17:55 |
ykarel|away | i met sshnaidm in person so not confused | 17:55 |
*** myoung is now known as myoung|biab | 17:55 | |
ykarel|away | may be others are | 17:56 |
* ykarel|away leaving, have fun guys | 17:58 | |
rfolco | rlandy, 4 depends-on and counting :( | 17:58 |
rfolco | ykarel|away, have a good one | 17:58 |
rlandy | something is not happy with rdo cloud jobs | 17:58 |
rlandy | reading #rdo | 17:59 |
ykarel|away | yes, jpena tried to look at those but didn't find anything meaning ful yet, good to reach some other infra guys | 17:59 |
rlandy | 2018-09-05 17:26:02.861789 | TASK [prepare-workspace : Synchronize src repos to workspace directory.] | 17:59 |
rlandy | 2018-09-05 17:26:20.458534 | tripleo-ovb-centos-7 | Output suppressed because no_log was given | 17:59 |
rlandy | 2018-09-05 17:26:20.589481 | | 17:59 |
rlandy | 2018-09-05 17:26:20.589659 | PLAY RECAP | 17:59 |
rlandy | 2018-09-05 17:26:20.589760 | tripleo-ovb-centos-7 | ok: 1 changed: 0 unreachable: 0 failed: 1 | 17:59 |
ykarel|away | as jpena will be available tomorry | 17:59 |
rlandy | ykarel|away: ack - thanks | 18:00 |
*** thrash|biab is now known as thrash | 18:01 | |
*** dsneddon has quit IRC | 18:01 | |
*** dsneddon has joined #oooq | 18:01 | |
*** ykarel|away has quit IRC | 18:05 | |
rlandy | also ansible.2.5.7 leaves us with a exception trace | 18:07 |
rlandy | not good | 18:07 |
rlandy | sshnaidm|afk: ^^? | 18:08 |
rlandy | rfolco:^ so much for trying to test | 18:08 |
rlandy | rdocloud is out | 18:08 |
rlandy | zuul upstream is backed up | 18:08 |
rfolco | rlandy, ansible issue is the no module error ? | 18:09 |
*** d0ugal has quit IRC | 18:10 | |
rfolco | rlandy, which job did you look regarding timeout ? | 18:16 |
rfolco | tripleo-ovb-centos-7 | Job timeout set to: 164 minutes | 18:16 |
rlandy | rfolco: wrt error .. https://logs.rdoproject.org/22/596422/34/openstack-check/legacy-tripleo-ci-centos-7-multinode-1ctlr-featureset037-updates-master/fe26f40/job-output.txt.gz#_2018-09-05_17_28_06_028737 | 18:17 |
rlandy | wrt timeout ... looking | 18:17 |
*** trown|lunch is now known as trown | 18:17 | |
rfolco | rlandy, the change does not affect ovb legacy, that's why I am asking | 18:20 |
rlandy | no | 18:23 |
rlandy | just stops real testing | 18:23 |
rlandy | time ... | 18:23 |
rlandy | rfolco: https://logs.rdoproject.org/68/589068/20/openstack-check/legacy-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-master/eabb6f7/job-output.txt.gz#_2018-09-05_12_32_00_368552 | 18:27 |
rfolco | rlandy, legacy jobs do not run v3 workflow yet, including the j2 templates. Am I missing anything ? | 18:31 |
rfolco | rlandy, https://review.openstack.org/#/c/589068/20/playbooks/tripleo-ci/templates/toci_gate_test.sh.j2 | 18:31 |
rlandy | rfolco: you are right | 18:36 |
rlandy | http://logs.openstack.org/22/596422/34/check/tripleo-ci-centos-7-standalone/ef837ac/logs/undercloud/home/zuul/repo_setup.log.txt.gz#_2018-09-05_18_41_48 | 18:50 |
rlandy | repo-setup issue | 18:50 |
rlandy | weshay: marios: rfolco: sshnaidm|afk: to close ... #1790770 ... https://review.openstack.org/#/c/579406/ | 18:57 |
agopi | myoung|biab, weshay, rlandy something seems to be wrong with rdo-promote job in jenkins acorss pike, queens and rocky | 18:58 |
agopi | https://rhos-dev-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/user/agopi/my-views/view/Browbeat_view/job/rdo-promote-rocky-rdo_trunk/ | 18:58 |
rlandy | anyone looking at the repo_setup failure??? | 18:59 |
agopi | ^ been executing since aug 30 | 18:59 |
rlandy | 2018-09-05 18:50:54.383118 | primary | TASK [repo-setup : Setup repos on live host] *********************************** | 18:59 |
rlandy | 2018-09-05 18:50:54.465232 | primary | Wednesday 05 September 2018 18:50:54 +0000 (0:00:00.275) 0:00:23.141 *** | 18:59 |
rlandy | 2018-09-05 18:51:01.335686 | primary | fatal: [subnode-2]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} | 18:59 |
agopi | same goes for https://rhos-dev-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/user/agopi/my-views/view/Browbeat_view/job/rdo-promote-queens-rdo_trunk/ | 18:59 |
agopi | and pike | 18:59 |
rlandy | agopi: haven't looked at those jobs in ages :( ... let's see | 18:59 |
weshay | rlandy, mirror issues | 19:00 |
weshay | agopi, you are hitting infra issues it seems http://logs.openstack.org/22/596422/34/check/tripleo-ci-centos-7-standalone/ef837ac/logs/undercloud/home/zuul/repo_setup.log.txt.gz#_2018-09-05_18_41_49 | 19:01 |
*** myoung|biab is now known as myoung | 19:03 | |
agopi | sorry but i don't follow weshay. | 19:03 |
weshay | agopi, yum is not working, we can't help that | 19:04 |
*** jtomasek has quit IRC | 19:04 | |
agopi | is it for the browbeat job in zuul? because it ran perfectly when i last tested last week | 19:04 |
agopi | https://review.rdoproject.org/zuul/builds.html?job_name=legacy-tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset053-master | 19:04 |
weshay | rlandy, I'm avail in 5min | 19:29 |
rlandy | ok | 19:37 |
*** holser_ has joined #oooq | 19:42 | |
*** holser_ has quit IRC | 19:43 | |
rlandy | weshay: ? | 19:44 |
weshay | rlandy, k.. almost there | 19:44 |
rlandy | np - whenever you are ready | 19:44 |
*** holser_ has joined #oooq | 20:18 | |
*** holser_ has quit IRC | 20:52 | |
*** abishop has quit IRC | 20:54 | |
*** sshnaidm|afk has quit IRC | 20:54 | |
*** sshnaidm has joined #oooq | 21:00 | |
*** sshnaidm has quit IRC | 21:01 | |
*** trown is now known as trown|outtypewww | 21:03 | |
weshay | rfolco, do you still have a patch on enabling use via an httpd proxy? | 21:21 |
*** agopi is now known as agopi|brb | 21:28 | |
*** agopi|brb has quit IRC | 21:31 | |
*** agopi|brb has joined #oooq | 21:31 | |
*** agopi|brb has quit IRC | 21:37 | |
rlandy | weshay: fyi ... https://rhos-dev-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/tripleo-quickstart-rhos-13-passed-p2-baremetal-hp_dl360_envE-single_nic_vlans/1/consoleFull | 21:41 |
weshay | rlandy, first try? | 21:44 |
weshay | oh I see | 21:44 |
weshay | k.. thanks | 21:44 |
rlandy | yes | 21:46 |
rlandy | got this one going as well ... https://rhos-dev-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/tq-gate-rhos-13-ci-rhos-ovb-featureset001/158/console | 21:46 |
*** rfolco has quit IRC | 21:52 | |
*** sshnaidm has joined #oooq | 22:06 | |
*** sshnaidm is now known as sshnaidm|off | 22:08 | |
*** agopi|brb has joined #oooq | 23:14 | |
rlandy | weshay: not too bad - go as far as tempest - should be fixable ... https://rhos-dev-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/tripleo-quickstart-rhos-13-passed-p2-baremetal-hp_dl360_envE-single_nic_vlans/1/consoleFull | 23:30 |
rlandy | by comparison ovb is STILL installing the undercloud ,, | 23:31 |
rlandy | https://rhos-dev-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/tq-gate-rhos-13-ci-rhos-ovb-featureset001/158/console | 23:31 |
rlandy | +(./toci_quickstart.sh:163): echo 'Playbook run of multinode-overcloud.yml passed successfully' | 23:33 |
rlandy | woohoo multinode | 23:33 |
weshay | rlandy, k cool.. turn on your logging :) | 23:56 |
rlandy | just did | 23:56 |
rlandy | OMG - passing multinode!!!! | 23:58 |
rlandy | http://logs.openstack.org/22/596422/34/check/tripleo-ci-centos-7-scenario009-multinode-oooq/0a555f7/ | 23:58 |
rlandy | and nobody here to party with me :( | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!