Backport "added some output descriptions"

heat-coe-templates: I6701f2cd4c3f4c82e423f6ffae03c04673106705

Change-Id: I9975ad54588aa0363547ede3778b0d84dd263811
This commit is contained in:
Tom Cammann 2015-05-23 21:57:42 -07:00
parent b15c2a1e0c
commit 7d4015a57f
1 changed files with 9 additions and 1 deletions

View File

@ -330,10 +330,18 @@ outputs:
kube_master:
value: {get_attr: [kube_master_floating, floating_ip_address]}
description: >
This is the "public" ip address of the Kubernetes master server. Use this address to
log in to the Kubernetes master via ssh or to access the Kubernetes API
from outside the cluster.
kube_minions:
value: {get_attr: [kube_minions, kube_minion_ip]}
description: >
This is a list of the "private" addresses of all the Kubernetes minions.
kube_minions_external:
value: {get_attr: [kube_minions, kube_minion_external_ip]}
description: >
This is a list of the "public" addresses of all the Kubernetes minions. Use
these addresses to, e.g., log into the minions.