kubernetes/hack
k8s-merge-robot 3a6494e9ae Merge pull request #28132 from madhusudancs/fed-kubedns-flags-nodebootstrap
Automatic merge from submit-queue

Substitute federation_domain_map parameter with its value in node bootstrap scripts.

This PR also removes the substitution code we added to the build scripts.

**Release Note**

```release-note
If you use one of the kube-dns replication controller manifest in `cluster/saltbase/salt/kube-dns`, i.e. `cluster/saltbase/salt/kube-dns/{skydns-rc.yaml.base,skydns-rc.yaml.in}`, either substitute one of `__PILLAR__FEDERATIONS__DOMAIN__MAP__` or `{{ pillar['federations_domain_map'] }}` with the corresponding federation name to domain name value or remove them if you do not support cluster federation at this time. If you plan to substitute the parameter with its value, here is an example for `{{ pillar['federations_domain_map'] }`
pillar['federations_domain_map'] = "- --federations=myfederation=federation.test"
where `myfederation` is the name of the federation and `federation.test` is the domain name registered for the federation.
```

cc @erictune  @kubernetes/sig-cluster-federation @MikeSpreitzer @luxas 

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-29 14:09:46 -07:00
..
boilerplate Standard input for kubectl tests 2016-05-10 14:16:50 -04:00
cmd/teststale Add more tests. 2016-05-14 23:19:18 -07:00
e2e-internal Dumbed down version of providing a separate IP range for each cluster in the federation. 2016-06-22 12:48:47 -07:00
gen-swagger-doc Merge pull request #27025 from asalkeld/type-o-number-or-name 2016-06-24 13:56:51 -07:00
jenkins Revert "Merge pull request #28193 from zmerlynn/pull-ci-elsewhere" 2016-06-29 07:55:53 -07:00
lib Merge pull request #27816 from spxtr/no-travis 2016-06-28 03:53:34 -07:00
testdata Merge pull request #27902 from caesarxuchao/fix-test-cmd 2016-06-25 14:47:30 -07:00
verify-flags Merge pull request #27291 from mnshaw/configmaptest 2016-06-28 14:36:06 -07:00
autogenerated_placeholder.txt Revamp doc generation 2016-06-08 17:22:12 -07:00
benchmark-go.sh
benchmark-integration.sh Speed up test, by not running with custom etcd prefix 2016-05-27 14:30:24 +02:00
build-cross.sh Add support for building arm, arm64 and ppc64le server and client targets 2016-02-07 20:35:14 +02:00
build-go.sh
build-ui.sh Set execute permission for hack/build-ui.sh as other script files. 2015-11-17 15:37:58 -05:00
cherry_pick_pull.sh Fix mktemp invocation for OS X 2015-11-30 12:14:57 -08:00
dev-build-and-push.sh
dev-build-and-up.sh
dev-push-hyperkube.sh Fix the problem in building hyperkube for 3rd party registry 2016-06-01 04:38:48 -04:00
e2e-node-test.sh Node e2e Makefile support for running remote tests against kubernetes-node-e2e-images. 2016-06-08 07:31:54 -07:00
e2e.go Federation build and e2e test integration 2016-05-25 15:07:27 -07:00
federated-ginkgo-e2e.sh document federation e2e cli flow 2016-06-09 15:11:52 -07:00
generate-docs.sh Revamp doc generation 2016-06-08 17:22:12 -07:00
get-build.sh Revert "Merge pull request #28193 from zmerlynn/pull-ci-elsewhere" 2016-06-29 07:55:53 -07:00
ginkgo-e2e.sh Merge pull request #27461 from euank/e2e-rkt-runtime 2016-06-26 18:47:42 -07:00
godep-save.sh Create a script to update godeps 2016-05-12 22:04:19 -04:00
grab-profiles.sh Add Scheduler and ControllerManager profile grabbing 2015-12-10 16:27:13 +01:00
install-etcd.sh Make hack/install-etcd.sh use hack/lib/etcd.sh 2016-02-26 11:54:43 -08:00
list-feature-tests.sh Fix regex in list-feature-tests.sh. 2016-03-07 16:49:39 -08:00
local-up-cluster.sh Substitute federation_domain_map parameter with its value in node bootstrap scripts. 2016-06-27 14:54:49 -07:00
lookup_pull.py
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
test-cmd.sh Merge pull request #27816 from spxtr/no-travis 2016-06-28 03:53:34 -07:00
test-go.sh Moving federation/v1alpha1 to federation/v1beta1 2016-06-28 17:12:58 -07:00
test-integration.sh tests: add certificates to existing test infrastructure 2016-06-28 12:05:40 -07:00
test-update-storage-objects.sh Test non-default etcdPrefixes. 2016-05-31 10:49:30 +02:00
update-all.sh Remove superfluous dollar causing hack/update-all.sh to fail when not running in silent mode 2016-05-07 10:15:32 +02:00
update-api-reference-docs.sh codegen: add certificates group to generators 2016-06-28 12:05:41 -07:00
update-codecgen.sh Speedup update_codecgen by precomputing dependencies. 2016-05-27 22:01:06 +02:00
update-codegen.sh Moving federation/v1alpha1 to federation/v1beta1 2016-06-28 17:12:58 -07:00
update-generated-docs.sh Revamp doc generation 2016-06-08 17:22:12 -07:00
update-generated-protobuf-dockerized.sh Take optional arguments in generated-protobuf-dockerized.sh 2016-06-27 21:42:01 -07:00
update-generated-protobuf.sh Fix script for updating protobufs. 2016-05-09 15:57:26 +02:00
update-generated-swagger-docs.sh codegen: add certificates group to generators 2016-06-28 12:05:41 -07:00
update-godep-licenses.sh Fix call-sites after dep updates 2016-06-02 16:57:28 -07:00
update-gofmt.sh Demand at least go1.6 2016-05-08 20:30:37 -07:00
update-munge-docs.sh Revamp doc generation 2016-06-08 17:22:12 -07:00
update-swagger-spec.sh codegen: add certificates group to generators 2016-06-28 12:05:41 -07:00
verify-all.sh Strip the proto build guard 2016-04-20 12:12:29 -04:00
verify-api-reference-docs.sh Revert "disable broken verifier" 2016-06-20 22:02:27 +02:00
verify-boilerplate.sh
verify-codecgen.sh Update verify scripts to clean up even on failures 2016-06-16 11:45:26 -07:00
verify-codegen.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-description.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-flags-underscore.py ignore _output directory in verify flags script 2016-06-06 17:47:38 -07:00
verify-generated-docs.sh Revamp doc generation 2016-06-08 17:22:12 -07:00
verify-generated-protobuf.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-generated-swagger-docs.sh Update verify scripts to clean up even on failures 2016-06-16 11:45:26 -07:00
verify-godep-licenses.sh Verify changes against upstream vendor/ as well. 2016-05-27 16:27:42 -07:00
verify-godeps.sh Merge pull request #26458 from david-mcmahon/godep-version 2016-06-03 11:04:38 -07:00
verify-gofmt.sh Fix incorrect gofmt hint 2016-05-26 10:27:45 -07:00
verify-govet.sh cleanup hack/verify-govet.sh to throttle process creation 2016-06-20 14:16:43 -07:00
verify-import-boss.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-linkcheck.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-munge-docs.sh Revamp doc generation 2016-06-08 17:22:12 -07:00
verify-swagger-spec.sh Update verify scripts to clean up even on failures 2016-06-16 11:45:26 -07:00
verify-symbols.sh Get rid of hack/after-build scripts 2016-05-08 20:32:06 -07:00
verify-test-images.sh Add check to prevent use of untagged or :latest gcr.io images in e2e tests 2016-05-26 10:27:31 -07:00