openstack-ansible/playbooks/roles/os_swift
Kevin Carter 9f559457f4
adds the config_template to swift
The change modifies the swift template tasks such that it's now
using the config_template action plugin. This change will make so that
config files can be dynamically updated, by a deployer, at run time,
without requiring the need to modify the in tree templates or defaults.

Partially implements: blueprint tunable-openstack-configuration

Change-Id: Id992937f35afa0549f9f0d0fbcf0be5e6978df57
2015-09-14 23:44:35 -05:00
..
defaults adds the config_template to swift 2015-09-14 23:44:35 -05:00
handlers Remove double register in swift handlers 2015-09-04 11:30:21 +01:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks adds the config_template to swift 2015-09-14 23:44:35 -05:00
templates Compartmentalizing RabbitMQ 2015-09-11 11:08:50 -05: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 Configure DB addresses for each service 2015-06-10 02:07:38 +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