UKCloud / openshift-deployment-ansible

3 stars 1 forks source link

Internet nodes can now accept an empty value #77

Closed k8soneill closed 6 years ago

k8soneill commented 6 years ago

Added an if wrapper around the for statement that will not attempt to iterate over the worker_details_internet if its value is None. Passed manual deployments with 0 internet nodes and 2 and also passed a pipeline test successfully.

Issue #73