Andy McCrae 2c9e0d2d5b Add fucntional tests for swift
This is a first pass at adding functional tests for swift using the
.functests within the upstream swift repository.

User specific tests, as defined in /etc/swift/test.conf, are enabled
with the exception of keystone v3 domain tests for which further work
will be required.

Change-Id: If0bcc96ce3b4bb2f80f08f4523dad3fd89023e77
2016-04-21 20:31:48 +01:00
2016-04-12 10:55:13 +10:00
2016-04-21 20:31:48 +01:00
2016-03-03 09:38:05 -05:00
2016-04-16 08:43:13 -05: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%