Skip to content

Commit

Permalink
Merge pull request #3 from newkit/main
Browse files Browse the repository at this point in the history
[sap_hypervisor_node_preconfigure] updated trident and fixed variable name
  • Loading branch information
sean-freeman authored Apr 13, 2024
2 parents 8db5629 + 1953537 commit 1fb9952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

- name: Include setup worker nodes
ansible.builtin.include_tasks: "platform/{{ sap_hypervisor_node_platform }}/setup-worker-nodes.yml"
when: sap_hypervisor_node_preconfigure_setup_workers
when: sap_hypervisor_node_preconfigure_setup_worker_nodes

# How to wait for node to be scheduleable? (NodeSchedulable)
- name: Wait for all k8s nodes to be ready
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sap_hypervisor_node_preconfigure_install_hpp: false
sap_hypervisor_node_preconfigure_install_trident: false

# URL of the trident installer package to use
sap_hypervisor_node_preconfigure_install_trident_url: https://github.com/NetApp/trident/releases/download/v23.01.0/trident-installer-23.01.0.tar.gz
sap_hypervisor_node_preconfigure_install_trident_url: https://github.com/NetApp/trident/releases/download/v23.10.0/trident-installer-23.10.0.tar.gz

# should SRIOV be enabled for unsupported NICs
sap_hypervisor_node_preconfigure_sriov_enable_unsupported_nics: true
Expand All @@ -27,4 +27,4 @@ sap_hypervisor_node_preconfigure_ignore_minimal_memory_check: false
sap_hypervisor_node_preconfigure_install_operators: true

# Configure the workers?
sap_hypervisor_node_preconfigure_setup_workers: true
sap_hypervisor_node_preconfigure_setup_worker_nodes: true

0 comments on commit 1fb9952

Please sign in to comment.