Red Hat Training

A Red Hat training course is available for OpenShift Container Platform

7.6. OpenShift Container Platform 설치

소프트웨어, 이미지 및 호스트를 준비한 후 표준 설치 방법을 사용하여 OpenShift Container Platform을 설치합니다.

  1. 내부 레지스트리를 참조하도록 인벤토리 파일을 구성합니다.

    • 내부 레지스트리의 경우:

      oreg_url=registry.example.com/openshift3/ose-<component>:<version> 1
      openshift_examples_modify_imagestreams=true
      1
      ose 구성 요소 이름과 버전 번호를 모두 지정합니다.
    • Satellite 이미지 레지스트리의 경우:

      oreg_url=satellite.example.com/oreg-prod-openshift3_ose-<component>:<version> 1
      osm_etcd_image=satellite.example.com/oreg-prod-rhel7_etcd:3.2.28 2
      openshift_examples_modify_imagestreams=true
      1
      ose 구성 요소 이름과 버전 번호를 모두 지정합니다.
      2
      etcd 이미지의 URL 접두사가 Satellite 서버에서 다른 경우 osm_etcd_image 매개변수에 etcd 이미지의 위치와 이름을 지정해야 합니다.
  2. 설치 플레이북을 실행합니다.