Do not start and pull rsyncd on swift-proxy-server

TrivalFix

Change-Id: Ide5bd0103048e9ed096e8c77d2214855c2d65153
This commit is contained in:
Jeffrey Zhang 2016-01-06 18:59:32 +08:00
parent 4bdf8bfa84
commit d33931ca10
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: