Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.43 KB | None | 0 0
  1.  provider_networks:
  2.     - network:
  3.         group_binds:
  4.          - all_containers
  5.           - hosts
  6.         type: "raw"
  7.         container_bridge: "br-mgmt"
  8.         container_interface: "eth1"
  9.         container_type: "veth"
  10.         ip_from_q: "container"
  11.         is_container_address: true
  12.         is_ssh_address: true
  13.     - network:
  14.         group_binds:
  15.          - glance_api
  16.           - cinder_api
  17.           - cinder_volume
  18.           - nova_compute
  19.           - centerdevice_radosgw
  20.         type: "raw"
  21.         container_bridge: "br-storage"
  22.         container_type: "veth"
  23.         container_interface: "eth3"
  24.         container_mtu: "9000"
  25.         ip_from_q: "storage"
  26.     - network:
  27.         group_binds:
  28.          - neutron_openvswitch_agent
  29.         container_bridge: "br-vxlan"
  30.         container_mtu: "9000"
  31.         container_type: "veth"
  32.         container_interface: "eth2"
  33.         ip_from_q: "tunnel"
  34.         type: "vxlan"
  35.         range: "65537:69999"
  36.         net_name: "vxlan"
  37.     - network:
  38.        container_type: "veth"
  39.        container_mtu: "1550"
  40.        container_interface: "eth14"
  41.        host_bind_override: "eth14"
  42.        ip_from_q: "lbaas"
  43.        container_bridge: "br-vxlan"
  44.        type: "vxlan"
  45.        range: "65536:65536"
  46.        net_name: "lbaas"
  47.        group_binds:
  48.         - neutron_openvswitch_agent
  49.          - octavia-worker
  50.          - octavia-housekeeping
  51.          - octavia-health-manager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement