adding a README to files folder of agent, to explain what should be added there
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/e8c18a63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/e8c18a63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/e8c18a63 Branch: refs/heads/master Commit: e8c18a63e8f3b96f17efbf747cba215149aabc80 Parents: a1625f8 Author: Nirmal Fernando <[email protected]> Authored: Sat Mar 29 20:07:23 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Sat Mar 29 20:07:23 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/agent/files/README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/e8c18a63/tools/puppet3/modules/agent/files/README.txt ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/agent/files/README.txt b/tools/puppet3/modules/agent/files/README.txt new file mode 100644 index 0000000..88c8daf --- /dev/null +++ b/tools/puppet3/modules/agent/files/README.txt @@ -0,0 +1,12 @@ +This folder should have following: + +1. apache-stratos-cartridge-agent-${version}-bin.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-cartridge-agent-4.0.0-SNAPSHOT-bin.zip + +3. Under $mb_type folder, please add all the client jars, that should be copied to the agent's lib directory.
