...
- Cluster Configuration: Add a TPM Enabled node (Server) to the Kubernetes cluster by modifying the configuration file. include the field "label: {tpm-node}" along with other details. For example, when you are using rancher for deploying, modify the configuration.yaml file
- Deploy the Cluster - In Case of RKE, use the command "./rke up --config-name cluster.yaml"
- Run the following command to force the label as true on the specific TPM enabled node/nodes "kubectl label nodes <Name Of the TPM Enabled Node> --overwrite tpm-node=true"
- Clone the onap/OOM Repo "git clone https://gerrit.onap.org/r/oom.git"
- Open the values.yaml file under "~/ONAP/oom/kubernetes/aaf/charts/aaf-sshsm" directory and edit the field "enabled: true" at line 27 (values.yaml)
- Edit the configuration file "disable-allcharts.yaml" and set the field "aaf: enabled: true" (disable-allcharts.yaml)
- Deploy the helm charts - "helm deploy dev local/onap -f <disable-allcharts.yaml> --namespace <Name of the namespace>"
...