Create virtual BMCs for controlling virtual instances via IPMI
Project description
A virtual BMC for controlling virtual machines using IPMI commands.
Installation
pip install virtualbmc
Supported IPMI commands
# Power the virtual machine on or off
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power on|off
# 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 details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
virtualbmc-0.1.0.tar.gz
(21.8 kB
view hashes)
Built Distribution
virtualbmc-0.1.0-py2-none-any.whl
(25.3 kB
view hashes)
Close
Hashes for virtualbmc-0.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40976b877a3b86f3353a82b5d51a37dde25e356c8af960834a353449c8bf2155 |
|
MD5 | 1773cb903bc6ae73a56030f76c81b4a0 |
|
BLAKE2b-256 | 99080a8677547ad486ce97eda155ba7a199084c3e937716cd9f1b8e8ed4c295a |