
Horizon package is now built using tar.gz [1], there is no need to keep tracking of the remote git repository. Test plan: - Run build-pkgs - Run build-image Ref: [1] https://opendev.org/starlingx/upstream/src/branch/master/openstack/python-horizon/debian/meta_data.yaml#L4-L7 Change-Id: I683a6391270554e93790c8049599f90f5e58909e Signed-off-by: Dostoievski Batista <dostoievski.albinobatista@windriver.com>
51 lines
4.0 KiB
XML
51 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
|
|
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
|
|
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
|
|
<remote name="openstack" fetch="https://opendev.org/openstack" />
|
|
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
|
|
<remote name="stx-staging" fetch="https://github.com/starlingx-staging"/>
|
|
<!-- note, you can also provide personal overrides for your own github -->
|
|
<!-- for tests/experiments -->
|
|
|
|
<default revision="master" remote="stx-staging"/>
|
|
<include name="common.xml" />
|
|
|
|
<project remote="starlingx" name="integ.git" path="cgcs-root/stx/integ" />
|
|
<project remote="starlingx" name="kernel.git" path="cgcs-root/stx/kernel" />
|
|
<project remote="starlingx" name="upstream.git" path="cgcs-root/stx/upstream"/>
|
|
<project remote="starlingx" name="virt.git" path="cgcs-root/stx/virt" />
|
|
|
|
<project remote="stx-staging" name="stx-ceph.git" revision="stx/v14.2.22" path="cgcs-root/stx/git/ceph"/>
|
|
<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-openstack-ras.git" path="cgcs-root/stx/git/openstack-ras"/>
|
|
|
|
<!-- Clients -->
|
|
<!-- revisions point to branch stable/train as of 2023-05-04 -->
|
|
<project remote="openstack" revision="d672fc2117fb74803e52fd34fd8205fd769c5c7b" name="python-aodhclient.git" path="cgcs-root/stx/git/python-aodhclient"/>
|
|
<project remote="openstack" revision="73cc4218d5569c33bf32427d09014f3f1e9e712d" name="python-barbicanclient.git" path="cgcs-root/stx/git/python-barbicanclient"/>
|
|
<project remote="openstack" revision="a87dd1ccc8a3ad1e40569648e50fe5c2fe068478" name="python-cinderclient.git" path="cgcs-root/stx/git/python-cinderclient"/>
|
|
<project remote="openstack" revision="1aba8f2d248040364e690dd8dc7f3a508baed631" name="python-glanceclient.git" path="cgcs-root/stx/git/python-glanceclient"/>
|
|
<project remote="openstack" revision="ed9edc6b36ebc8c1ddbfbd4a35ea5793910176db" name="python-heatclient.git" path="cgcs-root/stx/git/python-heatclient"/>
|
|
<project remote="openstack" revision="1220d7685723b8235135d2d02c11008c7f7fb18a" name="python-ironicclient.git" path="cgcs-root/stx/git/python-ironicclient"/>
|
|
<project remote="openstack" revision="13b7e7615d70aa169c5944958f9b6312002867db" name="python-keystoneclient.git" path="cgcs-root/stx/git/python-keystoneclient"/>
|
|
<project remote="openstack" revision="a09e82470fd934e1ecb46b53a1c0836ef4df744b" name="python-neutronclient.git" path="cgcs-root/stx/git/python-neutronclient"/>
|
|
<project remote="openstack" revision="79959abc90bc615687e3a940951ad9ec548178ec" name="python-novaclient.git" path="cgcs-root/stx/git/python-novaclient"/>
|
|
<project remote="openstack" revision="d6675983c493f654685cb8ee8a01a5c55e9d65f6" name="python-openstackclient.git" path="cgcs-root/stx/git/python-openstackclient"/>
|
|
<project remote="openstack" revision="8a90d04e276c91df6f59a39a90ae6989053a0fc9" name="openstacksdk.git" path="cgcs-root/stx/git/python-openstacksdk"/>
|
|
<project remote="openstack" revision="bee472d5f5b11bed1eb5bb67c06717fd8bc4008c" name="python-pankoclient.git" path="cgcs-root/stx/git/python-pankoclient"/>
|
|
|
|
<!-- Last known good build of python-gnochiclient, 7.0.7 tag -->
|
|
<project remote="gnocchi" revision="refs/tags/7.0.7" name="python-gnocchiclient.git" path="cgcs-root/stx/git/python-gnocchiclient"/>
|
|
|
|
<!-- 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" />
|
|
|
|
<!-- Keystoneauth -->
|
|
<!-- revisions point to branch stable/train as of 2023-05-04 -->
|
|
<project remote="openstack" revision="8dc7366e7667149c33d26a1b1a05a10c3ac47f26" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
|
|
</manifest>
|