forked from openstack-snaps/ubuntu-openstack-rocks
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openstack: 2024.1 -> 2024.2 ovn: 24.03 -> 24.09 Use Dalmatian Cloud Archive pockets. Add dalmatian to push and publish-branch workflow. Use 2024.1 tempest snap until a newer one exists.
- Loading branch information
Showing
125 changed files
with
632 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
- main | ||
- stable/2023.1 | ||
- stable/2023.2 | ||
- dalmatian | ||
|
||
jobs: | ||
modified_rocks: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack {{ cookiecutter.rock_name }} | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack {{ cookiecutter.rock_name }} | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
services: | ||
wsgi-{{ cookiecutter.rock_name }}: | ||
override: replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack aodh-api | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack aodh-api | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
services: | ||
wsgi-aodh-api: | ||
override: replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack aodh-consolidated | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of AODH which can be used for all AODH services | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
parts: | ||
aodh-user: | ||
plugin: nil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack aodh-evaluator | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack aodh-evaluator | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
services: | ||
aodh-evaluator: | ||
override: replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack aodh-expirer | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack aodh-expirer | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
services: | ||
aodh-expirer: | ||
override: replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack aodh-listener | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack aodh-listener | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
services: | ||
aodh-listener: | ||
override: replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack aodh-notifier | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack aodh-notifier | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
services: | ||
aodh-notifier: | ||
override: replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack barbican-api | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack barbican-api | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
services: | ||
wsgi-barbican-api: | ||
override: replace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ summary: Openstack barbican-consolidated | |
license: Apache-2.0 | ||
description: | | ||
Ubuntu distribution of OpenStack barbican-consolidated | ||
version: "2024.1" | ||
version: "2024.2" | ||
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b | ||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
cloud: dalmatian | ||
priority: always | ||
|
||
parts: | ||
barbican-user: | ||
plugin: nil | ||
|
Oops, something went wrong.