Question

delivery failed on 'ifsreadonlysupp-pw is required'

  • 23 March 2023
  • 2 replies
  • 75 views

Badge +2

hi,

after do an install of ifs remote with the commande:
 

.\installer.cmd --set action=mtinstaller --values ..\..\..\config\ifscloud-values.yaml  --values solutionset.yaml

from the ifsinstaller folder of my buildhome every things seems fine.
then  i want to comple the MT with my delivery.

so i go the delievery folder and then to the ifsinstaller folder and run:

.\installer.cmd --set action=mtinstaller --values ..\..\..\config\ifscloud-values.yaml  --values solutionset.yaml

i got this error message:
 

[Thu Mar 23 17:56:15 CET 2023] - INFO: ======================
[Thu Mar 23 17:56:15 CET 2023] - INFO: chartVersion not found in properties, using helmChartVersion: 221.1.0
[Thu Mar 23 17:56:15 CET 2023] - INFO: Using existing certificate
[Thu Mar 23 17:56:15 CET 2023] - INFO: Generating symmetric-key. This will only be persisted if the secret, 'symmetric-key' does not exist.
[Thu Mar 23 17:56:15 CET 2023] - INFO: Recreate namespace owned by Helm
[Thu Mar 23 17:57:10 CET 2023] - INFO: Installing ifs-cloud
[Thu Mar 23 17:57:10 CET 2023] - INFO: Using chart ifscloud/ifs-cloud --version 221.1.0
[Thu Mar 23 17:57:10 CET 2023] - INFO: Doing a dry-run ..
[Thu Mar 23 17:57:10 CET 2023] - INFO: Running helm upgrade
[Thu Mar 23 17:57:10 CET 2023] - SEVERE: execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:26:18): Value for ifsreadonlysupp-pw is required
[Thu Mar 23 17:57:10 CET 2023] - SEVERE: Failed to install ifs-cloud
[Thu Mar 23 17:57:10 CET 2023] - SEVERE: Failed to install ifs-cloud. Collected logs from command:
INFO: Recreate namespace owned by Helm
namespace "sandboxifs" deleted
namespace/sandboxifs created
"ifscloud" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "ifscloud" chart repository
Update Complete. ⎈Happy Helming!⎈
INFO: Installing ifs-cloud
INFO: Using chart ifscloud/ifs-cloud --version 221.1.0
INFO: Doing a dry-run ..
INFO: Running helm upgrade
history.go:53: [debug] getting history for release ifs-cloud
Release "ifs-cloud" does not exist. Installing it now.
install.go:172: [debug] Original chart version: "221.1.0"
install.go:189: [debug] CHART PATH: C:\Users\SUPERU~1.PSS\AppData\Local\Temp\2\helm\repository\ifs-cloud-221.1.0.tgz
Error: execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:26:18): Value for ifsreadonlysupp-pw is required
helm.go:94: [debug] execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:26:18): Value for ifsreadonlysupp-pw is required
SEVERE: Failed to install ifs-cloud

[Thu Mar 23 17:57:10 CET 2023] - SEVERE: Validation failed.

 


2 replies

Userlevel 5
Badge +12

Hi,

Check if your below file contains the requested user password and the one available there is correct

..\..\..\config\ifscloud-values.yaml

Should be seen somewhere like below

 

Badge +2

arh !!

i don’t have this information in my ifscloud-values.yaml, any idea where i can find it ?

 

Reply