ovn-central-k8s

Ovn Central K8S

  • OpenStack Charmers
Channel Revision Published Runs on
24.03/beta 110 11 Dec 2024
Ubuntu 24.04 Ubuntu 22.04
24.03/beta 105 22 Nov 2024
Ubuntu 24.04 Ubuntu 22.04
24.03/edge 110 09 Dec 2024
Ubuntu 24.04 Ubuntu 22.04
24.03/edge 105 08 Oct 2024
Ubuntu 24.04 Ubuntu 22.04
23.09/stable 62 06 Dec 2023
Ubuntu 22.04
23.09/candidate 75 25 Mar 2024
Ubuntu 22.04
23.09/beta 75 25 Mar 2024
Ubuntu 22.04
23.09/edge 75 23 Feb 2024
Ubuntu 22.04
23.03/stable 61 26 Sep 2023
Ubuntu 22.04
23.03/candidate 66 12 Jan 2024
Ubuntu 22.04
23.03/beta 66 10 Jan 2024
Ubuntu 22.04
23.03/edge 66 13 Dec 2023
Ubuntu 22.04
22.03/beta 35 10 Mar 2023
Ubuntu 22.04
22.03/edge 43 26 May 2023
Ubuntu 22.04
21.09/beta 20 15 Nov 2022
Ubuntu 22.04
21.09/edge 33 20 Jan 2023
Ubuntu 22.04
juju deploy ovn-central-k8s --channel 23.09/stable
Show information

Platform:

charms.ovn_central_k8s.v0.ovsdb

TODO: Add a proper docstring here.

This is a placeholder docstring for this charm library. Docstrings are presented on Charmhub and updated whenever you push a new version of the library.

Complete documentation about creating and documenting libraries can be found in the SDK docs at https://juju.is/docs/sdk/libraries.

See charmcraft publish-lib and charmcraft fetch-lib for details of how to share and consume charm libraries. They serve to enhance collaboration between charmers. Use a charmer's libraries for classes that handle integration with their charm.

Bear in mind that new revisions of the different major API versions (v0, v1, v2 etc) are maintained independently. You can continue to update v0 and v1 after you have pushed v3.

Markdown is supported, following the CommonMark specification.


class OVSDBCMSConnectedEvent

Description

OVSDBCMS connected Event. None

class OVSDBCMSReadyEvent

Description

OVSDBCMS ready for use Event. None

class OVSDBCMSGoneAwayEvent

Description

OVSDBCMS relation has gone-away Event None

class OVSDBCMSServerEvents

Description

Events class for on None

class OVSDBCMSRequires

Description

OVSDBCMSRequires class None

Methods

OVSDBCMSRequires. __init__( self , charm , relation_name: str )

OVSDBCMSRequires. bound_hostnames( self )

OVSDBCMSRequires. bound_addresses( self )

OVSDBCMSRequires. remote_ready( self )

OVSDBCMSRequires. get_all_unit_values( self , key: str )

Description

Retrieve value for key from all related units. None

class OVSDBCMSClientConnectedEvent

Description

OVSDBCMS connected Event. None

class OVSDBCMSClientReadyEvent

Description

OVSDBCMS ready for use Event. None

class OVSDBCMSClientGoneAwayEvent

Description

OVSDBCMS relation has gone-away Event None

class OVSDBCMSClientEvents

Description

Events class for on None

class OVSDBCMSProvides

Description

OVSDBCMSProvides class None

Methods

OVSDBCMSProvides. __init__( self , charm , relation_name )

OVSDBCMSProvides. set_unit_data( self , settings )

Description

Publish settings on the peer unit data bag. None