|
From: <dme...@us...> - 2014-05-13 10:36:37
|
Revision: 8291
http://sourceforge.net/p/bigdata/code/8291
Author: dmekonnen
Date: 2014-05-13 10:36:35 +0000 (Tue, 13 May 2014)
Log Message:
-----------
Removed Paths:
-------------
branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/README.md
branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/attributes/
branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/files/
branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/metadata.rb
branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/recipes/
branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/templates/
Deleted: branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/README.md
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/README.md 2014-05-13 10:34:20 UTC (rev 8290)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/README.md 2014-05-13 10:36:35 UTC (rev 8291)
@@ -1,114 +0,0 @@
-systap-bigdata Cookbook
-======================
-This cookbook provides [http://www.bigdata.com/bigdata/blog/](bigdata v1.3.0) under Tomcat 7 (latest), with Oracle JDK 7 (latest) within an Ubuntu 12.0.4 VM.
-
-Typical synopsis:
-
- % vagrant up
-
- The bigdata service is then available at: http://33.33.33.10:8080/bigdata/
-
-
-Requirements
-------------
-
-#### packages
-In a stand alone context, this cookbook assumes the following resources have been installed:
-
-* `VirtualBox` - Virtual machine provider [http://virtualbox.org/](http://virtualbox.org/)
-* `Vagrant` - Environment assembler [http://vagrantup.com/](http://vagrantup.com/)
-* `Berkshelf` - The Berkshelf cookbook manager [http://berkshelf.com/](http://berkshelf.com/).
-
-
-#### cookbook dependencies
-Chef 10.14.2 or higher - has not been tested with previous versions.
-
-The following Opscode cookbooks are dependencies (automatically retrieved by `Berkshelf`):
-
-* apt
-* java
-* tomcat
-
-
-
-Attributes
-----------
-
-
-#### systap-bigdata::default
-<table>
- <tr>
- <th>Key</th>
- <th>Type</th>
- <th>Description</th>
- <th>Default</th>
- </tr>
- <tr>
- <td><tt>url</tt></td>
- <td>String</td>
- <td>where to download the bigdata.war file form</td>
- <td><tt>http://sourceforge.net/projects/bigdata/
- files/bigdata/1.3.0/bigdata.war/download</tt></td>
- </tr>
- <tr>
- <td><tt>home</tt></td>
- <td>String</td>
- <td>where the extracted bigdata.war contents are found</td>
- <td>Default: <tt>/var/lib/tomcat7/webapps/bigdata</tt></td>
- </tr>
- <tr>
- <td><tt>etc</tt></td>
- <td>String</td>
- <td>Where under the tomcat root the log files and the bigdata.jni should reside. Discussed in <a href="http://sourceforge.net/apps/mediawiki/bigdata/index.php?title=NanoSparqlServer#Common_Startup_Problems">"Common Startup Problmems</a></td>
- <td>Default: <tt>/var/lib/tomcat7/webapps/bigdata/etc</tt></td>
- </tr>
-</table>
-
-
-Usage
------
-### Stand Alone Context
-To bring the VM up the first time, or any future time after a `halt`, invoke from the cookbook directory:
-
- % vagrant up
-
-The cookbbok will retrieve the Ubuntu 12.04 VM, Oracle's JDK 7, Apahce's Tomcat 7 and the Bigdata WAR file. These downloads may take a significant amount of time to complete. Should a download be interupted or some other error occur, continue with:
-
- % vagrant provision
-
-Once complete, the bigdata server will be available under:
- [http://33.33.33.10:8080/bigdata/](http://33.33.33.10:8080/bigdata/)
-
-To halt the VM:
-
- % vagrant halt
-
-To delete the VM and from VirtualBox:
-
- % vagrant destroy
-
-To login into the VM:
-
- % vagrant ssh
-
-
-### Cookbook Context
-
-To use as a reciple in new cookbook, just include `systap-bigdata` in your node's `run_list` in the standard way:
-
-```
- "run_list": [
- "recipe[systap-bigdata::default]",
- ...
- ]
-
-```
-
-
-License and Authors
--------------------
-Author:: Daniel Mekonnen [daniel<no-spam-at>systap.com]
-
-```
-This pakcage may be resiributed under the same terms and conditions as the Bigdata project that it is a part of.
-```
Deleted: branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/metadata.rb
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/metadata.rb 2014-05-13 10:34:20 UTC (rev 8290)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/bigdata/src/resources/deployment/vagrant/systap-bigdata/metadata.rb 2014-05-13 10:36:35 UTC (rev 8291)
@@ -1,12 +0,0 @@
-name 'bigdata'
-maintainer 'Daniel Mekonnen'
-maintainer_email 'daniel<no-spam-at>systap.com'
-license 'All rights reserved'
-description 'Installs/Configures bigdata'
-long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '0.1.1'
-depends 'apt'
-depends 'java', '>= 1.22.0'
-depends 'ant'
-depends 'tomcat'
-depends 'subversion'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|