Andy McCrae ba8af72c6f Managed /etc/swift/backups using ansible
If the permissions on /etc/swift/backups are not swift.swift it can
cause the copying of the ring files to fail.

This patch adds /etc/swift/backups to the list of directories managed by
ansible when setting up/configuring swift.

Change-Id: I3937efc54f03e25f504937213a99bde19789aa59
Closes-Bug: #1452743
2015-05-07 15:16:22 +01:00
2015-04-07 09:29:18 +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
    galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_swift for OpenStack-Ansible
Readme 7.2 MiB
Languages
Jinja 80.3%
Python 14.2%
Shell 5.5%