commit | 1d590a68144301e4d566ff7690801fcce9d5edd4 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Feb 15 19:01:16 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Wed Feb 15 19:01:16 2017 -0500 |
tree | 056a0f586e0c8cfd5e2371869e536043826f0c41 | |
parent | 05ba9b4f3dd954b0e38af5c6143e150d2d46bb2f [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