You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Peter Slawski (JIRA)" <ji...@apache.org> on 2015/02/25 01:33:04 UTC

[jira] [Updated] (BIGTOP-1705) puppet: Allow configuring which hue apps to install

     [ https://issues.apache.org/jira/browse/BIGTOP-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Slawski updated BIGTOP-1705:
----------------------------------
    Attachment: BIGTOP-1705.1.patch

The attach patch adds this functionality:

- By default, *hue::server::hue_apps* is set to {color:green}"all"{color} which installs the Hue metapackage as before. 
- Setting it to {color:green}"none"{color} will only have Puppet install the Hue server along with the base apps.
- Specifying a list of apps will have the corresponding hue plugin packages installed in addition to the Hue server and base apps.

> puppet: Allow configuring which hue apps to install
> ---------------------------------------------------
>
>                 Key: BIGTOP-1705
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1705
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: deployment
>    Affects Versions: 0.8.0
>            Reporter: Peter Slawski
>         Attachments: BIGTOP-1705.1.patch
>
>
> Deployment via Puppet should allow customization of which Hue app plugins are install. Currently, the hue metapackage is installed which installs all Hue packages including all its app plugins.
> For example, the following could be provided in site.yaml. When puppet is applied, only hue-beeswax, hue-pig, hue-search, and hue-server would be installed.
> {code}
> hue::server::hue_apps:
>   - beeswax
>   - pig
>   - search
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)