alshabib | f011c73 | 2016-08-22 14:25:16 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | |
| 4 | <remote name="opencord" |
| 5 | fetch=".." |
alshabib | 18cb4d8 | 2016-08-24 18:49:46 -0700 | [diff] [blame] | 6 | review="https://gerrit.opencord.org/" |
| 7 | revision="master" /> |
alshabib | f011c73 | 2016-08-22 14:25:16 -0700 | [diff] [blame] | 8 | <default revision="master" |
| 9 | remote="opencord" |
| 10 | sync-j="4" /> |
| 11 | |
alshabib | 957e5d9 | 2016-08-25 09:42:17 -0700 | [diff] [blame] | 12 | <project path="build" name="cord" groups="build"/> |
alshabib | b96fd79 | 2016-08-22 23:02:54 -0700 | [diff] [blame] | 13 | <project path="build/maas" name="maas" groups="build"/> |
| 14 | <project path="build/platform-install" name="platform-install" groups="build"/> |
alshabib | 4a4b867 | 2016-08-22 22:58:25 -0700 | [diff] [blame] | 15 | |
alshabib | 14658ff | 2016-08-25 15:04:56 -0700 | [diff] [blame] | 16 | <project path="onos-apps" name="cord-onos-publisher" groups="onos"/> |
alshabib | 29dd887 | 2016-08-25 15:07:35 -0700 | [diff] [blame] | 17 | <project path="onos-apps/apps/aaa" name="aaa" groups="onos"/> |
alshabib | 30e0a3d | 2016-08-29 16:40:32 -0700 | [diff] [blame] | 18 | <project path="onos-apps/apps/config" name="config" groups="onos"/> |
alshabib | 29dd887 | 2016-08-25 15:07:35 -0700 | [diff] [blame] | 19 | <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"/> |
alshabib | 942764c | 2016-08-22 23:20:37 -0700 | [diff] [blame] | 23 | |
alshabib | 96355f4 | 2016-08-22 23:33:13 -0700 | [diff] [blame] | 24 | <project path="test/cord-tester" name="cord-tester" groups="test"/> |
| 25 | <project path="test/fabric-oftest" name="fabric-oftest" groups="test"/> |
alshabib | e62e94e | 2016-08-22 23:32:28 -0700 | [diff] [blame] | 26 | |
Scott Baker | 0bec0a2 | 2016-10-24 16:51:13 -0700 | [diff] [blame] | 27 | <project path="orchestration/xos" name="xos" groups="orchestration"/> |
alshabib | d58db4f | 2016-08-25 12:02:58 -0700 | [diff] [blame] | 28 | <project path="orchestration/service-profile" name="service-profile" groups="orchestration"/> |
Scott Baker | f74f62b | 2016-10-26 13:50:17 -0700 | [diff] [blame] | 29 | <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 Scandolo | c6b8cbf | 2016-11-10 13:28:25 -0800 | [diff] [blame] | 39 | <project path="orchestration/xos_services/globalxos" name="globalxos" groups="orchestration,services"/> |
Scott Baker | f74f62b | 2016-10-26 13:50:17 -0700 | [diff] [blame] | 40 | |
Matteo Scandolo | f11b38f | 2016-12-01 10:39:36 -0800 | [diff] [blame^] | 41 | <project path="orchestration/xos-gui" name="xos-gui" groups="orchestration"/> |
| 42 | <project path="orchestration/xos-rest-gw" name="xos-rest-gw" groups="orchestration"/> |
alshabib | e62e94e | 2016-08-22 23:32:28 -0700 | [diff] [blame] | 43 | |
alshabib | 8b4c955 | 2016-10-05 11:10:19 -0700 | [diff] [blame] | 44 | <project path="incubator/voltha" name="voltha" groups="incubation"/> |
| 45 | |
alshabib | f011c73 | 2016-08-22 14:25:16 -0700 | [diff] [blame] | 46 | </manifest> |