Add job with Aetos
Let's add a job, which has Aetos in front of Prometheus, but keep
the original job to ensure telemetry works both with Aetos and
with pure Prometheus. Let's also keep it non-voting for now until
the work proceeds a bit more and until we ensure the job works
and is stable. I'll add the job in Aetos in a little bit.
Depends-On: https://review.opendev.org/c/openstack/python-observabilityclient/+/953568
Change-Id: I2f4fc46a5a1e9621e3cd6871d120f7b6a1a2fe94
Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
diff --git a/.zuul.yaml b/.zuul.yaml
index e01c993..f29b6c2 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -213,6 +213,65 @@
vars:
nslookup_target: "opendev.org"
+- job:
+ name: telemetry-dsvm-integration-aetos
+ parent: telemetry-tempest-base
+ # NOTE(jwysogla): Let's keep the job non-voting for now. Before switching
+ # to voting, we should:
+ # - run this job in Aetos
+ # - have Aodh do tenancy modification of queries
+ # - have a few runs of the job to ensure stability
+ voting: false
+ description: This is a job to test telemetry with Aetos
+ required-projects: &aetos_required_projects
+ - openstack/aodh
+ - openstack/ceilometer
+ - openstack/devstack-plugin-prometheus
+ - openstack/telemetry-tempest-plugin
+ - openstack/heat-tempest-plugin
+ - openstack/heat
+ - openstack/diskimage-builder
+ - openstack/tempest
+ - openstack/python-observabilityclient
+ - openstack/aetos
+ - openstack-k8s-operators/sg-core
+ vars: &aetos_vars
+ devstack_plugins:
+ heat: https://opendev.org/openstack/heat
+ ceilometer: https://opendev.org/openstack/ceilometer
+ aodh: https://opendev.org/openstack/aodh
+ sg-core: https://github.com/openstack-k8s-operators/sg-core
+ devstack-plugin-prometheus: https://opendev.org/openstack/devstack-plugin-prometheus
+ aetos: https://opendev.org/openstack/aetos
+ devstack_localrc:
+ TEMPEST_PLUGINS: '"/opt/stack/telemetry-tempest-plugin /opt/stack/heat-tempest-plugin"'
+ CEILOMETER_BACKENDS: "sg-core"
+ CEILOMETER_PIPELINE_INTERVAL: 15
+ CEILOMETER_ALARM_THRESHOLD: 6000000000
+ AODH_DEPLOY: uwsgi
+ PROMETHEUS_CUSTOM_SCRAPE_TARGETS: "localhost:3000"
+ SG_CORE_CONFIGURE_OBSERVABILITYCLIENT: false
+ devstack_local_conf:
+ test-config:
+ $TEMPEST_CONFIG:
+ service_available:
+ gnocchi: False
+
+- job:
+ name: telemetry-dsvm-integration-aetos-ipv6-only
+ parent: telemetry-dsvm-integration-ipv6-only-base
+ voting: false
+ description: |
+ Telemetry devstack tempest tests job with Aetos for IPv6-only deployment
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^setup.cfg$
+ - ^doc/.*$
+ - ^.*\.rst$
+ - ^releasenotes/.*$
+ required-projects: *aetos_required_projects
+ vars: *aetos_vars
+
- project:
queue: telemetry
templates:
@@ -227,6 +286,8 @@
- telemetry-dsvm-integration-ipv6-only
- telemetry-dsvm-integration-centos-9s
- telemetry-dsvm-integration-centos-9s-fips
+ - telemetry-dsvm-integration-aetos
+ - telemetry-dsvm-integration-aetos-ipv6-only
gate:
jobs:
- telemetry-dsvm-integration