Skip to content

A virtual BMC for controlling virtual machines using IPMI commands. Mirror of code maintained at opendev.org.

License

Notifications You must be signed in to change notification settings

kpostrup/virtualbmc

This branch is 12 commits ahead of, 27 commits behind openstack/virtualbmc:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2021
Jul 22, 2021
Jan 4, 2021
May 25, 2020
Jul 20, 2021
May 31, 2021
Jun 20, 2018
Jul 22, 2021
Apr 19, 2019
Jun 20, 2018
Mar 26, 2018
Jul 22, 2021
Jul 25, 2017
Feb 11, 2016
Apr 23, 2019
May 25, 2020
Sep 11, 2020
May 14, 2021
Apr 5, 2020
Jan 4, 2021
May 25, 2021

Repository files navigation

VirtualBMC

Team and repository tags

Overview

A virtual BMC for controlling virtual machines using IPMI commands.

Installation

pip install virtualbmc

Supported IPMI commands

# Power the virtual machine on, off, graceful off, NMI and reset
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power on|off|soft|diag|reset

# Check the power status
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power status

# Set the boot device to network, hd or cdrom
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootdev pxe|disk|cdrom

# Get the current boot device
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootparam get 5

Project resources

Project status, bugs, and requests for feature enhancements (RFEs) are tracked in StoryBoard: https://storyboard.openstack.org/#!/project/openstack/virtualbmc

For information on how to contribute to VirtualBMC, see https://docs.openstack.org/virtualbmc/latest/contributor

About

A virtual BMC for controlling virtual machines using IPMI commands. Mirror of code maintained at opendev.org.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Dockerfile 0.9%