Documentation
¶
Overview ¶
Package manager is is the main coordinator for the ONOS control subsystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
RoleStore store.RoleStore
ChangesChannel chan admin.DeviceRoleChange
// contains filtered or unexported fields
}
Manager single point of entry for the zero touch provisioning system.
func GetManager ¶
func GetManager() *Manager
GetManager returns the initialized and running instance of manager. Should be called only after NewManager and Run are done.
func LoadManager ¶
func LoadManager(roleStorePath string, opts ...grpc.DialOption) (*Manager, error)
LoadManager creates a provisioning subsystem manager primed with stores loaded from the specified files.
func NewManager ¶
NewManager initializes the provisioning manager subsystem.
Click to show internal directories.
Click to hide internal directories.