Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # from compute-dvr.yaml
  2. ...
  3. # External bridge for DVR (no IP address required)
  4. - type: ovs_bridge
  5. name: bridge_name # defaults to br-ex
  6. dns_servers: # what for?
  7. get_param: DnsServers
  8. use_dhcp: false
  9. members:
  10. - type: interface
  11. name: nic6
  12. primary: true
  13. ...
  14.  
  15. [root@overcloud-compute-0 ~]# ovs-vsctl show | grep 'Bridge br-ex' -A 10
  16. Bridge br-ex
  17. Controller "tcp:127.0.0.1:6633"
  18. is_connected: true
  19. fail_mode: secure
  20. Port phy-br-ex
  21. Interface phy-br-ex
  22. type: patch
  23. options: {peer=int-br-ex}
  24. Port br-ex
  25. Interface br-ex
  26. type: internal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement