dfb64a6efa46f1df71e568b555d36a82f24102de
[bgpcep.git] / programming / topology-api / src / main / yang / network-topology-programming.yang
1 module network-topology-programming {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:topology:programming";
4     prefix "tp";
5
6     import odl-network-topology { prefix ont; revision-date 2014-01-13; }
7     import programming { prefix pgm; revision-date 2015-07-20; }
8
9     organization "Cisco Systems, Inc.";
10     contact "Robert Varga <rovarga@cisco.com>";
11
12     description
13         "This module contains the programming extensions for tunnel
14         topologies.
15
16         Copyright (c)2013 Cisco Systems, Inc. All rights reserved.
17
18         This program and the accompanying materials are made available
19         under the terms of the Eclipse Public License v1.0 which
20         accompanies this distribution, and is available at
21         http://www.eclipse.org/legal/epl-v10.html";
22
23     revision "2013-11-02" {
24         description
25             "Initial revision.";
26         reference "";
27     }
28
29     grouping topology-instruction-input {
30         uses pgm:submit-instruction-input;
31         uses ont:network-topology-reference;
32     }
33
34     grouping topology-instruction-output {
35         uses pgm:submit-instruction-output;
36     }
37 }
38