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:
Saravanan KR 2018-02-14 11:26:32 +05:30
parent e0f59eefd2
commit 6846341a60
4 changed files with 19 additions and 0 deletions

View File

@ -44,6 +44,8 @@ parameters:
scripts or be sure to keep 'datacentre' as a mapping network name. scripts or be sure to keep 'datacentre' as a mapping network name.
type: comma_delimited_list type: comma_delimited_list
default: "datacentre:br-ex" default: "datacentre:br-ex"
tags:
- role_specific
NeutronTunnelTypes: NeutronTunnelTypes:
default: 'vxlan' default: 'vxlan'
description: The tunnel types for the Neutron tenant network. description: The tunnel types for the Neutron tenant network.
@ -83,6 +85,8 @@ parameters:
description: | description: |
Enable OVS Hardware Offload. This feature supported from OVS 2.8.0 Enable OVS Hardware Offload. This feature supported from OVS 2.8.0
type: boolean type: boolean
tags:
- role_specific
conditions: conditions:
no_firewall_driver: {equals : [{get_param: NeutronOVSFirewallDriver}, '']} no_firewall_driver: {equals : [{get_param: NeutronOVSFirewallDriver}, '']}

View File

@ -96,6 +96,8 @@ parameters:
description: | description: |
Enable OVS Hardware Offload. This feature supported from OVS 2.8.0 Enable OVS Hardware Offload. This feature supported from OVS 2.8.0
type: boolean type: boolean
tags:
- role_specific
EnableInternalTLS: EnableInternalTLS:
type: boolean type: boolean
default: false default: false

View File

@ -48,6 +48,8 @@ parameters:
scripts or be sure to keep 'datacentre' as a mapping network name. scripts or be sure to keep 'datacentre' as a mapping network name.
type: comma_delimited_list type: comma_delimited_list
default: "datacentre:br-ex" default: "datacentre:br-ex"
tags:
- role_specific
OVNIntegrationBridge: OVNIntegrationBridge:
description: > description: >
Name of the OVS bridge to use as integration bridge by OVN Controller. 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 description: The CMS options to configure in ovs db
type: string type: string
default: "" default: ""
tags:
- role_specific
OvsHwOffload: OvsHwOffload:
default: false default: false
description: | description: |
Enable OVS Hardware Offload. This feature supported from OVS 2.8.0 Enable OVS Hardware Offload. This feature supported from OVS 2.8.0
type: boolean type: boolean
tags:
- role_specific
resources: resources:
# Merging role-specific parameters (RoleParameters) with the default parameters. # Merging role-specific parameters (RoleParameters) with the default parameters.

View File

@ -39,14 +39,20 @@ parameters:
default: nic1 default: nic1
description: PTP interface name. description: PTP interface name.
type: string type: string
tags:
- role_specific
PtpSlaveMode: PtpSlaveMode:
default: 1 default: 1
description: Configure PTP clock in slave mode. description: Configure PTP clock in slave mode.
type: number type: number
tags:
- role_specific
PtpMessageTransport: PtpMessageTransport:
default: UDPv4 default: UDPv4
description: Configure PTP message transport protocol. description: Configure PTP message transport protocol.
type: string type: string
tags:
- role_specific
resources: resources:
RoleParametersValue: RoleParametersValue: