From 8365eccd121006312ed840ed9625c03dcaf4a0da Mon Sep 17 00:00:00 2001 From: Victoria Martinez de la Cruz Date: Fri, 19 Dec 2025 12:21:45 +0100 Subject: [PATCH] Test sg-core with OpenStack upstream stable2025.2 --- .github/workflows/integration.yml | 6 +++--- ci/integration/metrics/local.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8b95b9d..97fe912 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -48,7 +48,7 @@ jobs: - name: Install devstack run: | SOURCE=$(pwd) - git clone -b stable/2024.2 http://github.com/openstack/devstack /opt/stack/devstack + git clone -b stable/2025.2 http://github.com/openstack/devstack /opt/stack/devstack pushd /opt/stack/devstack cp $SOURCE/ci/integration/metrics/local.conf . sudo apt-get update @@ -144,7 +144,7 @@ jobs: - name: Install devstack run: | SOURCE=$(pwd) - git clone -b stable/2024.2 http://github.com/openstack/devstack /opt/stack/devstack + git clone -b stable/2025.2 http://github.com/openstack/devstack /opt/stack/devstack pushd /opt/stack/devstack cp $SOURCE/ci/integration/metrics/local.conf . sudo apt-get update @@ -244,7 +244,7 @@ jobs: - name: Install devstack run: | SOURCE=$(pwd) - git clone -b stable/2024.2 http://github.com/openstack/devstack /opt/stack/devstack + git clone -b stable/2025.2 http://github.com/openstack/devstack /opt/stack/devstack pushd /opt/stack/devstack cp $SOURCE/ci/integration/metrics/local.conf . sudo apt-get update diff --git a/ci/integration/metrics/local.conf b/ci/integration/metrics/local.conf index 7f599c1..b4054dd 100644 --- a/ci/integration/metrics/local.conf +++ b/ci/integration/metrics/local.conf @@ -6,7 +6,7 @@ RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD REDIS_PASSWORD=$ADMIN_PASSWORD -enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git stable/2024.2 +enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git stable/2025.2 CEILOMETER_BACKEND=none CEILOMETER_PIPELINE_INTERVAL=60 enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification