Bagian ini menjelaskan cara menginstal dan mengkonfigurasi layanan Orchestration, code-named heat, pada ‘controller node’.
Jalankan command berikut untuk menginstal paket:
# apt-get install heat-api heat-api-cfn heat-engine python-heat-client
Tanggap cepat (respond) untuk debconf.
Edit file /etc/heat/heat.conf dan selesaikan tindakan berikut:
Dalam bagian [ec2authtoken], lakukan konfigurasi akses layanan Identity:
[ec2authtoken]
...
auth_uri = http://controller:5000/v2.0
Restart layanan Orchestration:
# service heat-api restart
# service heat-api-cfn restart
# service heat-engine restart
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.