*** DanyC has quit IRC | 00:39 | |
*** macz has joined #openstack-ansible | 02:15 | |
*** macz has quit IRC | 02:20 | |
*** goldyfruit has quit IRC | 02:30 | |
*** hwoarang has quit IRC | 03:39 | |
*** hwoarang has joined #openstack-ansible | 03:40 | |
*** goldyfruit has joined #openstack-ansible | 04:34 | |
*** udesale has joined #openstack-ansible | 04:44 | |
*** udesale has quit IRC | 04:44 | |
*** udesale has joined #openstack-ansible | 04:44 | |
*** shyamb has joined #openstack-ansible | 05:19 | |
*** macz has joined #openstack-ansible | 05:20 | |
*** macz has quit IRC | 05:22 | |
*** evrardjp has quit IRC | 05:34 | |
*** evrardjp has joined #openstack-ansible | 05:34 | |
*** udesale_ has joined #openstack-ansible | 05:34 | |
*** udesale has quit IRC | 05:37 | |
*** raukadah is now known as chandankumar | 05:45 | |
*** shyamb has quit IRC | 06:00 | |
*** yolanda has quit IRC | 06:04 | |
*** elenalindq has joined #openstack-ansible | 06:09 | |
*** shyamb has joined #openstack-ansible | 06:12 | |
*** shyamb has quit IRC | 06:52 | |
*** miloa has joined #openstack-ansible | 07:11 | |
*** yolanda has joined #openstack-ansible | 07:25 | |
*** yolanda has quit IRC | 07:33 | |
*** yolanda has joined #openstack-ansible | 07:34 | |
*** shyamb has joined #openstack-ansible | 07:36 | |
*** shyamb has quit IRC | 07:47 | |
*** yolanda has quit IRC | 07:48 | |
*** cshen has joined #openstack-ansible | 08:10 | |
*** yolanda has joined #openstack-ansible | 08:21 | |
*** shyamb has joined #openstack-ansible | 08:33 | |
*** alti_17 has joined #openstack-ansible | 08:43 | |
*** rpittau|afk is now known as rpittau | 08:48 | |
*** tosky has joined #openstack-ansible | 09:07 | |
*** goldyfruit has quit IRC | 09:11 | |
arxcruz | zbr|drover: around? How can I switch the shell from /bin/sh to /bin/bash in the shell module, globally? I just notice some tasks are failing because it's using /bin/sh and set -o pipefail only works on /bin/bash | 09:25 |
---|---|---|
arxcruz | and I don't want to put args: executable: /bin/bash in all the calls | 09:25 |
zbr|drover | that is the only way | 09:25 |
zbr|drover | but is safe | 09:25 |
zbr|drover | not sure if possible globally but even possible you do not want it | 09:26 |
zbr|drover | there are systems that do not even have bash, if you need bash, be explicit about it. | 09:26 |
arxcruz | i get the ansible_shell_executable | 09:26 |
zbr|drover | don't! | 09:26 |
arxcruz | ok | 09:26 |
zbr|drover | i am saving your time | 09:26 |
arxcruz | zbr|drover: what do you sugest? | 09:27 |
zbr|drover | show me the problematic place | 09:27 |
*** yolanda has quit IRC | 09:27 | |
*** udesale_ has quit IRC | 09:28 | |
arxcruz | zbr|drover: 2020-01-20 12:50:45.245154 | ubuntu-bionic | /bin/sh: 1: set: Illegal option -o pipefail | 09:28 |
arxcruz | zbr|drover: https://cb75b9f7de79cf5dfd82-897b9d2399687d2e3ad3e42a5a58dea8.ssl.cf2.rackcdn.com/702676/6/check/openstack-ansible-varstest-aio/ca87f1e/job-output.txt | 09:28 |
*** udesale_ has joined #openstack-ansible | 09:28 | |
arxcruz | there are several other places but mostly have the option to skip if failing | 09:28 |
zbr|drover | yeah, because you run on ubuntu, where default shell is not bash. but it has bash, be explicit. also raise a bug on ansible-lint to update the documentation, so we mention how to fix it. | 09:31 |
zbr|drover | i am amazed that they did not add this to dash yet, https://askubuntu.com/questions/886537/set-e-o-pipefail-not-working-on-bash-script-on-ubuntu-16 | 09:32 |
*** DanyC has joined #openstack-ansible | 09:32 | |
zbr|drover | if you raise the linter feature request, i will fix it. | 09:32 |
zbr|drover | i made that mistake myself many times. | 09:33 |
*** yolanda has joined #openstack-ansible | 09:33 | |
*** DanyC has quit IRC | 09:33 | |
zbr|drover | this is also a reminder that we should always test cross-platform roles with two platforms at minimum, prob centos and ubuntu. | 09:34 |
zbr|drover | but if i update the linting rule to also raise when executable is not mentioned, we will be fine. | 09:34 |
zbr|drover | i already had an idea about to do it nicely, with example on console. | 09:35 |
*** DanyC has joined #openstack-ansible | 09:35 | |
arxcruz | zbr|drover: the issue already exists https://github.com/ansible/ansible-lint/issues/497 | 09:43 |
*** yolanda has quit IRC | 09:49 | |
*** DanyC has quit IRC | 09:52 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Install appropritate tempest releases on stable branches https://review.opendev.org/703569 | 09:53 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Install appropriate tempest releases on stable branches https://review.opendev.org/703569 | 09:55 |
*** shyamb has quit IRC | 09:58 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/train: Install appropriate tempest releases on stable branches https://review.opendev.org/703572 | 09:59 |
*** DanyC has joined #openstack-ansible | 09:59 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/stein: Install appropriate tempest releases on stable branches https://review.opendev.org/703573 | 10:00 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/stein: Install appropriate tempest releases on stable branches https://review.opendev.org/703573 | 10:02 |
*** ivve has joined #openstack-ansible | 10:07 | |
openstackgerrit | kourosh vivan proposed openstack/openstack-ansible-rabbitmq_server master: Add NODENAME in rabbitmq env https://review.opendev.org/703577 | 10:09 |
*** openstackgerrit has quit IRC | 10:12 | |
*** shyamb has joined #openstack-ansible | 10:21 | |
*** openstackgerrit has joined #openstack-ansible | 10:24 | |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible master: DNM - POC - Collect logs https://review.opendev.org/702676 | 10:24 |
*** CeeMac has joined #openstack-ansible | 10:43 | |
*** goldyfruit has joined #openstack-ansible | 10:47 | |
*** udesale_ has quit IRC | 10:51 | |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible master: DNM - POC - Collect logs https://review.opendev.org/702676 | 10:57 |
*** shyamb has quit IRC | 11:06 | |
*** goldyfruit has quit IRC | 11:10 | |
*** shyamb has joined #openstack-ansible | 11:12 | |
*** rpittau is now known as rpittau|bbl | 11:15 | |
maharg101 | openstack-ansible appears to not respect the log_path setting in /etc/ansible/ansible.cfg - I was expecting to see the output from `/usr/local/bin/openstack-ansible setup-infrastructure.yml` et al in the log file.. What am I missing ? | 11:20 |
*** rodolof has quit IRC | 11:30 | |
*** alti_17 has quit IRC | 11:42 | |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible master: DNM - POC - Collect logs https://review.opendev.org/702676 | 11:47 |
jrosser | maharg101: you will find the log in /openstack/log/ansible-logging/ansible.log | 11:53 |
jrosser | that is controlled by the settings in /usr/local/bin/openstack-ansible.rc | 11:54 |
maharg101 | jrosser: thank you that is great | 12:00 |
noonedeadpunk | o/ | 12:02 |
*** aedc has quit IRC | 12:09 | |
*** aedc has joined #openstack-ansible | 12:09 | |
*** yolanda has joined #openstack-ansible | 12:10 | |
*** yolanda has quit IRC | 12:10 | |
*** yolanda has joined #openstack-ansible | 12:11 | |
*** aedc has quit IRC | 12:20 | |
*** aedc has joined #openstack-ansible | 12:20 | |
*** DanyC has quit IRC | 12:25 | |
*** alti_17 has joined #openstack-ansible | 12:40 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Add manila tempest testing https://review.opendev.org/674653 | 12:48 |
*** shyamb has quit IRC | 12:48 | |
*** nicolasbock has joined #openstack-ansible | 12:50 | |
*** udesale has joined #openstack-ansible | 12:59 | |
*** DanyC has joined #openstack-ansible | 12:59 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/train: Use contraints for tempest plugins https://review.opendev.org/703607 | 13:02 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/train: Install appropriate tempest releases on stable branches https://review.opendev.org/703572 | 13:03 |
*** rpittau|bbl is now known as rpittau | 13:05 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/stein: Bump ansible version to 2.7.16 https://review.opendev.org/703391 | 13:09 |
*** jbadiapa has joined #openstack-ansible | 13:09 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/stein: Remove log compression before upload https://review.opendev.org/703363 | 13:09 |
*** zbr|drover has quit IRC | 13:18 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rabbitmq_server master: Bump rabbitmq version to 3.8.2 and erlang to 22.2.2 https://review.opendev.org/703394 | 13:18 |
*** zbr has joined #openstack-ansible | 13:19 | |
*** DanyC has quit IRC | 13:20 | |
*** ansmith has joined #openstack-ansible | 13:27 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/stein: TEMPORARY: Hardwire stein branch upper constraints URL https://review.opendev.org/703615 | 13:43 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/stein: Revert "TEMPORARY: Hardwire stein branch upper constraints URL" https://review.opendev.org/703617 | 13:45 |
*** DanyC has joined #openstack-ansible | 13:45 | |
*** lvdombrkr has joined #openstack-ansible | 14:03 | |
*** ansmith_ has joined #openstack-ansible | 14:19 | |
jrosser | urgh https://fa41a0ce81614565dae6-7ca08d7dc339532aeab9467cc90f03e8.ssl.cf1.rackcdn.com/702853/3/check/openstack-ansible-deploy-aio_distro_metal-ubuntu-bionic/3f22109/logs/ara-report/result/c8fdcf86-6c90-4806-93d4-73953c6dd9bb/ | 14:20 |
jrosser | we're installing tempest plugins on master/ubuntu/distro with pip2 | 14:20 |
*** ansmith has quit IRC | 14:22 | |
cshen | so we need pip3? | 14:23 |
jrosser | i expect so, but the ansible pip module has made that choice for us | 14:23 |
cshen | in my last week work, I found setuptools 45.0.0 doesn't support Python2, either. | 14:24 |
jrosser | yes there was a lot of trouble with that | 14:25 |
*** mgariepy has joined #openstack-ansible | 14:37 | |
openstackgerrit | Duncan Martin Walker proposed openstack/openstack-ansible-ops master: Updates to ELK_metrics_7x beat installation https://review.opendev.org/703625 | 14:38 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [DNM] Disable ansible cache https://review.opendev.org/703627 | 14:40 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Use correct pip executable for mixed distro/source installs https://review.opendev.org/703629 | 14:41 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-ops master: Stop using the ubuntu trusty nodeset https://review.opendev.org/682841 | 14:41 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Use correct pip executable for mixed distro/source installs https://review.opendev.org/703629 | 15:05 |
arxcruz | jrosser: i'll wait for the jobs finish to +1 ^ | 15:07 |
jrosser | arxcruz: sure no worries, i have a mass of patches there | 15:07 |
jrosser | big mess :/ | 15:08 |
*** electrofelix has joined #openstack-ansible | 15:16 | |
openstackgerrit | Duncan Martin Walker proposed openstack/openstack-ansible-ops master: Updates to ELK_metrics_7x beat installation https://review.opendev.org/703625 | 15:16 |
*** electrofelix has quit IRC | 15:31 | |
*** electrofelix has joined #openstack-ansible | 15:36 | |
*** electrofelix has quit IRC | 15:36 | |
*** electrofelix has joined #openstack-ansible | 15:36 | |
*** cshen has quit IRC | 15:44 | |
*** chandankumar is now known as raukadah | 15:48 | |
*** udesale has quit IRC | 15:59 | |
*** openstackgerrit has quit IRC | 16:13 | |
*** lvdombrkr has quit IRC | 16:28 | |
jrosser | evrardjp: do you know if there is a good reason why OSA does not pick up the zuul provided git repos for glance, cinder, blah blah in the CI jobs? | 16:29 |
*** miloa has quit IRC | 16:31 | |
evrardjp | master branch? | 16:31 |
*** macz has joined #openstack-ansible | 16:31 | |
evrardjp | in any case we should be git cloning what's zuul knows | 16:31 |
evrardjp | -'s | 16:32 |
evrardjp | else how would the depends-on work? | 16:32 |
evrardjp | not sure if that's your question | 16:32 |
jrosser | no, i mean more for cinder itself | 16:32 |
jrosser | rather than os-cinder | 16:32 |
jrosser | evrardjp: so for example here we try to clone from opendev.org for a service https://7727e75b0735fce8b288-3578f4b3c7df6e8f4dbcf87a4a72da28.ssl.cf1.rackcdn.com/703389/1/check/openstack-ansible-deploy-aio_lxc-ubuntu-bionic/0eedacd/logs/ara-report/result/0adb4a8b-f1fd-4c28-8697-e9bc44161742/ | 16:33 |
*** tosky has quit IRC | 16:33 | |
evrardjp | oh yeah you mean why do we freeze components ? | 16:34 |
jrosser | not really, the git repos are in the CI node from zuul | 16:34 |
jrosser | but still we clone from opendev.org as specified here https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_services.yml | 16:35 |
evrardjp | well we want a stable build, not a latest build, as it's already tested by other upstream things. We are only integrating | 16:35 |
*** alti_17 has quit IRC | 16:35 | |
evrardjp | correct | 16:35 |
evrardjp | oh you mean that you don't want to use the pip wheel from a remote location, but rely on a local git checkout? | 16:36 |
jrosser | no | 16:36 |
jrosser | :) | 16:36 |
jrosser | the git repos themselves | 16:36 |
evrardjp | damn I am not sure what you mean :p | 16:36 |
jrosser | we list all the openstack service git repos in openstack_services.yml | 16:37 |
jrosser | and they point to opendev.org git servers | 16:37 |
jrosser | those repos also exist on the CI nodes courtesy of zuul | 16:37 |
evrardjp | yes but these aren't the zuul provided copies, because the projects are not in required projects | 16:37 |
evrardjp | and we can't assume they will be on the location we expect | 16:38 |
evrardjp | do we? | 16:38 |
jrosser | ok, and is there a good reason why we don't do that? | 16:38 |
evrardjp | well, if you add cinder in the required projects, you'll have master cinder available on the node we receive for the CI | 16:38 |
evrardjp | or cinder HEAD of branch I mean | 16:39 |
*** gyee has joined #openstack-ansible | 16:39 | |
evrardjp | which is not necessarily the stable version | 16:39 |
evrardjp | or the tagged version | 16:39 |
evrardjp | here it's easy, we test at the bump. If the bump fails, we know the code is broken, and therefore we can adjust | 16:39 |
evrardjp | it brings us stability | 16:39 |
evrardjp | but that can be changed of | 16:39 |
evrardjp | ofc* | 16:39 |
evrardjp | we could then just push those git repos into the repo-server | 16:40 |
jrosser | infra are asking why we hit their git server when same repos are on the CI node | 16:40 |
evrardjp | ha that's why you're asking :) | 16:41 |
jrosser | yes, i am looking for the reason we never did that | 16:41 |
evrardjp | well | 16:41 |
jrosser | but for many many other things all the infra mirrors/etc are used | 16:41 |
evrardjp | it's far before the zuul v3 area | 16:41 |
evrardjp | what we could do, is having a pre-run playbook that checks out the version of the git repo with the version provided in openstack_services | 16:42 |
evrardjp | so no cloning is necessary | 16:42 |
evrardjp | but then we are further away of what a user would do | 16:42 |
evrardjp | because not everyone runs in zuul :p | 16:42 |
jrosser | yes | 16:42 |
evrardjp | I think it's a good convo for the meeting, and ppl can decide :) | 16:43 |
evrardjp | it has pros and cons | 16:43 |
noonedeadpunk | btw it should be meeting time, but I've missed it:( | 16:44 |
evrardjp | I proposed LONG ago to move to tags instead of shas for those repos, because it would be far simpler to fetch too | 16:44 |
evrardjp | and reduce size if shallow are used. | 16:45 |
evrardjp | but it was more than once that I was bitten by this, so ... there was no urgency to change this. | 16:45 |
evrardjp | jrosser: on top of the pre-run playbook, there needs to have a sync from the base node to the repo server node. And that's also super annoying :p | 16:46 |
evrardjp | though currently IIRC the repo-server node can be anything, including localhost, correct? | 16:47 |
evrardjp | I am so has-been | 16:47 |
evrardjp | :p | 16:47 |
jrosser | would wrangling the openstack_services.yml data to be file:///<> rather that https://<> be a quick win | 16:48 |
noonedeadpunk | only for ci? | 16:49 |
jrosser | ^ on the fly, conditionally on being in CI | 16:49 |
jrosser | thats horrid actually, it's just a flat list of vars | 16:50 |
noonedeadpunk | maybe we can create another file for CI and include it conditionally instead of that one... | 16:51 |
*** openstackgerrit has joined #openstack-ansible | 16:51 | |
openstackgerrit | Duncan Martin Walker proposed openstack/openstack-ansible-ops master: Updates to ELK_metrics_7x beat installation https://review.opendev.org/703625 | 16:51 |
noonedeadpunk | or after that one to override just urls | 16:51 |
evrardjp | the openstack_services had to be a flat list of vars, for two reasons: ease of overriding only a single variable, and to be able to be easily read by py_pkgs lookup, which don't exist anymore | 16:53 |
evrardjp | It could as well be updated nowadays indeed | 16:53 |
jrosser | given that py_packages has gone we could easily factor out the base part of the url | 16:54 |
jrosser | in fact thats a kinda cool feature | 16:56 |
jrosser | becasue you could have one var in userspace which would swing the whole lot over to local git repos, if a deployer wanted | 16:56 |
evrardjp | to have a clone locally to use? | 16:56 |
evrardjp | oh you mean just the base path? | 16:57 |
jrosser | yeah | 16:57 |
evrardjp | that's super annoying for release management | 16:57 |
evrardjp | because now the bump system needs to be templating like ansible would :p | 16:57 |
evrardjp | but all of this is possible | 16:57 |
evrardjp | for me the cleanest would be to ensure that localhost have the git repos to the right version with the openstack_services in the bootstrap steps. Which means on openstack CI you could already have it there checked out. Then it means the repo-server would just take it from a known location, always from git+file:. | 16:59 |
evrardjp | makes it simple to me, and makes the offline story easier: just put everything at the bootstrap location | 17:00 |
jrosser | maybe, the deploy host isnt the best choice | 17:01 |
evrardjp | well that's what you are suggesting in CI :p | 17:01 |
evrardjp | aren't you? | 17:01 |
evrardjp | or did I get that wrong? | 17:01 |
evrardjp | Sorry I am in a different meeting at the same time, so it's not always easy | 17:02 |
jrosser | no worries, i will think more | 17:02 |
jrosser | it depends if we make a CI band-aid or or more general thing to support offline installs | 17:02 |
evrardjp | It's a design decision that the community has to make | 17:02 |
evrardjp | I am not sure what the problem really is though. | 17:03 |
openstackgerrit | Duncan Martin Walker proposed openstack/openstack-ansible-ops master: Updates to ELK_metrics_7x beat installation https://review.opendev.org/703625 | 17:03 |
evrardjp | I mean those are nice things and improvements | 17:03 |
evrardjp | but I don't see a broken design there | 17:03 |
evrardjp | just design tradeoffs :p | 17:03 |
evrardjp | which can be changed at any time | 17:04 |
*** rpittau is now known as rpittau|afk | 17:04 | |
jrosser | noonedeadpunk: change of subject slightly but i have a stack of patches which dig stein out of this tempest hole https://review.opendev.org/#/c/703573/2 | 17:09 |
jrosser | just need to figure out how to merge them as it's all somewhat circular | 17:10 |
*** DanyC has quit IRC | 17:12 | |
noonedeadpunk | jrosser: indeed... maybe we just comment out tempest neutron installation? | 17:15 |
noonedeadpunk | and then revert it back, since fix is found? | 17:15 |
jrosser | i made a start here https://review.opendev.org/#/c/703615/ | 17:15 |
jrosser | to hardwire the var that would have been set in the integrated repo | 17:15 |
jrosser | but i think i need to squash your change into that too | 17:16 |
jrosser | but yes disabling the neutron plugin temporarily is also completely do-able | 17:16 |
*** DanyC has joined #openstack-ansible | 17:18 | |
noonedeadpunk | jrosser: but it fails at the exactly same step horrid | 17:29 |
noonedeadpunk | https://zuul.opendev.org/t/openstack/build/a5fba32b219a463bbdba9d7b03ecaf83/log/job-output.txt#10457 | 17:29 |
noonedeadpunk | why only ubuntu though... | 17:30 |
openstackgerrit | Duncan Martin Walker proposed openstack/openstack-ansible-ops master: Updates to ELK_metrics_7x beat installation https://review.opendev.org/703625 | 17:32 |
*** evrardjp has quit IRC | 17:34 | |
*** evrardjp has joined #openstack-ansible | 17:34 | |
jrosser | noonedeadpunk: i think that because i need to squash https://review.opendev.org/#/c/703450/ and https://review.opendev.org/#/c/703629/ all into the same patch | 17:45 |
jrosser | i really don't like this | 17:45 |
*** yolanda has quit IRC | 17:52 | |
*** yolanda has joined #openstack-ansible | 17:54 | |
*** DanyC_ has joined #openstack-ansible | 17:56 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/stein: Use contraints for tempest plugins https://review.opendev.org/703450 | 17:56 |
*** DanyC_ has quit IRC | 17:57 | |
*** DanyC has quit IRC | 17:59 | |
*** macz has quit IRC | 18:03 | |
noonedeadpunk | jrosser: yeah, me too... sorry for not being really helpfull - working hard on manila stuff... | 18:10 |
jrosser | I’ll concentrate on stein first | 18:10 |
jrosser | master and train are too different | 18:11 |
noonedeadpunk | yep, but at least they are not broken (btw wondering why rocky works) | 18:28 |
*** electrofelix has quit IRC | 18:34 | |
*** CeeMac has quit IRC | 18:51 | |
jrosser | wtf https://e1b7c5837d1435fd98ed-957e0323e7657520e3a7352c7d8ac713.ssl.cf5.rackcdn.com/703450/2/check/openstack-ansible-deploy-aio_metal-centos-7/ed7aa5b/logs/ara-report/result/8368bfe4-697e-4e7b-8aa3-66224d49c357/ | 19:05 |
*** tosky has joined #openstack-ansible | 19:25 | |
cjloader | noonedeadpunk: there anyway we can backport manilla stuff to Train? cc theintern_ | 19:40 |
*** theintern_ has joined #openstack-ansible | 19:42 | |
cjloader | theintern_: ^ | 19:44 |
cjloader | manila*** | 19:52 |
theintern_ | yup, I just don't have scroll back so I can't see what's been said | 19:53 |
*** nicolasbock has quit IRC | 19:57 | |
theintern_ | so, the stuff I wrote was for train | 19:58 |
theintern_ | the tasks are a little broken (like having to manually create the ssh keys for the manila user), but the general process works. | 19:59 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/stein: Use contraints for tempest plugins https://review.opendev.org/703450 | 20:00 |
theintern_ | I think I documented the workarounds in that doc I shared before | 20:00 |
jrosser | cjloader: new functionality is not backported | 20:06 |
cjloader | ok | 20:06 |
cjloader | just askin | 20:07 |
cjloader | theintern_: ^ | 20:07 |
jrosser | it's worth knowing the stuff in here https://docs.openstack.org/project-team-guide/stable-branches.html | 20:07 |
jrosser | which is why patches to master are always preferable | 20:07 |
*** yolanda has quit IRC | 20:29 | |
*** yolanda has joined #openstack-ansible | 20:30 | |
*** yolanda has quit IRC | 20:46 | |
*** elenalindq has quit IRC | 20:47 | |
*** yolanda has joined #openstack-ansible | 20:50 | |
*** ansmith has joined #openstack-ansible | 21:02 | |
*** theintern_ has quit IRC | 21:02 | |
*** ansmith_ has quit IRC | 21:04 | |
*** DanyC has joined #openstack-ansible | 21:24 | |
*** ansmith has quit IRC | 21:32 | |
jrosser | cores: our stein branch is broken by a new release of neutron lib which is py3 only, and this is pulled in by the neutron tempest plugin | 22:15 |
jrosser | this patch fixes it and is ready for review https://review.opendev.org/#/c/703450/3 | 22:16 |
jrosser | this is a depends-on that patch https://review.opendev.org/#/c/703573/ which contains a full explanation in the commit message | 22:17 |
jrosser | the second patch will allow the temporary hardwiring of the u-c url in the first patch to be reverted, and its done like this because the dependancy is circular | 22:18 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Use correct pip executable for mixed distro/source installs https://review.opendev.org/703629 | 22:24 |
*** hwoarang has quit IRC | 22:28 | |
*** hwoarang has joined #openstack-ansible | 22:30 | |
*** ansmith has joined #openstack-ansible | 22:38 | |
*** DanyC has quit IRC | 22:58 | |
*** tosky has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!