[
https://issues.apache.org/jira/browse/AMBARI-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940661#comment-14940661
]
Hudson commented on AMBARI-7469:
--------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #3582 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3582/])
AMBARI-7469. Add Visibility Attributes to Services. (Sebastian Toader
(rnettleton:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=64769850741b7aa39c5193040b9682df56cb3fbf])
*
ambari-server/src/test/java/org/apache/ambari/server/stack/ServiceModuleTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackServiceResourceProvider.java
* ambari-server/src/main/java/org/apache/ambari/server/state/ServiceInfo.java
*
ambari-server/src/test/java/org/apache/ambari/server/state/ServicePropertyInfoTest.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/StackServiceResponseTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/state/ServicePropertyInfo.java
* ambari-server/pom.xml
*
ambari-server/src/main/java/org/apache/ambari/server/controller/StackServiceResponse.java
* ambari-server/src/main/java/org/apache/ambari/server/stack/ServiceModule.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/StackServiceResourceProviderTest.java
*
ambari-server/src/test/java/org/apache/ambari/server/state/ServiceInfoTest.java
* ambari-server/src/main/resources/properties.json
> Add Visibility Attributes to Services
> -------------------------------------
>
> Key: AMBARI-7469
> URL: https://issues.apache.org/jira/browse/AMBARI-7469
> Project: Ambari
> Issue Type: Epic
> Components: ambari-web, stacks
> Affects Versions: 1.7.0
> Reporter: Robert Levas
> Assignee: Sebastian Toader
> Labels: installation, service, ui, visibility
> Fix For: 2.2.0
>
> Attachments: AMBARI-7469.v3.patch, AmbariServiceVisibility.pdf
>
>
> *Problem*
> In a stack there may be one or more services that should not be installable,
> configurable, or managed via the Ambari web-based interface. Such a service
> may need to be installed via some Ambari API call or manually. There is no
> way to specify these “visibility” attributes within a service’s definition;
> thus to “hide” a service, one-off code needs to be added to the different
> Ambari facilities.
> *Solution*
> Add visibility attributes to service definitions to describe how Ambari
> should expose services via front-end facilities. The following Boolean
> attributes should be settable by services:
> * installable
> ** indicates if Ambari can install the service - if not installable, the
> service should be hidden from “add service” features of Ambari
> * managed
> ** indicates if Ambari can start and stop the service - if not managed, the
> service should be hidden from all views where management operations can occur
> * monitored
> ** indicates if Ambari can monitor the service - if not monitored, status
> information should not be displayed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)