openstack pike 使用 linuxbridge + vxlan

#openstack pike 使用 linuxbridge + vxlan

#openstack pike 集群高可用  安装部署 汇总 http://www.cnblogs.com/elvi/p/7613861.html

 

############################################################
# openstack pike 使用 linuxbridge + vxlan

#前面已部署的只使用外部网络,在其基础上,修改为xvlan + linuxbridge
#######################

#控制节点 修改

MyIP=10.2.1.17 #local_ip使用

#开启route 
openstack-config --set /etc/neutron/neutron.conf DEFAULT service_plugins router

openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vxlan
openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers flat,vlan,vxlan
openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers linuxbridge,l2population
openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 3001:4000

openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan enable_vxlan true
openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan l2_population true
openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan local_ip $MyIP

openstack-config --set /etc/neutron/l3_agent.ini DEFAULT interface_driver linuxbridge

#启用L3
systemctl enable neutron-l3-agent.service
systemctl restart neutron-l3-agent.service
#服务重启
systemctl restart neutron-server
systemctl restart neutron-linuxbridge-agent

#######################
#计算节点

MyIP=10.2.1.17 #local_ip使用

openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan enable_vxlan true
openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan l2_population true
openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan local_ip $MyIP

#重启服务
systemctl restart neutron-linuxbridge-agent
############################################################

 

转载于:https://www.cnblogs.com/elvi/p/7834787.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值