| commit | 1d8b2f2c9a4d5c64c264def374b778973915aa60 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Fri Mar 03 12:38:31 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Fri Mar 03 12:38:31 2017 -0500 |
| tree | 359d6b17974964a38b8ac03b567d870c70545528 | |
| parent | 6264319a503ca27f8eb2e2280c10f3f9b7bfdde3 [diff] |
updated to do nodetool flush prior to other work
diff --git a/tasks/main.yml b/tasks/main.yml index 6d509fc..2475171 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,5 +1,9 @@ --- # tasks file for apigee-opdk-extension-ds +- name: Nodetool flush + shell: '{{ nodetool }} flush' + environment: + JAVA_HOME: '{{ java_home }}' - name: Rebuild Cassandra nodes shell: '{{ nodetool }} -h {{ local_address }} rebuild {{ opdk_region }}'