v1k0d3n / assisted-service-onprem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenShift Assisted Service onprem

#####################################################################
# A PRESCRIPTIVE DEPLOYMENT OF OPENSHIFT ASSISTED INSTALLER ON PREM #
#####################################################################

Dependencies

Restricted Network installs

  • Be sure to mirror required images for the OpenShift Assisted Service if installing on a network that cannot access quay.io or registry.redhat.io directly.
  • assisted-restrictednetwork-images.sh is provided to assist with this task.

Running Assisted Service

  • To start the assisted service

    ./start-assisted-service.sh
  • To stop the assisted service

    ./stop-assisted-service.sh

Using Assisted Service

  • The UI will available at: http://<host-ip-address>:8888
  • The API will available at: http://<host-ip-address>:8090/api/assisted-install/v1/ (eg. http://<host-ip-address>:8090/api/assisted-install/v1/clusters)

References

  • The API for the BM Assisted Installer can be found here

About


Languages

Language:Shell 100.0%