manifest/default.xml
Al Bailey 7a6c93b0cc Remove repos for components built through containers
Some repos had previously been included because the code was
being built as RPMs and included in the ISO.
Those repos are now being built as containers, and no
longer need to be included as part of repo sync.

Change-Id: Id1c7722c1a787d9ac253cbd1abfda3d2e7db2b81
Story: 2004764
Task: 30268
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-06-05 11:47:47 -05:00

68 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="openstack" fetch="https://opendev.org/openstack" />
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
<remote name="docker" fetch="https://github.com/docker" />
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
<remote name="stx-staging" fetch="https://github.com/starlingx-staging"/>
<default revision="master" remote="stx-staging"/>
<project remote="starlingx" name="tools.git" path="stx-tools"/>
<project remote="starlingx" name="root.git" path="cgcs-root"/>
<project remote="starlingx" name="clients.git" path="cgcs-root/stx/stx-clients"/>
<project remote="starlingx" name="config.git" path="cgcs-root/stx/stx-config"/>
<project remote="starlingx" name="distcloud.git" path="cgcs-root/stx/git/distributedcloud"/>
<project remote="starlingx" name="distcloud-client.git" path="cgcs-root/stx/git/distributedcloud-client"/>
<project remote="starlingx" name="fault.git" path="cgcs-root/stx/stx-fault"/>
<project remote="starlingx" name="gui.git" path="cgcs-root/stx/stx-gui"/>
<project remote="starlingx" name="ha.git" path="cgcs-root/stx/stx-ha"/>
<project remote="starlingx" name="integ.git" path="cgcs-root/stx/stx-integ"/>
<project remote="starlingx" name="metal.git" path="cgcs-root/stx/stx-metal"/>
<project remote="starlingx" name="nfv.git" path="cgcs-root/stx/stx-nfv"/>
<project remote="starlingx" name="update.git" path="cgcs-root/stx/stx-update"/>
<project remote="starlingx" name="upstream.git" path="cgcs-root/stx/stx-upstream"/>
<project remote="stx-staging" name="stx-ceph.git" path="cgcs-root/stx/git/ceph" revision="stx/v13.2.2"/>
<project remote="stx-staging" name="stx-libvirt.git" revision="stx/v4.7.0-1" path="cgcs-root/stx/git/libvirt"/>
<project remote="stx-staging" name="stx-qemu.git" revision="stx/v3.0.0-1" path="cgcs-root/stx/git/qemu"/>
<project remote="stx-staging" name="stx-ryu.git" path="cgcs-root/stx/git/ryu"/>
<project remote="stx-staging" name="stx-openstack-ras.git" path="cgcs-root/stx/git/openstack-ras"/>
<!-- Clients -->
<project remote="openstack" revision="stable/stein" name="python-aodhclient.git" path="cgcs-root/stx/git/python-aodhclient"/>
<project remote="openstack" revision="stable/stein" name="python-barbicanclient.git" path="cgcs-root/stx/git/python-barbicanclient"/>
<project remote="openstack" revision="stable/stein" name="python-cinderclient.git" path="cgcs-root/stx/git/python-cinderclient"/>
<project remote="openstack" revision="stable/stein" name="python-glanceclient.git" path="cgcs-root/stx/git/python-glanceclient"/>
<project remote="openstack" revision="stable/stein" name="python-heatclient.git" path="cgcs-root/stx/git/python-heatclient"/>
<project remote="openstack" revision="stable/stein" name="python-ironicclient.git" path="cgcs-root/stx/git/python-ironicclient"/>
<project remote="openstack" revision="stable/stein" name="python-keystoneclient.git" path="cgcs-root/stx/git/python-keystoneclient"/>
<project remote="openstack" revision="stable/stein" name="python-magnumclient.git" path="cgcs-root/stx/git/python-magnumclient"/>
<project remote="openstack" revision="stable/stein" name="python-muranoclient.git" path="cgcs-root/stx/git/python-muranoclient"/>
<project remote="openstack" revision="stable/stein" name="python-neutronclient.git" path="cgcs-root/stx/git/python-neutronclient"/>
<project remote="openstack" revision="stable/stein" name="python-novaclient.git" path="cgcs-root/stx/git/python-novaclient"/>
<project remote="openstack" revision="stable/stein" name="python-openstackclient.git" path="cgcs-root/stx/git/python-openstackclient"/>
<project remote="openstack" revision="stable/stein" name="openstacksdk.git" path="cgcs-root/stx/git/python-openstacksdk"/>
<project remote="openstack" revision="stable/stein" name="python-pankoclient.git" path="cgcs-root/stx/git/python-pankoclient"/>
<project remote="gnocchi" revision="master" name="python-gnocchiclient.git" path="cgcs-root/stx/git/python-gnocchiclient"/>
<!-- Pure Upstream -->
<project remote="openstack" revision="stable/stein" name="horizon.git" path="cgcs-root/stx/git/horizon"/>
<!-- HPE Storage -->
<project remote="hpe-storage" revision="refs/tags/4.2.3" name="python-3parclient.git" path="cgcs-root/stx/git/python-3parclient" />
<project remote="hpe-storage" revision="refs/tags/2.1.0" name="python-lefthandclient.git" path="cgcs-root/stx/git/python-lefthandclient" />
<!-- Docker -->
<project remote="docker" revision="refs/tags/v2.6.2" name="distribution.git" path="cgcs-root/stx/git/docker-distribution"/>
<!-- Keystoneauth -->
<project remote="openstack" revision="refs/tags/3.13.1" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
</manifest>