You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
488 B
17 lines
488 B
--- |
|
network_config: |
|
- type: linux_bridge |
|
name: {{ neutron_physical_bridge_name }} |
|
addresses: |
|
- ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_subnet_cidr }} |
|
dns_servers: {{ ctlplane_dns_nameservers }} |
|
domain: {{ dns_search_domains }} |
|
members: |
|
- type: interface |
|
name: {{ neutron_public_interface_name }} |
|
# force the MAC address of the bridge to this interface |
|
primary: true |
|
routes: |
|
- ip_netmask: 0.0.0.0/0 |
|
next_hop: {{ ctlplane_gateway_ip }} |
|
default: true
|
|
|