|
5 days ago | |
---|---|---|
doc | 3 weeks ago | |
releasenotes | 8 months ago | |
virtualbmc | 4 months ago | |
zuul.d | 1 month ago | |
.coveragerc | 2 years ago | |
.gitignore | 2 years ago | |
.gitreview | 1 year ago | |
.stestr.conf | 2 years ago | |
CONTRIBUTING.rst | 2 years ago | |
HACKING.rst | 3 years ago | |
LICENSE | 5 years ago | |
README.rst | 1 year ago | |
bindep.txt | 8 months ago | |
requirements.txt | 4 months ago | |
setup.cfg | 8 months ago | |
setup.py | 9 months ago | |
test-requirements.txt | 3 weeks ago | |
tox.ini | 5 days ago |
A virtual BMC for controlling virtual machines using 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 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