magnum/magnum/drivers/common/templates/fragments/floating_ip_address_switcher_private.yaml
OTSUKA, Yuanying 2cc25abe49 Allow k8s cluster without Floating IP
This patch adds an environment file and a couple of template resources
to allow the Floating IP resources to be conditionally enabled/disabled.

Change-Id: I95025d39443165e8463a81f8f75e78f5aa3809a1
Partially-Implements: blueprint bay-with-no-floating-ips
2016-08-24 09:39:51 +09:00

22 lines
386 B
YAML

heat_template_version: 2014-10-16
description: >
This is a template resource that accepts public and private IPs.
It connects private ip address to its outputs, essentially acting as
one state of a multiplexer.
parameters:
public_ip:
type: string
default: ""
private_ip:
type: string
default: ""
outputs:
ip_address:
value: {get_param: private_ip}