You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'''
The text was updated successfully, but these errors were encountered:
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
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
The entry for
sap_hana_preconfigure_packages
inmeta/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'''
The text was updated successfully, but these errors were encountered: