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

  nfs_vm_ip:
    description: The IP address of the nfs instance
    value: { get_attr: [nfs_floating_ip, floating_ip_address] }

  nfs_vm_private_ip:
    description: The private IP address of the nfs instance
    value: { get_attr: [nfs_floating_ip, fixed_ip_address] }