|
1 | | -name,description,max_concurrent,external_failover,role_scope |
2 | | -automate,Automation Engine,0,false,region |
3 | | -database_operations,Database Operations,0,false,region |
4 | | -database_owner,Database Owner,1,false,database |
5 | | -embedded_ansible,Embedded Ansible,0,false,region |
6 | | -ems_inventory,Provider Inventory,1,false,zone |
7 | | -ems_metrics_collector,Capacity & Utilization Data Collector,0,false,zone |
8 | | -ems_metrics_coordinator,Capacity & Utilization Coordinator,1,false,zone |
9 | | -ems_metrics_processor,Capacity & Utilization Data Processor,0,false,zone |
10 | | -ems_operations,Provider Operations,0,false,zone |
11 | | -event,Event Monitor,1,false,zone |
12 | | -git_owner,Git Repositories Owner,1,false,zone |
13 | | -internet_connectivity,Internet Connectivity,0,false,region |
14 | | -notifier,Notifier,1,false,region |
15 | | -reporting,Reporting,0,false,region |
16 | | -scheduler,Scheduler,1,false,region |
17 | | -smartproxy,SmartProxy,0,false,zone |
18 | | -smartstate,SmartState Analysis,0,false,zone |
19 | | -user_interface,User Interface,0,false,region |
20 | | -remote_console,Remote Consoles,0,false,region |
21 | | -web_services,Web Services,0,false,region |
| 1 | +name,description,max_concurrent,external_failover,role_scope,default |
| 2 | +automate,Automation Engine,0,false,region,true |
| 3 | +database_operations,Database Operations,0,false,region,true |
| 4 | +database_owner,Database Owner,1,false,database,false |
| 5 | +embedded_ansible,Embedded Ansible,0,false,region,false |
| 6 | +ems_inventory,Provider Inventory,1,false,zone,true |
| 7 | +ems_metrics_collector,Capacity & Utilization Data Collector,0,false,zone,true |
| 8 | +ems_metrics_coordinator,Capacity & Utilization Coordinator,1,false,zone,true |
| 9 | +ems_metrics_processor,Capacity & Utilization Data Processor,0,false,zone,true |
| 10 | +ems_operations,Provider Operations,0,false,zone,true |
| 11 | +event,Event Monitor,1,false,zone,event |
| 12 | +git_owner,Git Repositories Owner,1,false,zone,false |
| 13 | +internet_connectivity,Internet Connectivity,0,false,region,false |
| 14 | +notifier,Notifier,1,false,region,true |
| 15 | +reporting,Reporting,0,false,region,true |
| 16 | +scheduler,Scheduler,1,false,region,true |
| 17 | +smartproxy,SmartProxy,0,false,zone,false |
| 18 | +smartstate,SmartState Analysis,0,false,zone,true |
| 19 | +user_interface,User Interface,0,false,region,true |
| 20 | +remote_console,Remote Consoles,0,false,region,true |
| 21 | +web_services,Web Services,0,false,region,true |
0 commit comments