commit | 0268ecde666fc8202428f75e8ea784e6869c0c2b | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Feb 15 17:58:10 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Wed Feb 15 17:58:10 2017 -0500 |
tree | 8e63c44cfdfbe0bef6a11a66339b104b4fe23e32 | |
parent | 14ae49ead2e5e046fda71d0d59b419457ad8bf19 [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