This closes #2423
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3fb75d3c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3fb75d3c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3fb75d3c Branch: refs/heads/master Commit: 3fb75d3c22a7988ba9ab05af986aa3594bc7b7f8 Parents: 8761d86 59d91fa Author: Dan Halperin <[email protected]> Authored: Thu Apr 13 16:30:10 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Thu Apr 13 16:30:10 2017 -0700 ---------------------------------------------------------------------- .../cassandra-service-for-local-dev.yaml | 28 ++ .../cassandra-svc-statefulset.yaml | 114 ++++++++ .../LargeITCluster/cassandra-svc-temp.yaml | 74 +++++ .../cassandra/LargeITCluster/data-load.sh | 122 ++++++++ .../cassandra/LargeITCluster/show_health.sh | 47 ++++ .../cassandra/LargeITCluster/start-up.sh | 22 ++ .../cassandra/LargeITCluster/teardown.sh | 25 ++ .../cassandra-service-for-local-dev.yaml | 30 ++ .../SmallITCluster/cassandra-svc-rc.yaml | 16 +- .../cassandra/SmallITCluster/data-load.sh | 86 ++++++ .../cassandra/SmallITCluster/show_health.sh | 47 ++++ .../cassandra/SmallITCluster/start-up.sh | 2 + .../cassandra/SmallITCluster/teardown.sh | 1 + .test-infra/kubernetes/cassandra/data-load.sh | 67 ----- .../elasticsearch-service-for-local-dev.yaml | 33 +++ .../es-services-deployments.yaml | 258 +++++++++++++++++ .../LargeProductionCluster/es-services.yaml | 277 ------------------- .../LargeProductionCluster/start-up.sh | 3 +- .../LargeProductionCluster/teardown.sh | 3 +- .../elasticsearch-service-for-local-dev.yaml | 34 +++ .../SmallITCluster/elasticsearch-svc-rc.yaml | 16 +- .../elasticsearch/SmallITCluster/start-up.sh | 1 + .../elasticsearch/SmallITCluster/teardown.sh | 1 + .../kubernetes/elasticsearch/data-load.sh | 6 +- .../kubernetes/elasticsearch/es_test_data.py | 6 +- .../kubernetes/elasticsearch/show-health.sh | 12 +- .../integration/tests/HIFIOCassandraIT.java | 6 +- .../integration/tests/HIFIOElasticIT.java | 4 +- 28 files changed, 965 insertions(+), 376 deletions(-) ----------------------------------------------------------------------
