98aba34aa1
* 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 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
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 }}"