BUG-6650: ep-ip/sgt, move groupbasedpolicy-ise-adapter into sxp-integration
[groupbasedpolicy.git] / sxp-integration / groupbasedpolicy-ise-adapter / src / main / yang / gbp-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 gbp-ise-adapter-cfg {
10     yang-version 1;
11     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:groupbasedpolicy:gbp-ise-adapter";
12     prefix "gpb-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
17     description
18         "This module contains the base YANG definitions for
19           gbp-ise-adapter impl configuration.";
20
21     revision "2016-06-30" {
22         description
23             "Initial revision.";
24     }
25
26     identity gbp-ise-adapter-impl {
27         description
28             "gbp-ise-adapter impl module";
29
30         base "config:module-type";
31         config:java-name-prefix GpbIseAdapterProvider;
32     }
33
34     // Augments the 'configuration' choice node under modules/module.
35     augment "/config:modules/config:module/config:configuration" {
36         case gbp-ise-adapter-impl {
37             when "/config:modules/config:module/config:type = 'gbp-ise-adapter-impl'";
38         }
39     }
40 }