adding a README to the files directory of lb
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5ba78e85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5ba78e85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5ba78e85 Branch: refs/heads/master Commit: 5ba78e85e0ef7367c6f88ad7f66c494c66fe8f65 Parents: 05fba6a Author: Nirmal Fernando <[email protected]> Authored: Sat Mar 29 22:24:31 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Sat Mar 29 22:24:31 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/lb/files/README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba78e85/tools/puppet3/modules/lb/files/README.txt ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/lb/files/README.txt b/tools/puppet3/modules/lb/files/README.txt new file mode 100644 index 0000000..af6d3ea --- /dev/null +++ b/tools/puppet3/modules/lb/files/README.txt @@ -0,0 +1,12 @@ +This folder should have following: + +1. apache-stratos-load-balancer-${version}.zip file + +2. Folder having a name as $mb_type which is defined in the nodes.pp file. + +eg: +if $mb_type = activemq, folder structure of this folder would be: +>$ls +>activemq apache-stratos-load-balancer-4.0.0-SNAPSHOT.zip + +3. Under $mb_type folder, please add all the client jars, that should be copied to the load balancer's repository/components/lib directory.
