Remove openstack-armada-app from default manifest

As discussed in [1], as part of the STX-Openstack upversion to Antelope
, we have to decouple the platform and the application builds in
separate manifests, in order to not clash the upversioned packages on
the application side, with the ones on the platform.

After the creation of the STX-Openstack manifest, the
`starlingx/openstack-armada-app` repository can be removed from the
default manifest without affecting the build process. Since the only
package this repo delivers to the ISO is the
`stx-openstack-helm-fluxcd`, and it's not actually required to be
delivered on the platform [2], there's no impact on StarlingX

[1] https://lists.starlingx.io/pipermail/starlingx-discuss/2023-June/014214.html
[2] https://review.opendev.org/c/starlingx/openstack-armada-app/+/889991

Test Plan:
PASS: Run a `repo init` with this change
PASS: Perform a `repo sync` and make sure the openstack-armada-app
      repository does not exist anymore
PASS: Build all packages: `build-pkgs -c -a --parallel 30`
PASS: Build ISO: `build-image`
PASS: Build all wheels: `./build-wheel-tarball.sh`
PASS: Build all Docker images: `./build-stx-images.sh`

Change-Id: I40db6e9153cd41b9180e9fbe38502f1f9ba0bee2
Story: 2010797
Task: 48695
This commit is contained in:
Lucas de Ataides Barreto 2023-09-28 18:44:58 +00:00 committed by Lucas de Ataides
parent a2fcaf1777
commit 733ec30bea
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@
<project remote="starlingx" name="nfv.git" path="cgcs-root/stx/nfv"/>
<project remote="starlingx" name="nginx-ingress-controller-armada-app.git" path="cgcs-root/stx/nginx-ingress-controller-armada-app"/>
<project remote="starlingx" name="oidc-auth-armada-app.git" path="cgcs-root/stx/oidc-auth-armada-app"/>
<project remote="starlingx" name="openstack-armada-app.git" path="cgcs-root/stx/openstack-armada-app"/>
<project remote="starlingx" name="platform-armada-app.git" path="cgcs-root/stx/platform-armada-app"/>
<project remote="starlingx" name="portieris-armada-app.git" path="cgcs-root/stx/portieris-armada-app"/>
<project remote="starlingx" name="ptp-notification-armada-app.git" path="cgcs-root/stx/ptp-notification-armada-app"/>