Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_hana_preconfigure: Fix errors related to the minimum amount of packages #846

Open
berndfinger opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@berndfinger
Copy link
Member

The entry for sap_hana_preconfigure_packages in meta/argument_specs.yml needs to be modified. With the current coding, when defining: sap_hana_preconfigure_packages: "{{ __sap_hana_preconfigure_packages_min_install }}" in the playbook, the argument validation step will fail with: '__sap_hana_preconfigure_packages_min_install'' is undefined'.

The package chkconfig needs to be part of the list of packages __sap_hana_preconfigure_packages_min_install.
Otherwise, the task Create file /etc/init.d/boot.local if it does not exist will fail with:
Error, could not touch target: [Errno 2] No such file or directory: b''/etc/init.d/boot.local'''

@berndfinger berndfinger self-assigned this Aug 30, 2024
@berndfinger berndfinger added the bug Something isn't working label Aug 30, 2024
@berndfinger berndfinger changed the title sap_hana_install: fix errors related to the minimum amount of packages sap_hana_install: Fix errors related to the minimum amount of packages Aug 30, 2024
@berndfinger berndfinger changed the title sap_hana_install: Fix errors related to the minimum amount of packages sap_hana_preconfigure: Fix errors related to the minimum amount of packages Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant