commit | 82bb3044a3858e509259dd98f9793588f891793d | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Thu Feb 16 14:37:36 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Thu Feb 16 14:37:36 2017 -0500 |
tree | d897f0bd2dfe2c014802c81a08ddc2e8aec86e8f | |
parent | 1861f4825c09700d346a748d38c0bf03880b7642 [diff] |
updated replication factor change process
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