Provide support for data producer identifier during registration (CPS-1964 1)

- Added support for the dataProducerIdentifier to be added,
and updated from blank to something once
- The dataProducerIdentifier is persisted in the DB

Issue-ID: CPS-2105
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I1c230be8f9402154a761e8c2ba4d8a6331965b3c
diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/NcmpPerfTestBase.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/NcmpPerfTestBase.groovy
index 19c96fd..ab5c0ef 100644
--- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/NcmpPerfTestBase.groovy
+++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/NcmpPerfTestBase.groovy
@@ -72,7 +72,7 @@
     }
 
     def createRegistrySchemaSet() {
-        def modelAsString = readResourceDataFile('ncmp-registry/dmi-registry@2023-11-27.yang')
+        def modelAsString = readResourceDataFile('ncmp-registry/dmi-registry@2024-02-23.yang')
         cpsModuleService.createSchemaSet(NCMP_PERFORMANCE_TEST_DATASPACE, REGISTRY_SCHEMA_SET, [registry: modelAsString])
     }
 
diff --git a/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2023-11-27.yang b/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2024-02-23.yang
similarity index 93%
rename from integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2023-11-27.yang
rename to integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2024-02-23.yang
index e3152cb..d7b4ff7 100644
--- a/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2023-11-27.yang
+++ b/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2024-02-23.yang
@@ -8,6 +8,11 @@
 
   contact "toine.siebelink@est.tech";
 
+  revision "2024-02-23" {
+      description
+      "Added data-producer-identifier";
+    }
+
   revision "2023-11-27" {
     description
     "Added alternateId";
@@ -91,6 +96,9 @@
       leaf alternate-id {
         type string;
       }
+      leaf data-producer-identifier {
+        type string;
+      }
 
       list additional-properties {
         key "name";