-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
?
-
None
-
-
-
Important
When d/s jobs are executed testing d/s images (for both openstack controlplane pods and dataplane containers), the images used with new pods created when ovn-bgp-agent is configured with ovn-routing are upstream images:
[root@compute-krwxsiik-0 ~]# podman ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9623bf1338bb images.paas.redhat.com/podified-rhos18-rhel9/openstack-frr:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 11 days frr 4f2ec875057f images.paas.redhat.com/podified-rhos18-rhel9/openstack-cron:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 11 days (healthy) logrotate_crond 0d9247e84304 images.paas.redhat.com/podified-rhos18-rhel9/openstack-ovn-controller:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 10 days (healthy) ovn_controller 150757e044c2 images.paas.redhat.com/podified-rhos18-rhel9/openstack-neutron-metadata-agent-ovn:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 10 days (healthy) ovn_metadata_agent a12662891f39 quay.io/podified-antelope-centos9/openstack-ovn-nb-db-server:current-podified kolla_start 11 days ago Up 11 days nb_db_server ca1a81e3f68d quay.io/podified-antelope-centos9/openstack-ovn-sb-db-server:current-podified kolla_start 11 days ago Up 11 days sb_db_server 4b063c6fb815 quay.io/podified-antelope-centos9/openstack-ovn-northd:current-podified kolla_start 11 days ago Up 11 days northd 55e30a92ae3f quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified kolla_start 11 days ago Up 11 days bgp_ovn_controller 5e9bdd7818f6 images.paas.redhat.com/podified-rhos18-rhel9/openstack-ovn-bgp-agent:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 11 days ovn_bgp_agent f53119fb5fcc images.paas.redhat.com/podified-rhos18-rhel9/openstack-iscsid:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 11 days (unhealthy) iscsid 499d2acac82f images.paas.redhat.com/podified-rhos18-rhel9/openstack-multipathd:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 11 days (healthy) multipathd 47d9fa0522e9 images.paas.redhat.com/podified-rhos18-rhel9/openstack-nova-compute:2a167a00f9519771fd977920939e4176 kolla_start 11 days ago Up 11 days nova_compute 0d8d41a16511 images.paas.redhat.com/podified-rhos18-rhel9/openstack-neutron-metadata-agent-ovn:2a167a00f9519771fd977920939e4176 /bin/bash -c exec... 11 days ago Up 11 days neutron-haproxy-ovnmeta-8192b640-8579-4049-a901-da07150cc1c5
Those upstream URLs are the default ones configured in edpm-ansible:
https://github.com/openstack-k8s-operators/edpm-ansible/blob/ec4f0923e65ff934e862b740002d42ff5f289262/roles/edpm_ovn_bgp_agent/defaults/main.yml#L98-L101
IIUC, we need to add to the openstack-operator something similar to what it does with EdpmOvnBgpAgentImage for the new four containers:
https://github.com/search?q=repo%3Aopenstack-k8s-operators%2Fopenstack-operator%20EdpmOvnBgpAgentImage&type=code
- blocks
-
OSPRH-884 BZ#2127951 BGP Fast Data Path support
-
- In Progress
-