Skip to content

Instantly share code, notes, and snippets.

@trumant
Last active July 26, 2016 19:44
Show Gist options
  • Save trumant/aed22f581d9cf5d4801bcb815a7fe0d0 to your computer and use it in GitHub Desktop.
Save trumant/aed22f581d9cf5d4801bcb815a7fe0d0 to your computer and use it in GitHub Desktop.
Sample OpenStack-Ansible OVS /etc/network/interfaces
auto lo
iface lo inet loopback
# Management network
auto eth0
iface eth0 inet manual
# VLAN network
auto eth1
iface eth1 inet manual
source /etc/network/interfaces.d/*.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment