cfme.networks.provider.nuage module

class cfme.networks.provider.nuage.NuageEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

view_value_mapping
class cfme.networks.provider.nuage.NuageEndpointForm(*args, **kwargs)[source]

Bases: widgetastic.widget.View

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.

events

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.networks.provider.nuage.NuageProvider(parent, endpoints=NOTHING, name=None, provider=None, key=None, api_version=None, api_version_name=None)[source]

Bases: cfme.networks.provider.NetworkProvider

Class representing network provider in sdn

Note: Network provider can be added to cfme database
only automaticaly with cloud provider
STATS_TO_MATCH = ['num_security_group', 'num_cloud_subnet']
__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.

db_types = ['Nuage::NetworkManager']
endpoints_form

alias of NuageEndpointForm

classmethod from_config(prov_config, prov_key)[source]

Returns the NuageProvider object based on cfme_data.yaml and credentials.eyaml.

Parameters:
  • prov_config – corresponding section of cfme_data.yaml for this provider
  • prov_key – key of this provider, as specified in cfme_data.yaml

Returns: NuageProvider object filled with all the data

in_version = ('5.9', Version('master'))
mgmt
mgmt_class = <Mock name='mock.NuageSystem' id='140507794851920'>
num_cloud_subnet(*args, **kwargs)
num_cloud_subnet_ui = None
num_security_group(*args, **kwargs)
num_security_group_ui = None
settings_key = 'ems_nuage'
type_name = 'nuage'
view_value_mapping