2017-07-28 12:00:56 +02:00
|
|
|
==========
|
|
|
|
VirtualBMC
|
|
|
|
==========
|
2016-05-05 16:30:17 +01:00
|
|
|
|
2019-01-15 09:41:52 +01:00
|
|
|
Team and repository tags
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
.. image:: https://governance.openstack.org/tc/badges/virtualbmc.svg
|
|
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
|
|
|
|
|
|
|
Overview
|
|
|
|
--------
|
|
|
|
|
2016-05-05 16:30:17 +01:00
|
|
|
A virtual BMC for controlling virtual machines using IPMI commands.
|
|
|
|
|
2022-10-26 08:25:59 -07:00
|
|
|
This software is intended for CI and development use only. Please do not run
|
|
|
|
VirtualBMC in a production environment for any reason.
|
|
|
|
|
2016-05-05 16:30:17 +01:00
|
|
|
Installation
|
2019-01-15 09:41:52 +01:00
|
|
|
~~~~~~~~~~~~
|
2016-05-05 16:30:17 +01:00
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
pip install virtualbmc
|
|
|
|
|
2019-01-15 09:41:52 +01:00
|
|
|
|
2016-05-05 16:30:17 +01:00
|
|
|
Supported IPMI commands
|
2019-01-15 09:41:52 +01:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
2016-05-05 16:30:17 +01:00
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
2018-01-17 14:45:39 +08:00
|
|
|
# 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
|
2016-05-05 16:30:17 +01:00
|
|
|
|
|
|
|
# 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
|
2017-02-10 10:34:51 +00:00
|
|
|
|
2019-01-15 09:41:52 +01:00
|
|
|
Project resources
|
|
|
|
~~~~~~~~~~~~~~~~~
|
2017-02-10 10:34:51 +00:00
|
|
|
|
2019-01-15 09:41:52 +01:00
|
|
|
* Documentation: https://docs.openstack.org/virtualbmc/latest
|
2019-04-23 19:40:31 +08:00
|
|
|
* Source: https://opendev.org/openstack/virtualbmc
|
2019-01-15 09:41:52 +01:00
|
|
|
* Bugs: https://storyboard.openstack.org/#!/project/openstack/virtualbmc
|
|
|
|
* Release Notes: https://docs.openstack.org/releasenotes/virtualbmc/
|
|
|
|
|
|
|
|
Project status, bugs, and requests for feature enhancements (RFEs) are tracked
|
|
|
|
in StoryBoard:
|
|
|
|
https://storyboard.openstack.org/#!/project/openstack/virtualbmc
|
2017-02-10 10:34:51 +00:00
|
|
|
|
2019-01-15 09:41:52 +01:00
|
|
|
For information on how to contribute to VirtualBMC, see
|
|
|
|
https://docs.openstack.org/virtualbmc/latest/contributor
|
2017-02-10 10:34:51 +00:00
|
|
|
|