Monday, 2023-12-11

opendevreviewwu.chunyang proposed openstack/kolla-ansible master: CI: Trove: Create a database instance  https://review.opendev.org/c/openstack/kolla-ansible/+/86352101:44
opendevreviewwu.chunyang proposed openstack/kolla-ansible master: Implement automatic deploy of trove  https://review.opendev.org/c/openstack/kolla-ansible/+/86332103:14
opendevreviewwu.chunyang proposed openstack/kolla-ansible master: CI: Trove: Create a database instance  https://review.opendev.org/c/openstack/kolla-ansible/+/86352103:16
osmanlicilegimorning06:04
opendevreviewwu.chunyang proposed openstack/kolla-ansible master: Implement automatic deploy of trove  https://review.opendev.org/c/openstack/kolla-ansible/+/86332106:36
opendevreviewwu.chunyang proposed openstack/kolla-ansible master: CI: Trove: Create a database instance  https://review.opendev.org/c/openstack/kolla-ansible/+/86352106:42
opendevreviewMatt Crees proposed openstack/kayobe master: Stop NetworkManager from overriding resolv.conf  https://review.opendev.org/c/openstack/kayobe/+/90256110:48
opendevreviewMatt Crees proposed openstack/kayobe master: Stop NetworkManager from overriding resolv.conf  https://review.opendev.org/c/openstack/kayobe/+/90256110:51
sahidi'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-ex10:52
opendevreviewMatt Crees proposed openstack/kayobe master: Stop NetworkManager from overriding resolv.conf  https://review.opendev.org/c/openstack/kayobe/+/90256111:40
opendevreviewRafal Lewandowski proposed openstack/kayobe master: Add Redfish rules to Ironic introspection  https://review.opendev.org/c/openstack/kayobe/+/90277212:43
opendevreviewRafal Lewandowski proposed openstack/kayobe master: Add Redfish rules to Ironic introspection  https://review.opendev.org/c/openstack/kayobe/+/90277213:00
opendevreviewSven Kieske proposed openstack/kolla-ansible master: Add ovn-exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/85549815:04
opendevreviewSven Kieske proposed openstack/kolla-ansible master: Add ovn-exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/85549815: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
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services  https://review.opendev.org/c/openstack/kolla-ansible/+/90316516:10
mnasiadkaSeems 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.log16:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services  https://review.opendev.org/c/openstack/kolla-ansible/+/90316516:31
SvenKieskemnasiadka: 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-description16:32
mnasiadkachecking if it likes change-{{ change_id }} more ;-)16:32
SvenKieskethe oci spec seems also to allow underscores: https://github.com/opencontainers/distribution-spec/blob/main/spec.md#workflow-categories16:35
SvenKieskethis is the regex: [a-zA-Z0-9_][a-zA-Z0-9._-]{0,127}16:36
mnasiadkamaybe the cause is different, but no other traces in any docker related logs16:38
SvenKieskemight also be a genuine bug in docker/moby, have caught them in the past accidentally changing core stuff16:41
SvenKieskesome +2's would be nice I guess :) https://review.opendev.org/c/openstack/kolla-ansible/+/90278716:44
SvenKieskemnasiadka: over there in #opendev there is talk about broken docker image build/uploads, maybe it's CI related?16:45
mnasiadkaSvenKieske: sounds like it's not us, so maybe it's CI images related or something similar16:49
fricklerthe topic in #opendev were failed log uploads afaict, different thing16:57
fricklerthe build failure might also be about the port part in the ref? "primary:4000"?16:59
mnasiadkaI have no clue, no new docker-ce version since two or more months, so I don't know why it started failing just now17:01
mnasiadkaor maybe that's docker-py17:01
mnasiadkadocker 7.0.0 on dec 817:02
mnasiadkathat would fit17:02
opendevreviewMichal Nasiadka proposed openstack/kolla master: CI: Pin docker installation to <7  https://review.opendev.org/c/openstack/kolla/+/90336317:05
mnasiadkaalthough we install <7 using a-c-k17:07
mnasiadkabut we install it once again - https://github.com/openstack/kolla-ansible/blob/7a29abb5907e2f6bbd10b1dd68ba6bdc1ff7f542/tests/setup_gate.sh#L12917:08
mnasiadkahmm17:08
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Stop running pip install  https://review.opendev.org/c/openstack/kolla-ansible/+/90336417:10
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Stop running pip install container_engine  https://review.opendev.org/c/openstack/kolla-ansible/+/90336417:10
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services  https://review.opendev.org/c/openstack/kolla-ansible/+/90316517:11
mnasiadkaI guess for reproducability we should move kolla also to use a-c-k for installing podman/docker stuff17:12
SvenKieskesounds like a good idea17:12
SvenKieskebut why did we add it there? that was not that long ago, afaik17:16
mnasiadkahave no clue, want to check why it's even there :D17:18
SvenKieskehttps://review.opendev.org/c/openstack/kolla-ansible/+/89957417:19
SvenKieskethere you added it :)17:19
SvenKieskethe rich stuff got fixed upstream, they just never closed my issue, even if I created the first issue for that problem :/17:19
mnasiadkaah, we install that in global namespace, and use venv in setup_gate.sh17:21
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Stop running pip install container_engine  https://review.opendev.org/c/openstack/kolla-ansible/+/90336417:22
mnasiadkaadded --system-site-package17:22
mnasiadkaadded --system-site-packages17:22
mnasiadkathat should fix it for now17:23
SvenKieskereminds me that we discussed using venv everywhere :D17:23
mnasiadkayeah, we could move it17:24
mnasiadkabut probably it would be best to rewrite setup_gate.sh to Ansible17:24
SvenKieskesure17:24
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Use gunicorn for Nova services  https://review.opendev.org/c/openstack/kolla-ansible/+/90316517:24
SvenKieskemhhm, just roughly 150 lines, how hard could that be? ;)17:25
mnasiadkaapart installation of different python clients in an openstack venv - nothing fancy17:26
SvenKieskeline 39/40 also use a venv, not sure if this needs to be tackled in above patchset as well?17:27
SvenKieskeah that is the python clients17:28
mnasiadkaseems it's docker 7.0.017:45

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