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

feat(ironic): add grants for user metis #8069

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions openstack/ironic/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: mariadb
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 0.15.3
version: 0.15.5
- name: pxc-db
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 0.2.13
version: 0.2.14
- name: memcached
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 0.6.3
version: 0.6.5
- name: mysql_metrics
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 0.4.2
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: linkerd-support
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 1.1.0
digest: sha256:4f8b37f96a876826beb37c2a0c4f8d7ebade6c8910800a3b501dadbf454e5d98
generated: "2025-01-29T17:51:43.459114+02:00"
digest: sha256:426f3d42aa70a13c18fa986b40bea5be60cc2a942e22cbcd454eea86a49c45b7
generated: "2025-02-26T12:35:24.062861+01:00"
2 changes: 1 addition & 1 deletion openstack/ironic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for Kubernetes
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png
name: ironic
version: 0.2.0
version: 0.2.1
dependencies:
- condition: mariadb.enabled
name: mariadb
Expand Down
3 changes: 3 additions & 0 deletions openstack/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ mariadb:
name: ironic_inspector
grants:
- "ALL PRIVILEGES on ironic_inspector.*"
metis:
grants:
- "REPLICATION REPLICA on *.*"
alerts:
service: ironic
support_group: foundation
Expand Down