Merge "Add online reindex tasks to project rename playbook"

This commit is contained in:
Zuul 2018-03-26 04:16:50 +00:00 committed by Gerrit Code Review
commit bb4d0d8dfe

View File

@ -85,5 +85,8 @@
shell: "{{ gerrit_ssh_command }} rename-group {{ item.old }} {{ item.new }}"
with_items: "{{ gerrit_groups|default([]) }}"
# TODO: online reindex accounts
# TODO: online reindex projects
- name: Start online reindex of accounts
shell: "{{ gerrit_ssh_command }} index start accounts --force"
- name: Start online reindex of changes
shell: "{{ gerrit_ssh_command }} index start changes --force"