updated bug
diff --git a/replication_factor_update.yml b/replication_factor_update.yml index e8ea3f8..63604c6 100644 --- a/replication_factor_update.yml +++ b/replication_factor_update.yml
@@ -3,7 +3,7 @@ tags: - cache -- hosts: '{{ hosts }}' +- hosts: ds[0] serial: 1 vars_files: - ~/.apigee/credentials.yml @@ -24,12 +24,16 @@ - analytics - keyvaluemap - counter - roles: - { role: apigee-opdk-setup-default-settings, tags: ['cache'] } - { role: apigee-opdk-cassandra-change-replication-factor, tags: ['update'], keyspaces: '{{ cassandra_keyspaces }}' } + +- hosts: ds + serial: 1 + vars_files: + - ~/.apigee/credentials.yml + roles: + - { role: apigee-opdk-setup-default-settings, tags: ['cache', 'repair'] } - { role: apigee-opdk-cassandra-repair, tags: ['repair'] } - { role: apigee-opdk-stop-components, tags: ['restart', 'stop'] } - { role: apigee-opdk-start-components, tags: ['restart', 'start'] } - -
diff --git a/requirements.yml b/requirements.yml index c7c7a32..2f2c98c 100644 --- a/requirements.yml +++ b/requirements.yml
@@ -1,7 +1,7 @@ --- - src: https://github.com/carlosfrias/apigee-opdk-cassandra-change-replication-factor.git -- src: https://github.com/carlosfrias/apigee-opdk-cassandra-repair.git +- src: https://github.com/carlosfrias/apigee-opdk-cassandra-rebuild.git - src: https://github.com/carlosfrias/apigee-opdk-stop-components.git