X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-cluster-admin-api%2Fsrc%2Fmain%2Fyang%2Fcluster-admin.yang;h=25c88475f6cfdff0f72bc45e83339137ddcd3d7c;hb=HEAD;hp=607bff64562f8b756df869fcfabe37137369ca50;hpb=dcc776a5e749d495a66e8753e123a1ddbd15d9c6;p=controller.git diff --git a/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang b/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang index 607bff6456..25c88475f6 100644 --- a/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang +++ b/opendaylight/md-sal/sal-cluster-admin-api/src/main/yang/cluster-admin.yang @@ -261,4 +261,18 @@ module cluster-admin { } } } + + rpc activate-eos-datacenter { + description "Activates the datacenter that the node this rpc is called on belongs to. The caller must maintain + only a single active datacenter at a time as the singleton components will interfere with each + other otherwise. This only needs to be used if configuring multiple datacenters or if not using + default datacenter."; + } + + rpc deactivate-eos-datacenter { + description "Deactivates the datacenter that the node this rpc is called on belongs to. The caller must maintain + only a single active datacenter at a time as the singleton components will interfere with each + other otherwise. This only needs to be used if configuring multiple datacenters or if not using + default datacenter."; + } }