OpenShiftAutoScaling template - Firewall

Bug #1194387 reported by Abdelaali SADKI
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Heat Templates
New
Undecided
Unassigned

Bug Description

For a scaled OpenShift Origin environment (multi-nodes architecture), HAProxy can't see the additional nodes and says: "L4CON: No route to host" on the HAProxy status page or "E, [2013-06-25T03:38:22.020229 #23515] ERROR -- : Unable to get gear's IP address for 51c44f9c2d9ee2bf29000547-mydomain.example.com: getaddrinfo: Name or service not known - using default 10.0.0.7" on the validate_config.log file.

Actually, this bug is related to the firewalls rules so I fixed it by:

- Adding manually a rule to OpenShiftOriginSecurityGroup:
nova secgroup-add-rule OpenShiftOriginSecurityGroup tcp 35531 35531 0.0.0.0/0

- Opening manually port 35531 on each node:
lokkit -p 35531:tcp

After these instructions, we can see on the status page that HAProxy can reach all the nodes "Layer7 check passed: HTTP content check matched".

Regards

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.