diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt index 9bd44cc9b6..20ed924abd 100644 --- a/files/fedora-cloud/packstack-controller-answers.txt +++ b/files/fedora-cloud/packstack-controller-answers.txt @@ -83,10 +83,10 @@ CONFIG_AMQP_BACKEND=rabbitmq CONFIG_AMQP_HOST={{ controller_public_ip }} # Enable SSL for the AMQP service -CONFIG_AMQP_ENABLE_SSL=n +CONFIG_AMQP_ENABLE_SSL=y # 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 CONFIG_AMQP_NSS_CERTDB_PW={{ CONFIG_AMQP_NSS_CERTDB_PW }} diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index f84c057f6c..a21ed13a30 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -72,6 +72,7 @@ # http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-ntp.html - 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 - 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 @@ -121,6 +122,10 @@ when: packstack_sucessfully_finished.stat.exists == False - 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 # https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Cloud_Administrator_Guide/section_manage-volumes.html