Skip to content

Commit

Permalink
Add openstack must-gather to required images
Browse files Browse the repository at this point in the history
In disconnected environments, we should have a reference to the
openstack-must-gather image. This allows for users to clone in the required image to their
disconnected registries and enable them to gather logs for support cases and troubleshooting.

Signed-off-by: Brendan Shephard <[email protected]>
(cherry picked from commit 6cac638)
  • Loading branch information
bshephar committed Oct 11, 2024
1 parent e9d30a5 commit 5bbe941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/default/manager_default_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,5 @@ spec:
value: quay.io/podified-antelope-centos9/openstack-swift-object:current-podified
- name: RELATED_IMAGE_SWIFT_PROXY_IMAGE_URL_DEFAULT
value: quay.io/podified-antelope-centos9/openstack-swift-proxy-server:current-podified
- name: RELEATED_IMAGE_OPENSTACK_MUST_GATHER_DEFAULT
value: quay.io/openstack-k8s-operators/openstack-must-gather:latest
1 change: 1 addition & 0 deletions hack/export_related_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ export RELATED_IMAGE_EDPM_NEUTRON_OVN_AGENT_IMAGE_URL_DEFAULT=quay.io/podified-a
export RELATED_IMAGE_EDPM_NEUTRON_SRIOV_AGENT_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-neutron-sriov-agent:current-podified
export RELATED_IMAGE_EDPM_OVN_BGP_AGENT_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-ovn-bgp-agent:current-podified
export RELATED_IMAGE_EDPM_NODE_EXPORTER_IMAGE_URL_DEFAULT=quay.io/prometheus/node-exporter:v1.5.0
export RELATED_IMAGE_OPENSTACK_MUST_GATHER_DEFAULT=quay.io/openstack-k8s-operators/openstack-must-gather:latest

0 comments on commit 5bbe941

Please sign in to comment.