Skip to content

Commit ef6964f

Browse files
committed
Adds metallb-operator to the catalog build
Signed-off-by: Alberto Losada <alosadag@redhat.com>
1 parent cbcce42 commit ef6964f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ansible-iib/defaults/main.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
iib_operator_list: ["ptp-operator", "sriov-network-operator", "local-storage-operator", "cluster-logging", "bare-metal-event-relay"]
1+
iib_operator_list: ["ptp-operator", "sriov-network-operator", "local-storage-operator", "cluster-logging", "bare-metal-event-relay", "odf-lvm-operator", "metallb-operator"]
22
iib_ocp_version: '4.12'
33
iib_catsrc_image_name: 'redhat-operator-index'
44
iib_registry_hostname: 'quay.io'
@@ -56,3 +56,9 @@ iib_operator_spec:
5656
version_matrix:
5757
'4.11': '4.11'
5858
'4.12': '4.12'
59+
metallb-operator:
60+
package_name: 'ose-metallb-operator-bundle-container'
61+
version_matrix:
62+
'4.11': '4.11'
63+
'4.12': '4.12'
64+

0 commit comments

Comments
 (0)