5.4. Operator 설치를 위한 Ansible 플러그인 버전 번호 업데이트
Ansible 플러그인을 업그레이드하려면 새 OCI 이미지 태그를 참조하도록 rhaap-dynamic-plugins-config ConfigMap을 편집해야 합니다.
프로세스
- OpenShift Container Platform 인스턴스에 로그인합니다.
-
ConfigMaps로 이동하여
rhaap-dynamic-plugins-config맵을 선택합니다. - YAML 탭을 선택하여 파일을 편집합니다.
-
plugins목록에서 프런트 엔드 및 백엔드 플러그인의패키지URL 끝에 있는 version 태그를 업데이트합니다.
+
kind: ConfigMap
apiVersion: v1
metadata:
name: rhaap-dynamic-plugins-config
data:
dynamic-plugins.yaml: |
includes:
- dynamic-plugins.default.yaml
plugins:
# FRONTEND PLUGIN
- disabled: false
# UPDATE the version tag at the end of the URL (e.g., :2.1)
package: 'oci:registry.redhat.io/ansible-automation-platform/automation-portal:2.1'
pluginConfig:
dynamicPlugins:
frontend:
ansible.plugin-backstage-rhaap:
appIcons:
- importName: AnsibleLogo
name: AnsibleLogo
dynamicRoutes:
- importName: AnsiblePage
menuItem:
icon: AnsibleLogo
text: Ansible
path: /ansible
# BACKEND PLUGIN
- disabled: false
# UPDATE the version tag at the end of the URL (e.g., :2.1)
package: 'oci:registry.redhat.io/ansible-automation-platform/automation-portal:2.1'
pluginConfig:
dynamicPlugins:
backend:
ansible.plugin-scaffolder-backend-module-backstage-rhaap: null
을 클릭합니다.
Red Hat Developer Hub에서 구성 변경 사항을 감지하고 플러그인을 자동으로 다시 로드합니다.
검증
- OpenShift UI에서 토폴로지 를 클릭합니다.
- Red Hat Developer Hub 인스턴스를 사용할 수 있는지 확인합니다.