redhat-performance / scale-ci-ansible

The Scale CI automation Ansible playbooks
4 stars 7 forks source link

Separate role for adding floating ips #137

Closed mbruzek closed 5 years ago

mbruzek commented 6 years ago

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.

akrzos commented 5 years ago

This has been addressed already.