Role os_swift for OpenStack-Ansible
Go to file
Jesse Pretorius 5a39413607 Clean up container cache prep in tasks
This patch cleans up the container cache preparation in the tests
due to the following patches:

- https://review.openstack.org/307856 (new image build process)
- https://review.openstack.org/315114 (new apt config process)
- https://review.openstack.org/322188 (new resolver config process)

Change-Id: Iacc759b8bac213afc6cf8925036ad3d88feefc0e
2016-06-20 07:00:38 +00: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 Make ansible managed line in swift.conf static 2016-06-10 15:48:07 +00:00
tasks Consistency for multi-os in the includes 2016-06-02 14:21:08 +01:00
templates Merge "Make ansible managed line in swift.conf static" 2016-06-10 17:05:33 +00:00
tests Clean up container cache prep in tasks 2016-06-20 07:00:38 +00: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 Pin test-requirements to match OpenStack requirements 2016-06-17 12:36:05 +01: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