openstack-ansible/playbooks/roles/os_swift
Andy McCrae 98aba34aa1 Handler should only restart relevent swift services
* Adjust the handler to include a "restart" handler for each of account,
container, object and proxy service groups.
* Add a variable in defaults listing program names for each swift
service group.
* Remove the over-arching "all swift program_names" variable.
* Change the storage and proxy host tasks to call the appropriate
* handler.

Change-Id: I25adfa152fc7a3da83ca7c12d57977eec8b51d7b
Closes-Bug: #1427601
2015-03-04 09:53:08 +00:00
..
defaults Handler should only restart relevent swift services 2015-03-04 09:53:08 +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 Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
tasks Handler should only restart relevent swift services 2015-03-04 09:53:08 +00:00
templates Ensure replication_network is not required for swift 2015-03-03 19:19:28 +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 }}"