Role os_swift for OpenStack-Ansible
Go to file
Jimmy McCrory 850b60aeda Remove openstack_hosts from test requirements
The openstack_hosts role is not used in any of the test playbooks
or required by dependent roles and can be removed from the test
role requirements.

Change-Id: I23f664355a11717e61d1b5c6ddfcdfe806fb64f8
2016-07-20 18:47:02 -07:00
defaults Merge "Add pretend_min_part_hours_passed to ring build" 2016-07-13 17:39:16 +00:00
doc Update sphinx configuration 2016-07-12 16:54:14 +01:00
handlers Address Ansible bare variable usage 2016-07-12 09:55:27 +01:00
meta Remove pip_lock_down dependency 2016-06-07 23:34:55 -05:00
releasenotes Merge "Add pretend_min_part_hours_passed to ring build" 2016-07-13 17:39:16 +00:00
tasks Optimise pip install tasks 2016-07-18 16:27:39 +01:00
templates Support service-specific rabbitmq clusters 2016-07-18 09:43:13 -04:00
tests Remove openstack_hosts from test requirements 2016-07-20 18:47:02 -07:00
vars Updating os_swift to use the Multi-Distro framework 2016-05-20 15:16:10 -04:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:09:28 +10:00
.gitreview Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
CONTRIBUTING.rst Adding Vagrantfile for local developer testing 2016-03-02 15:43:59 -05:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:57:01 +01:00
README.rst [DOCS] Cleaned up Swift README 2016-03-03 09:38:05 -05:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:57:01 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
setup.py Updated from global requirements 2016-07-15 03:58:08 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:58:08 +00:00
tox.ini Use plugins repo version of the human_log callback plugin 2016-07-15 14:03:50 +01:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-02 15:43:59 -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