摘要:nova rebuild¶ usage: nova rebuild [--rebuild-password <rebuild-password>] [--poll] [--minimal] [--preserve-ephemeral] [--name <name>] [--description <
阅读全文
摘要:Initial environment configuration shared-infra_hosts有哪些物理机器上可以运行容器来运行openstack服务如databases, memcached, and RabbitMQ, For details about how the invento
阅读全文
摘要:Installing the operating system Install the Ubuntu Server 14.04 (Trusty Tahr) LTS 64-bit operating system 至少一个network interface可以访问外网 locale to en_US.
阅读全文
摘要:1.neutron dhcp3个主要部件分别为什么?2.dhcp模块包含哪些内容?3.Dnsmasq配置文件是如何创建和更新的?4.DHCP agent的信息存放在neutron数据库的哪个表中?扩展: neutron-dhcp-agent在neutron的作用是什么?一.概述 neutron dh
阅读全文
摘要:编者按:无论是云计算还是SDN都把注意力集中在数据中心网络的建设上,各种解决方案层出不穷,其中以VMware为代表的软件厂商提出Overlay网络方案后,为数据中心网络的发展提出了新的思路。那么Overlay是如何与物理网络相互依存的? 在以往IT建设中,硬件服务器上运行的是虚拟层的计算,物理网络为
阅读全文
摘要:在传统物理网络环境下,划分VLAN,分配网段,设置路由是个网工应该熟悉的内容。在SDN环境下,比如neutron虚拟网络,我们用API创建网络,子网,虚拟路由器,负载均衡和防火墙,这些还是太网络化了。GBP,基于组的策略模型,开启了新型的网络设计时代,我感觉就是“没有网络”。现在实现GBP的项目比较
阅读全文
摘要:当前,SDN作为一种新的网络架构,已经成为行业高度关注的热点。其倡导的开放式网络,代表了从网络应用适应网络能力向网络能力主动适配网络应用需求这个网络建设理念的改变。转发与控制分离、集中的控制层面、开放的网络编程接口是SDN网络架构的主要特征。 OpenFlow作为最主要的SDN协议,希望以一种全新转
阅读全文
摘要:Introduction The migrations in the alembic/versions contain the changes needed to migrate from older Neutron releases to newer versions. A migration o
阅读全文
摘要:The goal of this document is to provide an umbrella blueprint defining how to add support for VPC in Openstack. A VPC is defined as an entity providin
阅读全文
摘要:This post shows how the Quantum L3 Agent uses the Linux IP stack to implement the Quantum L3 Routing and NAT API extensions. It explains in detail how
阅读全文
摘要:The extension manager for ML2 was introduced in Juno (more details can be found in the approvedspec). The features allows for extending ML2 resources
阅读全文
摘要:Neutron API中大多的resource都需要quota limits。 Neutron API暴露出一个extension 来管理quota,Quota limits are enforced at the API layer, Plugin and ML2 drivers唯一例外是subn
阅读全文
摘要:callback system 用在进程内部通信,Messaging Callback System是给进程间通信。为了agent不通过RPC就能得到resource的变化。 目前用在: QoS policies; Security Groups. Using a remote publisher/
阅读全文
摘要:Quality of Service advanced service is designed as a service plugin. The service is decoupled from the rest of Neutron code on multiple levels (see be
阅读全文
摘要:Client Side Here is an example of an rpc client definition: Server Side The server side of an rpc interface looks like this: server端说明了支持v1.1 Versioni
阅读全文
摘要:译者简介:忍忍鱼,曾经从SDNLAB获取了很多知识,现在努力为SDNLAB贡献自己的力量。爱学习,求进步!SDNLAB,么么哒! ETSI NFV ISG已经确定了9个潜在的NFV用例。本章节简单介绍了这些用例,完整的用例描述请参见ETSI网站. NFV基础设施即服务(NFVIaaS) NFVIaa
阅读全文
摘要:一个subnet有多个dns server时,dns server在创建时就定好了,但可以update: http://docs.openstack.org/developer/neutron/devref/dns_order.html
阅读全文
摘要:给一个network加上tag,用来: http://docs.openstack.org/developer/neutron/devref/tag.html
阅读全文
摘要:可以查询网络的IP使用情况 neutron net-ip-availability-list neutron net-ip-availability-show GET /v2.0/network-ip-availabilities/{network_uuid} http://docs.opensta
阅读全文
摘要:Why is IPAM important for Neutron? •No VM connectivity without a valid IP assigned •Duplicate subnets/IPs in shared or routable space are disastrous E
阅读全文
摘要:用于core and service components之间的通信,传递resource的lifecycle events (e.g. before creation, before deletion, etc.)消息 ,比如当一个Neutron resource与多个service (VPN,
阅读全文
摘要:Openstack with Opendaylight deploymentStarting Openstack with Opendaylight has gotten a bit easier, but it is still something many folks have not done
阅读全文
摘要:1 首先停掉neutron-server kill neutron-server in screen by ctr-c q-svc 2 cp /usr/local/bin/neutron-server opt/stack/neutron/bin/neutron-server.py /opt/stac
阅读全文
摘要:声明:此文档只做学习交流使用,请勿用作其他商业用途 author:朝阳_tonyE-mail : linzhaolover@gmail.comCreate Date: 2013-7-12 11:46:21 FridayLast Change: 2013-7-12 16:35:36 Friday 转载
阅读全文
摘要:转自 http://www.cnblogs.com/jiayy/p/3429725.html 一 前言 http://www.dpdk.org/ dpdk 是 intel 开发的x86芯片上用于高性能网络处理的基础库,业内比较常用的模式是linux-app模式,即 利用该基础库,在用户层空间做数据包
阅读全文
摘要:每个hypervisor对于guest能看到的cpu model定义都不同,Xen 提供host pass through,所以guest能看到的cpu和host完全相同。 QEMU/KVM中guest能看到自定义的通用cpu model “qemu32” or “qemu64”,而VMWare 要
阅读全文
摘要:libvirt中 cpu mode可以有以下3种: custom : 该模式下cpu element用来描述guest可见的CPU,该模式也是mode的default模式,它会使得persistent guest不论host CPU是怎样,guest可见的CPU是一样的。有利于migration。
阅读全文
摘要:目前通过ComputeCapabilitiesFilter 是可以做到cpu 指令集的filter,ComputeCapabilitiesFilter 是通过flavor的extra_spe来传递的。 传递的形式为:capabilities:cpu_info:features=ssse3 实现方式:
阅读全文
摘要:class Lifecycle(models.Model): """The Lifecycle table is the Master for a group of Timing detail records. There is one Lifecycle row for each instance
阅读全文
摘要:stacktach_worker_config.json可以配置为: 运行start_workers: 打开rabbitmq的管理界面localhost:15672 参考: http://stacktach.com/api.html http://stacktach.com/install.html
阅读全文
摘要:https://www.ustack.com/blog/openstack-dragonflow/ 本文由2015年5月30日举行的OpenStack Meetup北京上的演讲整理而成,演讲者为UnitedStack网络工程师王为。 在温哥华OpenStack Summit上,Neutron最新的子
阅读全文