Steve Lewis 486adbe215 Include reseller admin role correctly
The name of the reseller_admin_role in the proxy config needs
to map to the correct role within the deploy. It was specified
manually and inconsistently though a variable exists in the role
defaults.

Change-Id: Ib93fc57f1e26e8a0943a7bd7c2212ce94be54f7c
Closes-Bug: #1542391
2016-03-31 14:01:11 -07:00
2016-03-03 09:38:05 -05:00
2016-03-17 09:10:52 +00: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%