Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate base to [email protected] #73

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 3 additions & 9 deletions cookiecutter_code/rock/{{cookiecutter.rock_name}}/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack {{ cookiecutter.rock_name }}
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack {{ cookiecutter.rock_name }}
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
wsgi-{{ cookiecutter.rock_name }}:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/aodh-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack aodh-api
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-api
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
wsgi-aodh-api:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/aodh-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack aodh-consolidated
license: Apache-2.0
description: |
Ubuntu distribution of AODH which can be used for all AODH services
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

parts:
aodh-user:
plugin: nil
Expand Down
12 changes: 3 additions & 9 deletions rocks/aodh-evaluator/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack aodh-evaluator
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-evaluator
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
aodh-evaluator:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/aodh-expirer/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack aodh-expirer
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-expirer
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
aodh-expirer:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/aodh-listener/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack aodh-listener
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-listener
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
aodh-listener:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/aodh-notifier/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack aodh-notifier
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-notifier
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
aodh-notifier:
override: replace
Expand Down
11 changes: 3 additions & 8 deletions rocks/barbican-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ summary: Openstack barbican-api
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-api
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
wsgi-barbican-api:
override: replace
Expand Down
11 changes: 3 additions & 8 deletions rocks/barbican-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ summary: Openstack barbican-consolidated
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-consolidated
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

parts:
barbican-user:
plugin: nil
Expand Down
11 changes: 3 additions & 8 deletions rocks/barbican-worker/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ summary: Openstack barbican-worker
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-worker
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
barbican-worker:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/ceilometer-central/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack ceilometer-central
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack ceilometer-central
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
ceilometer-central:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/ceilometer-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack ceilometer-consolidated
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack ceilometer-consolidated
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

parts:
ceilometer-user:
plugin: nil
Expand Down
12 changes: 3 additions & 9 deletions rocks/ceilometer-notification/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack ceilometer-notification
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack ceilometer-notification
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
ceilometer-notification:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/cinder-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack cinder-api
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack cinder-api
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
wsgi-cinder-api:
override: replace
Expand Down
12 changes: 3 additions & 9 deletions rocks/cinder-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack consolidated
license: Apache-2.0
description: |
Ubuntu distribution of Cinder which can be used for all Cinder services
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

parts:
cinder-user:
plugin: nil
Expand Down
9 changes: 3 additions & 6 deletions rocks/cinder-scheduler/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ description: |
Ubuntu distribution of OpenStack cinder-scheduler
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always


services:
cinder-scheduler:
Expand Down
12 changes: 3 additions & 9 deletions rocks/cinder-volume/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ summary: Openstack cinder-volume
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack cinder-volume
version: '2024.1'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: [email protected]
version: "2024.1"
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
priority: always

services:
cinder-volume:
override: replace
Expand Down
Loading
Loading