Insights Hub Why I am getting configuration error while deploying the app in Operator Cockpit?

2023-03-23T10:40:37Z
Developer Tools

Summary


Details

The below error is what we get when we promoted the app from developer tenant to operator for deployment.

Please let us know why this configuration error is coming up while this is running fine in the developer tenant.

"Found CF component configuration issue. Kindly configure environment variables (app name, version, and id) against deployed components properly or contact customer support. "

Solution

Please check your manifest file which you have downloaded from the Operator Cockpit.

While doing the manual deployment please do not make any changes to the Mindsphere Environment variables highlighted in the below example manifest file.

Also, please do not put memory as a decimal number in the manifest file.

eg: 1.2GB this will give the above error so please use 1200MB

Note: Ensure the memory and disk_quota parameters are entered in proper integer values.

--- applications: - command: node index.js env: MDSP_OS_VM_APP_ID: 736f717c-c02f-8842-b314-79ce3a4c182f MDSP_OS_VM_APP_VERSION: 1.0.0 MDSP_OS_VM_APP_NAME: myapp instances: 1 memory: 50MB name: myapp path: ./app random-route: true

You can follow the below documentation on the Operator Cockpit.

https://documentation.mindsphere.io/resources/html/operator-cockpit/en-US/index.html

https://documentation.mindsphere.io/resources/html/operator-cockpit/en-US/116084383755.html

Notes

For any questions or support in this matter, contact us through the support center.

Notes

KB Article ID# PL8551344

Contents

SummaryDetails

Associated Components

Operator Cockpit