Add floating ip fact retrieval module 14/94114/2
authorMichal Zegan <m.zegan@samsung.com>
Thu, 22 Aug 2019 12:59:55 +0000 (14:59 +0200)
committerMichal Zegan <m.zegan@samsung.com>
Wed, 4 Sep 2019 09:24:52 +0000 (11:24 +0200)
commit60741184741db24da43fbb5846ab35eb6b00a370
tree4b517110dfe7b5328c44498855eede448f0aaf4f
parent3bf88a80668ce410b423e25a259bf4d59fd05417
Add floating ip fact retrieval module

This change adds the ansible module that retrieves facts about floating ips,
that is missing from the ansible core modules.
This module is used to translate floating ips into their resource
identifiers before using heat template.

Change-Id: I7a8756eff30b33f82dade2f35227ff241a8c5972
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
tools/cicdansible/library/os_floating_ips_facts.py [new file with mode: 0644]