-
Feature
-
Resolution: Done
-
Critical
-
None
-
None
In order to avoid hard coding node details, for some fence agents a template mechanism could eliminate the node to hard code node specifics, i.e.
kind: FenceAgentsRemediationTemplate
...
spec:
template:
spec:
agent: fence_redfish
sharedparameters:
'--ip': "192.168.123.1"
...
'--systems-uri': "/redfish/v1/Systems/{{.NodeName}}"