blob: 62e3ee29be19d1f155b72f0ff6e393fe783772b6 [file] [log] [blame]
Gary Wu950a3232019-03-26 13:08:29 -07001outputs:
Gary Wu0bc69832019-03-27 13:58:46 -07002 docker_proxy:
3 value: { get_param: docker_proxy }
4
Gary Wud95bf2b2019-06-21 15:35:18 -07005 nfs_vm_ip:
6 description: The IP address of the nfs instance
7 value: { get_attr: [nfs_floating_ip, floating_ip_address] }
Gary Wu950a3232019-03-26 13:08:29 -07008
Gary Wud95bf2b2019-06-21 15:35:18 -07009 nfs_vm_private_ip:
10 description: The private IP address of the nfs instance
11 value: { get_attr: [nfs_floating_ip, fixed_ip_address] }