From f646211ff4fc6c23db6b9b6d98c74e74fdfde2e3 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 9 Mar 2015 12:08:56 +0000 Subject: Add swift-storage.yml --- openstack/manifest | 1 + openstack/usr/share/openstack/swift-storage.yml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 openstack/usr/share/openstack/swift-storage.yml diff --git a/openstack/manifest b/openstack/manifest index 328593df..fd036fd9 100644 --- a/openstack/manifest +++ b/openstack/manifest @@ -164,6 +164,7 @@ 0100644 0 0 /etc/swift/proxy-server.conf 0100644 0 0 /etc/swift/swift.conf 0100644 0 0 /usr/share/openstack/swift-controller.yml +0100644 0 0 /usr/share/openstack/swift-storage.yml 0100644 0 0 /etc/swift/account-server.conf 0100644 0 0 /etc/swift/container-server.conf 0100644 0 0 /etc/swift/object-server.conf diff --git a/openstack/usr/share/openstack/swift-storage.yml b/openstack/usr/share/openstack/swift-storage.yml new file mode 100644 index 00000000..4fa82ef5 --- /dev/null +++ b/openstack/usr/share/openstack/swift-storage.yml @@ -0,0 +1,9 @@ +--- +- hosts: localhost + vars_files: + - swift-vars.yml + vars: + remote_user: root + tasks: + - file: path=/srv/node owner=swift group=swift + - file: path=/var/cache/swift owner=swift group=swift state=directory -- cgit v1.2.1