なにかの技術メモ置き場

なにかの技術メモ置き場

@インフラエンジニア

OpenStack環境構築 part02

Security

パスワード設計。

  • このままとする。
    • パスワード設定誤り、使用不可文字に途中で気づいて手戻りが発生、などを防ぐため。
    • DEMO_PASSだけTEST_PASSに変更する。深い理由はない。
  • 公式ドキュメントではopensslコマンドでハッシュ値を生成しパスワードに使用する方法を紹介している。

Password name Description
ROOT_DBPASS Root password for the database
ADMIN_PASS Password of user admin
CINDER_DBPASS Database password for the Block Storage service
CINDER_PASS Password of Block Storage service user cinder
DASH_DBPASS Database password for the Dashboard
DEMO_PASSTEST_PASS Password of user demo
GLANCE_DBPASS Database password for Image service
GLANCE_PASS Password of Image service user glance
KEYSTONE_DBPASS Database password of Identity service
METADATA_SECRET Secret for the metadata proxy
NEUTRON_DBPASS Database password for the Networking service
NEUTRON_PASS Password of Networking service user neutron
NOVA_DBPASS Database password for Compute service
NOVA_PASS Password of Compute service user nova
PLACEMENT_PASS Password of the Placement service user placement
RABBIT_PASS Password of RabbitMQ user openstack

参考サイト

docs.openstack.org