From fa9574c146801e180822a664d43665c90f68aaf8 Mon Sep 17 00:00:00 2001 From: Joseph Richard Date: Fri, 31 Jul 2020 16:26:03 -0400 Subject: [PATCH] Change prefix from stx to portieris. Applying platform-integ-apps was causing portieris to be removed, because its prefix was stx. Change prefix to portieris to prevent this. Also move portieris helm charts to stx-platform repo, for consistency with other charts. Closes-bug: 1889935 Change-Id: I72c517c2e9ca8561f0e7e120aefed2936282bd82 Signed-off-by: Joseph Richard --- stx-portieris-helm/centos/stx-portieris-helm.spec | 2 +- .../stx-portieris-helm/manifests/manifest.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stx-portieris-helm/centos/stx-portieris-helm.spec b/stx-portieris-helm/centos/stx-portieris-helm.spec index b973388..92723ea 100644 --- a/stx-portieris-helm/centos/stx-portieris-helm.spec +++ b/stx-portieris-helm/centos/stx-portieris-helm.spec @@ -1,6 +1,6 @@ # Application tunables (maps to metadata) %global app_name portieris -%global helm_repo starlingx +%global helm_repo stx-platform %global helm_folder /usr/lib/helm %global armada_folder /usr/lib/armada %global app_folder /usr/local/share/applications/helm diff --git a/stx-portieris-helm/stx-portieris-helm/manifests/manifest.yaml b/stx-portieris-helm/stx-portieris-helm/manifests/manifest.yaml index 9c97ab3..44822eb 100644 --- a/stx-portieris-helm/stx-portieris-helm/manifests/manifest.yaml +++ b/stx-portieris-helm/stx-portieris-helm/manifests/manifest.yaml @@ -18,7 +18,7 @@ data: no_hooks: false source: type: tar - location: http://172.17.0.1/helm_charts/starlingx/portieris-certs-0.1.0.tgz + location: http://172.17.0.1/helm_charts/stx-platform/portieris-certs-0.1.0.tgz subpath: portieris-certs reference: master dependencies: [] @@ -43,7 +43,7 @@ data: no_hooks: false source: type: tar - location: http://172.17.0.1/helm_charts/starlingx/portieris-0.7.0.tgz + location: http://172.17.0.1/helm_charts/stx-platform/portieris-0.7.0.tgz subpath: portieris reference: master dependencies: [] @@ -109,6 +109,6 @@ metadata: schema: metadata/Document/v1 name: portieris-manifest data: - release_prefix: 'stx' + release_prefix: 'portieris' chart_groups: - portieris-charts