Skip to content

Releases: xcat2/xcat-inventory

xcat-inventory v0.1.8 release

28 Sep 16:11
aeb2e3e
Compare
Choose a tag to compare

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

07 Apr 18:31
85ae30c
Compare
Choose a tag to compare

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.

  1. xcat-inventory-0.1.7-1.el7.noarch.rpm
  2. 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

07 Dec 06:20
fe6900c
Compare
Choose a tag to compare

This release is compatible with xCAT 2.14.5 release

New features:

  1. 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)

  2. new option --env-file for xcat-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

24 Aug 06:30
c6b0af7
Compare
Choose a tag to compare

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

13 Jul 10:36
Compare
Choose a tag to compare
Pre-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

31 May 05:45
2ed6d1c
Compare
Choose a tag to compare

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

04 Apr 04:16
1534bdc
Compare
Choose a tag to compare
  • fixed some issues in object schema s
  • finished the verification of attribute validation during object import

xcat-inventory-0.1.2-snap201804040002.noarch.rpm.zip

xcat-inventory 0.1.1 release

10 Mar 06:31
4a4e767
Compare
Choose a tag to compare