Guest User

Untitled

a guest
Nov 26th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.36 KB | None | 0 0
  1. outputs:
  2.     instance_ip:
  3.         description: The IP address of the deployed instance.
  4.         value: { get_attr: [floatingIP, ip] }
  5.     instance_id:
  6.         description: VM node instance identifier.
  7.         value: { get_attr: [testBackendRMI, show, id] }
  8.     result:
  9.         description: chef run output
  10.         value: { get_attr: [deployment, result] }
Advertisement
Add Comment
Please, Sign In to add comment