RedHatQE / teflo

Teflo is a standalone orchestration software that controls the flow of a set of testing scenarios, allowing users to provision machines, deploy software, execute tests against them and manage generated artifacts and report results.
https://teflo.readthedocs.io/en/latest/
GNU General Public License v3.0
14 stars 16 forks source link

grab ipv4 address when node has multiple addresses #222

Closed jbpratt closed 2 years ago

jbpratt commented 2 years ago

Loop over the list of private ips on the node, grab the first available ipv4 address. If no ipv4s are found, fallback to previous behavior of popping last off the list.

resolves #221

Signed-off-by: Brady Pratt bpratt@redhat.com

jbpratt commented 2 years ago

Hi @JunqiZhang0 @rujutashinde any update on this one?