standard config opt names: node monitoring

This commit is contained in:
Tim Hockin
2014-11-13 20:32:35 -08:00
parent fad806d1d1
commit 52ad94d766
15 changed files with 28 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ rax-boot-minions() {
sed -e "s|DISCOVERY_ID|${DISCOVERY_ID}|" \
-e "s|INDEX|$((i + 1))|g" \
-e "s|CLOUD_FILES_URL|${RELEASE_TMP_URL//&/\&}|" \
-e "s|ENABLE_NODE_MONITORING|${ENABLE_NODE_MONITORING:-false}|" \
$(dirname $0)/rackspace/cloud-config/minion-cloud-config.yaml > $KUBE_TEMP/minion-cloud-config-$(($i + 1)).yaml