ccri / cloud-local

Install script for a local 1 node cloud...no excuses folks
17 stars 5 forks source link

Use hostname for Accumulo if DNS entry exists #33

Closed mcw8d closed 8 years ago

mcw8d commented 8 years ago

Adds nslookup check for current hostname to Accumulo configuration copy step of init. If nslookup succeeds, then replace localhost with hostname in the Accumulo masters and slaves files to allow for cloud access by external machines.

jahhulbert-ccri commented 8 years ago

this may overlap with #35 at least the config option should be set

mcw8d commented 8 years ago

I think this definitely overlaps with #35. Once that PR gets merged, this could still potentially be useful to try to use the machine's IP as the default before 'localhost' for CL_HOSTNAME in cloud-local.conf

jahhulbert-ccri commented 8 years ago

OBE due to ports PR