diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:33:35 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:33:35 -0800 |
commit | 96a9aafdff7813324bc8a8ba1e743683e251dde6 (patch) | |
tree | 644c6837ab58ed21fb05f4bf988dc392875b9f8d /restconf-client/provider/src/test/resources/yang/execution-service.yang | |
parent | a0e97e71a49a8b54fddf8fb004b32f202f114011 (diff) |
Migrate files from sli-plugins
Migrate sli-plugins repo into new
directory "plugins".
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'restconf-client/provider/src/test/resources/yang/execution-service.yang')
-rw-r--r-- | restconf-client/provider/src/test/resources/yang/execution-service.yang | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/restconf-client/provider/src/test/resources/yang/execution-service.yang b/restconf-client/provider/src/test/resources/yang/execution-service.yang deleted file mode 100644 index d7cf68f12..000000000 --- a/restconf-client/provider/src/test/resources/yang/execution-service.yang +++ /dev/null @@ -1,43 +0,0 @@ -module execution-service { - yang-version 1.1; - namespace "cds:workflow:rest"; - prefix "cds"; - - revision "2019-05-21"; - - container process { - container commonHeader { - leaf originatorId { - type string; - } - leaf requestId { - type string; - } - leaf subRequestId { - type string; - } - } - container actionIdentifiers { - leaf blueprintName { - type string; - } - leaf blueprintVersion { - type string; - } - leaf actionName { - type string; - } - leaf mode { - type string; - } - } - container payload { - leaf-list template-prefix { - type string; - } - container resource-assignment-request { - anyxml resource-assignment-properties; - } - } - } -} |