-
Notifications
You must be signed in to change notification settings - Fork 35
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
Create new secret to store ipmi configuration files #516
Create new secret to store ipmi configuration files #516
Conversation
Currently, ipmi agent uses compute agent's secret to load config files during deployment but ipmi agent only requires "hardware" pollster to be enabled to report metrics. As compute and ipmi agents are deployed by different roles, segregating their config files into different secrets makes sense. Similarly, on the compute nodes [1] takes care of storing config files into different directories. [1] openstack-k8s-operators/edpm-ansible#793
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yadneshk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold code freeze currently enforced |
/unhold |
/lgtm |
/test telemetry-operator-build-deploy-kuttl |
380c601
into
openstack-k8s-operators:main
Currently, ipmi agent uses compute agent's secret to load config files during deployment but ipmi agent only requires "hardware" pollster to be enabled to report metrics.
As compute and ipmi agents are deployed by different roles, segregating their config files into different secrets makes sense.
Similarly, on the compute nodes [1] takes care of storing config files into different directories.
[1] openstack-k8s-operators/edpm-ansible#793