Go to file
Darren Birkett 2dc3514da5 Make ansible managed line in swift.conf static
The ansible-managed line includes date/time information, meaning that
the conf file that gets laid down on different hosts does not have the
same MD5 sum across all hosts. This causes swift-recon --md5 to fail.

This commit fixes the issue by adding a static comment
to the config file instead

Change-Id: Id00cd79636f43776aaaa51e2ae6d7c5eacff8d34
Partial-Bug: #1589532
2016-06-10 15:48:07 +00:00
2016-05-04 15:21:23 +01:00
2016-03-03 09:38:05 -05:00
2016-05-03 08:57:01 +01:00
2016-04-16 08:43:13 -05:00

OpenStack-Ansible Swift

tags

openstack, swift, cloud, ansible

category

*nix

Ansible role to install OpenStack 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
Description
Role os_swift for OpenStack-Ansible
Readme 7.2 MiB
Languages
Jinja 84.8%
Python 15.2%