AWS IPI - SSH private key is not supported
I'm trying to deploy OCP cluster in AWS in IPI mode.
I have succeeded once deploying cluster of name dev1, performed AWS cleanup (both ocp_deprovision and manual checks) and tried to recreate cluster of the same name.
The process hangs at some point and I'm looking for a way to troubleshoot what's going on, by trying to connect to either bootstrap or master node.
According to OpenShift installation guide it should be possible to specify SSH private key in the install-config.yml file but as I can see (ref. ibmmas/ansible-devops/ibm/mas_devops/roles/ocp_provision/tasks/providers/ipi.yml + ibmmas/ansible-devops/ibm/mas_devops/roles/ocp_provision/templates/ipi/install-config.yaml.j2) this feature is not used.
Is there any way how I can get to any of the instances over SSH? Is there any other place where I shall try to look while troubleshooting this problem?
I recommend two alternatives
- By Red Hat - https://docs.openshift.com/container-platform/4.10/installing/installing_aws/installing-aws-default.html
- By CloudnativeToolkit team - https://github.com/cloud-native-toolkit/terraform-aws-ocp-ipi
@svelagap @alequint would this be something we would consider to be worked over the next couple of months as part of our ansible collection?