Skip to content

Commit 63a4a9d

Browse files
authored
Merge pull request #98 from prattyushmangal/master
Ansible Playbook erroring, saying the worker_num cannot be zero
2 parents 1d619bd + 7f2b2a2 commit 63a4a9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/roles/request-ocp-roks/tasks/create-cluster.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
name: "{{ clusterName }}"
1616
datacenter: "{{ dataCenter }}"
1717
hardware: "{{ hardware }}"
18+
worker_num: "{{ defaultPoolSize }}"
1819
default_pool_size: "{{ defaultPoolSize }}"
1920
kube_version: "{{ kubeVersion }}"
2021
private_vlan_id: "{{ privateVLAN }}"

0 commit comments

Comments
 (0)