Role os_swift for OpenStack-Ansible
Go to file
git-harry 8a9605ba57 Fix rsync service restart in os_swift
The rsync service is currently restarted using two handlers, one to stop
the service and a second to start it. There is not a sufficient delay
between the two task and so the rsync pid has not been removed before
the attempt is made to start the service.

This commit replaces the two handlers with a single one that will do the
restart in one go.

Change-Id: I8ed4630da1add7205552b6ec731a143dbe45112b
Closes-bug: 1538649
2016-01-27 16:51:14 +00:00
defaults Add statsd configuration for swift 2016-01-14 10:20:41 +00:00
handlers Fix rsync service restart in os_swift 2016-01-27 16:51:14 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Fix rsync service restart in os_swift 2016-01-27 16:51:14 +00:00
templates Merge "Add statsd configuration for swift" 2016-01-15 08:11:21 +00:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Configure DB addresses for each service 2015-06-10 02:07:38 +00:00

OpenStack swift

tags

openstack, swift, cloud, ansible

category

*nix

Role to install swift and swift registry.

This role will install the following:
  • swift
- name: Install swift server
  hosts: swift_all
  user: root
  roles:
    - { role: "os_swift", tags: [ "os-swift" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1