Add Rabbit Mq port information

Change-Id: I5fef94e88e06d9bce304de3db2fe0db4978a7696
This commit is contained in:
Ekaterina Fedorova 2013-12-02 13:37:01 +04:00
parent 985b4bc88c
commit 46cfa04508
2 changed files with 8 additions and 1 deletions

View File

@ -63,7 +63,9 @@ ADMIN_PASSWORD='admin_pass'
RABBITMQ_LOGIN='muranouser'
RABBITMQ_PASSWORD='murano'
RABBITMQ_VHOST='muranovhost'
RABBITMQ_PORT=''
#RABBITMQ_HOST=''
#RABBITMQ_HOST_ALT
BRANCH_NAME='master'
SSL_ENABLED='false'
SSL_CA_FILE=''
@ -91,6 +93,10 @@ SSL_KEY_FILE=''
<para><emphasis role="bold">RABBITMQ_VHOST</emphasis> - vHost which will be used by Murano
components. Provides additional layer of isolation from other devboxes.</para>
</listitem>
<listitem>
<para><emphasis role="bold">RABBITMQ_PORT</emphasis> - Port number for Murano components interconnection.
It should be different from general rabbitMq port to provide SSL opportunity.</para>
</listitem>
<listitem>
<para><emphasis role="bold">RABBITMQ_HOST</emphasis> - (optional) IP address or hostname of
the host where RabbitMQ is installed IF it is not the same host as LAB_HOST points to.</para>

View File

@ -181,7 +181,8 @@ ADMIN_PASSWORD='***'
RABBITMQ_LOGIN='muranouser'
RABBITMQ_PASSWORD='murano'
RABBITMQ_VHOST='muranovhost'
BRANCH_NAME='release-0.2'
RABBITMQ_PORT='****'
BRANCH_NAME='release-0.3'
SSL_ENABLED='false'
</programlisting>