aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/parts/onap-oom-3.yaml
blob: ca71d61fdc9158ae877f812085487bf7b1546051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
outputs:
  docker_proxy:
    value: { get_param: docker_proxy }

  rancher_vm_ip:
    description: The IP address of the rancher instance
    value: { get_attr: [rancher_floating_ip, floating_ip_address] }

  rancher_vm_private_ip:
    description: The private IP address of the rancher instance
    value: { get_attr: [rancher_floating_ip, fixed_ip_address] }