Tuesday, 2020-02-11

*** holser has quit IRC00:02
rlandyweshay: you still around?00:15
rlandy2020-02-10 19:00:41.292125 | primary | The `libvirt` module is not importable. Check the requirements.00:15
rlandyenv setup on rhel00:15
*** rfolco has quit IRC01:19
rlandynvm - - got by that commented on review02:00
*** rlandy has quit IRC02:09
*** dsneddon_ has quit IRC02:52
*** dsneddon_ has joined #oooq03:20
*** dsneddon_ has quit IRC03:36
*** dsneddon_ has joined #oooq04:07
*** dsneddon_ has quit IRC04:12
*** udesale has joined #oooq04:19
*** ykarel|away is now known as ykarel04:20
*** skramaja has joined #oooq04:45
*** dsneddon_ has joined #oooq04:48
*** dsneddon_ has quit IRC04:53
*** dsneddon_ has joined #oooq05:20
*** dsneddon_ has quit IRC05:25
*** raukadah is now known as chkumar|rover05:28
*** saneax has joined #oooq05:54
*** jmasud has joined #oooq05:56
*** dsneddon_ has joined #oooq05:59
*** sanjayu_ has joined #oooq06:01
*** dsneddon_ has quit IRC06:03
*** saneax has quit IRC06:03
*** chem has quit IRC06:14
*** ratailor has joined #oooq06:21
*** marios has joined #oooq06:25
*** dsneddon_ has joined #oooq06:31
*** dsneddon_ has quit IRC06:36
*** ccamacho has quit IRC06:50
*** jfrancoa has joined #oooq06:53
*** jtomasek has joined #oooq07:01
*** dsneddon_ has joined #oooq07:09
chkumar|roverzbr, morning07:10
chkumar|roverzbr, around?07:10
zbro/07:10
chkumar|roverzbr, I trying to reproduced locally07:11
chkumar|roverbut it is not coming on centos 707:11
chkumar|roverensure_text comes from six07:11
chkumar|roverbut still not working07:11
zbri suspect virtualenv 20 released yesterday is causing it.07:11
chkumar|roverzbr, yes, that is07:11
zbrif you upgrade six from pip, it will work.07:11
chkumar|roverlet me try that07:12
chkumar|roverzbr, which piece of code is updaitng this pip:20.0.2 virtualenv:20.0.1 setuptools:44.0.0 ?07:13
zbrwhich version of six do we have on centos-7 ?07:13
chkumar|rover1.14.007:14
*** dsneddon_ has quit IRC07:14
zbrand where do we install newer virtualenv?07:14
zbrbecause 20 is clearly not from rpm.07:15
chkumar|roverhttps://bugs.launchpad.net/tripleo/+bug/186272407:15
openstackLaunchpad bug 1862724 in tripleo "ERROR:root:ImportError: cannot import name ensure_text" [Critical,In progress] - Assigned to chandan kumar (chkumar246)07:15
chkumar|rovercheck last comment07:15
mariossshnaidm|afk: can you check that when you get a chance you previously -1 it but it looks to be idle for few days now i just re-added +2 https://review.opendev.org/#/c/704979/607:15
zbrso somewhere inside install-deps07:15
zbryou need to extract that line so we can file a bug against virtualenv07:16
zbrthe log section looks weird, I see installing python-virtualenv-15.1.0-2.el7.noarch  but using 20.0.207:16
zbrthe workaround for us should be add a six>=x.y.z near the line where we install virtualenv via pip.07:17
zbrand only once we point us the bug, i suspect they missed to mention min version for six.07:18
zbrhttps://github.com/pypa/virtualenv/issues/155107:19
chkumar|roverzbr, just adding pip install upgrade six fixes it let me updatet he patch07:22
chkumar|roversorry not fixed it07:22
chkumar|rover Defaulting to user installation because normal site-packages is not writeable new message is also interesitn07:23
zbryou need to upgrade system six07:23
zbrchkumar|rover: do you remember what I said during our meetings  about python2.7, for more than 3 months.07:25
zbrthis is the start of an endless row.07:25
zbrsetuptools, pip, virtualenv, tox, six,... all will break on centos-7 and we will not be able to install correct dependencies without breaking system.07:26
zbrin this case gabor made a mistake of ignoring feedback and ignoring non-wheel deployments, but it will happen again.07:27
zbreven if we pin everything to known good, we may soon face other problems where we need to use newer features.07:28
zbrif I would blame someone, it would be our rpm packages which they never update packages like six, setuptools, unless there is a storm.07:29
zbrand when this happens it takes weeks for each of them to be upgraded.07:29
zbrouch, but i see the same on centos-8....07:31
chkumar|roverzbr, I hope this https://review.opendev.org/#/c/707062/6/install-deps.sh will upgrade six07:32
zbrif you sudo, you can upgrade six and I doubt it will break. six is very stable package afaik.07:33
zbrchkumar|rover: bindep is broken, that is no longer oooq issue, we need to switch to infra. see https://dashboard.zuul.ansible.com/t/ansible/build/1e148fb6d2684932a0620d6b23e5909d/console07:35
zbrprobably we need to add a <20.0 to it, until the dust settles.07:36
chkumar|roverzbr, but still the question is what is updating virtualenv related packages in install-deps?07:37
zbrvirtualenv itself downlods newer setuptools/pip if you do not mention download=False07:39
zbrbut the problem in this case is to find place where we install virtualenv from pip and put a limit07:40
zbrprobably there are LOTs of places.07:40
*** dsneddon_ has joined #oooq07:41
*** ykarel is now known as ykarel|lunch07:45
*** dsneddon_ has quit IRC07:46
*** udesale has quit IRC07:46
*** udesale has joined #oooq07:47
*** sanjayu_ has quit IRC07:58
zbronly interesting stuff since last night, https://review.opendev.org/#/c/706871/07:59
*** jmasud has quit IRC08:11
*** jmasud has joined #oooq08:13
chkumar|roverzbr, finally upgrading system six08:14
chkumar|roverand let's see how it goes08:14
chkumar|roverzbr, bindep task is performed earlier08:14
zbrchkumar|rover: read infra08:14
zbrchkumar|rover: i being told that we need to add `--seeder=pip` to virtuaenv command, but be careful, that option works only with 20+08:17
zbrthey forced virtualenv to be >20 upstream.08:17
zbrso we have a fix to centos-8 that will totally break centos-7.08:17
chkumar|roverzbr, done08:25
chkumar|roverzbr, let's see how ti goes08:25
*** tosky has joined #oooq08:27
chkumar|roverzbr, marios heading to wework, will back in 45 mins08:28
*** tesseract has joined #oooq08:29
*** bogdando has joined #oooq08:42
*** ccamacho has joined #oooq08:46
*** dsneddon_ has joined #oooq08:46
*** ykarel|lunch is now known as ykarel08:50
*** dsneddon_ has quit IRC08:51
*** jpena|off is now known as jpena08:54
*** ccamacho has quit IRC09:01
*** amoralej|off is now known as amoralej09:03
chkumar|roverzbr, seeder does not worked09:07
*** sanjayu_ has joined #oooq09:08
chkumar|roverzbr, is it seed or seeder?09:10
chkumar|roverhttps://virtualenv.pypa.io/en/stable/cli_interface.html09:10
chkumar|rover--seeder09:10
zbryeah09:10
chkumar|roverwhich one?09:10
chkumar|rover--seeder does not worked09:11
chkumar|roverhttps://review.opendev.org/#/c/707062/9/install-deps.sh09:11
*** dtantsur|afk is now known as dtantsur09:12
chkumar|rovervirtualenv --seed=pip .venv09:12
chkumar|roverzbr, so both seed and seeder works09:16
chkumar|roverlocally09:17
*** dsneddon_ has joined #oooq09:20
zbrmaybe we decide to drop taiga this sprint, it drives me crazy, imposible to convert between issue, story, task, epic, taiga is like Vogon poetry!09:23
*** dsneddon_ has quit IRC09:25
*** sshnaidm|afk is now known as sshnaidm09:25
zbrmarios: chkumar|rover: please look again at https://review.opendev.org/#/c/706237/09:29
zbrincreasing test coverage, really needed for other changes.09:30
*** dsneddon_ has joined #oooq09:30
marioswill do zbr09:31
zbrmarios: i hope you dont want a story for this.09:31
chkumar|roverzbr, I tried all hooks and crooks but not working09:40
chkumar|roverzbr, please have a look https://review.opendev.org/#/c/707062/09:40
sshnaidmchkumar|rover, can I help with py2 stuff?09:42
chkumar|roversshnaidm, yes sure09:42
chkumar|roversshnaidm, we tried to updating six, using seed09:42
chkumar|roverbut it does not work09:42
sshnaidmchkumar|rover, what is the problem?09:43
chkumar|roversshnaidm, https://bugs.launchpad.net/tripleo/+bug/186272409:43
openstackLaunchpad bug 1862724 in tripleo "ERROR:root:ImportError: cannot import name ensure_text" [Critical,In progress] - Assigned to chandan kumar (chkumar246)09:43
*** derekh has joined #oooq09:44
sshnaidmchkumar|rover, can we limit venv version?09:45
chkumar|roversshnaidm, yes, but where we can do that?09:45
chkumar|roversshnaidm, it is getting updating somehow09:45
chkumar|rover*updating09:46
sshnaidmchkumar|rover, in the start of job, it's preinstalled in the image, so we need to remove it as a package and install from pip09:46
chkumar|roversshnaidm, ok updating the patch09:48
*** chem has joined #oooq09:51
chkumar|roversshnaidm, https://review.opendev.org/#/c/707062/13/install-deps.sh09:56
chkumar|roverplease have a look09:56
sshnaidmchkumar|rover, ack, let's see..09:59
chkumar|roversshnaidm, boom it worked10:04
sshnaidmchkumar|rover++10:04
chkumar|roversshnaidm, https://review.rdoproject.org/zuul/stream/c946f00b13984db299cf11dd28913fec?logfile=console.log10:04
chkumar|roverzbr++10:05
chkumar|roverzbr, so seed is not gona work, we need to downgrade virtualenv10:05
sshnaidmchkumar|rover, I think you can remove -2 from the patch10:05
chkumar|roversshnaidm, yes10:05
chkumar|roversshnaidm, doe10:06
chkumar|roverdone10:06
sshnaidmchkumar|rover, what's next?10:06
chkumar|roversshnaidm, we can merge this10:06
chkumar|roversshnaidm, there is one more bug10:07
chkumar|roversshnaidm, https://bugs.launchpad.net/tripleo/+bug/186267410:07
openstackLaunchpad bug 1862674 in tripleo "build-containers jobs failing on "no module named http"" [Critical,In progress] - Assigned to wes hayutin (weshayutin)10:07
chkumar|roverhttps://review.opendev.org/#/c/707054/10:07
chkumar|roverlet me add the depends on here10:07
chkumar|roversshnaidm, it broke other places10:09
chkumar|rover[build-test-packages : Install and update pip]10:09
chkumar|roverhttps://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/roles/build-test-packages/tasks/main.yml#L9410:10
sshnaidmchkumar|rover, well, I hope it will use the installed venv10:12
sshnaidmchkumar|rover, we don't update virtualenv in jobs, right?10:12
chkumar|roversshnaidm, nope10:12
sshnaidmgreat10:12
sshnaidmchkumar|rover, so the problem is with new ironic client?10:13
chkumar|roversshnaidm, nono, now the new virtualenv broke ansible pip module i think10:14
chkumar|roverlogs coming up10:14
chkumar|roversshnaidm, https://logserver.rdoproject.org/62/707062/13/openstack-check/tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001-queens-branch/c946f00/job-output.txt10:14
chkumar|roversshnaidm, Could not get output from /usr/bin/virtualenv --help: Traceback (most recent call last):10:15
chkumar|roverAttributeError: 'module' object has no attribute 'main'10:15
sshnaidmwow10:15
sshnaidmchkumar|rover, this is from latest run?10:16
sshnaidmchkumar|rover, ah, I see10:16
chkumar|roversshnaidm, yes10:17
*** holser has joined #oooq10:20
chkumar|roversshnaidm, if we look at logs, we remove python-virtualenv10:20
chkumar|roverand it got again installed10:20
sshnaidmchkumar|rover, it's installed in some /usr/local or something10:21
sshnaidmchkumar|rover, but path still points to /usr/bin/virtualenv10:21
sshnaidmI hit this problem before, trying to recall how it's solved10:21
sshnaidm2020-02-11 10:04:10.403124 | primary | warning: file /usr/bin/virtualenv-2.7: remove failed: No such file or directory10:23
sshnaidm2020-02-11 10:04:10.403179 | primary | warning: file /usr/bin/virtualenv-2: remove failed: No such file or directory10:23
sshnaidmbut doesn't remove /usr/bin/virtualenv10:23
chkumar|roversshnaidm, other thing https://github.com/openstack/tripleo-quickstart/blob/master/quickstart.sh#L113 called twice in toci, as first we call install deps then bootstrap10:24
chkumar|roverwhat about doing this?10:25
chkumar|roverremove python-virtualenv from pkg then from pip also and then install it via pip?10:25
chkumar|roverlet me try that and see how it goes10:26
chkumar|rovervirtualenv is coming from bindep.txt file10:27
sshnaidmchkumar|rover, I don't think it installs it from bindep, lemme check in logs10:27
chkumar|rover2020-02-11 10:04:16.668806 | primary | install_package_deps_via_bindep10:28
chkumar|rover2020-02-11 10:04:17.559732 | primary | python-virtualenv10:28
sshnaidmchkumar|rover, damn.. then need to do this again after this line10:29
sshnaidmlike twice10:30
ykareliirc virtualenv used to preinstall in nodepool images, need to check if it's still the case10:30
sshnaidmykarel, it is10:30
sshnaidmnow we try to remove it anyhow :)10:30
ykarelsshnaidm, ack10:30
sshnaidmykarel, can't we just install py3 as default in c7 images when building them?10:31
sshnaidmand forget about py2 forever..10:31
chkumar|roversshnaidm, I think we can do that, but issues python3-selinux it is available or not10:32
ykarelsshnaidm, u mean install python3 binary in centos7?10:32
ykarelor install other python3 deps in centos7?10:32
ykarelfor centos7 python3 stack is minimal10:32
ykarelso should not support all use cases10:33
*** dsneddon_ has quit IRC10:33
sshnaidmykarel, I think it should cover what we have right now for py2 there in preinstall10:33
ykarelif it's just python3 install it can be done outside of images10:34
zbruntil we get a newer six in OS, we have to install newer version manually.10:34
sshnaidmykarel, you mean we can't run a tripleo job with py3 as a default in centos7?10:34
zbrother approaches may prove much harder to implement10:34
ykarelsshnaidm, not sure about deployment, but for container build i tried that10:35
ykarellike https://review.opendev.org/#/c/699555/10:35
ykareliirc running ansible had issues on python310:36
ykareland deployment rely hugely on it10:36
sshnaidmwell, I still think we need to reconsider this10:37
sshnaidmotherwise every day we'll see new surprises10:37
ykarelsshnaidm, so the current issues are seen in non master branches as well?10:38
ykarelif just master, then c7 will go soon10:38
ykarelif others, then yes need to think about it10:38
sshnaidmykarel, it's CI code, so everywhere10:38
ykarelsshnaidm, ack10:40
sshnaidmchkumar|rover, seems working10:44
chkumar|roversshnaidm, yes https://review.opendev.org/#/c/707062/10:44
chkumar|roverbrb10:49
*** dsneddon_ has joined #oooq11:02
*** dsneddon_ has quit IRC11:07
zbrchkumar|rover: i think we should not do anything, everything is falling appart and we cannot do anything until infra is fixing it.11:10
zbrthey made a decision yesterday which I think it was rushed, but now we need to wait for them to wake up.11:11
chkumar|roversshnaidm, few jobs behaving weired https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_8cb/707062/14/check/tripleo-ci-centos-7-containers-multinode-rocky/8cb5f32/job-output.txt11:12
chkumar|roverit failed at that place11:13
sshnaidmchkumar|rover, yeah, only for rocky and queens..11:13
chkumar|roversshnaidm, not sure what to do there11:14
sshnaidmchkumar|rover, I see it still installs virtualenv with bindep11:16
chkumar|roversshnaidm, where in build test packages role?11:17
sshnaidmchkumar|rover, no, it doesn't..  Removed:11:19
sshnaidm2020-02-11 10:43:03.143303 | primary |   python-virtualenv.noarch 0:15.1.0-2.el711:19
chkumar|roversshnaidm, for few jobs it is causing problem https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/build-test-packages/tasks/main.yml#L4411:19
sshnaidmchkumar|rover, maybe race condition, where are depending on release in this case?11:19
chkumar|roverneed to check11:20
sshnaidmSuccessfully installed appdirs-1.4.3 configparser-4.0.2 contextlib2-0.6.0.post1 filelock-3.0.12 importlib-metadata-1.5.0 importlib-resources-1.0.2 pathlib2-2.3.5 scandir-1.10.0 six-1.14.0 typing-3.7.4.1 virtualenv-20.0.1 zipp-1.1.011:21
sshnaidmchkumar|rover, is 20.0.1 ok?11:21
chkumar|roversshnaidm, not ok11:21
chkumar|roversshnaidm, we need lower than that11:21
chkumar|roversshnaidm, https://review.opendev.org/#/c/707062/14/install-deps.sh11:21
chkumar|rover "virtualenv<20.0.1"11:21
sshnaidmwe need -x in this script, nothing clear what's running..11:22
sshnaidmchkumar|rover, interesting: ollecting virtualenv<20.0.111:23
sshnaidm2020-02-11 10:43:03.777146 | primary |   Downloading http://mirror.gra1.ovh.openstack.org/pypifiles/packages/62/89/72ab7d18e001a23b25eb75ce71bbf9e2a3c142e2dad2e4e2b88012e4ca25/virtualenv-20.0.0-py2.py3-none-any.whl (4.6 MB)11:23
sshnaidmso why the hell it installs 20.0.111:24
chkumar|roversshnaidm, may be because -I option11:25
chkumar|roversshnaidm, -I, --ignore-installed      Ignore the installed packages (reinstalling instead).11:25
sshnaidmchkumar|rover, why to use it?11:25
sshnaidmchkumar|rover, let's remove this option11:25
chkumar|roveryup11:26
zbrchkumar|rover: you will mess the entire systems if you start to allow pip to upgrade system packages.11:26
sshnaidmstill seems like race condition somewhere..11:26
zbri was told for years that we should only use rpms....11:27
zbrsudo + pip = yolo11:28
chkumar|roversshnaidm, zbr I will check with jpena to ship pip and virtualenv in a seperate repo11:28
sshnaidmchkumar|rover, anyway it's preinstalled11:28
sshnaidmchkumar|rover, let's try without -I and see..11:28
zbrif we bundle a newer six there, we should be fine11:28
chkumar|roversshnaidm, done11:29
*** dsneddon_ has joined #oooq11:39
chkumar|roversshnaidm, I think we need to remove virtualenv and then install11:43
*** dsneddon_ has quit IRC11:44
sshnaidmFound existing installation: virtualenv 20.0.111:44
sshnaidmchkumar|rover, so remove with pip too?11:44
chkumar|roversshnaidm, nope11:45
sshnaidmwhere is this 20.0.1 coming from..11:45
zbrsshnaidm: nodepool images.11:45
sshnaidmzbr, nodepool images has rpm, not pip installed11:45
sshnaidmit installs python-virtualenv package in nodepool11:46
chkumar|roversshnaidm, first removing virtualenv then installing11:46
sshnaidmchkumar|rover, pip, yum - ?11:46
chkumar|roverlet'see how it goes this time11:46
chkumar|roverpip is coming from rpm11:47
sshnaidmchkumar|rover, ok, let's see11:47
sshnaidmchkumar|rover, what is version of venv we have in centos7 repo?11:48
sshnaidmchkumar|rover, if it's 15.0.1, so should be fine for us..11:49
zbrin fact any version <20 is ok.11:50
zbrtry to do something like: https://review.opendev.org/#/c/707109/1/tools/fixup_stuff.sh11:50
zbrbut afaik, infra cased this bump virtualenv.11:51
chkumar|roversshnaidm, yes11:52
zbrbtw, we should raise a ticket to bump six on rhel 7+8, we will need it.11:55
*** rfolco has joined #oooq12:02
*** amoralej is now known as amoralej|lunch12:04
marioschkumar|rover: have you seen that one yet Exception raised: No module named http https://logserver.rdoproject.org/07/24807/12/check/tripleo-ci-promotion-staging/9e1bc7b/logs/tripleo-container-image.prepare.log12:04
marioschkumar|rover: perhaps is one of the known 'py27' issues12:05
marioschkumar|rover: (yeah that one https://bugs.launchpad.net/tripleo/+bug/1862674 )12:08
openstackLaunchpad bug 1862674 in tripleo "build-containers jobs failing on "no module named http"" [Critical,In progress] - Assigned to chandan kumar (chkumar246)12:08
*** udesale_ has joined #oooq12:11
*** jmasud has quit IRC12:11
*** udesale has quit IRC12:13
sshnaidmSuccessfully installed virtualenv-20.0.012:14
sshnaidm2020-02-11 11:53:18.067129 | primary | ERROR:root:ImportError: cannot import name ensure_text12:14
*** jmasud has joined #oooq12:14
sshnaidmchkumar|rover, so maybe <20.0.0 ?12:14
chkumar|roversshnaidm, yes doing that12:15
*** jaosorior has joined #oooq12:15
weshaychkumar|rover, 0/12:15
weshayarxcruz, xferred ownership to you re: beaker.. you can add the idrac info to beaker now12:15
arxcruzweshay: ack12:16
chkumar|roverweshay, \o12:16
weshayarxcruz, you'll want to test by rebooting it via beaker12:16
arxcruzweshay: ok12:16
weshaychkumar|rover, so.. https://review.opendev.org/#/c/707062/ eh12:16
chkumar|roverweshay, yes, donot know what is the perfect solution12:17
weshaychkumar|rover, sshnaidm /me wonders if we just go w/ python3 on centos for tq now12:17
arxcruzpython3 >= 3.6 everywhere12:18
weshayarxcruz, well.. we just got that ability on centos-712:18
*** dsneddon_ has joined #oooq12:18
weshaychkumar|rover, you want to chat?12:18
chkumar|roverweshay, yes12:18
chkumar|roverweshay, bring sshnaidm and zbr also12:19
weshayhttps://meet.google.com/xrt-cjvp-uqb?authuser=1  chkumar|rover sshnaidm zbr12:19
*** dsneddon_ has quit IRC12:23
*** dtantsur is now known as dtantsur|brb12:27
*** jaosorior has quit IRC12:32
*** dpawlik has joined #oooq12:34
*** ykarel is now known as ykarel|afk12:34
dpawlikchkumar|rover, could you check if you see test file https://images-vexxhost.rdoproject.org:4433/rhel/12:35
dpawlikon one of the nodes, that are allowed in security group (38.145.32.0/22 )12:36
*** jpena is now known as jpena|lunch12:38
*** sanjayu__ has joined #oooq12:39
rfolcoarxcruz, weshay whats the secret behind python3.6 errors ? https://review.rdoproject.org/r/#/c/24762/12:39
arxcruzrfolco: 2020-02-11 12:27:02.600335 | rdo-fedora-28 | ERROR: InvocationError for command /usr/bin/python2 -m virtualenv --no-download --python /usr/bin/python3.6 py36 (exited with code 1)12:41
sshnaidmrfolco, arxcruz this is a problem with new virtualenv12:41
*** sanjayu_ has quit IRC12:41
weshaysshnaidm, chkumar|rover zbr https://hackmd.io/Javdw507QbqweXybJmYBWg12:42
dpawlikweshay, epic site xD12:46
zbrhttps://review.opendev.org/#/c/707064/112:47
*** sanjayu_ has joined #oooq12:51
*** rlandy has joined #oooq12:51
arxcruzweshay: do you have any doc how to configure idrac on beaker ?12:51
*** dsneddon_ has joined #oooq12:51
*** sanjayu__ has quit IRC12:53
chkumar|roversshnaidm, this time all are in good shape12:53
*** dsneddon_ has quit IRC12:56
chkumar|roverrlandy, gate is broken, recheck not gona help12:59
rlandychkumar|rover: I am not interested in getting the patch through - depends on is not reviewed yet - I want to see fs020 run again13:02
chkumar|roverrlandy, sorry, all our jobs are broken due to new venv drop13:05
zbri found another source of problems, on nodepool they still install multiple versions of python (and virtualenv for each).13:08
zbrif you are using ansible to create the virtualenv you have no option to enforce use of "pythonX -m virtualenv", as it does not allow you that.13:08
zbrthis may explain why chkumar|rover failed to fix the issue upgrading six, probably he upgraded only one of them.13:09
chkumar|roverdpawlik, will take a look in some time13:10
* chkumar|rover headed home, see ya in an hour13:11
*** ratailor has quit IRC13:11
arxcruzrfolco: sshnaidm https://review.opendev.org/#/c/707133/1/tools/fixup_stuff.sh is how they are trying to fix in devstack13:12
sshnaidmarxcruz, we do almost the same13:14
rfolcosshnaidm, can you please paste our fix ?13:14
sshnaidmhttps://review.opendev.org/#/c/707062/\13:14
weshayarxcruz, yup13:15
weshayarxcruz, look at some of our other machines..13:15
weshayipmilman, mgmt addr, user, password13:15
weshayis what you need..13:15
rfolcosshnaidm, thx13:15
weshaythen test w/ a reboot13:15
arxcruzweshay: ack13:16
weshaysshnaidm, so the DF is struggling w/ the heat project13:16
weshaysshnaidm, https://review.rdoproject.org/r/#/c/24879/13:16
weshaywdyt ^ and does it have capacity to keep monitoring $new things13:17
* weshay was thinking about adding a page for heat, check/gate blah blah13:17
sshnaidmweshay, well, maybe13:18
*** amoralej|lunch is now known as amoralej13:18
sshnaidmweshay, not sure we can help here in unblocking heat queue13:18
sshnaidmweshay, but fine to monitor it somewhere in "Non-Tripleo dashboard"13:19
sshnaidmweshay, but I don't see anything in heat queue right now.. does it exist?13:20
weshaysshnaidm, ya.. was just hoping to provide visisibility13:21
weshaysshnaidm, /me looks at zuul config for heat13:21
weshaysshnaidm, no.. /me abandons13:23
weshayit must run in the integration pipeline13:23
*** derekh has quit IRC13:27
rfolcocommunity mtg starting at https://meet.google.com/bqx-xwht-wky?authuser=113:30
rfolcoagenda https://hackmd.io/IhMCTNMBSF6xtqiEd9Z0Kw?both13:30
*** marios is now known as marios|call13:31
migitristanC: hey could you tell me why line 33 is needed ? https://softwarefactory-project.io/cgit/config/tree/containers/centos-8/Dockerfile#n3313:31
*** dsneddon_ has joined #oooq13:31
*** jpena|lunch is now known as jpena13:32
*** dsneddon_ has quit IRC13:36
*** dsneddon_ has joined #oooq13:38
rlandymigi: ah - you are building centos8 .. we're building osp on rhel13:38
migirlandy: nope, I need rhel8 base13:39
rlandymigi: have you started?13:39
migirlandy: I have env up and running with some base podman13:39
migirlandy: ok let's touch after this mtg I will show you what I have13:40
rlandymigi: ok - so we can use podman, kolla and the rel eng dockerfiles to build13:40
migirlandy: I think we are talking about two use-cases, but let's sync in 20min13:40
rlandymigi: ack13:41
migirlandy: re: https://review.opendev.org/#/c/682049/13:41
migirlandy: to get this in downstream CI13:41
dpawlikchkumar|rover, weshay: there was one thing that I didn;t mention during the meeting: for rcn content, there will be dedicated user: rcn-uploader13:47
dpawlikuploader will be for just for public images, rcn-uploader just for rcn stuff13:48
*** dtantsur|brb is now known as dtantsur13:49
chkumar|roverarxcruz, marios|call rlandy https://review.opendev.org/#/c/707147/1 please have a look, when free13:55
*** derekh has joined #oooq14:01
*** ykarel|afk is now known as ykarel14:05
marios|callpanda: when you get a chance wdyt... i added ppc_manifests to the stage-info.yaml as i needed some way to signal to the promotion staging python tests and that is the config they use https://review.rdoproject.org/r/#/c/24807/10..12/ci-scripts/container-push/roles/containers-promote/tasks/check_set_ppc_manifests.yml14:06
marios|callhttps://review.rdoproject.org/r/#/c/24807/12/ci-scripts/dlrnapi_promoter/tests/staging-setup/promoter_test.py14:06
chkumar|roversshnaidm, I think i broke rhel8 jobs14:10
chkumar|roversshnaidm, I will fix in the new review, let's not block the upstream jobs?14:10
sshnaidmchkumar|rover, link?14:10
sshnaidmchkumar|rover, yeah, rhel8 is not blocking gate, we can fix later14:10
chkumar|roversshnaidm, https://logserver.rdoproject.org/54/707054/3/openstack-check/tripleo-ci-rhel-8-scenario001-standalone-rdo/b5f3998/job-output.txt14:11
chkumar|roversshnaidm, Cannot uninstall requirement virtualenv, not installed14:11
*** Goneri has joined #oooq14:12
sshnaidmchkumar|rover, I think in a new patch you can skip removing virtualenv with yum/dnf, and to use "|| true" with pip14:12
sshnaidmchkumar|rover, if no installed, no need to reinstall, and we'll continue to use RPM venv14:13
chkumar|roversshnaidm, yes14:13
chkumar|rovertoo much break and fix for the day14:13
chkumar|roverweshay, if the zuul jobs gives +1, we can ask infra to force merge if ok?14:15
chkumar|roversshnaidm, rdo fs01 check got stuck at image prepare14:18
chkumar|roverhttps://review.rdoproject.org/zuul/stream/6b6c650c51e94a178805e4b92c6ec531?logfile=console.log14:18
chkumar|roverjpena, Hello14:19
jpenachkumar|rover: o/14:19
sshnaidmchkumar|rover, image prepare might be not related14:19
chkumar|roverjpena, Can we create a seperate repo as dep-test repo which contains latest version of pip, vritualenv setuptool, pbr tox14:19
chkumar|rover?14:19
chkumar|roverwhich we can consume in ci14:19
chkumar|roverand avoid hacky way to install these items from master?14:20
chkumar|roverjpena, reason to avoid the current pip and venv mess we are dealing currently14:20
jpenachkumar|rover: hm, we don't even rebuild most of those14:21
chkumar|roverit might be useful for infra also not to bake up images with those stuff14:21
chkumar|roverjpena, how about building and serving them?14:22
jpenachkumar|rover: but... do you want to have them updated too? I see the idea, but it's a slippery slope if we decide to maintain it ourselves14:22
chkumar|roverjpena, yes,14:23
chkumar|roverjpena, may be pulling from fedora rawhide and rebuilding them14:23
chkumar|roverwhat we have done for py2 to py3 migration just a thought14:23
chkumar|roverjpena, it would be useful for c814:24
jpenachkumar|rover: that was a real pain to do, that's why I would prefer to fix it in a different way14:24
chkumar|roverjpena, what is the other way around?14:25
jpenachkumar|rover: for the current issue, I see two short term fixes. Either tox releases a new version with an updated six requirement (which is compatible with virtualenv), or we upgrade six in the image right after installing tox14:26
chkumar|roverjpena, https://hackmd.io/Javdw507QbqweXybJmYBWg plan is here14:27
jpenathe long term fix is getting pip to properly resolve dependencies14:27
chkumar|roverjpena, sorry tox is not used in tripleo jobs so we downgraded both in toci14:27
chkumar|roverjpena, I was talking from tripleo ci job presepective14:28
chkumar|roverjpena, but for pip, we need to gate that?14:28
chkumar|roverit keeps breaking14:28
chkumar|roverpip-20.0.0 issue few days back14:28
*** marios|call is now known as marios14:29
migirlandy: so could we have really quick chat ? bluejeans.com/mpryc14:29
chkumar|roverjpena, we are trying to dump down our thoughts as preventive action here https://hackmd.io/Javdw507QbqweXybJmYBWg14:30
migirlandy: I need to go in few14:30
rlandyjoining14:30
jpenachkumar|rover: that's another option, but the updated versions may come from the image itself. We could go all the way and cap the pip/virtualenv/tox versions when building our images, but I'm not sure it will be accepted14:30
chkumar|roverjpena, we tried to upgrading six, using seed, removing packages all does not worked14:31
mariosrfolco: i can't see virtualenv version in https://github.com/rdo-infra/ci-config/blob/master/test-requirements.txt or requirements14:33
chkumar|roverweshay, marios sshnaidm do we also need to think about dlrn venv used in promoter?14:34
mariosrfolco: perhaps we can add into the commands https://github.com/rdo-infra/ci-config/blob/master/tox.ini#L3914:35
mariosrfolco: do somethign similar to what chkumar|rover does in https://review.opendev.org/#/c/707062/18/install-deps.sh14:35
*** TrevorV has joined #oooq14:35
chkumar|roverzbr, please take over the patch https://review.opendev.org/#/c/707062/, first priority is to clear the gates then work on improvements14:36
weshaypanda, you have a few min?14:36
chkumar|roversshnaidm, weshay any thoughts here https://review.opendev.org/#/c/707062/14:37
weshaychkumar|rover, zbr sshnaidm I would say patch on top of this...14:38
weshayhowever anyone wants to fix it..14:38
weshayif it's turning jobs green that is the priority14:38
zbrweshay: i am checking with infra re virtualenv.14:38
weshayzbr, thank you14:38
zbrthere are two approaches: pin-down virtualenv or bump-both virtualenv and six.14:39
sshnaidmchkumar|rover, maybe, but I hope when we'll get to promotion the venv package will be fixed :)14:39
zbrbut first one should not touch six, at all.14:39
mariosrfolco: there? zbr me and folco discussing where to fix that for ci-config... looking at https://github.com/rdo-infra/ci-config/blob/master/tox.ini#L3914:39
marioszbr: ideas? can we fix it in the tox.ini pinning virtualenv?14:40
zbrafaik, no.14:41
zbrtox needs a working virtualenv to function, this needs to happen before tox is called.14:41
marioszbr: i got the feeling it needed to be one level up (i.e. everything inside that tox.ini is happening inside the virtualenv already)14:42
zbrmarios: most of time, yes.14:42
zbrmarios: let me try somethign with ci-config, 5mins...14:43
marioszbr: ok thanks i am really not sure where we'd add that virtualenv pin there (example  py36 blocked on https://bugs.launchpad.net/tripleo/+bug/1862724 https://logserver.rdoproject.org/07/24807/11/check/tox-py36/1acbef2/job-output.txt14:43
openstackLaunchpad bug 1862724 in tripleo "ERROR:root:ImportError: cannot import name ensure_text" [Critical,In progress] - Assigned to chandan kumar (chkumar246)14:43
mariosi think rfolco also has a blocked patch on that14:43
rfolcohttps://review.rdoproject.org/r/#/c/24762/14:46
rfolcoI'd appreciate any help to fix ci-config marios zbr14:46
rfolcothx14:46
chkumar|roverrfolco, marios https://review.rdoproject.org/r/24898 might be helpful related to tox14:47
mariosthanks chkumar|rover14:49
chkumar|roversee ya people tomorrow, have a nice day ahead14:50
chkumar|roverI will be not available in evening on thursday and friday14:50
*** chkumar|rover is now known as raukadah14:50
*** ykarel is now known as ykarel|away14:51
weshayanyone know how I fix this https://0e6b8aeca433e85b429b-46fd243db6dc394538bd0555f339eba5.ssl.cf1.rackcdn.com/707054/3/check/requirements-check/4f7505e/14:55
*** skramaja has quit IRC14:56
rfolcomarios, https://review.rdoproject.org/r/#/c/24898/ is abandoned14:57
rfolcowaiting for zbr to come with a solution from his top hat14:57
zbrrfolco: watch https://review.rdoproject.org/r/#/c/24899/ -- initial test was positive, now running with more jobs.14:58
zbri think that many of you are not aware of the magic tools/test-setup.sh file.14:59
mariosrfolco: ack looks like it was abandoned just now and yeah zbr is digging there14:59
zbrwhich is run by zuul automatically.14:59
zbrthat is a very good place to prepare a tox job.15:00
marioszbr: no i was not aware of that test-setup.sh ... it is called by what?15:00
marios16:59 <@zbr> which is run by zuul automatically.15:00
mariosi see...15:00
zbrbindep itself or something near, runs all the time.15:00
marioszbr: is it documented in zuul config /me goes to look15:00
rlandyraukadah: what should tempest_cidr be for standalone?15:06
marioszbr: there is a role for it looks like15:09
*** sanjayu_ has quit IRC15:09
raukadahrlandy, https://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/config/environments/ovb-common.yml#L515:09
zbrmarios: i see that py36 is still using f28 node.15:10
marioszbr: https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/test-setup15:10
raukadahit comes from undercloud network cidr15:10
rlandyraukadah: standalone as well?15:10
raukadahrlandy, it is for standalone15:10
rlandyyes15:10
rlandyovb-common.yml <- OVB15:10
raukadahrlandy, for ovb it is 10 dot something http://codesearch.openstack.org/?q=tempest_cidr&i=nope&files=&repos=15:11
raukadahhttp://codesearch.openstack.org/?q=tempest_cidr&i=nope&files=&repos=15:11
raukadahtempest_cidr: '10.0.0.0/24'15:11
rlandyI'm looking at standalone - so I think it's right15:11
raukadahsshnaidm, can you take a look at thsi https://review.opendev.org/#/c/707054/15:18
raukadahi tried but tox -e requirements complains15:18
raukadahrlandy, are you hitting this https://bugs.launchpad.net/tripleo/+bug/1860810?15:20
openstackLaunchpad bug 1860810 in tripleo "os_ansible_tempest fails w/ create_network() got an unexpected keyword argument 'dns_domain'" [High,Triaged]15:20
rlandyraukadah: possibly15:21
raukadahrlandy, needed new version of openstackclient15:22
rlandyraukadah: how come this is not failing in upstream?15:23
raukadahrlandy, no idea15:23
raukadahrlandy, stein is working fine15:23
raukadahrlandy, sorry train is working fine15:24
rlandyraukadah: so stein is working15:24
rlandyosp 16 - which would be train is failing15:24
raukadahrlandy, for stein, we moved back to validate-tempest15:24
rlandychecking version of  openstackclient15:24
rlandypython3-openstackclient.noarch                4.0.0-0.20191025160014.aa64eb6.el8ost15:25
rlandyraukadah: ^^15:25
rlandythat is what we have in 1615:25
raukadahrlandy, checking in train rhel8 job15:26
rlandyhard to tell the exact error as it just bails out ...15:28
rlandy2020-02-10 20:15:20.103110 | primary | TASK [os_tempest : Ensure private network exists] ******************************15:28
rlandy2020-02-10 20:15:20.126624 | primary | Monday 10 February 2020  20:15:20 -0500 (0:00:00.096)       0:53:33.932 *******15:28
rlandy2020-02-11 03:02:29.811912 | RUN END RESULT_TIMED_OUT: [untrusted : opendev.org/openstack/tripleo-ci/playbooks/tripleo-ci/run-v3.yaml@master]15:28
dpawlikchkumar|rover, weshay: Sorry for that, but now I confirm what name is correct: rcn or rcm. The new user is rcm-uploader, not rcn-uploader15:30
rlandyraukadah: looks like the fix merged 4 hours ago15:31
rlandytrying run again15:31
raukadahrlandy, blame dpawlik ^^15:32
weshaydpawlik, fak if I know.. I didn't create it :)15:33
rlandyraukadah: why would I blame  dpawlik on this one?15:34
raukadahrlandy, ah sorry, forgive dpawlik he is migrating our rcm server to new host15:35
zbrrfolco: this is how pabelanger fix it on ZAC https://github.com/ansible-network/windmill-config/pull/599/files15:35
dpawlik:)15:38
* dpawlik <I was starting to read 2hours of conversation>15:39
rfolcozbr, cool15:40
rlandyansible.noarch                                2.8.8-1.el8ae                                   @rhosp-rhel-8.1-ansible15:43
rlandyraukadah: ^^ that should be 2.9, right?15:43
raukadahrlandy, in rhel8, we ship ansibel-2.815:43
raukadahin tripleo job we ship 2.915:44
rlandyhttps://github.com/ansible/ansible/pull/6695215:44
rlandy^^ went to 2.915:44
raukadahrlandy, let me find another card15:44
raukadahrlandy, https://trello.com/c/OHyUirhO/1325-cixlp1862330tripleociproa-rhel-8-jobs-for-train-and-master-got-broken-with-aborting-target-uses-selinux-but-python-bindings-libs15:45
rlandy"The jobs are back in normal mode. we need ansible 2.9 for RHEL-8 jobs in RHUi"15:46
rlandyI agree with thaht15:47
raukadahrlandy, yes above ansible fix, will just highlight about version incompatibilty but we need new osclient which is not possible currently15:47
rlandywe need it in rhos-release as well15:47
rlandyraukadah: so osp-16 is doomed to fail :(15:47
* rlandy is unhappy15:47
raukadahrlandy, talk to weshay he will share his feeling :-)15:48
* rlandy asks rel del15:48
*** udesale_ has quit IRC15:52
*** zbr_ has joined #oooq15:53
*** zbr_ has quit IRC15:53
*** udesale_ has joined #oooq15:53
weshayzbr, hey.. can you assist w/ global requirements w/ me for a minute?15:54
weshayneed infra support15:54
zbrasf?15:54
raukadahweshay, can we just use sed in the containers build role itself?15:55
raukadahto particular version15:55
raukadahit's py27 so15:55
rlandyraukadah: weshay: so rel del can updread to ansible 2.9 but it will require a respin. does this justify? see conversation on #rhos-delivery15:57
rlandyupgrade15:57
raukadahrlandy, ah cool, what about osclient?15:57
rlandyif we can get ansible upgraded elsewhere, will save up the respin15:57
weshayzbr, sure.. and thank you in advance15:57
rlandylet me check that version15:57
raukadahrlandy, can we get a bug report also for the same, may be encounter soon in tripleo side15:58
weshayzbr, https://review.opendev.org/#/c/707054/15:58
rlandyraukadah: I never hot the selinix problem though15:58
raukadahrlandy, as we used ansible python interpreter so15:59
rlandyhttp://git.app.eng.bos.redhat.com/git/openstack/tripleo-ci-internal-jobs.git/tree/zuul.d/standalone-jobs.yaml#n3515:59
rlandyapparently so did we15:59
rlandymaybe osp is different?16:00
raukadahrlandy, yes it is different than we test in rhel8 tripleo rhui16:00
raukadahrdo on rhel8 ~= osp16:01
rlandyraukadah: this is like playing those games where they give you two drawings that look the same and you have to spend hours finding the 3 differences16:01
raukadahweshay, ^^ you can help rlandy on this :-)16:01
rlandybut os_tempest requirements16:01
rlandyweshay is too busy16:01
weshayya.. unblocking container-builds16:01
rlandywill raise this later16:01
weshayneed a few16:01
raukadahrlandy, we will see the magic when downstream will use os_tempest16:02
rlandyraukadah: let's talk tomorrow when you are off rucking ... and see what to do here16:02
raukadahhehe16:02
rlandyosp/rdo/rhui/rhos-release16:02
raukadahrlandy, sure16:03
*** Trevor_V has joined #oooq16:03
raukadahrlandy, I will be not around on thursday and friday in your's morning16:03
rlandyweshay (just for your amusement) ... why is this deploy different from all other deploys? because in all other deploy we run with ansible 2.9 but in this deploy 2.8 ... in all other builds ...16:04
pandaweshay: raukadah ok to merge https://review.rdoproject.org/r/24676 ?16:04
rlandyraukadah: this has been broken for weeks - no rush16:04
raukadahpanda, rebase please16:04
raukadaharxcruz, by the way Bahubali part 3 is coming soon16:05
pandaraukadah: mmmhhh ...16:06
*** udesale_ has quit IRC16:06
*** bogdando has quit IRC16:06
*** udesale_ has joined #oooq16:07
*** TrevorV has quit IRC16:07
pandaraukadah: rebased the next in line https://review.rdoproject.org/r/2467516:08
raukadahpanda, thanks!16:08
*** rf0lc0 has joined #oooq16:11
*** rfolco has quit IRC16:13
*** udesale_ has quit IRC16:16
weshayzbr, https://opendev.org/openstack/requirements/src/branch/master/global-requirements.txt#L188-L18916:26
*** dtantsur is now known as dtantsur|afk16:34
* marios packing up16:40
raukadahweshay, want to move stuff to hackmd for next sprint cc rr marios ?16:41
raukadahtomorrow is a good time i think?16:41
mariosraukadah: i'll start catching up on that tomorrow16:42
mariosraukadah: i think we'll likely have some call(s) too ;)16:42
raukadahmarios, if want to start early, I will be happy to sync16:42
mariosraukadah: 18:40  * marios packing up16:43
raukadahmarios, aye sir, have a nice night ahead :-)16:43
weshayraukadah, still trying fix requirements16:43
marios u 2 raukadah16:43
*** marios is now known as marios|out16:45
*** jpena is now known as jpena|brb16:46
raukadahmarios|out, :-)16:47
rlandyrf0lc0: where did the OSP containers cards go on sprint21 board?16:48
rf0lc0rlandy, weshay pushed it to sprint 2316:48
rlandywhatever16:48
rlandyI understand they skipped spint2216:48
rlandybut hwy move them off sprint21?16:48
rlandywhy16:49
rf0lc0rlandy, you are right, we should have moved it at the end of sprint16:49
rf0lc0rlandy, let me move it back16:49
rlandyrf0lc0: don't worry16:49
rlandyit doesn't matter16:49
rf0lc0rlandy, we have to add it back, doing it now16:50
rf0lc0rlandy, moved it back, sorry for the mistake.16:51
rlandyrf0lc0: thank you16:52
rlandyjust making one small update16:53
raukadahrlandy, rf0lc0 c8 comes to priority so I think cc weshay16:55
rlandyraukadah: yep - I understand why the task is not in sprint 2216:55
rlandybut I couldn't find the card to update from this current sprint16:55
rlandyit's no big deal - I just wanted to make a minor update to the card16:56
rf0lc0rlandy, next sprint is 22, so centos8 is our focus, we'll push the osp work to sprint 23.16:56
*** marios|out has quit IRC16:56
rlandyrf0lc0: yep - no problem ... I just have a meta issue to raise wrt our use of rel del's files16:57
rlandythat's all - adding that to the card for review - then you have remove them16:57
rf0lc0rlandy, welcome to bring concerns and we may revisit priorities furing planning mtg on thu16:57
rf0lc0the idea was to move the card at the end of the sprint, now now. I apologize16:58
raukadahrlandy, sorry for the trouble, we can include in sprint 22 based on tasks available16:58
weshayzbr, https://review.opendev.org/#/c/707062/16:58
rlandyraukadah: rf0lc0: again - no issue on not working on this next sprint ... I just could find the card to update for Thursday review. I'm done now with the card16:59
* rlandy moves back to tls17:00
zbrFYI, if you see a molecule failure, pin it to last know good for that specific job. For the moment we should replace any >= on its versioning with pins.17:08
*** jmasud has quit IRC17:13
*** jmasud has joined #oooq17:15
raukadahzbr, thank you :-)17:15
rf0lc0zbr,  panic: reflect: indirection through nil pointer to embedded struct [recovered]17:17
rf0lc0                panic: reflect: indirection through nil pointer to embedded struct17:17
rf0lc0zbr, https://review.rdoproject.org/r/#/c/24899/17:17
rf0lc0perhaps change that condition to OR ?17:18
rf0lc0and ansible_distribution_major_version == '7'17:18
rf0lc0did you mean centos7 should install python3-libselinux ?17:18
zbrrf0lc0: read again.17:23
*** ccamacho has joined #oooq17:24
*** jpena|brb is now known as jpena17:25
raukadahtimes up now17:25
raukadahrlandy, zbr sshnaidm weshay thanks for all the help17:26
raukadahpanda, sorry, will act on patches tomorrow feeling small panda sleepy17:26
*** kopecmartin is now known as kopecmartin|afk17:27
pandaraukadah: no worries, there's a broken job right now ...17:27
zbrthere is a much better way to avoid virtualenv issues on centos-8, avoiding it: https://review.opendev.org/#/c/707215/217:28
zbrpython3 comes with venv, which is compatible.17:28
raukadahzbr, sorry did not get time to work on libvirt molecule will tackle next week together17:29
zbrraukadah: yeah, that is the last think i want to hear now. clearly not enough time/emergy to approach that this week.17:30
zbrwe can look next week, hopefully with less issues.17:30
raukadahzbr, it is blocking one of the panda;s work17:30
rf0lc0zbr, I am still lost, https://review.rdoproject.org/r/#/c/24899/ still fails and I can't fix it17:31
*** ccamacho has quit IRC17:42
*** derekh has quit IRC17:58
*** jpena is now known as jpena|off18:36
zbrrf0lc0: my impression is that f28 image is broken, at least tox.18:38
zbrgot tired trying to fix it.18:38
rf0lc0zbr, only linters now18:39
rf0lc0https://review.rdoproject.org/r/#/c/24903/18:39
rf0lc0and my patch would go green after linters get fixed in the other review ...18:39
rf0lc0https://review.rdoproject.org/r/#/c/24762/18:39
*** holser has quit IRC18:42
zbrrf0lc0: that line does not seem right https://review.rdoproject.org/r/#/c/24903/1/tools/test-setup.sh18:44
zbrnot sure how you managed to make pass.18:44
zbrand i find out why, we have bad filters on that job.18:45
zbrwhen touching tox.ini it needs to run all affected jobs.18:45
zbrLOL https://pypi.org/project/virtualenv/#history18:47
rf0lc0meh18:50
rf0lc0you ruined my happiness18:50
*** amoralej is now known as amoralej|off18:51
*** jtomasek has quit IRC19:48
*** Goneri has quit IRC19:53
weshayzbr, https://review.opendev.org/#/c/707062/ still works :)19:56
weshaythanks19:56
weshayzbr, and I think we got tripleo-common past the requirements check job \0/19:57
*** owalsh has quit IRC20:30
*** jfrancoa has quit IRC20:36
*** owalsh has joined #oooq20:44
rlandyweshay: do you need help with something ... just working on ipa now20:58
weshayrlandy, think we're just waiting on patches, but thanks20:59
*** Goneri has joined #oooq21:13
rlandyweshay: if you're not super busy then I'll ask the rhel question from before ...21:22
rlandyrel del can move to ansible 2.9 for osp-16 but it would require a respin. is it worth it?21:23
weshayrlandy, what did you find?21:27
weshayI saw you chatting about that21:27
weshaybut not clear on the details21:27
* rlandy copies21:29
rlandyweshay: http://pastebin.test.redhat.com/83517421:30
weshayrlandy, hrm.. so.. the min version of openstacksdk needs to be bumped for os_ansible tempest to work properly21:35
weshayprobably would be a blocker if there was one way to run tempest21:35
weshayrlandy, I would say make it a high priority bug but not a blocker..21:35
rlandyweshay: so how come this is not an issue on rhel train standalone?21:36
rlandybasically this bug ... https://bugs.launchpad.net/tripleo/+bug/186081021:37
openstackLaunchpad bug 1860810 in tripleo "os_ansible_tempest fails w/ create_network() got an unexpected keyword argument 'dns_domain'" [High,Triaged]21:37
*** Trevor_V has quit IRC21:37
rlandyif we run validate_tempest it may be fine21:37
weshayrlandy, we DO need a prod-chain blocker because that will block the component pipeline21:41
weshayrlandy, 62 gate failures in 24 hours :)21:43
rlandyweshay: your best day on ruck/rover yet!!21:43
weshayit may be a record.. don't know.. we should track it21:44
rlandyit says 59 now21:45
rlandyso you should screenshot your fine achievement21:46
weshayya21:47
*** dsneddon_ has quit IRC21:48
rlandyreading back - if we are honest, there is no component pipeline now21:51
weshayrlandy, this is about to pass check https://review.opendev.org/#/c/70706221:53
weshayrlandy, ya.. well the pieces should still work21:54
rlandyweshay: k -  you wnat me to w+?21:54
weshayrlandy, cix is just a signal..21:54
weshayrlandy, +2.. I can wf21:54
weshayor you can21:54
weshaydon't care21:54
rlandydone21:55
rlandyweshay: if standalone 16 passes using validate tempest rather than os_tempest, we should be able to keep the component pipeline working in theory21:57
weshayrlandy, ya.. we just want it on the radar for a future build21:58
weshaywe'll be focused on centos-8 upstream for a bit21:58
rlandyweshay: ack - understandable21:58
*** dsneddon has joined #oooq21:59
weshayrlandy, if that fails in the gate again.. I'm going to shoot myself22:04
rlandywell then it better pass gate, no?22:05
* rlandy check gate progress22:05
rlandymaybe we can RCA on how not to get caught in this mess again22:07
rlandythere goes gate22:07
rlandyweshay: don't look - I'll you when it's all over22:07
weshayda.. f is this? http://cougar11.scl.lab.tlv.redhat.com/phase1-16_director-rhel-8.1-virthost-1cont_1comp_1ceph-ipv4-geneve-ceph/76/undercloud-0.tar.gz?undercloud-0/home/stack/overcloud_install.log22:10
rlandy16 just had a respin yesterday22:11
weshayrlandy, just respun again today22:23
rlandyyep - I see that22:24
*** jmasud has quit IRC23:49

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