Skip to content

Instantly share code, notes, and snippets.

@a1git
Created December 2, 2020 15:54
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/c0fcad7a87a1366753c68d5bce09ad13 to your computer and use it in GitHub Desktop.
Save a1git/c0fcad7a87a1366753c68d5bce09ad13 to your computer and use it in GitHub Desktop.
error:
---------------------------------------------------------
fatal: [c1_octavia_server_container-64db75e4 -> 10.101.73.210]: FAILED! => {"attempts": 5, "changed": false, "msg": "BadRequestException: 400: Client Error for url: http://10.101.72.9:9696/v2.0/networks.json, Invalid input for operation: physical_network 'lbaas' unknown for VLAN provider network."}
---------------------------------------------------------
netplan
---------------------------------------------------------
on controlers, network/compute ( my compute and network nodes are the same)
br-lbaas:
interfaces: [ bond0.1022 ]
addresses:
- 172.29.232.10/22
---------------------------------------------------------
variables
---------------------------------------------------------
octavia_neutron_management_network_name: "net-lbaas"
octavia_management_net_subnet_cidr: 10.68.0.0/16
octavia_ssh_enabled: True
octavia_management_net_subnet_allocation_pools: "10.68.0.11-10.68.255.250"
octavia_provider_network_type: vlan
octavia_provider_segmentation_id: 101
---------------------------------------------------------
config
---------------------------------------------------------
lbaas: 172.29.232.0/22
- network:
container_bridge: "br-lbaas"
container_type: "veth"
container_interface: "eth14"
host_bind_override: "lb-veth-ovrd"
ip_from_q: "lbaas"
type: "raw"
net_name: "lbaas"
group_binds:
- neutron_linuxbridge_agent
- octavia-worker
- octavia-housekeeping
- octavia-health-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment