Skip to content

Commit

Permalink
Adds kustomization that adds edpm_bootstrap_command to the compute nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzyfriday committed Jan 20, 2025
1 parent affcd2a commit daf62a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hooks/playbooks/fetch_compute_facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,21 @@
path: /spec/nodeTemplate/ansible/ansibleVars/edpm_sshd_allowed_ranges
value: ["0.0.0.0/0"]
- op: add
path: /spec/nodeTemplate/ansible/ansibleVars/edpm_bootstrap_command
value: |
# echo something random
echo ******************TESTING FIX FOR CIX587 **************************
# root CA
pushd /etc/pki/ca-trust/source/anchors/
curl -LOk {{ cifmw_install_ca_url }}
update-ca-trust
popd
# install rhos-release repos
dnf --nogpgcheck install -y {{ cifmw_repo_setup_rhos_release_rpm }}
rhos-release {{ cifmw_repo_setup_rhos_release_args }}
- name: Ensure we know about the private host keys
ansible.builtin.shell:
cmd: |
Expand Down

0 comments on commit daf62a2

Please sign in to comment.