Role os_swift for OpenStack-Ansible
Go to file
Jimmy McCrory 6169255f94 Remove pip_lock_down dependency
The pip_install and pip_lock_down roles have been merged.

Remove pip_lock_down from the role's meta dependencies and test
requirements.

Change-Id: Id185ce42a77ecf87874655ddf178a3d0fa0ff36a
2016-06-07 23:34:55 -05:00
defaults Add staticweb to the default middleware list 2016-05-24 14:10:59 -05:00
doc Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
handlers Fix rsync service restart in os_swift 2016-01-27 16:51:14 +00:00
meta Remove pip_lock_down dependency 2016-06-07 23:34:55 -05:00
releasenotes Add staticweb to the default middleware list 2016-05-24 14:10:59 -05:00
tasks Consistency for multi-os in the includes 2016-06-02 14:21:08 +01:00
templates Setup rsync module per object server drive 2016-05-16 11:57:46 +01:00
tests Remove pip_lock_down dependency 2016-06-07 23:34:55 -05:00
vars Updating os_swift to use the Multi-Distro framework 2016-05-20 15:16:10 -04:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:21:23 +01: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 Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:43:13 -05:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 19:21:20 +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