note about rabbitmq
This commit is contained in:
parent
b9438e4eee
commit
510f4d52e3
2 changed files with 7 additions and 2 deletions
|
@ -83,10 +83,10 @@ CONFIG_AMQP_BACKEND=rabbitmq
|
||||||
CONFIG_AMQP_HOST={{ controller_public_ip }}
|
CONFIG_AMQP_HOST={{ controller_public_ip }}
|
||||||
|
|
||||||
# Enable SSL for the AMQP service
|
# Enable SSL for the AMQP service
|
||||||
CONFIG_AMQP_ENABLE_SSL=n
|
CONFIG_AMQP_ENABLE_SSL=y
|
||||||
|
|
||||||
# Enable Authentication for the AMQP service
|
# Enable Authentication for the AMQP service
|
||||||
CONFIG_AMQP_ENABLE_AUTH=n
|
CONFIG_AMQP_ENABLE_AUTH=y
|
||||||
|
|
||||||
# The password for the NSS certificate database of the AMQP service
|
# The password for the NSS certificate database of the AMQP service
|
||||||
CONFIG_AMQP_NSS_CERTDB_PW={{ CONFIG_AMQP_NSS_CERTDB_PW }}
|
CONFIG_AMQP_NSS_CERTDB_PW={{ CONFIG_AMQP_NSS_CERTDB_PW }}
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
# http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-ntp.html
|
# http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-ntp.html
|
||||||
- service: name=ntpd state=started enabled=yes
|
- service: name=ntpd state=started enabled=yes
|
||||||
|
|
||||||
|
# http://docs.openstack.org/icehouse/install-guide/install/yum/content/basics-packages.html
|
||||||
# Try moving the yum lines before the mysql
|
# Try moving the yum lines before the mysql
|
||||||
- yum: state=present name=https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
|
- yum: state=present name=https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
|
||||||
- yum: state=present name=http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
|
- yum: state=present name=http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
|
||||||
|
@ -121,6 +122,10 @@
|
||||||
when: packstack_sucessfully_finished.stat.exists == False
|
when: packstack_sucessfully_finished.stat.exists == False
|
||||||
- file: path=/etc/packstack_sucessfully_finished state=touch
|
- file: path=/etc/packstack_sucessfully_finished state=touch
|
||||||
|
|
||||||
|
# http://docs.openstack.org/icehouse/install-guide/install/yum/content/basics-queue.html
|
||||||
|
# https://openstack.redhat.com/Securing_services#qpid
|
||||||
|
#### FIXME
|
||||||
|
#it seems that packstack use rabbitmq, but it is not enabled nor configured
|
||||||
|
|
||||||
# configure cider with multi back-end
|
# configure cider with multi back-end
|
||||||
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Cloud_Administrator_Guide/section_manage-volumes.html
|
# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Cloud_Administrator_Guide/section_manage-volumes.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue