X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fnsr.tailf.yang;h=6d5d8820dec019dadf3ea112cff209909babab89;hb=refs%2Fchanges%2F77%2F5477%2F1;hp=b68872ed354e0d646f26809a3a5e601cfa8a738b;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/models/plugins/yang/nsr.tailf.yang b/models/plugins/yang/nsr.tailf.yang index b68872ed..6d5d8820 100644 --- a/models/plugins/yang/nsr.tailf.yang +++ b/models/plugins/yang/nsr.tailf.yang @@ -1,7 +1,7 @@ /* * - * Copyright 2016 RIFT.IO Inc + * Copyright 2016-2017 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,22 +31,23 @@ module nsr-annotation prefix nsr; } - tailf:annotate "/nsr:ns-instance-opdata" { + import rw-project { + prefix "rw-project"; + } + + tailf:annotate "/rw-project:project/nsr:ns-instance-opdata" { tailf:callpoint rw_callpoint; } tailf:annotate "/nsr:exec-ns-service-primitive" { tailf:actionpoint rw_actionpoint; } - tailf:annotate "/nsr:exec-scale-out" { + tailf:annotate "/nsr:get-ns-service-primitive-values" { tailf:actionpoint rw_actionpoint; } tailf:annotate "/nsr:exec-scale-in" { tailf:actionpoint rw_actionpoint; } - tailf:annotate "/nsr:get-ns-service-primitive-values" { - tailf:actionpoint rw_actionpoint; - } - tailf:annotate "/nsr:start-network-service" { + tailf:annotate "/nsr:exec-scale-out" { tailf:actionpoint rw_actionpoint; } }