|
@@ -920,6 +920,160 @@ module.exports =
|
|
|
"serviceName": "NAGIOS",
|
|
|
"category": "Nagios Server",
|
|
|
"component": "NAGIOS_SERVER"
|
|
|
+ },
|
|
|
+ /**********************************************STORM***************************************/
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "supervisor_hosts",
|
|
|
+ "displayName": "Supervisor hosts",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "The host that the master server is running on.",
|
|
|
+ "displayType": "slaveHosts",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "SUPERVISOR"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_ui_server_host",
|
|
|
+ "displayName": "Storm UI Server host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "Storm UI Server host",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "STORM_UI_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nimbus_host",
|
|
|
+ "displayName": "Nimbus host",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "",
|
|
|
+ "description": "Nimbus host",
|
|
|
+ "displayType": "masterHost",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "NIMBUS"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "supervisor_keytab",
|
|
|
+ "displayName": "Path to Supervisor keytab file",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "/etc/security/keytabs/storm.service.keytab",
|
|
|
+ "description": "Path to the Storm Service keytab file",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "SUPERVISOR",
|
|
|
+ "component": "SUPERVISOR"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "supervisor_principal_name",
|
|
|
+ "displayName": "Supervisor principal name",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "storm/_HOST",
|
|
|
+ "description": "Principal name for Supervisor. _HOST will get automatically replaced with actual hostname at an instance of Supervisor.",
|
|
|
+ "displayType": "principal",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isConfigurable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "SUPERVISOR",
|
|
|
+ "component": "SUPERVISOR"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nimbus_keytab",
|
|
|
+ "displayName": "Path to Nimbus keytab file",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "/etc/security/keytabs/storm.service.keytab",
|
|
|
+ "description": "Path to the Nimbus keytab file",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "NIMBUS",
|
|
|
+ "component": "NIMBUS"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "nimbus_principal_name",
|
|
|
+ "displayName": "Nimbus principal name",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "storm/_HOST",
|
|
|
+ "description": "Principal name for Nimbus. _HOST will get automatically replaced with actual hostname at an instance of Nimbus.",
|
|
|
+ "displayType": "principal",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isConfigurable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "NIMBUS",
|
|
|
+ "component": "NIMBUS"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_ui_server_keytab",
|
|
|
+ "displayName": "Path to Storm UI Server keytab file",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "/etc/security/keytabs/storm.service.keytab",
|
|
|
+ "description": "Path to the Storm UI Server keytab file",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "STORM_UI_SERVER",
|
|
|
+ "component": "STORM_UI_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_ui_server_principal_name",
|
|
|
+ "displayName": "Storm UI Server principal name",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "storm/_HOST",
|
|
|
+ "description": "Principal name for Storm UI Server. _HOST will get automatically replaced with actual hostname at an instance of Storm UI Server.",
|
|
|
+ "displayType": "principal",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isConfigurable": false,
|
|
|
+ "serviceName": "STORM",
|
|
|
+ "category": "STORM_UI_SERVER",
|
|
|
+ "component": "STORM_UI_SERVER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_principal_name",
|
|
|
+ "displayName": "Storm principal name",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "storm",
|
|
|
+ "description": "This is the principal name for Storm user",
|
|
|
+ "displayType": "principal",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isConfigurable": false,
|
|
|
+ "serviceName": "GENERAL",
|
|
|
+ "category": "AMBARI"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "storm_keytab",
|
|
|
+ "displayName": "Path to Storm keytab file",
|
|
|
+ "value": "",
|
|
|
+ "defaultValue": "/etc/security/keytabs/storm.service.keytab",
|
|
|
+ "description": "Path to the Storm Service keytab file",
|
|
|
+ "displayType": "directory",
|
|
|
+ "isVisible": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "serviceName": "GENERAL",
|
|
|
+ "category": "AMBARI"
|
|
|
}
|
|
|
]
|
|
|
};
|