6.7. 아키텍처별 역할 생성

다중 아키텍처 클라우드를 빌드하는 경우 roles_data.yaml 파일에 모든 아키텍처별 역할을 추가해야 합니다. 다음 예제에는 기본 역할과 함께 ComputePPC64LE 역할이 포함되어 있습니다.

openstack overcloud roles generate \
    --roles-path /usr/share/openstack-tripleo-heat-templates/roles -o ~/templates/roles_data.yaml \
    Controller Compute ComputePPC64LE BlockStorage ObjectStorage CephStorage

역할에 대한 내용은 Creating a Custom Role File 섹션을 참조하십시오.