Do not start and pull rsyncd on swift-proxy-server
TrivalFix Change-Id: Ide5bd0103048e9ed096e8c77d2214855c2d65153
This commit is contained in:
parent
4bdf8bfa84
commit
d33931ca10
@ -6,8 +6,7 @@
|
||||
image: "{{ swift_rsyncd_image_full }}"
|
||||
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']
|
||||
inventory_hostname in groups['swift-object-server']
|
||||
|
||||
- name: Pulling swift-account-auditor image
|
||||
kolla_docker:
|
||||
|
@ -11,6 +11,7 @@
|
||||
- "swift_sdb1:/srv/node/sdb1"
|
||||
- "swift_sdb2:/srv/node/sdb2"
|
||||
- "swift_sdb3:/srv/node/sdb3"
|
||||
when: inventory_hostname not in groups['swift-proxy-server']
|
||||
|
||||
- name: Starting swift-proxy-server container
|
||||
kolla_docker:
|
||||
|
Loading…
Reference in New Issue
Block a user