opendevreview | wu.chunyang proposed openstack/kolla-ansible master: CI: Trove: Create a database instance https://review.opendev.org/c/openstack/kolla-ansible/+/863521 | 01:44 |
---|---|---|
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: Implement automatic deploy of trove https://review.opendev.org/c/openstack/kolla-ansible/+/863321 | 03:14 |
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: CI: Trove: Create a database instance https://review.opendev.org/c/openstack/kolla-ansible/+/863521 | 03:16 |
osmanlicilegi | morning | 06:04 |
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: Implement automatic deploy of trove https://review.opendev.org/c/openstack/kolla-ansible/+/863321 | 06:36 |
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: CI: Trove: Create a database instance https://review.opendev.org/c/openstack/kolla-ansible/+/863521 | 06:42 |
opendevreview | Matt Crees proposed openstack/kayobe master: Stop NetworkManager from overriding resolv.conf https://review.opendev.org/c/openstack/kayobe/+/902561 | 10:48 |
opendevreview | Matt Crees proposed openstack/kayobe master: Stop NetworkManager from overriding resolv.conf https://review.opendev.org/c/openstack/kayobe/+/902561 | 10:51 |
sahid | i'm still trying to make working permitted_ethetype, anyone already tried to make it working? My understand is that the flows are well configured on br-int but the traffic is blocked somewhere I guess in br-ex | 10:52 |
opendevreview | Matt Crees proposed openstack/kayobe master: Stop NetworkManager from overriding resolv.conf https://review.opendev.org/c/openstack/kayobe/+/902561 | 11:40 |
opendevreview | Rafal Lewandowski proposed openstack/kayobe master: Add Redfish rules to Ironic introspection https://review.opendev.org/c/openstack/kayobe/+/902772 | 12:43 |
opendevreview | Rafal Lewandowski proposed openstack/kayobe master: Add Redfish rules to Ironic introspection https://review.opendev.org/c/openstack/kayobe/+/902772 | 13:00 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: Add ovn-exporter https://review.opendev.org/c/openstack/kolla-ansible/+/855498 | 15:04 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: Add ovn-exporter https://review.opendev.org/c/openstack/kolla-ansible/+/855498 | 15:08 |
-opendevstatus- NOTICE: Zuul jobs reporting POST_FAILURE were due to an incident with one of our cloud providers; this provider has been temporarily disabled and changes can be rechecked. | 15:44 | |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services https://review.opendev.org/c/openstack/kolla-ansible/+/903165 | 16:10 |
mnasiadka | Seems docker doesnt like _ now in tags - https://e725720116cbfe288993-c36d4b8e22685faa8d8d3b6482fd29b5.ssl.cf5.rackcdn.com/903165/7/check/kolla-ansible-rocky9/683b65a/primary/logs/build/000_FAILED_base.log | 16:29 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services https://review.opendev.org/c/openstack/kolla-ansible/+/903165 | 16:31 |
SvenKieske | mnasiadka: it's at least clearly documented that docker supports underscores in tags, so at least a docs bug on their part: https://docs.docker.com/engine/reference/commandline/tag/#extended-description | 16:32 |
mnasiadka | checking if it likes change-{{ change_id }} more ;-) | 16:32 |
SvenKieske | the oci spec seems also to allow underscores: https://github.com/opencontainers/distribution-spec/blob/main/spec.md#workflow-categories | 16:35 |
SvenKieske | this is the regex: [a-zA-Z0-9_][a-zA-Z0-9._-]{0,127} | 16:36 |
mnasiadka | maybe the cause is different, but no other traces in any docker related logs | 16:38 |
SvenKieske | might also be a genuine bug in docker/moby, have caught them in the past accidentally changing core stuff | 16:41 |
SvenKieske | some +2's would be nice I guess :) https://review.opendev.org/c/openstack/kolla-ansible/+/902787 | 16:44 |
SvenKieske | mnasiadka: over there in #opendev there is talk about broken docker image build/uploads, maybe it's CI related? | 16:45 |
mnasiadka | SvenKieske: sounds like it's not us, so maybe it's CI images related or something similar | 16:49 |
frickler | the topic in #opendev were failed log uploads afaict, different thing | 16:57 |
frickler | the build failure might also be about the port part in the ref? "primary:4000"? | 16:59 |
mnasiadka | I have no clue, no new docker-ce version since two or more months, so I don't know why it started failing just now | 17:01 |
mnasiadka | or maybe that's docker-py | 17:01 |
mnasiadka | docker 7.0.0 on dec 8 | 17:02 |
mnasiadka | that would fit | 17:02 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: CI: Pin docker installation to <7 https://review.opendev.org/c/openstack/kolla/+/903363 | 17:05 |
mnasiadka | although we install <7 using a-c-k | 17:07 |
mnasiadka | but we install it once again - https://github.com/openstack/kolla-ansible/blob/7a29abb5907e2f6bbd10b1dd68ba6bdc1ff7f542/tests/setup_gate.sh#L129 | 17:08 |
mnasiadka | hmm | 17:08 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: CI: Stop running pip install https://review.opendev.org/c/openstack/kolla-ansible/+/903364 | 17:10 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: CI: Stop running pip install container_engine https://review.opendev.org/c/openstack/kolla-ansible/+/903364 | 17:10 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services https://review.opendev.org/c/openstack/kolla-ansible/+/903165 | 17:11 |
mnasiadka | I guess for reproducability we should move kolla also to use a-c-k for installing podman/docker stuff | 17:12 |
SvenKieske | sounds like a good idea | 17:12 |
SvenKieske | but why did we add it there? that was not that long ago, afaik | 17:16 |
mnasiadka | have no clue, want to check why it's even there :D | 17:18 |
SvenKieske | https://review.opendev.org/c/openstack/kolla-ansible/+/899574 | 17:19 |
SvenKieske | there you added it :) | 17:19 |
SvenKieske | the rich stuff got fixed upstream, they just never closed my issue, even if I created the first issue for that problem :/ | 17:19 |
mnasiadka | ah, we install that in global namespace, and use venv in setup_gate.sh | 17:21 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: CI: Stop running pip install container_engine https://review.opendev.org/c/openstack/kolla-ansible/+/903364 | 17:22 |
mnasiadka | added --system-site-package | 17:22 |
mnasiadka | added --system-site-packages | 17:22 |
mnasiadka | that should fix it for now | 17:23 |
SvenKieske | reminds me that we discussed using venv everywhere :D | 17:23 |
mnasiadka | yeah, we could move it | 17:24 |
mnasiadka | but probably it would be best to rewrite setup_gate.sh to Ansible | 17:24 |
SvenKieske | sure | 17:24 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services https://review.opendev.org/c/openstack/kolla-ansible/+/903165 | 17:24 |
SvenKieske | mhhm, just roughly 150 lines, how hard could that be? ;) | 17:25 |
mnasiadka | apart installation of different python clients in an openstack venv - nothing fancy | 17:26 |
SvenKieske | line 39/40 also use a venv, not sure if this needs to be tackled in above patchset as well? | 17:27 |
SvenKieske | ah that is the python clients | 17:28 |
mnasiadka | seems it's docker 7.0.0 | 17:45 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!