This issue has been fixed in Aria Orchestrator version 8.12 and above.
Workaround:
Prerequisites
- Please take simultaneous non-memory snapshots of each virtual appliance(s) in the cluster.
- You have access to root user and password.
- You have SSH or console access to each virtual appliance.
Procedure
- SSH / PuTTy into one vRO virtual appliance in the cluster
- Edit the vCOIN deployment template using the command:
vi /opt/charts/vcoin/templates/deployment.yaml
- Add the following parameters in the vCOIN-server-app container env section:
- name: FIPS_MODE
value: {{ .Values.fips_mode | quote }}
Note: Be sure to match the indentation of the existing name/value pairs within this file when inserting this value.
- Save and exit.
- Run /opt/script/deploy.sh to deploy the changes.
It is recommended to upgrade to the latest version of vRealize Orchestrator to ensure proper FIPS enablement and avoid any issues with vCOIN capability.