openstack-ansible/playbooks/roles/os_swift
Matthew Kassawara b9161d77db Update keystone middleware in swift for Kilo
Update keystone authentication middleware in swift to
support the v3 API in Kilo.

Partially implements: blueprint master-kilofication

Change-Id: I28420dbb1cc0da958791c5e23c13eb38689028dd
2015-04-16 08:12:57 +00:00
..
defaults Update keystone middleware in swift for Kilo 2015-04-16 08:12:57 +00:00
files Flake8 update - swift_rings.py 2015-04-07 09:29:18 +00:00
handlers Handler should only restart relevent swift services 2015-03-04 09:53:08 +00:00
meta Removed all rackspace related logging parts 2015-03-14 22:35:59 -05:00
tasks Update keystone middleware in swift for Kilo 2015-04-16 08:12:57 +00:00
templates Update keystone middleware in swift for Kilo 2015-04-16 08:12:57 +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 Convert existing roles into galaxy roles 2015-02-18 10:56:25 +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 }}"