blob: 0ab8f9ed0c6ef3922210eeccba57554996f1cee1 [file] [log] [blame]
alshabibf011c732016-08-22 14:25:16 -07001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3
4 <remote name="opencord"
5 fetch=".."
6 review="https://gerrit.opencord.org/" />
7 <default revision="master"
8 remote="opencord"
9 sync-j="4" />
10
alshabibb96fd792016-08-22 23:02:54 -070011<project path="build/maas" name="maas" groups="build"/>
12<project path="build/platform-install" name="platform-install" groups="build"/>
alshabib4a4b8672016-08-22 22:58:25 -070013
alshabib942764c2016-08-22 23:20:37 -070014<project path="onos-apps/aaa" name="aaa" groups="onos"/>
alshabibe1b41fd2016-08-22 23:24:14 -070015<project path="onos-apps/cord-config" name="config" groups="onos"/>
alshabibf013d132016-08-22 23:21:14 -070016<project path="onos-apps/igmp" name="igmp" groups="onos"/>
alshabib942764c2016-08-22 23:20:37 -070017<project path="onos-apps/mcast" name="mcast" groups="onos"/>
18<project path="onos-apps/olt" name="olt" groups="onos"/>
19<project path="onos-apps/vtn" name="vtn" groups="onos"/>
20
alshabibe62e94e2016-08-22 23:32:28 -070021<project path="test" name="cord-tester" groups="test"/>
22<project path="test" name="fabric-oftest" groups="test"/>
23
24<project path="orchestration" name="xos" groups="orchestration"/>
25<project path="orchestration/xos-services/example-service" name="example-service" groups="services"/>
26<project path="orchestration/xos-services/fabric" name="fabric" groups="services"/>
27<project path="orchestration/xos-services/hypercache" name="hypercache" groups="services"/>
28<project path="orchestration/xos-services/metro-net" name="metro-net" groups="services"/>
29<project path="orchestration/xos-services/monitoring" name="monitoring" groups="services"/>
30<project path="orchestration/xos-services/ng-xos-lib" name="ng-xos-lib" groups="services"/>
31<project path="orchestration/xos-services/onos-service" name="onos-service" groups="services"/>
32<project path="orchestration/xos-services/openstack" name="openstack" groups="services"/>
33<project path="orchestration/xos-services/service-profile" name="service-profile" groups="services"/>
34<project path="orchestration/xos-services/vrouter" name="vrouter" groups="services"/>
35<project path="orchestration/xos-services/vsg" name="vsg" groups="services"/>
36<project path="orchestration/xos-services/vtr" name="vtr" groups="services"/>
37
38
39
40
41
alshabib942764c2016-08-22 23:20:37 -070042
alshabibf011c732016-08-22 14:25:16 -070043</manifest>