Ubuntu integration: ufw application profiles
--------------------------------------------

                 Key: BIGTOP-233
                 URL: https://issues.apache.org/jira/browse/BIGTOP-233
             Project: Bigtop
          Issue Type: Improvement
          Components: Debian
    Affects Versions: 0.1.0
            Reporter: Peter Linnell
            Priority: Minor
             Fix For: 0.4.0


It would simplify things a lot for people running ufw on Ubuntu (the standard 
firewall package) if there were application profiles for the various things so 
that people don't have to look up ports and so on (and it makes firewall 
management much easier).

This is really simple, for Hue, it would be a file named 
/etc/ufw/applications.d/hue with this content:

[Hue]
title=Hue for Hadoop
description=Hue for Hadoop provides a web-based user interface to your Hadoop 
cluster.
ports=8088/tcp

Then, it can be enabled for the world as ufw allow hue and it would show up in 
ufw status:

# ufw status
Status: active

To                         Action      From
--                         ------      ----
OpenSSH                    ALLOW       Anywhere
Apache                     ALLOW       Anywhere
Postfix                    ALLOW       Anywhere
Hue                        ALLOW       Anywhere



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to