Skip to content

Conversation

@imatza-rh
Copy link

  • Use ansible.builtin.add_host (FQCN).
  • Authenticate to undercloud with ansible_ssh_private_key_file instead of ansible_ssh_pass.
  • Expose ansible_python_interpreter so RHEL-8 underclouds run modules via /usr/libexec/platform-python.
  • Introduce variables undercloud_ssh_key and undercloud_python_interpreter; drop undercloud_password.

This aligns ocp_on_osp.yml with the preceding prepare_* tasks, removes the need for storing clear-text passwords, and prevents "python interpreter not found" errors on first contact.

* Use ansible.builtin.add_host (FQCN).
* Authenticate to undercloud with ansible_ssh_private_key_file
  instead of ansible_ssh_pass.
* Expose ansible_python_interpreter so RHEL-8 underclouds
  run modules via /usr/libexec/platform-python.
* Introduce variables undercloud_ssh_key and
  undercloud_python_interpreter; drop undercloud_password.

This aligns ocp_on_osp.yml with the preceding prepare_* tasks,
removes the need for storing clear-text passwords, and prevents
"python interpreter not found" errors on first contact.
@stale
Copy link

stale bot commented Jul 19, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the not_ready label Jul 19, 2025
@rajeshP524
Copy link
Collaborator

Looks good, but similar changes should go in here: https://github.com/redhat-performance/jetpack/blob/master/ocp_cleanup.yml
could you please make changes in the cleanup file as well?

@stale stale bot removed the not_ready label Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants