blob: 34232bc62aab950619ebe10305143462ebb39c4e [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=".."
alshabib18cb4d82016-08-24 18:49:46 -07006 review="https://gerrit.opencord.org/"
7 revision="master" />
alshabibf011c732016-08-22 14:25:16 -07008 <default revision="master"
9 remote="opencord"
10 sync-j="4" />
11
alshabib957e5d92016-08-25 09:42:17 -070012<project path="build" name="cord" groups="build"/>
alshabibb96fd792016-08-22 23:02:54 -070013<project path="build/maas" name="maas" groups="build"/>
14<project path="build/platform-install" name="platform-install" groups="build"/>
alshabib4a4b8672016-08-22 22:58:25 -070015
alshabib14658ff2016-08-25 15:04:56 -070016<project path="onos-apps" name="cord-onos-publisher" groups="onos"/>
alshabib29dd8872016-08-25 15:07:35 -070017<project path="onos-apps/apps/aaa" name="aaa" groups="onos"/>
alshabib30e0a3d2016-08-29 16:40:32 -070018<project path="onos-apps/apps/config" name="config" groups="onos"/>
alshabib29dd8872016-08-25 15:07:35 -070019<project path="onos-apps/apps/igmp" name="igmp" groups="onos"/>
20<project path="onos-apps/apps/mcast" name="mcast" groups="onos"/>
21<project path="onos-apps/apps/olt" name="olt" groups="onos"/>
22<project path="onos-apps/apps/vtn" name="vtn" groups="onos"/>
alshabib942764c2016-08-22 23:20:37 -070023
alshabib96355f42016-08-22 23:33:13 -070024<project path="test/cord-tester" name="cord-tester" groups="test"/>
25<project path="test/fabric-oftest" name="fabric-oftest" groups="test"/>
alshabibe62e94e2016-08-22 23:32:28 -070026
Scott Baker0bec0a22016-10-24 16:51:13 -070027<project path="orchestration/xos" name="xos" groups="orchestration"/>
alshabibd58db4f2016-08-25 12:02:58 -070028<project path="orchestration/service-profile" name="service-profile" groups="orchestration"/>
Scott Bakerf74f62b2016-10-26 13:50:17 -070029<project path="orchestration/xos_services/exampleservice" name="exampleservice" groups="orchestration,services"/>
30<project path="orchestration/xos_services/fabric" name="fabric" groups="orchestration,services"/>
31<project path="orchestration/xos_services/hypercache" name="hypercache" groups="orchestration,services"/>
32<project path="orchestration/xos_services/metro-net" name="metro-net" groups="orchestration,services"/>
33<project path="orchestration/xos_services/monitoring" name="monitoring" groups="orchestration,services"/>
34<project path="orchestration/xos_services/onos-service" name="onos-service" groups="orchestration,services"/>
35<project path="orchestration/xos_services/openstack" name="openstack" groups="orchestration,services"/>
36<project path="orchestration/xos_services/vrouter" name="vrouter" groups="orchestration,services"/>
37<project path="orchestration/xos_services/vsg" name="vsg" groups="orchestration,services"/>
38<project path="orchestration/xos_services/vtr" name="vtr" groups="orchestration,services"/>
Matteo Scandoloc6b8cbf2016-11-10 13:28:25 -080039<project path="orchestration/xos_services/globalxos" name="globalxos" groups="orchestration,services"/>
Scott Bakerf74f62b2016-10-26 13:50:17 -070040
Matteo Scandolo35600682017-01-23 11:55:11 -080041<project path="orchestration/xos_services/vBBU" name="vBBU" groups="orchestration,services"/>
42<project path="orchestration/xos_services/vMME" name="vMME" groups="orchestration,services"/>
43<project path="orchestration/xos_services/vPGWC" name="vPGWC" groups="orchestration,services"/>
44<project path="orchestration/xos_services/vSGW" name="vSGW" groups="orchestration,services"/>
45
Matteo Scandolof11b38f2016-12-01 10:39:36 -080046<project path="orchestration/xos-gui" name="xos-gui" groups="orchestration"/>
47<project path="orchestration/xos-rest-gw" name="xos-rest-gw" groups="orchestration"/>
Matteo Scandolo926a0642016-12-01 10:41:50 -080048<project path="orchestration/xos_libraries/ng-xos-lib" name="ng-xos-lib" groups="orchestration,libraries"/>
alshabibe62e94e2016-08-22 23:32:28 -070049
alshabibbd8b96f2017-01-31 16:08:41 -080050<project path="component/chameleon" name="chameleon" groups="voltha">
51 <linkfile src="." dest="incubator/voltha/chameleon"/>
52</project>
53<project path="incubator/voltha" name="voltha" groups="incubation,voltha"/>
alshabib8b4c9552016-10-05 11:10:19 -070054
alshabibf011c732016-08-22 14:25:16 -070055</manifest>