Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ spec:
infra-readwrite)
openstack role add --user "${SVC_ID}" --project-domain infra --project baremetal admin
;;
system-readwrite)
openstack role add --user "${SVC_ID}" --system all reader
openstack role add --user "${SVC_ID}" --system all member
;;
*)
echo "Invalid role ${svc_role}"
;;
Expand Down
2 changes: 0 additions & 2 deletions components/ironic/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ resources:
# less than ideal addition but necessary so that we can have the ironic.conf.d loading
# working due to the way the chart hardcodes the config-file parameter which then
# takes precedence over the directory
- ./runbook-crd
- ./runbook-operator
# Alerting
- pr-clean-failed-servers.yaml
- pr-resource-availability.yaml
154 changes: 0 additions & 154 deletions components/ironic/runbook-crd/README.md

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions components/ironic/runbook-crd/kustomization.yaml

This file was deleted.

Loading
Loading