manifest/stx-openstack.xml
Lucas de Ataides d4cd8c4202 Update stx-openstack to master branch
Now that the StarlingX [1] and STX-Openstack [2] builds are functional
on the f/antelope branch, we can move the STX-Openstack manifest to the
master branch.

[1] https://mirror.starlingx.windriver.com/mirror/starlingx/feature/antelope/debian/monolithic/latest_build/outputs/
[2] https://mirror.starlingx.windriver.com/mirror/starlingx/feature/antelope/debian/openstack/latest_build/outputs/

Test Plan:
PASS: Initialize repo with custom manifest
PASS: Perform a repo sync

Story: 2010797
Task: 48249

Change-Id: I1e7e7d31ab42fd4dc7263e194c6e0ed2d7f2569b
Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
2023-10-05 00:41:35 +00:00

38 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="starlingx" fetch="https://opendev.org/starlingx"/>
<remote name="stx-staging" fetch="https://github.com/starlingx-staging"/>
<remote name="openstack" fetch="https://opendev.org/openstack"/>
<remote name="docker" fetch="https://github.com/docker"/>
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
<default revision="master" remote="starlingx"/>
<project remote="starlingx" name="root.git" path="cgcs-root"/>
<project remote="starlingx" name="tools.git" path="stx-tools"/>
<project remote="starlingx" name="public-keys.git" path="cgcs-root/public-keys"/>
<project remote="starlingx" name="compile.git" path="cgcs-root/stx/compile"/>
<project remote="starlingx" name="config.git" path="cgcs-root/stx/config"/>
<project remote="starlingx" name="config-files.git" path="cgcs-root/stx/config-files"/>
<project remote="starlingx" name="docs.git" path="cgcs-root/stx/docs"/>
<project remote="starlingx" name="fault.git" path="cgcs-root/stx/fault"/>
<project remote="starlingx" name="helm-charts.git" path="cgcs-root/stx/helm-charts"/>
<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="openstack-armada-app.git" path="cgcs-root/stx/openstack-armada-app"/>
<project remote="starlingx" name="update.git" path="cgcs-root/stx/update"/>
<project remote="starlingx" name="utilities.git" path="cgcs-root/stx/utilities"/>
<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="docker" revision="refs/tags/v2.6.2" name="distribution.git" path="cgcs-root/stx/git/docker-distribution"/>
</manifest>