Release preparation. master
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 19 Jan 2015 12:03:23 +0000 (13:03 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 19 Jan 2015 12:03:23 +0000 (13:03 +0100)
LICENSE [new file with mode: 0644]
Modulefile [deleted file]
README.markdown
manifests/init.pp
metadata.json

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..9327ba0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014,2015 CESNET
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/Modulefile b/Modulefile
deleted file mode 100644 (file)
index 1cafc7c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-name          'meta-size_hadoop'
-version       '0.1.0'
-source        'mailto://valtri@civ.zcu.cz'
-author        'CESNET'
-license       'Public Domain'
-summary       'Hadoop Site-Specific Stuff'
-description   'Site-specific setup for Hadoop Cluster'
-project_page  'https://github.com/CESNET/'
-
-dependency 'puppetlabs/stdlib'
index 642af20..b38503b 100644 (file)
@@ -21,6 +21,7 @@ Helper module for using together with CESNET Hadoop puppet modules. There are im
 ##Module Description
 
 This module performs settings and decisions not meant to be in generic Hadoop modules:
+
 * sets Coudera repository
 * installs particular version of Java
 * (optionally) custom scripts for accounting
@@ -29,6 +30,7 @@ This module performs settings and decisions not meant to be in generic Hadoop mo
 Supported:
 
 * Debian 7/wheezy + Cloudera distribution (tested on Hadoop 2.5.0)
+* Fedora 21
 
 <a name="setup"></a>
 ##Setup
@@ -36,10 +38,10 @@ Supported:
 <a name="what-hadoop-affects"></a>
 ###What cesnet-hadoop module affects
 
-* Packages: java, Kerberos, other "admin look & feel" packages (less, vim, ...), optionally cron-apt
+* Packages: Java JRE, Kerberos client, other "admin look & feel" packages (less, vim, ...), optionally cron-apt
 * Files modified:
- * /etc/apt/sources.list.d/cloudera.list
- * /etc/apt/preferences.d/10\_cloudera.pref
+ * */etc/apt/sources.list.d/cloudera.list*
+ * */etc/apt/preferences.d/10\_cloudera.pref*
  * Cloudera apt gpg key
  * (optionally) */etc/cron-apt/config*, */etc/cron-apt/action.d/9-upgrade*, *etc/cron.d/cron-apt*
 
@@ -59,7 +61,7 @@ Better to set stage to 'setup', because this will set also the repository. All H
 <a name="usage"></a>
 ##Usage
 
-**Example 1**: enable autoupdates
+**Example 1**: enable autoupdates:
 
     class{'site_hadoop':
       email => 'valtri@civ.zcu.cz',
@@ -130,6 +132,7 @@ Email address to send errors from cron.
 Cloudera mirror to use.
 
 Values:
+
 * **cloudera**
 * **scientific**
 
index e0781b6..4feb116 100644 (file)
@@ -13,6 +13,7 @@
 # Cloudera mirror to use.
 #
 # Values:
+#
 # * **cloudera**
 # * **scientific**
 #
index 802273a..074c499 100644 (file)
@@ -1,12 +1,27 @@
 {
-  "name": "meta-site_hadoop",
-  "version": "0.1.0",
-  "author": "CESNET",
-  "summary": "Hadoop Site-Specific Stuff",
-  "license": "Public Domain",
+  "name": "cesnet-site_hadoop",
+  "version": "0.9.0",
+  "author": "František Dvořák <valtri@civ.zcu.cz>",
+  "summary": "Hadoop Site-Specific Module",
+  "license": "MIT",
   "source": "mailto://valtri@civ.zcu.cz",
   "project_page": "https://github.com/CESNET/",
   "issues_url": "mailto://valtri@civ.zcu.cz",
+  "operatingsystem_support": [
+    {
+    "operatingsystem": "Debian",
+    "operatingsystemrelease": ["7"]
+    },
+    {
+    "operatingsystem": "Fedora",
+    "operatingsystemrelease": ["21"]
+    }
+  ],
+  "tags": ["hadoop", "accounting"],
   "dependencies": [
+    {
+      "name": "puppetlabs-stdlib",
+      "version_range": ">= 1.0.0"
+    }
   ]
 }