cfme.infrastructure.provider.rhevm module

class cfme.infrastructure.provider.rhevm.RHEVMEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

view_value_mapping
class cfme.infrastructure.provider.rhevm.RHEVMEndpointForm(*args, **kwargs)[source]

Bases: widgetastic.widget.View

candu

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

default

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

class cfme.infrastructure.provider.rhevm.RHEVMProvider(parent, endpoints=NOTHING, name=None, key=None, zone=None, start_ip=None, end_ip=None, provider_data=None)[source]

Bases: cfme.infrastructure.provider.InfraProvider

__ge__(other)

Automatically created by attrs.

__gt__(other)

Automatically created by attrs.

__le__(other)

Automatically created by attrs.

__lt__(other)

Automatically created by attrs.

__ne__(other)

Check equality and either forward a NotImplemented or return the result negated.

__repr__()

Automatically created by attrs.

bad_credentials_error_msg = 'Credential validation was not successful'
catalog_item_type

alias of RHVCatalogItem

db_types = ['Redhat::InfraManager']
deployment_helper(deploy_args)[source]

Used in utils.virtual_machines

discover_dict = {'rhevm': True}
ems_events = [('vm_create', {'vm_or_template_id': None, 'event_type': 'USER_ADD_VM_FINISHED_SUCCESS'}), ('vm_stop', {'vm_or_template_id': None, 'event_type': 'USER_STOP_VM'}), ('vm_start', {'vm_or_template_id': None, 'event_type': 'USER_RUN_VM'}), ('vm_delete', {'vm_or_template_id': None, 'event_type': 'USER_REMOVE_VM_FINISHED'})]
endpoints_form

alias of RHEVMEndpointForm

classmethod from_config(prov_config, prov_key)[source]
get_console_connection_status()[source]
get_console_ctrl_alt_del_btn()[source]
get_console_fullscreen_btn()[source]
get_remote_console_canvas()[source]
mgmt_class = <Mock name='mock.RHEVMSystem' id='140507802866320'>
settings_key = 'ems_redhat'
type_name = 'rhevm'
view_value_mapping
vm_utilization_view

alias of RHEVMVMUtilizationView

class cfme.infrastructure.provider.rhevm.RHEVMVMUtilizationView(*args, **kwargs)[source]

Bases: cfme.common.candu_views.VMUtilizationView

A VM Utilization view for rhevm providers

vm_cpu

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

vm_disk

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

vm_memory

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

vm_network

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.