-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdefault.xml
45 lines (42 loc) · 3.07 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<manifest>
<remote name="github" fetch="https://github.com/tungstenfabric"/>
<default revision="refs/heads/master" remote="github"/>
<project name="tf-build" remote="github" path="tools/build">
<copyfile src="SConstruct" dest="SConstruct"/>
</project>
<project name="tf-controller" remote="github" path="controller"/>
<project name="tf-vrouter" remote="github" path="vrouter"/>
<project name="tf-third-party" remote="github" path="third_party"/>
<project name="tf-common" remote="github" path="src/contrail-common"/>
<project name="tf-analytics" remote="github" path="src/contrail-analytics"/>
<project name="tf-api-client" remote="github" path="src/contrail-api-client"/>
<project name="tf-packages" remote="github" path="tools/packages"/>
<project name="tf-nova-vif-driver" remote="github" path="openstack/nova_contrail_vif"/>
<project name="tf-neutron-plugin" remote="github" path="openstack/neutron_plugin"/>
<project name="tf-heat-plugin" remote="github" path="openstack/contrail-heat"/>
<project name="tf-web-controller" remote="github" path="contrail-web-controller"/>
<project name="tf-web-core" remote="github" path="contrail-web-core"/>
<project name="tf-webui-third-party" remote="github" path="contrail-webui-third-party"/>
<project name="tf-tripleo-puppet" remote="github" path="openstack/contrail-tripleo-puppet"/>
<project name="tf-deployment-test" remote="github" path="tf-deployment-test"/>
<!-- Used by OpenContrail CI jobs -->
<project name="tf-dpdk" remote="github" revision="contrail_dpdk_19_11" path="third_party/dpdk" />
<!-- contrail-specs repository contains per-branch directories, use master revision explicitly -->
<project name="tf-specs" remote="github" revision="master" path="contrail-specs" />
<project name="tf-test" remote="github" path="third_party/contrail-test" />
<!-- Contrail containers -->
<project name="tf-container-builder" remote="github" path="contrail-container-builder" />
<!-- Contrail fat-deployers containers -->
<project name="tf-ansible-deployer" remote="github" path="contrail-deployers-containers/containers/kolla-ansible-deployer/src/contrail-ansible-deployer" />
<project name="tf-kolla-ansible" remote="github" revision="contrail/queens" path="contrail-deployers-containers/containers/kolla-ansible-deployer/src/contrail-kolla-ansible" />
<!-- Contrail third party packages -->
<project name="tf-third-party-packages" remote="github" revision="master" path="third_party/contrail-third-party-packages" />
<!-- Deployers based on scratch -->
<project name="tf-charms" remote="github" revision="master" path="tf-charms"/>
<project name="tf-helm-deployer" remote="github" revision="master" path="tf-helm-deployer"/>
<project name="tf-ansible-deployer" remote="github" path="tf-ansible-deployer"/>
<project name="tf-kolla-ansible" remote="github" revision="master" path="tf-kolla-ansible"/>
<project name="tf-container-builder" remote="github" path="tf-container-builder"/>
<project name="tf-tripleo-heat-templates" remote="github" revision="stable/queens" path="tf-tripleo-heat-templates"/>
<project name="tf-operator" remote="github" revision="master" path="tf-operator"/>
</manifest>