From 01d2a78bc8cde6dd6d1f0faf7cf4e44358eed787 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 23 Jan 2012 11:40:34 -0800 Subject: [PATCH] Add validation instructions to README This commits adds steps for how to validate that a swift cluster has been installed correctly. --- README.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.markdown b/README.markdown index f54852b7..03ad88ab 100644 --- a/README.markdown +++ b/README.markdown @@ -149,3 +149,13 @@ This example can be used as follows: puppet apply examples/site.pp --certname pre_swift puppet apply examples/site.pp --certname swift_all + +# Verifying installation # + +This module also comes with a simple Ruby script that validates +rather or not your swift cluster is functional. + +The script can be run as: + + ruby /files/swift_tester.rb +