change the way that getting etcd_member_name

This commit is contained in:
elementyang
2018-07-03 22:02:44 +08:00
parent fa003af8f0
commit effd27a5f6
3 changed files with 12 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ To deploy the cluster you can use :
sudo pip install -r requirements.txt
# Copy ``inventory/sample`` as ``inventory/mycluster``
cp -rfp inventory/sample inventory/mycluster
cp -rfp inventory/sample/* inventory/mycluster
# Update Ansible inventory file with inventory builder
declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5)