k3s/test
Kubernetes Submit Queue 093ceb9528 Merge pull request #39033 from shyamjvs/provider-independent-kubemark
Automatic merge from submit-queue (batch tested with PRs 36693, 40154, 40170, 39033)

Refactored kubemark into cloud-provider independent code and GCE specific code

Ref issue #38967 

The following are the major changes as part of this refactoring:
- Moved cluster-kubemark/config-default.sh -> cluster-kubemark/gce/config-default.sh (as the config is gce-specific)
- Changed kubernetes/cluster/kubemark/util.sh to source the right scripts based on the cloud-provider
- Added test/kubemark/skeleton/util.sh which defines a well-commented interface that any cloud-provider should implement to run kubemark. (We have this interface defined only for gce currently)
  This includes functions like creating the master machine instance along with its resources, executing a given command on the master (like ssh), scp, deleting the master instance and its resources.
  All these functions have to be overrided by each cloud provider inside the file /test/kubemark/$CLOUD_PROVIDER/util.sh
- Added the file test/kubemark/cloud-provider-config.sh which sets the variable CLOUD_PROVIDER that is later picked up by various scripts (start-kubemark.sh, stop-kubemark.sh, run-e2e-tests.sh)
- Removed test/kubemark/common.sh and moved whatever provider-independent code it had into start-kubemark.sh (the only place where the scipt is called) and moved the little gce-specific code
  into test/kubemark/gce/util.sh.
- Finally, removed useless code and restructured start-kubemark.sh and stop-kubemark.sh scripts.

@kubernetes/sig-scalability-misc @wojtek-t @gmarek
2017-01-20 09:18:54 -08:00
..
e2e find and replace 2017-01-20 08:04:53 -05:00
e2e_federation find and replace 2017-01-20 08:04:53 -05:00
e2e_node find and replace 2017-01-20 08:04:53 -05:00
fixtures Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
images find and replace 2017-01-20 08:04:53 -05:00
integration find and replace 2017-01-20 08:04:53 -05:00
kubemark Refactored kubemark code into provider-specific and provider-independent parts 2017-01-19 15:34:13 +01:00
list Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
soak find and replace 2017-01-20 08:04:53 -05:00
utils move pkg/fields to apimachinery 2017-01-19 09:50:16 -05:00
BUILD auto-generated bazel BUILD file changes 2017-01-19 08:00:52 +05:30
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
test_owners.csv Add a comma that was making the CSV invalid and breaking the submit queue. 2017-01-19 16:02:05 -08:00