9.3. Orchestration サービスの起動
手順9.7 Orchestration サービスの起動
- Orchestration API サービスを起動して、ブート時に起動するように設定します。
systemctl start openstack-heat-api.service systemctl enable openstack-heat-api.service
# systemctl start openstack-heat-api.service # systemctl enable openstack-heat-api.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Orchestration AWS CloudFormation と互換性のある API サービスを起動して、ブート時に起動するように設定します。
systemctl start openstack-heat-api-cfn.service systemctl enable openstack-heat-api-cfn.service
# systemctl start openstack-heat-api-cfn.service # systemctl enable openstack-heat-api-cfn.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Orchestration AWS CloudWatch と互換性のある API サービスを起動して、ブート時に起動するように設定します。
systemctl start openstack-heat-api-cloudwatch.service systemctl enable openstack-heat-api-cloudwatch.service
# systemctl start openstack-heat-api-cloudwatch.service # systemctl enable openstack-heat-api-cloudwatch.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - テンプレートの起動やイベントを API に送信するために Orchestration API サービスを起動して、ブート時に起動するように設定します。
systemctl start openstack-heat-engine.service systemctl enable openstack-heat-engine.service
# systemctl start openstack-heat-engine.service # systemctl enable openstack-heat-engine.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow