Andy McCrae eb04bf154d Refactor Swift ring build & check tasks
We use duplicate tasks to handle a case where we specify
swift_managed_regions, we could handle this with an if statement
that will only add the '-r' flag when the variable is specified.

This PR removes the 2 duplicate tasks in both the build and
distribution_check tasks.

Change-Id: Icba70faf90c5e54499c67bac382a8bd507143ee8
2016-07-08 12:49:50 +01:00
2016-06-24 18:05:19 -05:00
2016-06-07 23:34:55 -05:00
2016-06-28 09:20:11 -04:00
2016-06-28 09:20:11 -04: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

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.1 MiB
Languages
Jinja 80.4%
Python 14.1%
Shell 5.5%