blob: b70150240836036f92aa6f456f6c76c267974c88 [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] }
Gary Wu4d483602019-06-07 14:11:53 -070012