Adding new Simple consumer producer rapp packages 12/13612/2
authorlapentafd <francesco.lapenta@est.tech>
Mon, 30 Sep 2024 13:01:20 +0000 (14:01 +0100)
committerlapentafd <francesco.lapenta@est.tech>
Mon, 14 Oct 2024 11:20:48 +0000 (12:20 +0100)
commit5dc884314efafc74fc50ea51b5a77a0f0c78bbe5
treebec366903451cfc930b65e15eb6ab8f41ed4458e
parent4702cdefd76de09ea1d00d833fa0ed0e8288ba0b
Adding new Simple consumer producer rapp packages

Issue-ID: NONRTRIC-1009
Change-Id: I7d7268ead6b236a476e39622916133544c9f0187
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
27 files changed:
sample-rapp-generator/rapp-simple-ics-consumer/Artifacts/Deployment/HELM/ics-consumer/.helmignore [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Artifacts/Deployment/HELM/ics-consumer/Chart.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Artifacts/Deployment/HELM/ics-consumer/templates/consumer-deployment.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Artifacts/Deployment/HELM/ics-consumer/templates/consumer-service.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Artifacts/Deployment/HELM/ics-consumer/values.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Definitions/asd.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Definitions/asd_types.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Files/Acm/definition/compositions.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Files/Acm/instances/k8s-instance.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Files/Dme/consumerinfotypes/type1.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/Files/Dme/infoconsumers/ics-simple-consumer.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-consumer/asd.mf [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Artifacts/Deployment/HELM/ics-producer/.helmignore [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Artifacts/Deployment/HELM/ics-producer/Chart.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Artifacts/Deployment/HELM/ics-producer/templates/producer-deployment.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Artifacts/Deployment/HELM/ics-producer/templates/producer-service.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Artifacts/Deployment/HELM/ics-producer/values.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Definitions/asd.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Definitions/asd_types.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Files/Acm/definition/compositions.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Files/Acm/instances/k8s-instance.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Files/Dme/infoproducers/ics-simple-producer.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/Files/Dme/producerinfotypes/type1.json [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
sample-rapp-generator/rapp-simple-ics-producer/asd.mf [new file with mode: 0644]
scripts/install/patch-sample-rapps.sh