-
Notifications
You must be signed in to change notification settings - Fork 23
Switch to downstream fork of cloudkitty #30
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
Conversation
This brings in a few additional features not in the regular wallaby release.
etc/kayobe/kolla.yml
Outdated
RUN pip install git+https://github.com/stackhpc/cloudkitty.git@stackhpc/wallaby | ||
horizon_footer: | | ||
# Fixes CloudKitty pricing panel: https://github.com/stackhpc/cloudkitty-dashboard/pull/1 | ||
RUN pip install git+https://github.com/stackhpc/cloudkitty-dashboard.git@stackhpc/wallaby |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use the kolla_sources approach rather than footers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, missed that thanks.
etc/kayobe/kolla.yml
Outdated
location: "{{ kolla_bifrost_source_url }}" | ||
reference: "{{ kolla_bifrost_source_version }}" | ||
cloudkitty-base: | ||
# Backport of NOTNUMBOOL: https://review.opendev.org/c/openstack/cloudkitty/+/774084 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if I should bother maintaining these comments here as they may get out of sync with the branch. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They could go stale, maybe leave them out.
These could go stale. At the time of writing we are carrying the following patches: horizon-plugin-cloudkitty-dashboard: - Fixes CloudKitty pricing panel: stackhpc/cloudkitty-dashboard#1 cloudkitty-base: - Backport of NOTNUMBOOL: https://review.opendev.org/c/openstack/cloudkitty/+/774084 - Support customising Prometheus queries: https://review.opendev.org/c/openstack/cloudkitty/+/817275
The last commit removed more than just the comments.
This brings in: - stackhpc/kolla#90 - #30
Add initial Designate configuration
This brings in a few additional features not in the regular wallaby release.