The code for adding the floating ips was implemented in the openshift_get_core_cluster role and as @jmencak points out that is no longer a "get" role if it sets things.
To make the code easier to test, we should make the floating ip addresses its own role and remove this code from openshift_get_core_cluster.
The code for adding the floating ips was implemented in the
openshift_get_core_cluster
role and as @jmencak points out that is no longer a "get" role if it sets things.To make the code easier to test, we should make the floating ip addresses its own role and remove this code from
openshift_get_core_cluster
.