Skip to content

Instantly share code, notes, and snippets.

@a1git
Created December 7, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/27e47c7ebcd6f65566663226ba4019eb to your computer and use it in GitHub Desktop.
Save a1git/27e47c7ebcd6f65566663226ba4019eb to your computer and use it in GitHub Desktop.
on controllers + network node + compute,
--------------------------------------
bridge name bridge id STP enabled interfaces
br-lbaas 8000.00505600bb01 no vlan401
--------------------------------------
config:
--------------------------------------
- network:
container_bridge: "br-lbaas"
container_type: "veth"
container_interface: "eth14"
host_bind_override: "enp5s0.41"
ip_from_q: "lbaas"
type: "flat"
net_name: "lbaas"
group_binds:
- neutron_linuxbridge_agent
- octavia-worker
- octavia-housekeeping
- octavia-health-manager
--------------------------------------
variables
--------------------------------------
neutron_lbaas_octavia: true
octavia_ssh_enabled: false
octavia_management_net_subnet_allocation_pools: 10.62.0.10-10.62.7.250
octavia_management_net_subnet_cidr: 10.62.0.0/21
## True by default, breaks Horizon !!
horizon_enable_neutron_lbaas: False
neutron_linuxbridge_agent_ini_overrides:
linux_bridge:
physical_interface_mappings: vlan:br-vlan
bridge_mappings: lbaas:br-lbaas
--------------------------------------
running octavia playbook creates the network itself , downloads an amphora image and boots up.
in the compute node, this is one of the connection.
--------------------------------------------------------------
brq70476c3d-3a 8000.fe163e67ff69 no tap02123045-2f
--------------------------------------------------------------
here I see that one port of amphora tap02123045-2f is on bridge brq70476c3d-3a , but thats it .. i don't see anything extra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment