Update chart repo url from installation script 53/12553/5
authoraravind.est <aravindhan.a@est.tech>
Tue, 20 Feb 2024 14:28:48 +0000 (14:28 +0000)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Thu, 22 Feb 2024 15:04:22 +0000 (15:04 +0000)
commit4526832bbc18aedfe78d4359c6b058f72c458b81
tree64091d1bc8dcdf5f0499e42d0a2a71e515f1752b
parent4b54b7ed29e736b2f80878bab90acaedb4e7117e
Update chart repo url from installation script

String based replacement added to add the proper chartmuseum urls in the configuration.

Issue-ID: NONRTRIC-985
Change-Id: I0b533b0a99cb329fabe6821fa4c3d8187f673da3
Signed-off-by: aravind.est <aravindhan.a@est.tech>
25 files changed:
rapp-manager-acm/src/test/resources/valid-rapp-package.csar
rapp-manager-application/src/test/resources/valid-rapp-package.csar
rapp-manager-dme/src/test/resources/valid-rapp-package-new-info-type.csar
rapp-manager-dme/src/test/resources/valid-rapp-package.csar
rapp-manager-models/src/main/java/com/oransc/rappmanager/models/csar/RappCsarConfigurationHandler.java
rapp-manager-models/src/test/resources/invalid-rapp-package-empty-asd-yaml.csar
rapp-manager-models/src/test/resources/invalid-rapp-package-missing-artifact.csar
rapp-manager-models/src/test/resources/invalid-rapp-package-no-acm-composition.csar
rapp-manager-models/src/test/resources/invalid-rapp-package-no-asd-yaml.csar
rapp-manager-models/src/test/resources/invalid-rapp-package-no-tosca.csar
rapp-manager-models/src/test/resources/valid-rapp-package.csar
rapp-manager-sme/src/test/resources/valid-rapp-package.csar
sample-rapp-generator/rapp-all/Definitions/asd.yaml
sample-rapp-generator/rapp-all/Files/Acm/instances/a1pms-instance.json
sample-rapp-generator/rapp-all/Files/Acm/instances/all-instance.json
sample-rapp-generator/rapp-all/Files/Acm/instances/k8s-instance.json
sample-rapp-generator/rapp-all/Files/Acm/instances/kserve-instance.json
sample-rapp-generator/rapp-all/TOSCA-Metadata/TOSCA.meta
sample-rapp-generator/rapp-hello-world/Definitions/asd.yaml
sample-rapp-generator/rapp-hello-world/Definitions/asd_types.yaml
sample-rapp-generator/rapp-hello-world/Files/Acm/instances/k8s-instance.json
sample-rapp-generator/rapp-kserve/Definitions/asd_types.yaml
sample-rapp-generator/rapp-kserve/Files/Acm/instances/kserve-instance.json
scripts/install/install-all.sh
scripts/install/patch-sample-rapps.sh [new file with mode: 0755]