2.8. Ansible 플러그인 서브스크립션 경고 메시지
Ansible 플러그인은 다음 시나리오에서 사용자 인터페이스에 서브스크립션 경고 배너를 표시합니다.
2.8.1. Ansible Automation Platform에 연결할 수 없음
다음 경고는 자동화 컨트롤러 세부 정보가 구성되지 않았거나 컨트롤러 인스턴스 API에 서브스크립션 상태를 쿼리할 수 없음을 나타냅니다.
Unable to connect to Ansible Automation Platform Verify that Ansible Automation Platform is reachable and correctly configured in the Ansible plug-ins. To get help, please refer to the Ansible plug-ins installation guide.
수정 단계
-
Ansible Automation Platform에 연결할 수 있고 ConfigMap의
rhaap
섹션에서 올바르게 구성되었는지 확인합니다. -
환경에
checkSSL
키가 올바르게 설정되어 있는지 확인합니다. - 구성 세부 정보를 수정한 후 Red Hat Developer Hub Pod를 다시 시작하여 서브스크립션 쿼리를 시작합니다.
2.8.2. Ansible Automation Platform에 인증할 수 없음
다음 경고는 Ansible 플러그인이 Ansible Automation Platform으로 인증하지 않아 서브스크립션 상태를 쿼리할 수 없음을 나타냅니다.
Unable to authenticate to Ansible Automation Platform Verify that the authentication details for Ansible Automation Platform are correctly configured in the Ansible plug-ins. For help, please refer to the Ansible plug-ins installation guide.
수정 단계
- Ansible 플러그인에 구성된 자동화 컨트롤러 PAT(개인 액세스 토큰)가 올바른지 확인합니다. 자세한 내용은 자동화 컨트롤러 사용자 가이드 의 애플리케이션 섹션을 참조하십시오.
- 인증 세부 정보를 수정한 후 Red Hat Developer Hub Pod를 다시 시작하여 서브스크립션 쿼리를 시작합니다.
2.8.3. 잘못된 Ansible Automation Platform 구성
다음 경고는 Ansible Automation Platform 구성 섹션이 유효하지 않거나 불완전 함을 나타냅니다.
Invalid resource for Ansible Automation Platform Verify that the resource url for Ansible Automation Platform are correctly configured in the Ansible plug-ins. For help, please refer to the Ansible plug-ins installation guide.
수정 단계
-
Ansible 플러그인 ConfigMap의
rhaap
섹션이 올바르게 구성되어 있으며 필요한 모든 항목이 포함되어 있는지 확인합니다. 자세한 내용은 Ansible Automation Platform 구성에서 참조하십시오. - 구성을 수정한 후 Red Hat Developer Hub Pod를 다시 시작하여 서브스크립션 쿼리를 시작합니다.
2.8.4. Ansible Automation Platform 서브스크립션이 준수되지 않음
다음 경고는 Ansible 플러그인이 Ansible Automation Platform 서브스크립션 상태를 검색했음을 나타냅니다. 그러나 서브스크립션이 규정을 준수하지 않습니다.
Subscription non-compliant The connected Ansible Automation Platform subscription is out of compliance. Contact your Red Hat account team to obtain a new subscription entitlement. Learn more about account compliance.
수정 단계
- 새 서브스크립션 인타이틀먼트를 받으려면 Red Hat 계정 팀에 문의하십시오.
- 계정 규정 준수에 대해 자세히 알아보십시오.
- 서브스크립션이 준수되면 Red Hat Developer Hub Pod를 다시 시작하여 새 서브스크립션 쿼리를 시작합니다.
2.8.5. 잘못된 Ansible Automation Platform 서브스크립션
다음 경고는 Ansible 플러그인이 Ansible Automation Platform 서브스크립션 상태를 검색했음을 나타냅니다. 그러나 서브스크립션 유형은 Ansible Automation Platform에서 유효하지 않습니다.
Invalid subscription The connected Ansible Automation Platform subscription is invalid. Contact your Red Hat account team, or start an Ansible Automation Platform trial.
수정 단계
- Red Hat 계정 팀에 문의하여 새 서브스크립션 인타이틀먼트 를 얻거나 Ansible Automation Platform 평가판을 시작하십시오.
- 서브스크립션을 업데이트하면 Red Hat Developer Hub Pod를 다시 시작하여 새 서브스크립션 쿼리를 시작합니다.
2.8.6. Ansible 플러그인 소프트웨어 템플릿 추가
Red Hat Ansible은 Red Hat Developer Hub에 대한 소프트웨어 템플릿을 제공하여 Ansible 모범 사례를 기반으로 새 플레이북 및 컬렉션 프로젝트를 프로비저닝합니다.
프로세스
-
사용자 지정 Red Hat Developer Hub 구성 맵을 편집합니다(예:
app-config-rhdh
). -
Red Hat Developer Hub
app-config-rhdh.yaml
파일에 다음 코드를 추가합니다.
data: app-config-rhdh.yaml: | catalog: ... locations: ... - type: url target: https://github.com/ansible/ansible-rhdh-templates/blob/main/all.yaml rules: - allow: [Template]
자세한 내용은 Red Hat Developer Hub 관리 가이드의 템플릿 관리 섹션을 참조하십시오.