Nodes can't connect to rabbitmq on Fuel node if you use non eth0 as admin interface
Bug #1457559 reported by
Aleksandr Didenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Aleksandr Didenko | ||
6.1.x |
Fix Committed
|
High
|
Aleksandr Didenko | ||
7.0.x |
Invalid
|
High
|
Rodion Tikunov | ||
8.0.x |
Invalid
|
High
|
Rodion Tikunov |
Bug Description
In nailgun::host we declare nailgun::iptables class without parameters. So admin_iface parameter of nailgun::iptables defaults to eth0 thus blocking rabbitmq ports from real Fuel admin network:
18 9 536 ACCEPT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 multiport ports 4369,5672,
How to reproduce: deploy Fuel with admin network which is not on eth0, bootstrap node, try to deploy any role on it (or run "mco ping" on Fuel node, it won't see anybody except master).
tags: | added: area-library |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/184817
Review: https:/