摘要: 关于Neutron上的三种Agent的作用: Neutron-OVS-Agent:从OVS-Plugin上接收tunnel和tunnel flow的配置,驱动OVS来建立GRE Tunnel Neutron-DHCP-Agent:为每一个配置了DHCP的网络/子网配置dnsmasq,也负责把Mac地 阅读全文
posted @ 2017-03-26 04:28 linhaifeng 阅读(1747) 评论(1) 推荐(1) 编辑
摘要: 知识点一:linux网桥提供安全组 知识点二:每新建一个网络,在网络节点都会新建一个namespace,只要为该网络建立子网,那么该namespace里就新增dhcp来为该子网分配ip,也可以为该网络新建路由 dhcp由neutron-dhcp-agent负责,router由neutron-l3-a 阅读全文
posted @ 2017-03-26 04:19 linhaifeng 阅读(1895) 评论(0) 推荐(1) 编辑
摘要: OVS bridge 有两种模式:“normal” 和 “flow”。“normal” 模式的 bridge 同普通的 Linux 桥,而 “flow” 模式的 bridge 是根据其流表(flow tables) 来进行转发的。Neutron 使用两种 OVS bridge:br-int 和 br 阅读全文
posted @ 2017-03-26 04:05 linhaifeng 阅读(2869) 评论(0) 推荐(1) 编辑
摘要: 详见我在51cto的一篇博客:http://egon09.blog.51cto.com/9161406/1839667 阅读全文
posted @ 2017-03-26 01:22 linhaifeng 阅读(998) 评论(0) 推荐(0) 编辑
摘要: 管理网络:包含api网络(public给外部用,admin给管理员用-是内部ip,internal给内部用-是内部ip) 数据网络 存储网络 IDRAC网络 PXE网络 控制节点相关服务 systemctl status chronyd.servicesystemctl status mariadb 阅读全文
posted @ 2017-03-26 01:04 linhaifeng 阅读(1833) 评论(0) 推荐(1) 编辑