From: František Dvořák Date: Mon, 19 Jan 2015 12:03:23 +0000 (+0100) Subject: Release preparation. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=HEAD;p=meta-site_hadoop.git Release preparation. --- diff --git a/LICENSE b/LICENSE new file mode 100644 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 index 1cafc7c..0000000 --- a/Modulefile +++ /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' diff --git a/README.markdown b/README.markdown index 642af20..b38503b 100644 --- a/README.markdown +++ b/README.markdown @@ -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 ##Setup @@ -36,10 +38,10 @@ Supported: ###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 ##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** diff --git a/manifests/init.pp b/manifests/init.pp index e0781b6..4feb116 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,6 +13,7 @@ # Cloudera mirror to use. # # Values: +# # * **cloudera** # * **scientific** # diff --git a/metadata.json b/metadata.json index 802273a..074c499 100644 --- a/metadata.json +++ b/metadata.json @@ -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 ", + "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" + } ] }