Created
March 3, 2017 10:05
-
-
Save ajaxsys/f9498442a4903d86d095d7bb270e2b0d to your computer and use it in GitHub Desktop.
Revisions
-
ajaxsys created this gist
Mar 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ # packstack --allinone --provision-demo=n --os-neutron-ovs-bridge-mappings=extnet:br-ex --os-neutron-ovs-bridge-interfaces=br-ex:em1 --os-neutron-ml2-type-drivers=vxlan,flat /etc/sysconfig/network-scripts/ifcfg-em1 DEVICE=em1 TYPE=OVSPort DEVICETYPE=ovs BOOTPROTO=none ONBOOT=yes BOOTPROTO=none DNS1=8.8.8.8 HWADDR=F8:B1:56:D0:0B:87 /etc/sysconfig/network-scripts/ifcfg-br-ex DEVICE=br-ex DEVICETYPE=ovs TYPE=OVSBridge BOOTPROTO=static IPADDR=192.168.20.203 NETMASK=255.255.255.0 GATEWAY=192.168.20.1 DNS1=8.8.8.8 DNS1=8.8.4.4 ONBOOT=yes