Skip to content

Commit

Permalink
renamed setup-worker-node -> setup-worker-nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Koenig committed Nov 6, 2023
1 parent a98efd5 commit fe45274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions roles/sap_hypervisor_node_preconfigure/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ galaxy_info:
author: Nils Koenig
description: Provide the configuration of hypervisors for SAP workloads
license: Apache-2.0
min_ansible_version: 2.9
min_ansible_version: "2.9"
galaxy_tags: [ 'sap', 'hana', 'rhel', 'redhat', 'sles', 'suse' ]
platforms:
- name: CentOS
versions:
8
- name: RHEL
versions:
8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
when: sap_hypervisor_node_preconfigure_install_operators
- name: Include install virtctl
ansible.builtin.include_tasks: install-virtctl.yml
- name: Include setup worker node
ansible.builtin.include_tasks: setup-worker-node.yml
- name: Include setup worker nodes
ansible.builtin.include_tasks: setup-worker-nodes.yml

# How to wait for node to be scheduleable? (NodeSchedulable)
- name: Wait for all k8s nodes to be ready
Expand Down

0 comments on commit fe45274

Please sign in to comment.