Role os_swift for OpenStack-Ansible
Go to file
Andy McCrae 7a4f1c7d9e Fix dedicated replication network logic
* Adjust the init scripts to be dropped
* Ensure dedicated server is started for dedicated replication network
* Remove the dedicated replication conf when no dedicated replication
network is in use.

Closes-Bug: 1435802
Change-Id: I8ccc32eb7d3cdeb36b3cae94ea51d8b0a1fd3e71
2015-03-24 12:43:47 +00:00
defaults Fix dedicated replication network logic 2015-03-24 12:43:47 +00:00
files Convert existing roles into galaxy roles 2015-02-18 10:56:25 +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 Fix dedicated replication network logic 2015-03-24 12:43:47 +00:00
templates Fix dedicated replication network logic 2015-03-24 12:43:47 +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

README.rst

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 }}"