diff options
author | emaclee <lee.anjella.macabuhay@est.tech> | 2023-02-09 15:17:13 +0000 |
---|---|---|
committer | emaclee <lee.anjella.macabuhay@est.tech> | 2023-03-03 14:43:52 +0000 |
commit | 02bffef6d216ed03206526d49a4fb20124bfafe9 (patch) | |
tree | dbdd98ee9fa75aa0a24bd154c26d51d4c8da8110 /cps-ncmp-service/src/main/resources | |
parent | e28b62148676d189bdd11b78d8d78419d548e358 (diff) |
JAVA onboarding of YANG model
- removed docker compose init container
- removed init container script files
- created new model loader class to onboard YANG model which
runs after the application has set up
- new model loader class is created in new package in
cps-service (org.onap.cps.ncmp.init)
Issue-ID: CPS-1467
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
Change-Id: I35fe82817aff7783520acf8db66ad504271026bd
Diffstat (limited to 'cps-ncmp-service/src/main/resources')
-rw-r--r-- | cps-ncmp-service/src/main/resources/model/subscription.yang | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/main/resources/model/subscription.yang b/cps-ncmp-service/src/main/resources/model/subscription.yang index c5dee43802..ad358445b2 100644 --- a/cps-ncmp-service/src/main/resources/model/subscription.yang +++ b/cps-ncmp-service/src/main/resources/model/subscription.yang @@ -28,6 +28,11 @@ module subscription { leaf isTagged { type boolean; } + + leaf-list dmi-service-names { + type string; + } + } } }
\ No newline at end of file |