X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fports%2Finternal_api.yaml;h=f84e8f71209093707e3459b63f2b4011206b5af3;hb=d85635ba68e201c3ec5e42b4828e2f4291b8f080;hp=59c0e0ad3579c007bec0ad2e229cc1569284445f;hpb=00eb3b3089de1b5b61261f018068fd5daeb631e0;p=apex-tripleo-heat-templates.git diff --git a/network/ports/internal_api.yaml b/network/ports/internal_api.yaml index 59c0e0ad..f84e8f71 100644 --- a/network/ports/internal_api.yaml +++ b/network/ports/internal_api.yaml @@ -8,9 +8,26 @@ parameters: description: Name of the internal API neutron network default: internal_api type: string - ControlPlaneIP: # Here for compatability with noop.yaml + PortName: + description: Name of the port + default: '' + type: string + ControlPlaneIP: # Here for compatibility with noop.yaml description: IP address on the control plane + default: '' type: string + FixedIPs: + description: > + Control the IP allocation for the VIP port. E.g. + [{'ip_address':'1.2.3.4'}] + default: [] + type: json + IPPool: # Here for compatibility with from_pool.yaml + default: {} + type: json + NodeIndex: # Here for compatibility with from_pool.yaml + default: 0 + type: number resources: @@ -18,6 +35,8 @@ resources: type: OS::Neutron::Port properties: network: {get_param: InternalApiNetName} + name: {get_param: PortName} + fixed_ips: {get_param: FixedIPs} replacement_policy: AUTO outputs: