commit | 9900d64733b8094f240fc9a16806f88510f8eb7a | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Fri Feb 17 12:13:58 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Fri Feb 17 12:13:58 2017 -0500 |
tree | 26fdeccb447dd2d3d38f7b5de695a91972409095 | |
parent | 37284c8058b542992844a9baeedad7359ab4ed50 [diff] |
updated consistency usage
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