Skip to content

Commit af9d7e9

Browse files
committed
Set image_base in cifmw_operator_build_operators for meta operator
image_base is used to specify the operator project name. It is used openstack operator to include telemetry operator catalog image into the openstack-operator catalog image. Note: It is not needed for standalone operator. Resolves: OSPCIX-965 Signed-off-by: Chandan Kumar (raukadah) <[email protected]> (cherry picked from commit 519a79c)
1 parent e181b9b commit af9d7e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zuul.d/projects.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
A meta content provider zuul job to build telemetry
66
specific containers.
77
vars:
8+
# Note(Chandan Kumar): image_base is the operator name without -operator.
9+
# It is needed by openstack-operator to include telemetry operator images
10+
# in the openstack-operator catalog image.
811
cifmw_operator_build_operators:
912
- name: telemetry-operator
1013
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/telemetry-operator"
1114
- name: openstack-operator
1215
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-operator"
16+
image_base: telemetry
1317
cifmw_build_containers_image_tag: telemetry_latest
1418
zuul_project_container_path: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/telemetry-operator/ci/files/containers.yaml"
1519
cifmw_build_containers_config_file: "{{ ansible_user_dir }}/containers.yaml"

0 commit comments

Comments
 (0)