commit | e576aaf4cb194cc7db62939763090d7a06011fdd | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Tue Jan 31 20:42:09 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Tue Jan 31 20:42:09 2017 -0500 |
tree | acf1fa0842b01db8815c02c68c77c6bf54f8045b | |
parent | 8104c6b2cbe1564ff34c7b967e3fd7aee838aa65 [diff] |
Added replication factor roles
diff --git a/tasks/main.yml b/tasks/main.yml index 8274238..9d4dd7e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -2,6 +2,6 @@ # tasks file for apigee-opdk-extension-ds - name: Rebuild Cassandra nodes - shell: '{{ nodetool }} -h {{ local_address }} repair {{ opdk_region }}' + shell: '{{ nodetool }} repair' environment: JAVA_HOME: '{{ java_home }}'