Skip to content

OSISM client, api, scheduler, and worker services

License

Notifications You must be signed in to change notification settings

lindenb1/python-osism

 
 

Repository files navigation

python-osism

Quay

python-osism is responsible for controlling and providing various APIs within OSISM.

Total overview

osism

python-osism in detail

python-osism

Services

API

Beat

Listener

Watchdog

Workers

Ansible

Ceph

Conductor

Kolla

Netbox

OpenStack

Reconciler

Commands

apply

bifrost

netbox

reconciler

service

status

worker

States & Transitions

The state 0 is reserved. Newly added devices are always in state 0.

The transfer of a device from a state a to a new state b takes place in 4 phases.

In phase 1 the state of a device in the Netbox is changed.

In phase 2 the new configuration is generated based on the state in the Netbox.

In phase 3, the generated configuration is deployed on the switch.

In phase 4, the configuration on the switch is compared with the state in the Netbox.

After phase 4 is completed, the device is in the new state b.

Netbox state machine

dot -Tpng contrib/netbox-state-machine.dot -o contrib/netbox-state-machine.png

Pre-defined states

  • State 0: new device
  • State a: unprovisioned device, ready for introspection
  • State b: introspected device, ready for cleaning or provisioning
  • State c: provisioned device

About

OSISM client, api, scheduler, and worker services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Dockerfile 2.3%
  • Shell 1.0%