书栈网 · BookStack 本次搜索耗时 0.055 秒,为您找到 382 个相关结果.
  • Endpoint labels and operator policy

    Endpoint labels and operator policy VM endpoint labels Configuring operator policy Example Endpoint labels and operator policy When Calico represents an OpenStack VM as a Cal...
  • metadata_agent.ini

    metadata_agent.ini metadata_agent.ini metadata agent 的配置信息,包括访问 Neutron API 的用户信息等。 [ DEFAULT ] # Show debugging output in log (sets DEBUG log level output) # debug = True...
  • Service IPs

    Service IPs Creating a test VM Adding a service IP to the Neutron port as an extra fixed IP Moving the service IP to another VM Service IPs Calico supports two approaches for...
  • Service IPs

    Service IPs Creating a test VM Adding a service IP to the Neutron port as an extra fixed IP Moving the service IP to another VM Service IPs Calico supports two approaches for...
  • Service IPs

    Service IPs Creating a test VM Adding a service IP to the Neutron port as an extra fixed IP Moving the service IP to another VM Service IPs Calico supports two approaches for...
  • 实现细节

    实现细节 实现细节 防火墙由 L3 Agent 通过修改 iptables 规则来实现,具体规则在网络节点的路由器命名空间中,作用到该租户所有路由器的 qr-xxx 接口上。 在网络节点上查看其中的 iptables 规则,会发现多了两个 iptables 链,分别处理进出两个方向的流量,被 neutron-vpn-agen-FORWARD 引...
  • Multiple regions

    Multiple regions Architecture Installation Configuring OpenStack Configuring cross-region policy Multiple regions If you use a multiple region deployment of OpenStack, you...
  • 前言

    OpenStack Neutron 源码分析 更新历史: 参加步骤 OpenStack Neutron 源码分析 Neutron 是 OpenStack 项目中负责提供网络服务的组件,它基于软件定义网络的思想,实现了网络虚拟化下的资源管理。 本书将剖析 Neutron 组件的代码。 最新版本在线阅读:GitBook 。 本书源码在 Git...
  • 实现细节

    实现细节 qlbaas 命名空间 HAProxy 实现细节 跟大部分的高级服务一样,LBaaS 在网络节点上实现。 qlbaas 命名空间 在启动了 LBaaS 之后,网络节点上会多一个 qlbaas-xxx 命名空间,其中一个 tap 类型端口,绑定了我们定义的 VIP。 $ sudo ip netns exec qlbaas - 57...
  • RPC 专题

    RPC 专题 RPC 专题 RPC是neutron中跨模块进行方法调用的很重要的一种方式,主要包括client端和server端。client端用于发出rpc消息,server端用于监听消息并进行相应处理。 agent RPC plugin RPC neutron-server RPC