ha/service-mgmt/sm-db/database
Fabiano Mercer f411a3c27f Removing unnecessary IP for platform-nfs.
It is not necessary to allocate a specific IP address
for NFS.
It will use the floating management IP address, so there is
no reason to use the platform-nfs-ip service anymore.
With this change, another IP address is available to
configure an additional Worker node.
( i.e: subnet /29 )

Story: 2010351
Task: 46502

Test plan ( Debian only )
PASS Installed 2+2 system with subnet configuration (/29)
     (2controllers, 2 workers)
PASS system host-lock/unlock/swact between controllers
PASS Installed 2+2 system using IPv6 subnet


Depends-On: https://review.opendev.org/c/starlingx/stx-puppet/+/859903
Change-Id: I1e8c85341b8c8e337794d344585deff2904daeb5
2022-10-25 10:07:00 -03:00
..
Makefile Remove version from sm-db folder 2019-09-26 14:08:15 -05:00
README Remove version from sm-db folder 2019-09-26 14:08:15 -05:00
create_sm_db.sql Removing unnecessary IP for platform-nfs. 2022-10-25 10:07:00 -03:00
create_sm_hb_db.sql Remove version from sm-db folder 2019-09-26 14:08:15 -05:00
sm-patch.sql Remove version from sm-db folder 2019-09-26 14:08:15 -05:00

README

The SM database is generated by the corresponding SQL scripts:
create_sm_db.sql -> sm.db
create_sm_hb_db.sql -> sm.db.hb

Instructions:
1. Update the corresponding SQL script i.e, create_sm_db.sql or create_sm_hb_db.sql:
    Add proper SQL statement(s) (insert, update, delete) to the sql file.