| commit | 2b66f27b7f41311a66aca0ee43383ecac5ca92c4 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Feb 14 14:11:05 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Tue Feb 14 14:11:05 2017 -0500 |
| tree | c59ed8786f2a2d9e5af1e89225dff27defc3c824 | |
| parent | 64d1bb11c66640e8862b8b0a41461d81e02b5699 [diff] |
removed extra setup default settings invocations.
This role makes changes to the replication factor of a Cassandra keyspace
It is assumed that this will be executed on a node running Cassandra as part of an Edge instance.
keyspace: Name of the keyspace to update
opdk_region: Name of the opdk region to update
replication_factor: The replication factor integer to set.
- hosts: '{{ hosts }}'
roles:
- { role: apigee-opdk-setup-default-settings }
Apache License Version 2.0, January 2004
Carlos Frias