8af400733d
This intentionally leaves out rabbitmq from this patchset. It will require additional work to remove its data container UpgradeImpact Partially-Implements: blueprint docker-named-volumes Change-Id: Id68b8e43a3c077ef4f4f4d67ea34d0692e66eef7
19 lines
829 B
YAML
19 lines
829 B
YAML
---
|
|
- include: register.yml
|
|
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']
|
|
|
|
- include: config.yml
|
|
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']
|
|
|
|
- include: start.yml
|
|
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']
|