4장. Red Hat OpenShift Container Platform에서 Red Hat Ansible Automation Platform Operator 구성
Ansible Automation Platform의 플랫폼 게이트웨이를 사용하면 다음 Ansible Automation Platform 구성 요소를 관리하여 단일 사용자 인터페이스를 구성할 수 있습니다.
- 자동화 컨트롤러
- 자동화 허브
- 이벤트 기반 Ansible
- Red Hat Ansible Lightspeed(이 기능은 기본적으로 비활성화되어 있으므로 사용을 선택해야 합니다.)
플랫폼 게이트웨이를 배포하려면 먼저 네임스페이스에 Ansible Automation Platform Operator가 설치되어 있어야 합니다. Ansible Automation Platform Operator를 설치하지 않은 경우 2장. Red Hat OpenShift Container Platform에 Red Hat Ansible Automation Platform Operator 설치 을 참조하십시오.
플랫폼 게이트웨이는 Ansible Automation Platform Operator 버전 2.5에서만 사용할 수 있습니다. Ansible Automation Platform Operator 2.5에서 배포된 모든 구성 요소는 기본적으로 버전 2.5로 설정됩니다.
Ansible Automation Platform Operator 및 일부 또는 모든 Ansible Automation Platform 구성 요소가 설치된 경우 4.3절. “기존 Ansible Automation Platform 구성 요소를 사용하여 플랫폼 게이트웨이 배포” 에서 계속 진행하는 방법을 참조하십시오.
4.1. 플랫폼 게이트웨이에 구성 요소 연결
네임스페이스에 Ansible Automation Platform Operator를 설치한 후 Ansible Automation Platform 인스턴스를 설정할 수 있습니다. 그런 다음 모든 플랫폼 구성 요소를 단일 사용자 인터페이스에 연결합니다.
프로세스
- Red Hat OpenShift Container Platform에 로그인합니다.
- Operators(운영자) 로 이동합니다.
- Ansible Automation Platform Operator 배포를 선택합니다.
- 세부 정보 탭을 선택합니다.
- Ansible Automation Platform 타일에서 클릭합니다.
- Create Ansible Automation Platform 페이지에서 이름 필드에 인스턴스의 이름을 입력합니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow spec: controller: disabled: false eda: disabled: false hub: disabled: false storage_type: file file_storage_storage_class: <read-write-many-storage-class> file_storage_size: 10Gi
spec: controller: disabled: false eda: disabled: false hub: disabled: false storage_type: file file_storage_storage_class: <read-write-many-storage-class> file_storage_size: 10Gi
- 을 클릭합니다.
검증
Ansible Automation Platform Operator 배포로 이동하여 Ansible Automation Platform 인스턴스 및 배포된 AutomationController, EDA 및 AutomationHub 인스턴스가 여기에 표시됩니다.
올바르게 배포되었는지 확인합니다.
또는 명령행에서 확인할 수 있습니다. oc get route
를 실행합니다.