METAL-1863: Convert install-config generation from bash heredoc to Ansible#1911
METAL-1863: Convert install-config generation from bash heredoc to Ansible#1911elfosardo wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
92d1156 to
ca9ac1f
Compare
|
/retest |
5 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
5d75750 to
3443cc4
Compare
|
/retest |
3814173 to
afc69b4
Compare
Replace the generate_ocp_install_config() bash heredoc in ocp_install_env.sh with an Ansible role and Jinja2 template. 05_create_install_config.sh now sources the existing config chain for environment variable resolution, generates YAML extra-vars via a config bridge script, and calls ansible-playbook to render install-config.yaml. This is the first step toward migrating dev-scripts from imperative bash to declarative Ansible roles. The extra worker manifest generation remains in bash for now. Assisted-By: Claude Opus 4.6
afc69b4 to
5cbf0dc
Compare
|
@elfosardo: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Replace the generate_ocp_install_config() bash heredoc in ocp_install_env.sh with an Ansible role and Jinja2 template.
05_create_install_config.sh now sources the existing config chain for environment variable resolution, generates YAML extra-vars via a config bridge script, and calls ansible-playbook to render install-config.yaml.
This is the first step toward migrating dev-scripts from imperative bash to declarative Ansible roles. The extra worker manifest generation remains in bash for now.
Assisted-By: Claude Opus 4.6