Skip to content

Instantly share code, notes, and snippets.

@dfilppi
Created February 3, 2016 00:35
Show Gist options
  • Save dfilppi/41ad919c7f74c5f62448 to your computer and use it in GitHub Desktop.
Save dfilppi/41ad919c7f74c5f62448 to your computer and use it in GitHub Desktop.
Example of outputs from Kubernetes blueprint
outputs:
kubernetes_info:
description: Kuberenetes master info
value:
url: {concat: ["http://",{ get_attribute: [ master_ip, floating_ip_address ]},":",{ get_property: [ master, master_port ]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment