X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fports%2Fnoop.yaml;h=31ee6f3c26cf0cccaadc620ad5f5a937e0864e09;hb=f441b8ad6f43d6dc29fa9a327a0062684068fab2;hp=80eccf6eb0f0bb17172306ea2f5926518104007d;hpb=9a2a5794500636dcaa99bea5dfa6ad62f514fae3;p=apex-tripleo-heat-templates.git diff --git a/network/ports/noop.yaml b/network/ports/noop.yaml index 80eccf6e..31ee6f3c 100644 --- a/network/ports/noop.yaml +++ b/network/ports/noop.yaml @@ -7,10 +7,22 @@ parameters: ControlPlaneIP: description: IP address on the control plane type: string + ControlPlaneNetwork: + description: Name of the control plane network + default: ctlplane + type: string PortName: description: Name of the port default: '' type: string + NetworkName: + description: # Here for compatability with vip.yaml + default: '' + type: string + FixedIPs: + description: # Here for compatibility with vip.yaml + default: [] + type: json ControlPlaneSubnetCidr: # Override this via parameter_defaults default: '24' description: The subnet CIDR of the control plane network.