Use integer for rabbitmq port and specify management IP

The port is being enforced in the puppet-rabbitmq manifest. The
management IP is needed in order to for the rabbitmq admin configuration
to work correctly. Else it'll try to poke localhost, and it'll fail.

Change-Id: Ica0f6dd347cd56b75c22b370bd0aed5b4454f674
Closes-Bug: #1713659
(cherry picked from commit cc75481ac7)
This commit is contained in:
Juan Antonio Osorio Robles
2017-09-05 15:34:26 +03:00
committed by Emilien Macchi
parent 830554939b
commit 3737e1fbc5

View File

@@ -581,8 +581,9 @@ ironic::drivers::ilo::default_boot_mode: 'bios'
rabbit_cookie: {{UNDERCLOUD_RABBIT_COOKIE}}
rabbitmq::delete_guest_user: false
rabbitmq::node_ip_address: {{LOCAL_IP}}
rabbitmq::management_ip_address: {{LOCAL_IP}}
rabbitmq::package_source: undef
rabbitmq::port: '5672'
rabbitmq::port: 5672
rabbitmq::repos_ensure: false
rabbitmq::wipe_db_on_cookie_change: true
rabbitmq::default_user: {{UNDERCLOUD_RABBIT_USERNAME}}