X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Fclustering-test-app%2Fmodel%2Fsrc%2Fmain%2Fyang%2Fodl-mdsal-lowlevel-control.yang;h=bc3e03998c473e92763712f2b0b9f5ba36617212;hp=dbd65d19aaf1adf47ecac8f1a50434bdf1c61700;hb=d5fcf5d66568519595b533cc20651634d66d34fb;hpb=0ecd0c6a0930bb2aae015ce26fc689d88fb09ff8 diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang index dbd65d19aa..bc3e03998c 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang +++ b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang @@ -374,12 +374,9 @@ module odl-mdsal-lowlevel-control { to become Leader of the given shard (presumably the llt:list-ints one, created by produce-transactions) and return immediatelly."; input { - leaf shard-name { - description "TBD. - - FIXME: Ask Java implementation developer about the format needed."; + leaf prefix { mandatory true; - type string; + type instance-identifier; } } // No output. @@ -516,4 +513,15 @@ module odl-mdsal-lowlevel-control { // No output. } + rpc shutdown-shard-replica { + description "Upon receiving this, the member will try to gracefully shutdown local configuration + data store module-based shard replica."; + input { + leaf shard-name { + type string; + description "The name of the configuration data store module-based shard to be shutdown + gracefully."; + } + } + } }