Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (38 loc) · 1.75 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.75 KB

OpenShift Assisted Service onprem


#####################################################################
# WARNING: THIS REPO IS NO LONGER MAINTAINED 
#####################################################################

Consider using upstream repo https://github.com/openshift/assisted-service/tree/master/deploy/podman


#####################################################################
# 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