Skip to content

Commit f99c4d6

Browse files
Merge pull request #724 from raukadah/image_base
Set image_base in cifmw_operator_build_operators for meta operator
2 parents 599b396 + 519a79c commit f99c4d6

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)