We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1530918 + 9349fcb commit eda9ef8Copy full SHA for eda9ef8
components/ironic/values.yaml
@@ -42,6 +42,12 @@ conf:
42
enabled_power_interfaces: redfish,ipmitool,idrac-redfish,ilo
43
enabled_raid_interfaces: redfish,idrac-redfish,ilo5,agent
44
enabled_vendor_interfaces: redfish,ipmitool,idrac-redfish,ilo
45
+ # the service account belongs to the service project but our nodes
46
+ # will live in the infra domain in the baremetal project so the
47
+ # service account needs to have permissions outside of just the
48
+ # service project
49
+ # see: https://review.opendev.org/c/openstack/ironic/+/907148
50
+ rbac_service_role_elevated_access: true
51
deploy:
52
erase_devices_priority: 0
53
erase_devices_metadata_priority: 0
0 commit comments