commit | b8c476b1002ea7cbaae28b17dc533a07eff85a24 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Feb 15 19:09:00 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Wed Feb 15 19:09:00 2017 -0500 |
tree | 401e7d8851a2aad3052f148e6bfc955ab773a712 | |
parent | 66f27b44dd719a89c8ff12c6ab9e47067b758cfb [diff] |
removed unused template
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