BUG-48: introduce topology and programming models 12/1712/8
authorRobert Varga <rovarga@cisco.com>
Mon, 7 Oct 2013 09:32:38 +0000 (11:32 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 15 Oct 2013 16:05:59 +0000 (18:05 +0200)
commitd87a568f6c39691cca317efd8b431fe2a8579a64
treeb082be4c5a07c00e3adf5acf153d01b9642decca
parent252cd721c0e87088aed926ff9fb5f4c0136cdb95
BUG-48: introduce topology and programming models

This drops in a couple new components, which are necessary
for providing topology export and tunnel programming.

Change-Id: If15db08635cab91e72242830f0067258b2311b83
Signed-off-by: Robert Varga <rovarga@cisco.com>
18 files changed:
concepts/.gitignore
pcep/api/pom.xml
pom.xml
programming/api/pom.xml [new file with mode: 0644]
programming/api/src/main/yang/programming.yang [new file with mode: 0644]
programming/pom.xml [new file with mode: 0644]
programming/tunnel-api/pom.xml [new file with mode: 0644]
programming/tunnel-api/src/main/yang/topology-tunnel-programming.yang [new file with mode: 0644]
topology/api/pom.xml [new file with mode: 0644]
topology/pom.xml [new file with mode: 0644]
topology/segment-routing/pom.xml [new file with mode: 0644]
topology/segment-routing/src/main/yang/network-topology-sr.yang [moved from pcep/api/src/main/yang/network-topology-sr.yang with 100% similarity]
topology/segment-routing/src/main/yang/topology-tunnel-sr.yang [moved from pcep/api/src/main/yang/topology-tunnel-sr.yang with 100% similarity]
topology/tunnel-api/pom.xml [new file with mode: 0644]
topology/tunnel-api/src/main/yang/topology-tunnel-p2p.yang [moved from pcep/api/src/main/yang/topology-tunnel-p2p.yang with 100% similarity]
topology/tunnel-api/src/main/yang/topology-tunnel.yang [moved from pcep/api/src/main/yang/topology-tunnel.yang with 100% similarity]
topology/tunnel-pcep/pom.xml [new file with mode: 0644]
topology/tunnel-pcep/src/main/yang/topology-tunnel-pcep.yang [moved from pcep/api/src/main/yang/topology-tunnel-pcep.yang with 100% similarity]