7.7. Operator를 사용하여 자동화 허브 설치
다음 절차에 따라 Operator를 사용하여 자동화 허브를 설치합니다.
절차
-
. - Ansible Automation Platform을 선택합니다.
- Automation hub 탭을 선택하고 를 클릭합니다.
apiVersion: automationhub.ansible.com/v1beta1 kind: AutomationHub metadata: name: private-ah 1 namespace: ansible-automation-platform spec: sso_secret: automation-hub-sso 2 pulp_settings: verify_ssl: false route_tls_termination_mechanism: Edge ingress_type: Route loadbalancer_port: 80 file_storage_size: 100Gi image_pull_policy: IfNotPresent web: replicas: 1 file_storage_access_mode: ReadWriteMany content: log_level: INFO replicas: 2 postgres_storage_requirements: limits: storage: 50Gi requests: storage: 8Gi api: log_level: INFO replicas: 1 postgres_resource_requirements: limits: cpu: 1000m memory: 8Gi requests: cpu: 500m memory: 2Gi loadbalancer_protocol: http resource_manager: replicas: 1 worker: replicas: 2
- 1
- 인스턴스에 사용할 metadata.name을 이름으로 설정합니다.
- 2
- spec.sso_secret을 Red Hat Single Sign On 연결 세부 정보를 유지하기 위해 보안 생성에서 생성된 시크릿 이름으로 설정합니다.
참고이 YAML은 SSL 확인을 비활성화합니다(
ssl_verify: false
). OpenShift에 자체 서명된 인증서를 사용하지 않는 경우 이 설정을 제거할 수 있습니다.- 클릭하고 프로세스가 완료될 때까지 기다립니다.