Skip to content

keedya/python-shovel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shovel Server

Overview

Shovel is an application that provides a service with a set of APIs that wraps around RackHD/Ironic’s existing APIs. It allows users to find Baremetal the compute nodes that were dynamically discovered by RackHD. In addition, it enables the user to register/unregister the nodes with Ironic (OpenStack Bare Metal Provisioning Program).Shovel also provides poller service that monitors compute nodes and logs the errors from SEL into the Ironic Database. A Shovel Horizon plugin is also provided to interface with the Shovel service. The plugin adds a new Panel to the admin Dashboard called rackhd that displays a table of all the Baremetal systems discovered by RackHD. It also allows the user to see the node catalog in a nice table View, Register/Unregister node in Ironic, display node SEL and enable/register a failover node.

Demo

Shovel

setup

configuration

  • Config file can be found in python-shovel/config/config.yml

ui

  • Shovel swagger is reachable via (shovel-host':'shovel port')/#
  • Shovel swagger json file can be found at ('shovel-host':'shovel port')/swagger.json

Run in docker

  • docker build -t rackhd/shovel .
  • docker run -p 9005:9005

If you want to mount a different config yml you can run:

  • docker run -p 9005:9005 -v ~/python-shovel/config/config.yml:/usr/src/app/config/config.yml

About

Shovel(RackHD/OpenStack Coordinator)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages