d2iq-archive / dcos-flink-service

11 stars 17 forks source link

Use ip-detect Script #33

Closed malnick closed 7 years ago

malnick commented 7 years ago

This PR fixes a bug on AWS where using hostname command returns the ip-<redacted> hostname. This hostname may not resolve properly in some cases. Use the ip-detect script instead.

EronWright commented 7 years ago

@joerg84 Are you comfortable with this?

skonto commented 7 years ago

On dc/os this problem is resolved by dc/os installation process which installs certain files to resolve ips in cloud envs (azure and aws). For example: https://github.com/dcos/dcos/blob/64dbda9e80a70a3a7fb5d5ab45c439c7a71904c6/gen/ip-detect/aws.sh If you do an installation manually then you need to take care all of these on your own check aws cloudformation setup as thigns work smoothly there.

joerg84 commented 7 years ago

As discussed with Jeff (problem was in the host configuration)