Merge "Remove External network from DVR related configuration"
This commit is contained in:
commit
733c12d46a
@ -9,10 +9,6 @@ resource_registry:
|
|||||||
# bridge to be connected to a physical network.
|
# bridge to be connected to a physical network.
|
||||||
OS::TripleO::Compute::Net::SoftwareConfig: ../net-config-bridge.yaml
|
OS::TripleO::Compute::Net::SoftwareConfig: ../net-config-bridge.yaml
|
||||||
|
|
||||||
# When using defaults, DVR requires access to the External API network
|
|
||||||
# for floating IP access. Please check your configuration to ensure that
|
|
||||||
# networks are configured appropriately.
|
|
||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
|
|
||||||
# DVR requires that the L2 population feature is enabled
|
# DVR requires that the L2 population feature is enabled
|
||||||
|
@ -107,15 +107,13 @@ resources:
|
|||||||
- ip_netmask:
|
- ip_netmask:
|
||||||
get_param: {{network.name}}IpSubnet
|
get_param: {{network.name}}IpSubnet
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- elif network.name in role.networks or role.name == 'Networker' %}
|
{%- elif network.name in role.networks or role.name == 'Networker' or role.name == 'ComputeDVR' %}
|
||||||
- type: ovs_bridge
|
- type: ovs_bridge
|
||||||
{%- if network.name == "External" %}
|
{%- if network.name == "External" %}
|
||||||
name: bridge_name
|
name: bridge_name
|
||||||
{%- else %}
|
{%- else %}
|
||||||
name: br-{{network.name_lower}}
|
name: br-{{network.name_lower}}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
dns_servers:
|
|
||||||
get_param: DnsServers
|
|
||||||
use_dhcp: false
|
use_dhcp: false
|
||||||
{%- if network.name in role.networks %}
|
{%- if network.name in role.networks %}
|
||||||
addresses:
|
addresses:
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
- InternalApi
|
- InternalApi
|
||||||
- Tenant
|
- Tenant
|
||||||
- Storage
|
- Storage
|
||||||
- External
|
|
||||||
HostnameFormatDefault: '%stackname%-novacompute-dvr-%index%'
|
HostnameFormatDefault: '%stackname%-novacompute-dvr-%index%'
|
||||||
RoleParametersDefault:
|
RoleParametersDefault:
|
||||||
TunedProfileName: "virtual-host"
|
TunedProfileName: "virtual-host"
|
||||||
|
Loading…
Reference in New Issue
Block a user