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
Ansible needs to know what is the Python interpreter to be used on any remote node. If none is specified, it just guess and report a Warning. The user can specify the interpreter to use as an inventory parameter:
In qe-sap-deployment, ansible_python_interpreter is calculated by terraform by calculating the SLES version using regexp on the OS image from the cloud provider catalog. These regexps does not play well with SLE12 on some cloud providers.
ERROR OUTPUT: Error: Error in function call
ERROR OUTPUT:
ERROR OUTPUT: on main.tf line 58, in locals:
ERROR OUTPUT: 58: iscsi_major_version = var.iscsi_os_major_version != "" ? var.iscsi_os_major_version : regex("[a-zA-Z]+:[a-zA-Z]+-[a-zA-Z]+-([0-9]+)-", local.iscsi_os_image)[0]
ERROR OUTPUT: �����������������
ERROR OUTPUT: � local.iscsi_os_image is "SUSE:sles-12-sp5-byos:gen1:2022.10.15"
ERROR OUTPUT:
ERROR OUTPUT: Call to function "regex" failed: pattern did not match any part of the given
ERROR OUTPUT: string.
Ansible needs to know what is the Python interpreter to be used on any remote node. If none is specified, it just guess and report a Warning. The user can specify the interpreter to use as an inventory parameter:
In qe-sap-deployment, ansible_python_interpreter is calculated by terraform by calculating the SLES version using regexp on the OS image from the cloud provider catalog. These regexps does not play well with SLE12 on some cloud providers.
https://openqaworker15.qa.suse.cz/tests/61565#step/deploy/4
with tfvars
Problematic line is os_image = "SUSE:sles-12-sp5-byos:gen1:2022.10.15"
The text was updated successfully, but these errors were encountered: