Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will deploy a bootstrap VM and begin to bring up your master nodes.  Once the masters have reached the ready state, you can then deploy your workers. It may be possible that, as workers are not present on this point, some operators could fail. You can check API and nodes availability You can monitor the process of installation with:

Code Block
languagebash
$HOME/.kni/$SITE_NAME/requirements/oc get nodesopenshift-install wait-for bootstrap-complete --dir $HOME/.kni/$SITE_NAME/baremetal_automation/ocp/

When all master nodes are shown as ready, you can start deployment of your workers

...

Code Block
languagebash
$HOME/.kni/$SITE_NAME/requirements/openshift-install --dir ocp wait-for install-complete --dir $HOME/.kni/$SITE_NAME/baremetal_automation/ocp/

It may happen that the monitor of this process stops at 93%-94%. This is fine, you can just launch again, or simply start using the cluster, as mostly all operators will come online over the time.

...