manifest/distro.xml
Scott Little 7b7860205b Add new repo virt, split from integ
This manifest change adds the 'virt'.  THe new repo contains
qemu and libvirt, split out of the 'integ' repo.

Required all reviews in the topic:
   https://review.opendev.org/q/topic:virt-repo

Testing:
build-pkgs -c -a: pass
build-pkgs -p libvirt,qemu: pass
build-image

Story: 2010317
Task: 47782
Depends-On: https://review.opendev.org/c/starlingx/virt/+/879504
Depends-On: https://review.opendev.org/c/starlingx/integ/+/879505
Change-Id: Ib8914f6bc946c0c391b6db75e71235ef63983dc1
Signed-off-by: Scott Little <scott.little@windriver.com>
2023-04-12 15:51:43 -04:00

58 lines
4.5 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"/>
<remote name="linux-yocto" fetch="git://git.yoctoproject.org/" />
<!-- 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 -->
<project remote="openstack" revision="stable/train" name="python-aodhclient.git" path="cgcs-root/stx/git/python-aodhclient"/>
<project remote="openstack" revision="stable/train" name="python-barbicanclient.git" path="cgcs-root/stx/git/python-barbicanclient"/>
<project remote="openstack" revision="stable/train" name="python-cinderclient.git" path="cgcs-root/stx/git/python-cinderclient"/>
<project remote="openstack" revision="stable/train" name="python-glanceclient.git" path="cgcs-root/stx/git/python-glanceclient"/>
<project remote="openstack" revision="stable/train" name="python-heatclient.git" path="cgcs-root/stx/git/python-heatclient"/>
<project remote="openstack" revision="stable/train" name="python-ironicclient.git" path="cgcs-root/stx/git/python-ironicclient"/>
<project remote="openstack" revision="stable/train" name="python-keystoneclient.git" path="cgcs-root/stx/git/python-keystoneclient"/>
<project remote="openstack" revision="stable/train" name="python-neutronclient.git" path="cgcs-root/stx/git/python-neutronclient"/>
<project remote="openstack" revision="stable/train" name="python-novaclient.git" path="cgcs-root/stx/git/python-novaclient"/>
<project remote="openstack" revision="stable/train" name="python-openstackclient.git" path="cgcs-root/stx/git/python-openstackclient"/>
<project remote="openstack" revision="stable/train" name="openstacksdk.git" path="cgcs-root/stx/git/python-openstacksdk"/>
<project remote="openstack" revision="stable/train" 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"/>
<!-- linux-yocto Upstream branch is v5.10/standard/base, commit 6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15 is Merge tag 'v5.10.112' into v5.10/standard/base -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" upstream="v5.10/standard/base" revision="6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15" name="linux-yocto" path="cgcs-root/stx/git/linux-yocto-std"/>
<!-- linux-yocto Upstream branch is v5.10/standard/preempt-rt/base, commit bd6e7290bc766ef13e42a1e37f75e6e708b4e317 that adds the preempt_rt patchset based on the same code of std kernel -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="bd6e7290bc766ef13e42a1e37f75e6e708b4e317" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- Pure Upstream -->
<project remote="openstack" revision="stable/train" 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" />
<!-- Keystoneauth -->
<project remote="openstack" revision="stable/train" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
</manifest>