@@ -77,6 +77,13 @@
"cluster_name" : "cl",
"service_name" : "ZOOKEEPER"
}
+ },
+ {
+ "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/services/STORM",
+ "ServiceInfo" : {
+ "cluster_name" : "cl",
+ "service_name" : "STORM"
+ }
]
@@ -179,7 +179,8 @@ App.Service.DisplayNames = {
'GANGLIA': 'Ganglia',
'NAGIOS': 'Nagios',
'HUE': 'Hue',
- 'FLUME': 'Flume'
+ 'FLUME': 'Flume',
+ 'STORM': 'Storm'
};
App.Service.servicesSortOrder = [
@@ -199,7 +200,8 @@ App.Service.servicesSortOrder = [
'ZOOKEEPER',
'PIG',
'SQOOP',
- 'HUE'
+ 'HUE',
+ 'STORM'
];
App.Service.FIXTURES = [];