engineyard / ey-cloud-recipes

A starter repo for custom chef recipes on EY's cloud platform. These are for reference, and do not indicate a supported status.
http://www.engineyard.com/products/cloud
Other
980 stars 291 forks source link

elasticsearch::non_util doesn't work properly #352

Open ragazzid opened 6 years ago

ragazzid commented 6 years ago

When using elasticsearch::non_util it doesn't allow app master to receive external connection since it binds the service to localhost only.

Scenario

Create an environment with two app instances (one app_master and one app)

To reproduce