Kevin Carter 3e361977c8 Flake8 update - swift_rings.py
This update fixes issues with linting such that it can now pass
OpenStack hacking/flake8 checks.

Change-Id: I564ac9729381ee068743b8fb70969b492b46b018
Partial-Bug: 1440462
2015-04-07 09:29:18 +00: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.1 MiB
Languages
Jinja 80.4%
Python 14.1%
Shell 5.5%