Substitute federation_domain_map parameter with its value in node bootstrap scripts.

This also removes the substitution code we added to the build
scripts in one of the previous commits.
This commit is contained in:
Madhusudan.C.S
2016-06-27 14:44:32 -07:00
parent be682148fb
commit 816c4d9e2b
11 changed files with 101 additions and 19 deletions

View File

@@ -120,6 +120,7 @@ enable_cluster_dns: "${ENABLE_CLUSTER_DNS:-false}"
dns_replicas: ${DNS_REPLICAS:-1}
dns_server: $DNS_SERVER_IP
dns_domain: $DNS_DOMAIN
federations_domain_map: ''
e2e_storage_test_environment: "${E2E_STORAGE_TEST_ENVIRONMENT:-false}"
cluster_cidr: "$NODE_IP_RANGES"
allocate_node_cidrs: "${ALLOCATE_NODE_CIDRS:-true}"