Releases: xcat2/xcat-inventory
xcat-inventory v0.1.8 release
This release is compatible with xCAT 2.16.1
xcat-inventory
supports python2 only. Due to python rpm packaging differences between RHEL 7 and RHEL 8, two xcat-inventory
RPMs are available. xcat-inventory-0.1.8-1.el7.noarch.rpm
is provided for RHEL 7 and xcat-inventory-0.1.8-1.el8.noarch.rpm
is provided for RHEL 8.
xcat-inventory-0.1.8-1.el7.noarch.rpm
xcat-inventory-0.1.8-1.el8.noarch.rpm
xcat-inventory
requires the Python module sh
to be installed. It can be installed on RHEL8 with pip2 install sh
and on RHEL7 with pip install sh
xcat-inventory v0.1.7 release
This release is compatible with xCAT 2.15.1
xcat-inventory
supports python2
only. Due to python rpm packaging differences between RHEL 7 and RHEL 8, two xcat-inventory
RPMs are available. xcat-inventory-0.1.7-1.el7.noarch.rpm
is provided for RHEL 7 and xcat-inventory-0.1.7-1.el8.noarch.rpm
is provided for RHEL 8.
- xcat-inventory-0.1.7-1.el7.noarch.rpm
- xcat-inventory-0.1.7-1.el8.noarch.rpm
xcat-inventory
requires the Python module sh
to be installed. It can be installed with either yum install python2-sh
from the epel repository or pip install sh
.
xcat-inventory 0.1.6 release
This release is compatible with xCAT 2.14.5 release
New features:
-
new schema version "2.0", support the attributes mapped from tables with multiple primary keys(
security_info. productkey
of node object,network_info. connections
of node object, passwd object) -
new option
--env-file
forxcat-inventory import
to import inventory file with variables, the values of which are contained in the specified yaml file
xcat-inventory 0.1.5 release
This release is compatible with xCAT 2.14.3 release
New features:
-
smart mechanism to keep compatibility between xcat-inventory schema version and xCAT release:
--xcat-inventory export
will choose the correct schema version for the running xCAT release
--xcat-inventory import
will validate the compatibility between schema version of inventory file and running xCAT release -
the default format of inventory file is changed to "yaml"
-
a new inventory type "credential" is added to cover the inventory of xCAT SSL credentials:
-- CA cert
-- server CA+private key
-- client CA+private key of "root"
xcat-inventory 0.1.4 release
This release is compatible with xCAT 2.14.2 release
new features:
-
support variables(format: {{VARIABLE NAME}}) in osimage inventory file
-
support a new option -e = for xcat-inventory import to import osimage inventory file with specified variables
xcat-inventory 0.1.3 release
new features:
- dump the inventory data to a specified file with
xcat-inventory export -f
- export/import the cluster inventory data to/from a inventory directory with
xcat-inventory export/import -d
- export/import osimage inventory data to/from a inventory directory with
xcat-inventory export/import -t osimage -d
- comma(,) delimited multiple object types for
xcat-inventory export/import -t
xcat-inventory 0.1.2
- fixed some issues in object schema s
- finished the verification of attribute validation during object import