bb3079898b
This implements reconfigure for Swift service. Change-Id: Ifa4f02fc39ca79a886d6fd85f87073c897a777eb Partially-Implements: blueprint kolla-reconfig
8 lines
302 B
YAML
8 lines
302 B
YAML
---
|
|
- include: do_reconfigure.yml
|
|
serial: "30%"
|
|
when: inventory_hostname in groups['swift-account-server'] or
|
|
inventory_hostname in groups['swift-container-server'] or
|
|
inventory_hostname in groups['swift-object-server'] or
|
|
inventory_hostname in groups['swift-proxy-server']
|