- Set environment vars for
etcdctl
in.bashrc
ETCD_INITIAL_CLUSTER
needs to includeetcd::added_member_hostnames
- Rename parameter
etcd::member_hostnames
toetcd::initial_member_hostnames
- The
etcd
module still exposesetcd::member_hostnames
which is the combination ofetcd::initial_member_hostnames
andetcd::added_member_hostnames
- The
- After initial cluster creation, new members can be added by listing them in
etcd::added_member_hostnames
– NOTE: manually remove any removed nodes before adding
- Initial release