...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
module subscription { yang-version 1.1; namespace "org:onap:ncmp:subscription"; revision "2022-10-12" { description "NCMP subscription model"; } container subscription-registry { list subscription { key "clientID clientName"; leaf clientID { type string; } leaf clientName { type string; } leaf topic { type string; } leaf isTagged { type boolean; } leaf-list dmi-service-names { type string; } } } } |
Note:
leaf-list dmi-service-names : added as part of
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Onboarding via docker container
Starting CPS requires running the project via a docker-compose file wherein the following services/containers are set up:
...
POC: init-db container log output