Skip to content

Commit f14ec7a

Browse files
committed
Add OpenStackDataPlaneService for instanceha-monitoring
Defines the EDPM service that mounts the instanceha-heartbeat-hmac secret into the ansible-runner pod, enabling automatic HMAC key distribution to compute nodes for heartbeat authentication. Since there could be multiple instanceha crs in the same namespace, users should create copies of this service and reference the respective secrets named "<instanceha_cr_name>-heartbeat-hmac".
1 parent a0953cd commit f14ec7a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: dataplane.openstack.org/v1beta1
2+
kind: OpenStackDataPlaneService
3+
metadata:
4+
name: instanceha-monitoring
5+
spec:
6+
dataSources:
7+
- secretRef:
8+
name: instanceha-heartbeat-hmac
9+
playbook: osp.edpm.instanceha_monitoring
10+
edpmServiceType: instanceha-monitoring

0 commit comments

Comments
 (0)