Merge "Add OVNCMSOptions to Controller and Networker roles" into stable/victoria
This commit is contained in:
commit
8c9e9d8964
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user