att-comdev / promenade

This project has moved to OpenStack.
https://www.airshipit.org/
Apache License 2.0
11 stars 15 forks source link

Implement genesis.sh hostname verification #49

Closed craiganderson closed 6 years ago

craiganderson commented 6 years ago

When running genesis.sh script, it became stuck at:

.The connection to the server apiserver.kubernetes.promenade:6443 was refused - did you specify the right host or port?

The problem was that the hostname specified in genesis.sh for the genesis node did not match the hostname of the node the genesis.sh script was being run on.

Suggest that genesis.sh script perform a hostname check up front before it tries to provision containers, if not a set the hostname of the node itself.

mark-burnett commented 6 years ago

Hey @craiganderson, thanks for logging this. I'll try to get it added to our backlog :)

mark-burnett commented 6 years ago

Despite this being marked as a partial bug in commit 4f9def0, I think this is fully implemented. @craiganderson Please re-open if you disagree :)