diff options
Diffstat (limited to 'deployment/heat/onap-oom/parts/onap-oom-3.yaml')
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-3.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/parts/onap-oom-3.yaml b/deployment/heat/onap-oom/parts/onap-oom-3.yaml new file mode 100644 index 000000000..8dc35b68e --- /dev/null +++ b/deployment/heat/onap-oom/parts/onap-oom-3.yaml @@ -0,0 +1,5 @@ +outputs: + rancher_vm_ip: + description: The IP address of the rancher instance + value: { get_attr: [rancher_floating_ip, floating_ip_address] } + |