Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# Override zuul meta content provider provided content_provider_dlrn_md5_hash
# var. As returned dlrn md5 hash comes from master release but job is using
# antelope content.
content_provider_dlrn_md5_hash: ''
content_provider_dlrn_md5_hash: ""

vars:
cifmw_update_containers: false
Expand Down Expand Up @@ -186,6 +186,29 @@
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-cloudkitty-tempest.yml"
irrelevant-files: *irrelevant_files

- job:
name: s2i-speculative-deploy-test-telemetry
parent: telemetry-operator-multinode-autoscaling
description: |
Validate speculatively-built s2i telemetry service images (aodh) against
a live OpenStack deployment with autoscaling enabled. s2i-built images
from the content provider are applied to OpenStackVersion before the
control plane is deployed.
required-projects:
- name: openstack-k8s-operators/s2i-openstack-containers
override-checkout: main
vars:
cifmw_crc_additional_insecure_registries:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add

cifmw_crc_additional_allowed_registries:
        - "{{ s2i_content_provider_registry_ip }}:5001"

- "{{ s2i_content_provider_registry_ip }}:5001"
cifmw_crc_additional_allowed_registries:
- "{{ s2i_content_provider_registry_ip }}:5001"
cifmw_set_containers_preserve_unlisted: true
cifmw_set_containers_images: >-
{{ s2i_content_provider_os_custom_container_images |
dict2items |
json_query('[].{name: key, full_registry: value}') }}
irrelevant-files: *irrelevant_files

- project-template:
name: rdo-telemetry-tempest-plugin-jobs
openstack-experimental:
Expand Down Expand Up @@ -232,6 +255,16 @@
vars:
cifmw_install_yamls_sdk_version: v1.41.1
- telemetry-operator-multinode-default-telemetry
- s2i-openstack-container-content-provider:
voting: false
vars:
s2i_ci_images:
- aodh/aodh-api
- s2i-speculative-deploy-test-telemetry:
voting: false
dependencies:
- openstack-k8s-operators-content-provider
- s2i-openstack-container-content-provider
- functional-audit-logging-tests-osp18
- functional-tests-osp18: &fvt_jobs_config
voting: true
Expand Down