[
https://issues.apache.org/jira/browse/AMBARI-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
subin updated AMBARI-6150:
--------------------------
Description:
Currently GlusterFS is deployed as a Master Service on the UI. Change it to a
client service to restrict the ability to start/stop the storage layer
70 isClientsOnly: function() {
71 var clientsOnly = ['SQOOP','PIG','TEZ','HCATALOG','GLUSTERFS'];
72 return clientsOnly.contains(this.get('serviceName'));
73 }.property('serviceName'),
74
75 isConfigurable: function () {
in /ambari/ambari-web/app/models/service.js
Added GLUSTERFS into the list
was:Currently GlusterFS is deployed as a Master Service on the UI. Change it
to a client service to restrict the ability to start/stop the storage layer
> Make Gluster a Client service visble on the UI
> -----------------------------------------------
>
> Key: AMBARI-6150
> URL: https://issues.apache.org/jira/browse/AMBARI-6150
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 1.6.1
> Reporter: Erin A Boyd
> Assignee: Erin A Boyd
>
> Currently GlusterFS is deployed as a Master Service on the UI. Change it to
> a client service to restrict the ability to start/stop the storage layer
> 70 isClientsOnly: function() {
> 71 var clientsOnly = ['SQOOP','PIG','TEZ','HCATALOG','GLUSTERFS'];
> 72 return clientsOnly.contains(this.get('serviceName'));
> 73 }.property('serviceName'),
> 74
> 75 isConfigurable: function () {
> in /ambari/ambari-web/app/models/service.js
> Added GLUSTERFS into the list
--
This message was sent by Atlassian JIRA
(v6.2#6252)