Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9098 from john-dupuy/add-internet-connectivity-ro…
Browse files Browse the repository at this point in the history
…le-511

[1LP][RFR] Add in internet_connectivity server role for CFME 5.11
  • Loading branch information
mshriver authored Jul 22, 2019
2 parents 77ea1b7 + 8745d51 commit da67f54
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions cfme/configure/configuration/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,16 @@ class ServerInformation(Updateable, Pretty):
* decryption: url description
"""
CONSOLE_TYPES = ('VNC', 'VMware VMRC Plugin', 'VMware WebMKS')
SERVER_ROLES = ('embedded_ansible', 'ems_metrics_coordinator', 'ems_operations',
'ems_metrics_collector', 'reporting', 'ems_metrics_processor', 'scheduler',
'smartproxy', 'database_operations', 'smartstate', 'event', 'user_interface',
'web_services', 'ems_inventory', 'notifier', 'automate',
'rhn_mirror', 'remote_console', 'database_synchronization_role', 'git_owner',
'websocket', 'storage_metrics_processor', 'storage_metrics_collector',
'storage_metrics_coordinator', 'storage_inventory', 'vmdb_storage_bridge',
'cockpit_ws', 'remote_console')

SERVER_ROLES = (
'embedded_ansible', 'ems_metrics_coordinator', 'ems_operations',
'ems_metrics_collector', 'reporting', 'ems_metrics_processor', 'scheduler',
'smartproxy', 'database_operations', 'smartstate', 'event', 'user_interface',
'web_services', 'ems_inventory', 'notifier', 'automate',
'rhn_mirror', 'remote_console', 'database_synchronization_role', 'git_owner',
'websocket', 'storage_metrics_processor', 'storage_metrics_collector',
'storage_metrics_coordinator', 'storage_inventory', 'vmdb_storage_bridge',
'cockpit_ws', 'remote_console', 'internet_connectivity'
)
_basic_information = ['hostname', 'company_name', 'appliance_name', 'appliance_zone',
'time_zone', 'locale']
_vmware_console = ['console_type']
Expand Down

0 comments on commit da67f54

Please sign in to comment.