config/sysinv/cgts-client/cgts-client
Hediberto Cavalcante da Silva 9ac2181705 Persist iSCSI Initiator Name, NVMe hostid and hostnqn [1/2]
This is a part of solution to persist some iSCSI and NVMe parameters
across host reinstallations, host upgrades and backup/restore.

We will persist this information in the i_host table of the sysinv
database in the following columns:
  - iscsi_initiator_name
  - nvme_host_id
  - nvme_host_nqn

Test Plan:
  PASS: After host-unlock, check if the puppet hieradata was updated
        with the new values.
  PASS: After manually change three configurations files, restart
        sysinv-conductor and sysinv-agent and check if changes are
        reflected in the inventory.
  PASS: After manually change three configurations files, wait for
        the sysinv-agent audit to fire and sysinv-agent and check
        if changes are reflected in the inventory.

Story: 2010693
Task: 48967

Change-Id: Iede05815d37d65547fc04de89bc6409853cbf54e
Signed-off-by: Hediberto Cavalcante da Silva <hediberto.cavalcantedasilva@windriver.com>
Signed-off-by: Gustavo Ornaghi Antunes <gustavo.ornaghiantunes@windriver.com>
Signed-off-by: Tiago Leal <Tiago.Leal@windriver.com>
2024-02-08 15:20:38 -03:00
..
cgtsclient Persist iSCSI Initiator Name, NVMe hostid and hostnqn [1/2] 2024-02-08 15:20:38 -03:00
tools StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.coveragerc Updates for cgtsclient to work with python3 2020-01-20 13:46:46 -06:00
.gitignore Convert from testrepository to stestr 2019-12-04 09:56:57 -06:00
.stestr.conf Convert from testrepository to stestr 2019-12-04 09:56:57 -06:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00
pylint.rc Fix failing tox and zuul for cgtsclient 2023-04-13 17:14:01 +00:00
requirements.txt cgts: Add missing dependencies 2021-04-16 13:39:12 +00:00
setup.cfg Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
setup.py Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
test-requirements.txt Fix failing tox and zuul for cgtsclient 2023-04-13 17:14:01 +00:00
tox.ini Fix failing tox and zuul for cgtsclient 2023-04-13 17:14:01 +00:00

README.rst