설치와 설정

설치와 설정

이 섹션은 컨트롤러 노드에 heat이라는 코드 이름을 가진 Orchestration 모듈을 설치하고 구성하는 방법을 설명합니다.

구성요소 설치와 구성

  1. 패키지 설치를 위해 다음 명령들을 실행합니다:

    # apt-get install heat-api heat-api-cfn heat-engine python-heat-client
    
  2. database management, Identity service credentials, service endpoint registration, message broker credentials 에 대한 프롬프트에 응답합니다.

  3. /etc/heat/heat.conf 파일을 편집하여 다음 작업을 완료합니다:

    • [ec2authtoken] 섹션에서 Identity 서비스 액세스를 구성합니다:

      [ec2authtoken]
      ...
      auth_uri = http://controller:5000/v2.0
      

설치 마무리

  1. Orchestration 서비스를 재시작합니다:

    # service heat-api restart
    # service heat-api-cfn restart
    # service heat-engine restart
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.