aboutsummaryrefslogtreecommitdiffstats
path: root/network/ports/noop.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-05-29 12:07:44 -0400
committerDan Prince <dprince@redhat.com>2015-06-03 08:58:13 -0400
commita3a88cd3c0c9491877c4278753ac9988a121abbb (patch)
tree9fb471ff6e71df17f2bdf5e58f81a10f69d29cb9 /network/ports/noop.yaml
parentab6d15482f6cfce69fadbb5218bd645ea4f7fdf8 (diff)
Add PortName to ports stacks
For VIP ports we set an explicit name on the ports. This patch adds an optional PortName parameter to the ports objects which can be used to specify a name. Change-Id: Iad0f5e4cfc31a931dbb574d9e589570125e9465c
Diffstat (limited to 'network/ports/noop.yaml')
-rw-r--r--network/ports/noop.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/ports/noop.yaml b/network/ports/noop.yaml
index 6bbf23c9..80eccf6e 100644
--- a/network/ports/noop.yaml
+++ b/network/ports/noop.yaml
@@ -7,6 +7,10 @@ parameters:
ControlPlaneIP:
description: IP address on the control plane
type: string
+ PortName:
+ description: Name of the port
+ default: ''
+ type: string
ControlPlaneSubnetCidr: # Override this via parameter_defaults
default: '24'
description: The subnet CIDR of the control plane network.