blob: e8ea3f869fe2e1dd6776957779ca4c9208dc7bbe [file] [log] [blame]
---
- include: configuration/update_cache.yml
tags:
- cache
- hosts: '{{ hosts }}'
serial: 1
vars_files:
- ~/.apigee/credentials.yml
vars:
cassandra_keyspaces:
- auth
- cache
- devconnect
- user_settings
- apprepo
- kms
- scheduler
- ax_custom_report_model
- audit
- aries
- apimodel
- edgenotification
- analytics
- keyvaluemap
- counter
roles:
- { role: apigee-opdk-setup-default-settings, tags: ['cache'] }
- { role: apigee-opdk-cassandra-change-replication-factor, tags: ['update'], keyspaces: '{{ cassandra_keyspaces }}' }
- { role: apigee-opdk-cassandra-repair, tags: ['repair'] }
- { role: apigee-opdk-stop-components, tags: ['restart', 'stop'] }
- { role: apigee-opdk-start-components, tags: ['restart', 'start'] }