Skip to content

Instantly share code, notes, and snippets.

@trumant
Created July 26, 2016 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trumant/3824b96ebf4f59077b116ec896dc2aca to your computer and use it in GitHub Desktop.
Save trumant/3824b96ebf4f59077b116ec896dc2aca to your computer and use it in GitHub Desktop.
Sample OpenStack-Ansible /etc/network/interfaces.d/br-mgmt.cfg
# OpenStack Management network bridge
auto br-mgmt
iface br-mgmt inet static
bridge_stp off
bridge_waitport 0
bridge_fd 0
bridge_ports eth0
address MANAGEMENT_NETWORK_IP
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8 8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment