BUG-6650: ep-ip/sgt, propose sxp-generator
[groupbasedpolicy.git] / sxp-integration / sxp-ise-adapter / src / main / yang / sxp-ise-adapter-cfg.yang
1 /*
2  * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 module sxp-ise-adapter-cfg {
10     yang-version 1;
11     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:groupbasedpolicy:sxp-integration:sxp-ise-adapter";
12     prefix "gpb-sxp-ise-adapter-cfg";
13
14     import config { prefix config; revision-date 2013-04-05; }
15     import opendaylight-md-sal-binding { prefix mdsal; revision-date 2013-10-28; }
16     import sxp-ep-provider-cfg { prefix gbp-sxp-ep; revision-date 2016-07-22; }
17
18     description
19         "This module contains the base YANG definitions for
20           gbp-ise-adapter impl configuration.";
21
22     revision "2016-06-30" {
23         description
24             "Initial revision.";
25     }
26
27     identity sxp-ise-adapter-impl {
28         description
29             "gbp-sxp-ise-adapter impl module";
30
31         base "config:module-type";
32         config:java-name-prefix Sxp-IseAdapterProvider;
33     }
34
35     // Augments the 'configuration' choice node under modules/module.
36     augment "/config:modules/config:module/config:configuration" {
37         case gbp-sxp-ise-adapter-impl {
38             when "/config:modules/config:module/config:type = 'sxp-ise-adapter-impl'";
39         }
40     }
41 }