Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ACM (Files/Acm)

  • Definition - Files/Acm/Definition (Only one file)
  • Instances - Files/Acm/instances

DME (Files/Dme)

  • Consumer Information Types - Files/Dme/consumerinfotypes
  • Producer information Types -  Files/Dme/producerinfotypes
  • Information Consumers - Files/Dme/infoconsumers
  • Information Producers - Files/Dme/infoproducers

SME (Files/Sme)

  • Providers Functions - Files/Sme/providers
  • Service Api -  Files/Sme/serviceapis
  • Invokers - Files/Sme/invokers




CSAR File Generation

CSAR file generator is available in the rAppmanager repository here

rappmanager/csar-generator/resources folder contains the resources to build the rApp package.

The contents of the resources directory can be modified as required and the package can be generated as shown below,

For Linux,

Code Block
languagebash
titleGenerate rApp package
> ./generate.sh

For Windows,

Code Block
languagepowershell
titleGenerate rApp package
> ./generate.bat

This will generate a package named "rapp.csar". It can be renamed as required.

This generated package can be used with rApp Manager to create rApp.

Deployment Instructions