Conversation
gboutry
left a comment
There was a problem hiding this comment.
Thank you.
Let's make sure to wait for cloudkitty-k8s to be available on the 2024.1 and to 2025.1 channels, to have the changes landed in the plan.
53693d2 to
1bec8f0
Compare
Will drop this into draft once it runs through. |
|
Depends-On: canonical/sunbeam-terraform#117 |
a9364d4 to
38b750c
Compare
|
Anything further to do here? |
9fa6590 to
7bed4c4
Compare
|
@gboutry what is the plan for this feature? |
|
Also need to understand how to move this behind a feature gate if necessary? |
I think we should support cloudkitty on Gazpacho unless someone needs it on Caracal |
hemanthnakkina
left a comment
There was a problem hiding this comment.
minor comments, otherwise LGTM
|
@mv-2112 Can you squash your commits into a single commit. |
9e61fff to
d26a25f
Compare
Done. |
d26a25f to
a3d6318
Compare
gboutry
left a comment
There was a problem hiding this comment.
Can you reword the commit to:
feat: implement rating feature
Implement initial rating feature deploying
upstream project CloudKitty.
(or don't hesitate to add more in the body)
|
|
||
| class RatingFeature(OpenStackControlPlaneFeature): | ||
| version = Version("0.0.1") | ||
| requires = {FeatureRequirement("telemetry")} |
There was a problem hiding this comment.
My understanding was that we implemented CloudKitty to depend on Loki, and Loki is deployed by the observability feature.
So, as far as I'm aware, We need both telemetry and observability features enabled?
There was a problem hiding this comment.
Will add using CaaS as an example for multiple features.
525ebcd to
38ea6c8
Compare
|
Depends on #915 |
Implement initial rating feature deploying upstream project CloudKitty. This caters for the Cloudkitty charm recently updated to use storage v2 api. Signed-off-by: Matt Verran <verranm76@gmail.com> fix: db connections to 2 and risk level fix: pep8 issues fix: add imports for requires and risk fix: organise imports fix: typo and corrected feature gating fix: remove unnecessary import
38ea6c8 to
a3554eb
Compare
Initial commit to provide the cloudkitty rating service to sunbeam