From: baigk Date: Tue, 1 Dec 2015 00:45:50 +0000 (-0800) Subject: support configuration of heat db and service password when delpoyment X-Git-Tag: brahmaputra.1.0~147^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2fda8cb972bd0789f358dad018a58a7fff00d3d8;p=compass4nfv.git support configuration of heat db and service password when delpoyment JIRA: COMPASS-171 Change-Id: I7cbed656f931d7f703fc3a4a4e854acadf02a0c3 Signed-off-by: baigk --- diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf index 131cd57d..3f8361fe 100644 --- a/deploy/conf/base.conf +++ b/deploy/conf/base.conf @@ -59,6 +59,6 @@ export GATEWAY="10.1.0.1" export SERVER_CREDENTIAL="root=root" export LOCAL_REPO_URL="" export OS_CONFIG_FILENAME="" -export SERVICE_CREDENTIALS="image:service=service,compute:service=service,dashboard:service=service,identity:service=service,metering:service=service,rabbitmq:service=service,volume:service=service,mysql:service=service" -export CONSOLE_CREDENTIALS="admin:console=console,compute:console=console,dashboard:console=console,image:console=console,metering:console=console,network:console=console,object-store:console=console,volume:console=console" +export SERVICE_CREDENTIALS="image:service=service,compute:service=service,dashboard:service=service,identity:service=service,metering:service=service,rabbitmq:service=service,volume:service=service,mysql:service=service,heat:heat=heat_secret" +export CONSOLE_CREDENTIALS="admin:console=console,compute:console=console,dashboard:console=console,image:console=console,metering:console=console,network:console=console,object-store:console=console,volume:console=console,heat:heat=heat_db_secret" export PACKAGE_CONFIG_FILENAME=""