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
Describe the bug
I tried development branch to test sles15 SP7 BYOS images, playbook deploy/ansible/pb_get-sshkey.yaml failed on "Could not find or access '/xxx/sap-parameters.yaml' on the Ansible Controller", same test code can pass if using branches `v3.13.0.1/v3.14.0.0/main'.
It might be an issue of terraform sap system deploy.
To reproduce
Steps to reproduce the behavior:
deploy sap systems with sles15 SP7 BYOS image
run deploy/ansible/pb_get-sshkey.yaml
See error
[DEPRECATION WARNING]: Ansible will require Python 3.8 or newer on the
controller starting with Ansible 2.12. Current version: 3.6.15 (default, Sep 23
2021, 15:41:43) [GCC]. This feature will be removed from ansible-core in
version 2.12. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
/opt/ansible/venv/2.11/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6.
from cryptography.exceptions import InvalidSignature
[WARNING]: Unable to parse
/tmp/Azure_SAP_Automated_Deployment_16951892/WORKSPACES/SYSTEM/PRD-
WEEU-16951892-QES/QES_hosts.yaml as an inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available
ERROR! Unable to retrieve file contents
Could not find or access '/tmp/Azure_SAP_Automated_Deployment_16951892/WORKSPACES/SYSTEM/PRD-WEEU-16951892-QES/sap-parameters.yaml' on the Ansible Controller.
If you are using a module and expect the file to exist on the remote, see the remote_src option
Expected behavior
This playbook can pass as branches `v3.13.0.1/v3.14.0.0/main' work.
Additional context
Please let me know if you want more inputs.
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried
development
branch to test sles15 SP7 BYOS images, playbookdeploy/ansible/pb_get-sshkey.yaml
failed on"Could not find or access '/xxx/sap-parameters.yaml' on the Ansible Controller"
, same test code can pass if using branches `v3.13.0.1/v3.14.0.0/main'.It might be an issue of terraform sap system deploy.
To reproduce
Steps to reproduce the behavior:
deploy/ansible/pb_get-sshkey.yaml
Expected behavior
This playbook can pass as branches `v3.13.0.1/v3.14.0.0/main' work.
Additional context
Please let me know if you want more inputs.
The text was updated successfully, but these errors were encountered: