f29a5749b0461bfd577d71694e643c089b5ae6fe
[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 network-topology { prefix nt; revision-date 2013-10-21; }
7         import odl-network-topology { prefix ont; revision-date 2014-01-13; }
8         import programming { prefix pgm; revision-date 2013-09-30; }
9
10         organization "Cisco Systems, Inc.";
11         contact "Robert Varga <rovarga@cisco.com>";
12
13         description
14                 "This module contains the programming extensions for tunnel
15                 topologies.
16
17                 Copyright (c)2013 Cisco Systems, Inc. All rights reserved.
18
19                 This program and the accompanying materials are made available
20                 under the terms of the Eclipse Public License v1.0 which
21                 accompanies this distribution, and is available at
22                 http://www.eclipse.org/legal/epl-v10.html";
23
24         revision "2013-11-02" {
25                 description
26                         "Initial revision.";
27                 reference "";
28         }
29
30         grouping topology-instruction-input {
31                 uses pgm:submit-instruction-input;
32                 uses ont:network-topology-reference;
33         }
34
35         grouping topology-instruction-output {
36                 uses pgm:submit-instruction-output;
37         }
38 }
39