1. neutron中plugin与agent是一一对应的吗? 在不使用ml2时,plugin与agent一一对应,如ovs-plugin与ovs-agent;当使用ml2 plugin时,该plugin可以对应多种agent,如ovs-agent,linuxbridge-agent等。2. neu...
分类:
其他好文 时间:
2015-08-05 21:49:28
阅读次数:
153
Connection to neutron failed: [Errno 111] Connection refused上面ping的是external network ip的第一个ip,这个ip会作为外部网络的网关,所以在创建好 neutron网络后这个网关ip是可以ping通的;for i in...
分类:
其他好文 时间:
2015-08-04 18:52:09
阅读次数:
223
本系列会分析OpenStack 的高可用性(HA)解决方案:(1)概述 (TBD,写完整个系列在回来写这块)(2)Neutron L3 Agent HA - VRRP (虚拟路由冗余协议)(3)Neutron L3 Agent HA - DVR (分布式虚机路由器)(4)TBD1. 基础知识1.1 ...
分类:
其他好文 时间:
2015-08-04 13:05:49
阅读次数:
1960
1、配置pillar的top.sls:base:nova:-match:nodegroup-novaneutron:-match:nodegroup-neutron2、pillar的nova和neutron的配置:apache:name:httpdip:172.16.171.120root:/var/www/neutronapache:name:httpdip:172.16.171.110root:/var/www/nova3、配置state的top.sls:base:‘*‘:-a..
分类:
Web程序 时间:
2015-08-02 06:28:08
阅读次数:
238
学习 Neutron 系列文章:(1)Neutron 所实现的虚拟化网络(2)Neutron OpenvSwitch + VLAN 虚拟网络(3)NeutronOpenvSwitch + GRE/VxLAN 虚拟网络(4)Neutron OVS OpenFlow 流表 和 L2 Population...
分类:
其他好文 时间:
2015-07-29 08:58:28
阅读次数:
1107
#keepalived实现instancehighavailable(Neutronflat网络模式下)
[root@openstack-1~(keystone_admin)]#neutronnet-list(找出pub-net的id号)
[root@openstack-1~(keystone_admin)]#neutronport-list--netework_id=54f5ea9b-5d05-42e3-995f-c00e6824be25(这个id就是pub-net..
分类:
其他好文 时间:
2015-07-28 06:49:46
阅读次数:
575
#修改/etc/neutron/plugin.ini文件(网络节点)
[ml2]
type_drivers=flat,vlan,vxlan,gre
tenant_network_types=flat
mechanism_drivers=openvswitch
[ml2_type_flat]
flat_networks=default
[ovs]
enable_tunneling=False
integration_bridge=br-int
bridge_mappings=default:..
分类:
其他好文 时间:
2015-07-28 06:48:46
阅读次数:
786
学习 Neutron 系列文章:(1)Neutron 所实现的虚拟化网络(2)Neutron OpenvSwitch + VLAN 虚拟网络(3)NeutronOpenvSwitch + GRE/VxLAN 虚拟网络(4)Neutron OVS OpenFlow 流表 和 L2 Population...
分类:
其他好文 时间:
2015-07-27 09:20:24
阅读次数:
161