博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
openstack pike 使用 linuxbridge + vxlan
阅读量:5089 次
发布时间:2019-06-13

本文共 1760 字,大约阅读时间需要 5 分钟。

#openstack pike 使用 linuxbridge + vxlan

#openstack pike 集群高可用  安装部署 汇总 

 

############################################################# openstack pike 使用 linuxbridge + vxlan#前面已部署的只使用外部网络,在其基础上,修改为xvlan + linuxbridge########################控制节点 修改MyIP=10.2.1.17 #local_ip使用#开启route openstack-config --set /etc/neutron/neutron.conf DEFAULT service_plugins routeropenstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vxlanopenstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers flat,vlan,vxlanopenstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers linuxbridge,l2populationopenstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 3001:4000openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan enable_vxlan trueopenstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan l2_population trueopenstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan local_ip $MyIPopenstack-config --set /etc/neutron/l3_agent.ini DEFAULT interface_driver linuxbridge#启用L3systemctl enable neutron-l3-agent.servicesystemctl restart neutron-l3-agent.service#服务重启systemctl restart neutron-serversystemctl restart neutron-linuxbridge-agent########################计算节点MyIP=10.2.1.17 #local_ip使用openstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan enable_vxlan trueopenstack-config --set /etc/neutron/plugins/ml2/linuxbridge_agent.ini vxlan l2_population trueopenstack-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

你可能感兴趣的文章
Makedown
查看>>
linked-list-cycle
查看>>
文件安装的2中方式
查看>>
win产品下载地址及破解工具
查看>>
cms STW 的两个阶段
查看>>
bestcoder#45 1002 求区间的逆序数 树状数组
查看>>
Js操作表格-对表格单元格的添加删除修改
查看>>
[AtCoder][ARC082]Sandglass 题解
查看>>
font-face跨域办法
查看>>
Porsche Piwis Tester 2 Online Coding Guide
查看>>
vue笔记3——双向绑定
查看>>
记一次前端笔试
查看>>
Nginx的启动、停止与重启
查看>>
Windows Live Writer教程及代码高亮工具
查看>>
Android中使用AIDL时的跨进程回调—Server回调Client
查看>>
myBati初学
查看>>
java 内存调试 mat
查看>>
函数定义,使用
查看>>
javascript数据结构之顺序表
查看>>
XMLDocument
查看>>