Add role_specific tag to missing role-specific parameters
A tag 'role_specific' should be added to the parameters of a service which are accepted as role-specific. Adding the tag for some of the missing parameters. Change-Id: Ic205b4c6cf219f37025e6ddb61455e1d48ec480d
This commit is contained in:
parent
e0f59eefd2
commit
6846341a60
@ -44,6 +44,8 @@ parameters:
|
||||
scripts or be sure to keep 'datacentre' as a mapping network name.
|
||||
type: comma_delimited_list
|
||||
default: "datacentre:br-ex"
|
||||
tags:
|
||||
- role_specific
|
||||
NeutronTunnelTypes:
|
||||
default: 'vxlan'
|
||||
description: The tunnel types for the Neutron tenant network.
|
||||
@ -83,6 +85,8 @@ parameters:
|
||||
description: |
|
||||
Enable OVS Hardware Offload. This feature supported from OVS 2.8.0
|
||||
type: boolean
|
||||
tags:
|
||||
- role_specific
|
||||
|
||||
conditions:
|
||||
no_firewall_driver: {equals : [{get_param: NeutronOVSFirewallDriver}, '']}
|
||||
|
@ -96,6 +96,8 @@ parameters:
|
||||
description: |
|
||||
Enable OVS Hardware Offload. This feature supported from OVS 2.8.0
|
||||
type: boolean
|
||||
tags:
|
||||
- role_specific
|
||||
EnableInternalTLS:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -48,6 +48,8 @@ parameters:
|
||||
scripts or be sure to keep 'datacentre' as a mapping network name.
|
||||
type: comma_delimited_list
|
||||
default: "datacentre:br-ex"
|
||||
tags:
|
||||
- role_specific
|
||||
OVNIntegrationBridge:
|
||||
description: >
|
||||
Name of the OVS bridge to use as integration bridge by OVN Controller.
|
||||
@ -61,11 +63,16 @@ parameters:
|
||||
description: The CMS options to configure in ovs db
|
||||
type: string
|
||||
default: ""
|
||||
tags:
|
||||
- role_specific
|
||||
OvsHwOffload:
|
||||
default: false
|
||||
description: |
|
||||
Enable OVS Hardware Offload. This feature supported from OVS 2.8.0
|
||||
type: boolean
|
||||
tags:
|
||||
- role_specific
|
||||
|
||||
|
||||
resources:
|
||||
# Merging role-specific parameters (RoleParameters) with the default parameters.
|
||||
|
@ -39,14 +39,20 @@ parameters:
|
||||
default: nic1
|
||||
description: PTP interface name.
|
||||
type: string
|
||||
tags:
|
||||
- role_specific
|
||||
PtpSlaveMode:
|
||||
default: 1
|
||||
description: Configure PTP clock in slave mode.
|
||||
type: number
|
||||
tags:
|
||||
- role_specific
|
||||
PtpMessageTransport:
|
||||
default: UDPv4
|
||||
description: Configure PTP message transport protocol.
|
||||
type: string
|
||||
tags:
|
||||
- role_specific
|
||||
|
||||
resources:
|
||||
RoleParametersValue:
|
||||
|
Loading…
Reference in New Issue
Block a user