インストールと設定

インストールと設定

このセクションでは、コントローラーノードに Orchestration サービス (コード名 heat) をインストールおよび設定する方法を説明します。

コンポーネントのインストールと設定

  1. 以下のコマンドを実行して、パッケージをインストールします。

    # apt-get install heat-api heat-api-cfn heat-engine python-heat-client
    
  2. debconf のプロンプトに答えます。

  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.