diff options
author | emaclee <lee.anjella.macabuhay@est.tech> | 2024-01-18 17:27:54 +0000 |
---|---|---|
committer | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2024-01-18 17:37:52 +0000 |
commit | 6c0f24cafc8aa0be475484b2d950d48b6741ca7c (patch) | |
tree | 4c5dd017b8a9a018248cd18b0099afae2ab97a0c /cps-ncmp-service/src/main/resources/models | |
parent | 5ee1836bd9a2336afad291623db5b265f27d801a (diff) |
Remove onboarding of old solution subscription model
-Remove onboarding of old subscription model
-Remove initial solution subscription model
Change-Id: Id930dcfd078d71e7c275d0a3ef1117f8fed2e9d3
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/main/resources/models')
-rw-r--r-- | cps-ncmp-service/src/main/resources/models/subscription.yang | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/cps-ncmp-service/src/main/resources/models/subscription.yang b/cps-ncmp-service/src/main/resources/models/subscription.yang deleted file mode 100644 index 7096c18abc..0000000000 --- a/cps-ncmp-service/src/main/resources/models/subscription.yang +++ /dev/null @@ -1,57 +0,0 @@ -module subscription { - yang-version 1.1; - namespace "org:onap:ncmp:subscription"; - - prefix subs; - - revision "2023-03-21" { - description - "NCMP subscription model"; - } - - container subscription-registry { - list subscription { - key "clientID subscriptionName"; - - leaf clientID { - type string; - } - - leaf subscriptionName { - type string; - } - - leaf topic { - type string; - } - - leaf isTagged { - type boolean; - } - - container predicates { - - list targetCmHandles { - key "cmHandleId"; - - leaf cmHandleId { - type string; - } - - leaf status { - type string; - } - - leaf details { - type string; - } - } - - leaf datastore { - type string; - } - } - - } - } -}
\ No newline at end of file |