manager

package
v0.10.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2022 License: Apache-2.0 Imports: 20 Imported by: 9

Documentation

Overview

Package manager is the main coordinator for the ONOS configuration subsystem.

Index

Constants

View Source
const OIDCServerURL = "OIDC_SERVER_URL"

OIDCServerURL - address of an OpenID Connect server

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.10.8

type Config struct {
	CAPath      string
	KeyPath     string
	CertPath    string
	GRPCPort    int
	TopoAddress string
	Plugins     []string
}

Config is a manager configuration

type Manager

type Manager struct {
	Config Config
	// contains filtered or unexported fields
}

Manager single point of entry for the config system.

func NewManager

func NewManager(cfg Config) *Manager

NewManager initializes the network config manager subsystem.

func (*Manager) Close

func (m *Manager) Close()

Close kills the manager

func (*Manager) Run

func (m *Manager) Run()

Run starts a synchronizer based on the devices and the northbound services.

func (*Manager) Start added in v0.10.8

func (m *Manager) Start() error

Start starts the manager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL