Make heapster config creation dynamic

This commit is contained in:
Brendan Burns
2015-10-21 13:11:43 -07:00
parent b02b5b9f87
commit 90d9e6e935
9 changed files with 34 additions and 5 deletions

View File

@@ -284,6 +284,7 @@ opencontrail_public_subnet: '$(echo "$OPENCONTRAIL_PUBLIC_SUBNET")'
enable_manifest_url: '$(echo "$ENABLE_MANIFEST_URL" | sed -e "s/'/''/g")'
manifest_url: '$(echo "$MANIFEST_URL" | sed -e "s/'/''/g")'
manifest_url_header: '$(echo "$MANIFEST_URL_HEADER" | sed -e "s/'/''/g")'
num_nodes: $(echo "${NUM_MINIONS}")
EOF
if [ -n "${APISERVER_TEST_ARGS:-}" ]; then