From 5ead1f856eb191c748c5f526b440292e9c5ef9b0 Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Thu, 26 Oct 2023 21:30:10 +0200 Subject: [PATCH] Implement renovate --- .github/renovate.json | 41 +++++++++++++++++++ .../{{cookiecutter.rock_name}}/rockcraft.yaml | 1 + rocks/aodh-api/rockcraft.yaml | 1 + rocks/aodh-consolidated/rockcraft.yaml | 1 + rocks/aodh-evaluator/rockcraft.yaml | 1 + rocks/aodh-expirer/rockcraft.yaml | 1 + rocks/aodh-listener/rockcraft.yaml | 1 + rocks/aodh-notifier/rockcraft.yaml | 1 + rocks/barbican-api/rockcraft.yaml | 1 + rocks/barbican-consolidated/rockcraft.yaml | 1 + rocks/barbican-worker/rockcraft.yaml | 1 + rocks/ceilometer-central/rockcraft.yaml | 1 + rocks/ceilometer-consolidated/rockcraft.yaml | 1 + rocks/ceilometer-notification/rockcraft.yaml | 1 + rocks/cinder-api/rockcraft.yaml | 1 + rocks/cinder-consolidated/rockcraft.yaml | 1 + rocks/cinder-scheduler/rockcraft.yaml | 1 + rocks/cinder-volume/rockcraft.yaml | 1 + rocks/designate-api/rockcraft.yaml | 1 + rocks/designate-central/rockcraft.yaml | 1 + rocks/designate-consolidated/rockcraft.yaml | 1 + rocks/designate-mdns/rockcraft.yaml | 1 + rocks/designate-producer/rockcraft.yaml | 1 + rocks/designate-worker/rockcraft.yaml | 1 + rocks/glance-api/rockcraft.yaml | 1 + rocks/gnocchi-api/rockcraft.yaml | 1 + rocks/gnocchi-consolidated/rockcraft.yaml | 1 + rocks/gnocchi-metricd/rockcraft.yaml | 1 + rocks/heat-api/rockcraft.yaml | 1 + rocks/heat-consolidated/rockcraft.yaml | 1 + rocks/heat-engine/rockcraft.yaml | 1 + rocks/horizon/rockcraft.yaml | 1 + rocks/keystone/rockcraft.yaml | 1 + rocks/magnum-api/rockcraft.yaml | 1 + rocks/magnum-conductor/rockcraft.yaml | 1 + rocks/magnum-consolidated/rockcraft.yaml | 1 + rocks/neutron-server/rockcraft.yaml | 1 + rocks/nova-api/rockcraft.yaml | 1 + rocks/nova-conductor/rockcraft.yaml | 1 + rocks/nova-consolidated/rockcraft.yaml | 1 + rocks/nova-scheduler/rockcraft.yaml | 1 + rocks/octavia-api/rockcraft.yaml | 1 + rocks/octavia-consolidated/rockcraft.yaml | 1 + rocks/octavia-driver-agent/rockcraft.yaml | 1 + rocks/octavia-housekeeping/rockcraft.yaml | 1 + rocks/openstack-exporter/rockcraft.yaml | 1 + rocks/ovn-consolidated/rockcraft.yaml | 1 + rocks/ovn-nb-db-server/rockcraft.yaml | 1 + rocks/ovn-northd/rockcraft.yaml | 1 + rocks/ovn-sb-db-server/rockcraft.yaml | 1 + rocks/placement-api/rockcraft.yaml | 1 + rocks/rabbitmq/rockcraft.yaml | 1 + 52 files changed, 92 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..e7d4d66 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "regexManagers": [ + { + "fileMatch": [ + "(^|/)rockcraft.yaml$" + ], + "description": "Update base image references", + "matchStringsStrategy": "any", + "matchStrings": [ + "# renovate: build-base:\\s+(?[^:]*)(:|@)(?[^\\s@]*)(@(?sha256:[0-9a-f]*))?", + "# renovate: base:\\s+(?[^:]*)(:|@)(?[^\\s@]*)(@(?sha256:[0-9a-f]*))?" + ], + "datasourceTemplate": "docker", + "versioningTemplate": "ubuntu" + } + ], + "packageRules": [ + { + "enabled": true, + "matchDatasources": [ + "docker" + ], + "pinDigests": true + }, + { + "matchFiles": [ + "rockcraft.yaml" + ], + "matchUpdateTypes": [ + "major", + "minor", + "patch" + ], + "enabled": false + } + ] +} diff --git a/cookiecutter_code/rock/{{cookiecutter.rock_name}}/rockcraft.yaml b/cookiecutter_code/rock/{{cookiecutter.rock_name}}/rockcraft.yaml index 6d430b4..5c1c794 100644 --- a/cookiecutter_code/rock/{{cookiecutter.rock_name}}/rockcraft.yaml +++ b/cookiecutter_code/rock/{{cookiecutter.rock_name}}/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack {{ cookiecutter.rock_name }} version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/aodh-api/rockcraft.yaml b/rocks/aodh-api/rockcraft.yaml index cc6180e..f6edb09 100644 --- a/rocks/aodh-api/rockcraft.yaml +++ b/rocks/aodh-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack aodh-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/aodh-consolidated/rockcraft.yaml b/rocks/aodh-consolidated/rockcraft.yaml index a56bc47..556fc2c 100644 --- a/rocks/aodh-consolidated/rockcraft.yaml +++ b/rocks/aodh-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of AODH which can be used for all AODH services version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/aodh-evaluator/rockcraft.yaml b/rocks/aodh-evaluator/rockcraft.yaml index 4860d4c..7323fd3 100644 --- a/rocks/aodh-evaluator/rockcraft.yaml +++ b/rocks/aodh-evaluator/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack aodh-evaluator version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/aodh-expirer/rockcraft.yaml b/rocks/aodh-expirer/rockcraft.yaml index 5642c24..9550d87 100644 --- a/rocks/aodh-expirer/rockcraft.yaml +++ b/rocks/aodh-expirer/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack aodh-expirer version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/aodh-listener/rockcraft.yaml b/rocks/aodh-listener/rockcraft.yaml index 4bdd37c..98bee73 100644 --- a/rocks/aodh-listener/rockcraft.yaml +++ b/rocks/aodh-listener/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack aodh-listener version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/aodh-notifier/rockcraft.yaml b/rocks/aodh-notifier/rockcraft.yaml index 77ddbd7..3c601e9 100644 --- a/rocks/aodh-notifier/rockcraft.yaml +++ b/rocks/aodh-notifier/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack aodh-notifier version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/barbican-api/rockcraft.yaml b/rocks/barbican-api/rockcraft.yaml index 82e3a34..438eaf8 100644 --- a/rocks/barbican-api/rockcraft.yaml +++ b/rocks/barbican-api/rockcraft.yaml @@ -4,6 +4,7 @@ license: Apache-2.0 description: | Ubuntu distribution of OpenStack barbican-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/barbican-consolidated/rockcraft.yaml b/rocks/barbican-consolidated/rockcraft.yaml index 2e85c41..3bab209 100644 --- a/rocks/barbican-consolidated/rockcraft.yaml +++ b/rocks/barbican-consolidated/rockcraft.yaml @@ -4,6 +4,7 @@ license: Apache-2.0 description: | Ubuntu distribution of OpenStack barbican-consolidated version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/barbican-worker/rockcraft.yaml b/rocks/barbican-worker/rockcraft.yaml index 1895339..d65b845 100644 --- a/rocks/barbican-worker/rockcraft.yaml +++ b/rocks/barbican-worker/rockcraft.yaml @@ -4,6 +4,7 @@ license: Apache-2.0 description: | Ubuntu distribution of OpenStack barbican-worker version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/ceilometer-central/rockcraft.yaml b/rocks/ceilometer-central/rockcraft.yaml index 03d6456..cc256e4 100644 --- a/rocks/ceilometer-central/rockcraft.yaml +++ b/rocks/ceilometer-central/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack ceilometer-central version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/ceilometer-consolidated/rockcraft.yaml b/rocks/ceilometer-consolidated/rockcraft.yaml index 86d203f..0809873 100644 --- a/rocks/ceilometer-consolidated/rockcraft.yaml +++ b/rocks/ceilometer-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack ceilometer-consolidated version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/ceilometer-notification/rockcraft.yaml b/rocks/ceilometer-notification/rockcraft.yaml index 4d3582f..e286f3c 100644 --- a/rocks/ceilometer-notification/rockcraft.yaml +++ b/rocks/ceilometer-notification/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack ceilometer-notification version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/cinder-api/rockcraft.yaml b/rocks/cinder-api/rockcraft.yaml index ce7a5bd..9f22bf2 100644 --- a/rocks/cinder-api/rockcraft.yaml +++ b/rocks/cinder-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack cinder-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/cinder-consolidated/rockcraft.yaml b/rocks/cinder-consolidated/rockcraft.yaml index 1bdef70..7cbe640 100644 --- a/rocks/cinder-consolidated/rockcraft.yaml +++ b/rocks/cinder-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of Cinder which can be used for all Cinder services version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/cinder-scheduler/rockcraft.yaml b/rocks/cinder-scheduler/rockcraft.yaml index 004a3a9..820b342 100644 --- a/rocks/cinder-scheduler/rockcraft.yaml +++ b/rocks/cinder-scheduler/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack cinder-scheduler version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/cinder-volume/rockcraft.yaml b/rocks/cinder-volume/rockcraft.yaml index fdea012..201bfac 100644 --- a/rocks/cinder-volume/rockcraft.yaml +++ b/rocks/cinder-volume/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack cinder-volume version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/designate-api/rockcraft.yaml b/rocks/designate-api/rockcraft.yaml index 44b5e5e..643478f 100644 --- a/rocks/designate-api/rockcraft.yaml +++ b/rocks/designate-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack designate-api version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/designate-central/rockcraft.yaml b/rocks/designate-central/rockcraft.yaml index b508fde..a23ab14 100644 --- a/rocks/designate-central/rockcraft.yaml +++ b/rocks/designate-central/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack designate-central version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/designate-consolidated/rockcraft.yaml b/rocks/designate-consolidated/rockcraft.yaml index 636620a..93b39ea 100644 --- a/rocks/designate-consolidated/rockcraft.yaml +++ b/rocks/designate-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack designate-consolidated version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/designate-mdns/rockcraft.yaml b/rocks/designate-mdns/rockcraft.yaml index 1876470..24fb285 100644 --- a/rocks/designate-mdns/rockcraft.yaml +++ b/rocks/designate-mdns/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack designate-mdns version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/designate-producer/rockcraft.yaml b/rocks/designate-producer/rockcraft.yaml index f0c4334..be6991a 100644 --- a/rocks/designate-producer/rockcraft.yaml +++ b/rocks/designate-producer/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack designate-producer version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/designate-worker/rockcraft.yaml b/rocks/designate-worker/rockcraft.yaml index 208a3df..f4a9c81 100644 --- a/rocks/designate-worker/rockcraft.yaml +++ b/rocks/designate-worker/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack designate-worker version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/glance-api/rockcraft.yaml b/rocks/glance-api/rockcraft.yaml index 290673f..2c13a7a 100644 --- a/rocks/glance-api/rockcraft.yaml +++ b/rocks/glance-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack glance-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/gnocchi-api/rockcraft.yaml b/rocks/gnocchi-api/rockcraft.yaml index fc18191..ef33f31 100644 --- a/rocks/gnocchi-api/rockcraft.yaml +++ b/rocks/gnocchi-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack gnocchi-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/gnocchi-consolidated/rockcraft.yaml b/rocks/gnocchi-consolidated/rockcraft.yaml index ffac985..8ea9f5c 100644 --- a/rocks/gnocchi-consolidated/rockcraft.yaml +++ b/rocks/gnocchi-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack gnocchi which can be used for all gnocchi services version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/gnocchi-metricd/rockcraft.yaml b/rocks/gnocchi-metricd/rockcraft.yaml index 7431203..a0297fd 100644 --- a/rocks/gnocchi-metricd/rockcraft.yaml +++ b/rocks/gnocchi-metricd/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack gnocchi-metricd version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/heat-api/rockcraft.yaml b/rocks/heat-api/rockcraft.yaml index 75940a5..4e1bbe2 100644 --- a/rocks/heat-api/rockcraft.yaml +++ b/rocks/heat-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack heat-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/heat-consolidated/rockcraft.yaml b/rocks/heat-consolidated/rockcraft.yaml index ed2e977..f0e7742 100644 --- a/rocks/heat-consolidated/rockcraft.yaml +++ b/rocks/heat-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack Heat which can be used for all Heat services version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/heat-engine/rockcraft.yaml b/rocks/heat-engine/rockcraft.yaml index 1b4919e..d05108a 100644 --- a/rocks/heat-engine/rockcraft.yaml +++ b/rocks/heat-engine/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack heat-engine version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/horizon/rockcraft.yaml b/rocks/horizon/rockcraft.yaml index 6f6232f..feb946e 100644 --- a/rocks/horizon/rockcraft.yaml +++ b/rocks/horizon/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack horizon version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/keystone/rockcraft.yaml b/rocks/keystone/rockcraft.yaml index 3e412d0..d7a90e5 100644 --- a/rocks/keystone/rockcraft.yaml +++ b/rocks/keystone/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack keystone version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/magnum-api/rockcraft.yaml b/rocks/magnum-api/rockcraft.yaml index d96b65f..9607ca4 100644 --- a/rocks/magnum-api/rockcraft.yaml +++ b/rocks/magnum-api/rockcraft.yaml @@ -4,6 +4,7 @@ license: Apache-2.0 description: | Ubuntu distribution of OpenStack magnum-api version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/magnum-conductor/rockcraft.yaml b/rocks/magnum-conductor/rockcraft.yaml index f28f4a9..b527c23 100644 --- a/rocks/magnum-conductor/rockcraft.yaml +++ b/rocks/magnum-conductor/rockcraft.yaml @@ -4,6 +4,7 @@ license: Apache-2.0 description: | Ubuntu distribution of OpenStack magnum-conductor version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/magnum-consolidated/rockcraft.yaml b/rocks/magnum-consolidated/rockcraft.yaml index fe00d10..1cc4c68 100644 --- a/rocks/magnum-consolidated/rockcraft.yaml +++ b/rocks/magnum-consolidated/rockcraft.yaml @@ -4,6 +4,7 @@ license: Apache-2.0 description: | Ubuntu distribution of OpenStack magnum-consolidated version: "2023.2" +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/neutron-server/rockcraft.yaml b/rocks/neutron-server/rockcraft.yaml index 98e3a25..cd82d1d 100644 --- a/rocks/neutron-server/rockcraft.yaml +++ b/rocks/neutron-server/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack neutron-server version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/nova-api/rockcraft.yaml b/rocks/nova-api/rockcraft.yaml index 2a32391..645cacb 100644 --- a/rocks/nova-api/rockcraft.yaml +++ b/rocks/nova-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack nova-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/nova-conductor/rockcraft.yaml b/rocks/nova-conductor/rockcraft.yaml index 52fa444..8d58ec3 100644 --- a/rocks/nova-conductor/rockcraft.yaml +++ b/rocks/nova-conductor/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack nova-conductor version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/nova-consolidated/rockcraft.yaml b/rocks/nova-consolidated/rockcraft.yaml index 7ece8fa..58048b0 100644 --- a/rocks/nova-consolidated/rockcraft.yaml +++ b/rocks/nova-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of Nova which can be used for all Nova services version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/nova-scheduler/rockcraft.yaml b/rocks/nova-scheduler/rockcraft.yaml index 9ca1b82..ba96251 100644 --- a/rocks/nova-scheduler/rockcraft.yaml +++ b/rocks/nova-scheduler/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack nova-scheduler version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/octavia-api/rockcraft.yaml b/rocks/octavia-api/rockcraft.yaml index f6f6612..334b4c4 100644 --- a/rocks/octavia-api/rockcraft.yaml +++ b/rocks/octavia-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack octavia-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/octavia-consolidated/rockcraft.yaml b/rocks/octavia-consolidated/rockcraft.yaml index 2595f28..2d4764a 100644 --- a/rocks/octavia-consolidated/rockcraft.yaml +++ b/rocks/octavia-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack octavia-consolidated version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/octavia-driver-agent/rockcraft.yaml b/rocks/octavia-driver-agent/rockcraft.yaml index f01f51c..2df4630 100644 --- a/rocks/octavia-driver-agent/rockcraft.yaml +++ b/rocks/octavia-driver-agent/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack octavia-driver-agent version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/octavia-housekeeping/rockcraft.yaml b/rocks/octavia-housekeeping/rockcraft.yaml index 6defb8e..3f58c14 100644 --- a/rocks/octavia-housekeeping/rockcraft.yaml +++ b/rocks/octavia-housekeeping/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack octavia-housekeeping version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/openstack-exporter/rockcraft.yaml b/rocks/openstack-exporter/rockcraft.yaml index fb4e156..c2e500d 100644 --- a/rocks/openstack-exporter/rockcraft.yaml +++ b/rocks/openstack-exporter/rockcraft.yaml @@ -6,6 +6,7 @@ description: | version: 1.6.0-7533071 base: bare +# renovate: build-base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea build_base: ubuntu:22.04 run-user: _daemon_ platforms: diff --git a/rocks/ovn-consolidated/rockcraft.yaml b/rocks/ovn-consolidated/rockcraft.yaml index 1850de3..5db2413 100644 --- a/rocks/ovn-consolidated/rockcraft.yaml +++ b/rocks/ovn-consolidated/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OVN which can be used for all OVN services version: '23.09' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/ovn-nb-db-server/rockcraft.yaml b/rocks/ovn-nb-db-server/rockcraft.yaml index b77cebc..5154964 100644 --- a/rocks/ovn-nb-db-server/rockcraft.yaml +++ b/rocks/ovn-nb-db-server/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack ovn-nb-db-server version: '23.09' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/ovn-northd/rockcraft.yaml b/rocks/ovn-northd/rockcraft.yaml index 19fde31..2c6cf85 100644 --- a/rocks/ovn-northd/rockcraft.yaml +++ b/rocks/ovn-northd/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack ovn-northd version: '23.09' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/ovn-sb-db-server/rockcraft.yaml b/rocks/ovn-sb-db-server/rockcraft.yaml index 53b3f7d..91d1d39 100644 --- a/rocks/ovn-sb-db-server/rockcraft.yaml +++ b/rocks/ovn-sb-db-server/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack ovn-sb-db-server version: '23.09' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/placement-api/rockcraft.yaml b/rocks/placement-api/rockcraft.yaml index ffa85b1..195db12 100644 --- a/rocks/placement-api/rockcraft.yaml +++ b/rocks/placement-api/rockcraft.yaml @@ -5,6 +5,7 @@ description: | Ubuntu distribution of OpenStack placement-api version: '2023.2' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 platforms: amd64: diff --git a/rocks/rabbitmq/rockcraft.yaml b/rocks/rabbitmq/rockcraft.yaml index 8d9e1a3..f23e4d4 100644 --- a/rocks/rabbitmq/rockcraft.yaml +++ b/rocks/rabbitmq/rockcraft.yaml @@ -2,6 +2,7 @@ name: rabbitmq summary: RabbitMQ description: AMQP based message broker. version: '3.12.1' +# renovate: base: ubuntu:22.04@sha256:deadbeefcec90b11d2869e00fe1f2380c21cbfcd799ee35df8bd7ac09e6f63ea base: ubuntu:22.04 license: Apache-2.0 platforms: