From 4418b0f74048baca549f88f867a678a1d11fd310 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 7 Nov 2024 08:43:01 +0000 Subject: [PATCH] Tempest job for s3 backend of glance At the moment this job does not support tls. Depends-On: https://review.opendev.org/c/openstack/devstack/+/934307 Change-Id: I891652829f297f5ed2b8fca9b0dbb5cd4533fd6c --- .zuul.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d86a90a7d3..64ce84634a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -298,6 +298,41 @@ GLANCE_ENFORCE_SCOPE: false CINDER_QUOTA_VOLUMES: 50 +- job: + name: glance-s3-multistore + parent: tempest-integrated-storage-import + description: | + Just like the normal s3 job, but with glance multistore + timeout: 9000 + vars: + devstack_localrc: + GLANCE_USE_S3: True + GLANCE_ENABLE_MULTIPLE_STORES: True + GLANCE_USE_IMPORT_WORKFLOW: True + GLANCE_LIMIT_IMAGE_SIZE_TOTAL: 2048 + devstack_services: + c-bak: false + tls-proxy: false + s-account: true + s-container: true + s-object: true + s-proxy: true + s3api: true + openstack-cli-server: true + devstack_local_conf: + post-config: + $GLANCE_API_CONF: + DEFAULT: + enabled_backends: "cheap:file, s3_fast:s3, web:http" + cheap: + filesystem_store_datadir: /opt/stack/data/glance/images/ + web: + https_insecure: false + os_glance_staging_store: + filesystem_store_datadir: /opt/stack/data/glance/os_glance_staging_store/ + os_glance_tasks_store: + filesystem_store_datadir: /opt/stack/data/glance/os_glance_tasks_store/ + - job: name: glance-multistore-cinder-import-fips parent: tempest-integrated-storage-import @@ -426,6 +461,9 @@ - glance-grenade-centralized-cache: voting: false irrelevant-files: *tempest-irrelevant-files + - glance-s3-multistore: + voting: false + irrelevant-files: *tempest-irrelevant-files - glance-secure-rbac-protection-functional gate: