blob: 9245880897c8014f4210f70cf33bb4e354fbf5aa [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
Matteo Scandolo0fe9e0d2018-05-10 13:55:20 -070012<project path="helm-charts" name="helm-charts" groups="build"/>
13<project path="automation-tools" name="automation-tools" groups="build"/>
14<project path="docs" name="docs" groups="build"/>
15
alshabib957e5d92016-08-25 09:42:17 -070016<project path="build" name="cord" groups="build"/>
alshabibb96fd792016-08-22 23:02:54 -070017<project path="build/maas" name="maas" groups="build"/>
18<project path="build/platform-install" name="platform-install" groups="build"/>
alshabib4a4b8672016-08-22 22:58:25 -070019
alshabib14658ff2016-08-25 15:04:56 -070020<project path="onos-apps" name="cord-onos-publisher" groups="onos"/>
alshabib29dd8872016-08-25 15:07:35 -070021<project path="onos-apps/apps/aaa" name="aaa" groups="onos"/>
alshabib30e0a3d2016-08-29 16:40:32 -070022<project path="onos-apps/apps/config" name="config" groups="onos"/>
Jonathan Hart748015c2017-08-07 10:21:58 -070023<project path="onos-apps/apps/dhcpl2relay" name="dhcpl2relay" groups="onos"/>
alshabib29dd8872016-08-25 15:07:35 -070024<project path="onos-apps/apps/igmp" name="igmp" groups="onos"/>
David K. Bainbridgee0793022017-07-31 13:13:10 -070025<project path="onos-apps/apps/igmpproxy" name="igmpproxy" groups="onos"/>
alshabib29dd8872016-08-25 15:07:35 -070026<project path="onos-apps/apps/mcast" name="mcast" groups="onos"/>
27<project path="onos-apps/apps/olt" name="olt" groups="onos"/>
28<project path="onos-apps/apps/vtn" name="vtn" groups="onos"/>
David K. Bainbridge3b47d6f2017-08-01 12:30:37 -070029<project path="onos-apps/apps/sadis" name="sadis" groups="onos"/>
alshabib942764c2016-08-22 23:20:37 -070030
alshabib96355f42016-08-22 23:33:13 -070031<project path="test/cord-tester" name="cord-tester" groups="test"/>
32<project path="test/fabric-oftest" name="fabric-oftest" groups="test"/>
alshabibe62e94e2016-08-22 23:32:28 -070033
Scott Baker0bec0a22016-10-24 16:51:13 -070034<project path="orchestration/xos" name="xos" groups="orchestration"/>
Scott Bakerff620092017-08-18 16:13:12 -070035<project path="orchestration/xos_services/addressmanager" name="addressmanager" groups="orchestration,services"/>
Andy Bavierb576baf2017-10-26 16:19:13 -070036<project path="orchestration/xos_services/templateservice" name="templateservice" groups="orchestration,services"/>
Scott Bakerf74f62b2016-10-26 13:50:17 -070037<project path="orchestration/xos_services/fabric" name="fabric" groups="orchestration,services"/>
38<project path="orchestration/xos_services/hypercache" name="hypercache" groups="orchestration,services"/>
Scott Baker31075d02018-04-16 14:58:43 -070039<project path="orchestration/xos_services/kubernetes-service" name="kubernetes-service" groups="orchestration,services"/>
Scott Bakerf74f62b2016-10-26 13:50:17 -070040<project path="orchestration/xos_services/monitoring" name="monitoring" groups="orchestration,services"/>
41<project path="orchestration/xos_services/onos-service" name="onos-service" groups="orchestration,services"/>
42<project path="orchestration/xos_services/openstack" name="openstack" groups="orchestration,services"/>
43<project path="orchestration/xos_services/vrouter" name="vrouter" groups="orchestration,services"/>
44<project path="orchestration/xos_services/vsg" name="vsg" groups="orchestration,services"/>
Matteo Scandolo89dae402018-03-19 14:53:20 -070045<project path="orchestration/xos_services/vsg-hw" name="vsg-hw" groups="orchestration,services"/>
Scott Bakerf74f62b2016-10-26 13:50:17 -070046<project path="orchestration/xos_services/vtr" name="vtr" groups="orchestration,services"/>
Matteo Scandoloc6b8cbf2016-11-10 13:28:25 -080047<project path="orchestration/xos_services/globalxos" name="globalxos" groups="orchestration,services"/>
Andy Bavier51919b62017-08-30 15:49:10 -070048<project path="orchestration/xos_services/olt-service" name="olt-service" groups="orchestration,services"/>
49<project path="orchestration/xos_services/vtn-service" name="vtn-service" groups="orchestration,services"/>
Matteo Scandolo050ae142018-05-25 15:32:41 -070050<project path="orchestration/xos_services/hippie-oss" name="hippie-oss" groups="orchestration,services"/>
Scott Bakerf74f62b2016-10-26 13:50:17 -070051
Pingping Lin6d23ffe2017-07-17 18:25:22 -070052<project path="orchestration/xos_services/vbbu" name="vBBU" groups="orchestration,services"/>
53<project path="orchestration/xos_services/vmme" name="vMME" groups="orchestration,services"/>
54<project path="orchestration/xos_services/vpgwc" name="vPGWC" groups="orchestration,services"/>
55<project path="orchestration/xos_services/vsgw" name="vSGW" groups="orchestration,services"/>
Matteo Scandolob76da2f2017-02-16 13:56:15 -080056<project path="orchestration/xos_services/progran" name="progran" groups="orchestration,services"/>
Pingping Lin6d23ffe2017-07-17 18:25:22 -070057<project path="orchestration/xos_services/vhss" name="vHSS" groups="orchestration,services"/>
Woojoong Kim629d9eb2018-01-08 15:35:13 -080058<project path="orchestration/xos_services/hss_db" name="hss_db" groups="orchestration,services"/>
Yunpeng Zhang0a2ad102017-08-01 20:31:25 -040059<project path="orchestration/xos_services/vmm" name="vMM" groups="orchestration,services"/>
60<project path="orchestration/xos_services/vsm" name="vSM" groups="orchestration,services"/>
Matteo Scandolo05132e52017-10-05 15:46:43 -070061<project path="orchestration/xos_services/venb" name="venb" groups="orchestration,services"/>
Andy Bavier123a9c92017-10-12 14:58:16 -070062<project path="orchestration/xos_services/internetemulator" name="internetemulator" groups="orchestration,services"/>
Woojoong Kime14eedc2017-10-18 09:36:41 -070063<project path="orchestration/xos_services/sdn-controller" name="sdn-controller" groups="orchestration,services"/>
Matteo Scandolo7cbcf3c2017-10-20 09:59:03 +020064<project path="orchestration/xos_services/vspgwc" name="vspgwc" groups="orchestration,services"/>
Matteo Scandolo0f06c7b2017-10-23 15:15:11 +020065<project path="orchestration/xos_services/vspgwu" name="vspgwu" groups="orchestration,services"/>
Sapan Bhatia51a3be52017-11-03 09:42:08 -040066<project path="orchestration/xos_services/epc-service" name="epc-service" groups="orchestration,services"/>
Matteo Scandolob76da2f2017-02-16 13:56:15 -080067
alshabib7ec9fff2017-02-01 16:45:20 -080068<project path="orchestration/xos_services/vEE" name="vEE" groups="orchestration,services"/>
69<project path="orchestration/xos_services/vEG" name="vEG" groups="orchestration,services"/>
Matteo Scandoloa758a712017-05-02 16:22:45 -070070<project path="onos-apps/apps/carrierethernet" name="carrierethernet" groups="onos" upstream="master"/>
Andrea Campanellaaf48c8e2017-09-01 16:22:24 +020071<project path="orchestration/xos_services/vnaas" name="vnaas" groups="orchestration,services"/>
Matteo Scandolo37b68752017-03-15 11:17:28 -070072
Matteo Scandolo767af112018-05-08 11:37:19 -070073<project path="orchestration/xos_services/exampleservice" name="exampleservice" groups="orchestration,services"/>
74<project path="orchestration/xos_services/simpleexampleservice" name="simpleexampleservice" groups="orchestration,services"/>
75
Zack Williams058d65c2018-05-16 18:22:09 -070076<project path="orchestration/xos_services/acordion" name="acordion" groups="orchestration,services"/>
77
78<project path="orchestration/profiles/rcord" name="rcord" groups="orchestration,profiles"/>
79<project path="orchestration/profiles/ecord" name="ecord" groups="orchestration,profiles"/>
80<project path="orchestration/profiles/mcord" name="mcord" groups="orchestration,profiles"/>
81<project path="orchestration/profiles/opencloud" name="opencloud" groups="orchestration,profiles"/>
Matteo Scandolo35600682017-01-23 11:55:11 -080082
Matteo Scandolof11b38f2016-12-01 10:39:36 -080083<project path="orchestration/xos-gui" name="xos-gui" groups="orchestration"/>
Matteo Scandolof969d032017-06-21 14:42:03 -070084<project path="orchestration/xos-tosca" name="xos-tosca" groups="orchestration"/>
Matteo Scandoloe54540c2017-02-01 17:30:31 -080085<project path="orchestration/xos-sample-gui-extension" name="xos-sample-gui-extension" groups="orchestration"/>
Matteo Scandolof11b38f2016-12-01 10:39:36 -080086<project path="orchestration/xos-rest-gw" name="xos-rest-gw" groups="orchestration"/>
alshabibe62e94e2016-08-22 23:32:28 -070087
alshabibbd8b96f2017-01-31 16:08:41 -080088<project path="component/chameleon" name="chameleon" groups="voltha">
89 <linkfile src="." dest="incubator/voltha/chameleon"/>
90</project>
91<project path="incubator/voltha" name="voltha" groups="incubation,voltha"/>
alshabib8b4c9552016-10-05 11:10:19 -070092
alshabibf011c732016-08-22 14:25:16 -070093</manifest>