Comment 7 for bug 1720251

Revision history for this message
John A Meinel (jameinel) wrote : Re: new controller machines stay in "adding-vote" for over an hour

So the bug that we're seeing with Jose's model is that it keeps trying to use 127.0.0.1 as the IP address for each of the machines.
What is weird is that we have a valid "mongo-space-name": "oam" and "mongo-space-status": "valid".
So Juju should be trying to select the IP address from that space to start with.
I know that Andrew has done an explicit path to refuse 127.0.0.1 and I believe ::1 as possible addresses to use in the rs.config, which should help here, but we still need to understand why Juju would have thought 127.0.0.1 would be the best addresses to use.