mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-05 17:58:14 +00:00
* Add section for OpenBMC rflash in admin-guide, link this section to CORAL reference section * enhance rflash unattended doc * Add libnl3 to ib.rhels7.ppc64le.pkglist * Reverse installing xCAT-openbmc-py by default so we can require python dependencies * Adding documentation for installing xCAT-openbmc-py * enhance rflash doc * Fix indent problem for the comment lines For the usability issue, add more spaces to avoid of some errors when deleting the `#`. * Install first, then performance section * Modify all fullwidth colon in test case * remove the dependency, Load SOAP module dynamically * Add doc to enable goconserver by default Add the steps in documentation to enable goconserver by default. * Use makegocons instead of makeconservercf during discovery and provision * check if agent exists in process_request and give more clear message. * add usercase for xcat-inventory * Not start agent when no valid nodes (#4915)
22 lines
694 B
ReStructuredText
22 lines
694 B
ReStructuredText
xcat-inventory
|
|
==============
|
|
|
|
`xcat-inventory <https://github.com/xcat2/xcat-inventory>`_ is an inventory tool for the cluster managed by xCAT. Its features includes:
|
|
|
|
* a object based view of the cluster inventory, which is flexible, extensible and well formatted
|
|
|
|
* interfaces to export/import the cluster inventory data in yaml/json format, which can be then managed under source control
|
|
|
|
* inventory templates for typical clusters, which help user to defines a cluster easily
|
|
|
|
* ability to intergrate with Ansible(Comming Soon)
|
|
|
|
|
|
This section presents 2 typical user case of ``xcat-inventory``
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
version_control_inventory.rst
|
|
define_create_cluster.rst
|