Add OVNCMSOptions to Controller and Networker roles

OVN is a default networking service for Neutron.
The default configurations for OVN were implemented but OVNCMSOptions
was missing.
This change introduces OVNCMSOptions to Controller and Networker roles.

Closes-Bug: #1928901
Change-Id: I441f16f5e596dcbc6f5e567b07d3cd19a57c21e2
(cherry picked from commit 866645db1d)
This commit is contained in:
Keigo Noha 2021-05-11 10:42:43 +09:00
parent dccbc995c1
commit e15bfa6d8d
11 changed files with 22 additions and 0 deletions

View File

@ -27,6 +27,8 @@
# each, such as ['ControlPlane', 'External']
default_route_networks: ['External']
HostnameFormatDefault: '%stackname%-controller-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True

View File

@ -22,6 +22,8 @@
subnet: tenant_subnet
default_route_networks: ['External']
HostnameFormatDefault: '%stackname%-controller-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
update_serial: 1
ServicesDefault:
- OS::TripleO::Services::AodhApi

View File

@ -22,6 +22,8 @@
subnet: tenant_subnet
default_route_networks: ['External']
HostnameFormatDefault: '%stackname%-controller-no-ceph-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True

View File

@ -21,6 +21,8 @@
subnet: tenant_subnet
default_route_networks: ['External']
HostnameFormatDefault: '%stackname%-controller-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
update_serial: 1
ServicesDefault:
- OS::TripleO::Services::AodhApi

View File

@ -22,6 +22,8 @@
subnet: tenant_subnet
default_route_networks: ['External']
HostnameFormatDefault: '%stackname%-controller-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
update_serial: 1
ServicesDefault:
- OS::TripleO::Services::Aide

View File

@ -24,6 +24,8 @@
# each, such as ['ControlPlane', 'External']
default_route_networks: ['External']
HostnameFormatDefault: '%stackname%-controller-sriov-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True

View File

@ -26,6 +26,8 @@
Tenant:
subnet: tenant_subnet
HostnameFormatDefault: '%stackname%-controller-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True

View File

@ -26,6 +26,8 @@
Tenant:
subnet: tenant_subnet
HostnameFormatDefault: '%stackname%-controller-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True

View File

@ -12,6 +12,8 @@
tags:
- external_bridge
HostnameFormatDefault: '%stackname%-networker-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
update_serial: 1
ServicesDefault:
- OS::TripleO::Services::Aide

View File

@ -12,6 +12,8 @@
tags:
- external_bridge
HostnameFormatDefault: '%stackname%-networker-sriov-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
update_serial: 1
ServicesDefault:
- OS::TripleO::Services::Aide

View File

@ -30,6 +30,8 @@
# each, such as ['ControlPlane', 'External']
default_route_networks: ['External']
HostnameFormatDefault: '%stackname%-controller-%index%'
RoleParametersDefault:
OVNCMSOptions: "enable-chassis-as-gw"
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
# Set uses_deprecated_params to True if any deprecated params are used.
uses_deprecated_params: True