X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Fyang%2Frw-pkg-mgmt.yang;h=c5689906a58df510db70bd134c036413d6706883;hb=cd455eba9834532e57a661e41cd5864afc90ddec;hp=5c68f0020af67d357e6c65aa18d9895be1ca34fa;hpb=0f5e8c0bdb1d12863688400a56b54b10188b21a8;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/yang/rw-pkg-mgmt.yang b/rwlaunchpad/plugins/yang/rw-pkg-mgmt.yang index 5c68f002..c5689906 100644 --- a/rwlaunchpad/plugins/yang/rw-pkg-mgmt.yang +++ b/rwlaunchpad/plugins/yang/rw-pkg-mgmt.yang @@ -53,10 +53,22 @@ module rw-pkg-mgmt prefix "manotypes"; } + import rw-vnfd { + prefix "rwvnfd"; + } + + import rw-nsd { + prefix "rwnsd"; + } + import rw-project { prefix "rw-project"; } + import rw-project-mano { + prefix "rw-project-mano"; + } + revision 2017-02-08 { description "Update model to support projects."; @@ -215,7 +227,7 @@ module rw-pkg-mgmt input { uses package-identifer; - + uses manotypes:rpc-project-name; } output { @@ -260,6 +272,7 @@ module rw-pkg-mgmt description "Valid ID to track the status of the task"; type string; } + uses manotypes:rpc-project-name; } } @@ -277,6 +290,7 @@ module rw-pkg-mgmt description "Valid ID to track the status of the task"; type string; } + uses manotypes:rpc-project-name; } } @@ -316,6 +330,8 @@ module rw-pkg-mgmt description "Valid ID to track the status of the task"; type string; } + + uses manotypes:rpc-project-name; } } @@ -333,6 +349,7 @@ module rw-pkg-mgmt description "Valid ID to track the status of the task"; type string; } + uses manotypes:rpc-project-name; } } @@ -354,7 +371,9 @@ module rw-pkg-mgmt description "Trace in case of a failure"; type string; } + + uses manotypes:rpc-project-name; } } -} \ No newline at end of file +}