Skip to content

mas install fails after the question "Are these the correct pod templates to apply?" #2259

@Arash-kaffashi

Description

@Arash-kaffashi

MAS CLI version

21.0.0

CLI function used

install

What happened?

While running mas install using ibmmas/cli:21.0.0, the interactive installer fails immediately after confirming the pod templates.

Relevant log output

Are these the correct pod templates to apply? [y/n] y
Traceback (most recent call last):
  File "/opt/app-root/bin/mas-cli", line 66, in <module>
    exit(app.install(argv[2:]))
         ^^^^^^^^^^^^^^^^^^^^^
  File "/opt/app-root/lib64/python3.12/site-packages/mas/cli/install/app.py", line 82, in wrapper
    result = func(self, *args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/app-root/lib64/python3.12/site-packages/mas/cli/install/app.py", line 2232, in install
    self.db2LicenseFile()
  File "/opt/app-root/lib64/python3.12/site-packages/mas/cli/install/settings/additionalConfigs.py", line 295, in db2LicenseFile
    if self.db2LicenseFileLocal:
       ^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'InstallApp' object has no attribute 'db2LicenseFileLocal'. Did you mean: 'slsLicenseFileLocal'?
[ibmmas/cli:21.0.0]

Metadata

Metadata

Assignees

Labels

Bug ReportSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions