commit | 67831a9a4bcf8ab8383ec7546a144fdbfeab7236 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Thu Feb 16 10:43:20 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Thu Feb 16 10:43:20 2017 -0500 |
tree | 6a06b87bfd43bdb4f75b53ec751a1984e2d6883e | |
parent | b7c470028c8e93f799cb2e5c1cbc9e0a5499ce0a [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