Role os_swift for OpenStack-Ansible
Go to file
Major Hayden 5521ce66e7 Run swift's drive-audit script regularly
This patch adds configuration for swift's drive-audit script with
a cron job to run it hourly at 15 minutes past the hour.

Closes-Bug: 1433619

Change-Id: I1a5cfbfffef007a0d8e9b56dd5936aad7c38916d
2016-03-10 15:08:34 -06:00
defaults Run swift's drive-audit script regularly 2016-03-10 15:08:34 -06: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 Enable developer mode 2016-03-08 16:46:08 +00:00
tasks Run swift's drive-audit script regularly 2016-03-10 15:08:34 -06:00
templates Run swift's drive-audit script regularly 2016-03-10 15:08:34 -06:00
tests Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
.gitignore Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
.gitreview Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:24:04 +00:00
README.rst [DOCS] Cleaned up Swift README 2016-03-03 09:38:05 -05:00
run_tests.sh Implement base configuration for independent repository 2016-03-01 15:03:17 -06: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 Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
tox.ini Implement base configuration for independent repository 2016-03-01 15:03:17 -06: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