Rename salt minion_ip to hostname_override

Prep work for making AWS node identifier -> instance id
This commit is contained in:
Justin Santa Barbara
2015-04-21 06:23:37 -07:00
parent a3e8e80572
commit 29592356f7
4 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ grains:
roles:
- kubernetes-pool
cbr-cidr: '$(echo "$CONTAINER_SUBNET" | sed -e "s/'/''/g")'
minion_ip: '$(echo "$MINION_IP" | sed -e "s/'/''/g")'
hostname_override: '$(echo "$MINION_IP" | sed -e "s/'/''/g")'
EOF
# we will run provision to update code each time we test, so we do not want to do salt install each time