ha/service-mgmt/sm-db/database
Andre Kantek 64278ce1e6 Split IP services in IPv4 and IPv6 for dual-stack support
This change splits the IP service for each platform network into ipv4
and ipv6 t support dual-stack. It still supporting single-stack (when
there is only ipv4 or ipv6)

Test Plan:
[PASS] install, lock, unlock and swact for the following setups:
       - AIO-SX (IPv4 and IPv6)
       - AIO-DX (IPv4 and IPv6)
       - Standard (IPv4 and IPv6)
       - DC (SysCtrl=AIO-DX, subcloud=AIO-SX)
[PASS] Add dual-stack configuration and validate services operation
       with lock, unlock and swact:
       - AIO-SX (IPv4 and IPv6)
       - AIO-DX (IPv4 and IPv6)
       - Standard (IPv4 and IPv6)
       - DC (SysCtrl=AIO-DX, subcloud=AIO-SX), using the admin network

Story: 2011027
Task: 49761

Change-Id: Ic6451cae04769409babd2d6507c3677d1cce5617
Signed-off-by: Andre Kantek <andrefernandozanella.kantek@windriver.com>
2024-04-16 14:15:04 -03:00
..
Makefile Fix /var are not updated according to the patch changes 2023-08-10 14:52:02 +00:00
README Remove version from sm-db folder 2019-09-26 14:08:15 -05:00
create_sm_db.sql Split IP services in IPv4 and IPv6 for dual-stack support 2024-04-16 14:15:04 -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.