摘要:http://superuser.openstack.org/articles/how-to-migrate-from-vmware-and-hyper-v-to-openstack Introduction I migrated >120 VMware virtual machines (Linu
阅读全文
摘要:#!/bin/bash if [ "$#" -ne 1 ] then echo "Usage $0 " exit 1 fi . $1 NEW_OS_AUTH_URL=`echo $OS_AUTH_URL | sed 's!v2.0!v3!'` cat << EOF export OS_AUTH_URL=$NEW_OS_AUTH_URL export OS_USERNAME=...
阅读全文
摘要:Ceilometer的数据采集agent会定期对nova/keystone/neutron/cinder等服务调用其API的获取信息,默认是20秒一次, 这在大规模部署中会对OpenStack服务节点造成很大压力,增加节点CPU负载。 在Ceilometer的L版本中有一个针对性的改进来cache住
阅读全文
摘要:NFV Without entering into the details of the NFV specifications, the goal in OpenStack is to optimize network, memory and CPU performance on the runni
阅读全文
摘要:http://superuser.openstack.org/articles/open-daylight-integration-with-openstack-a-tutorial 1. AssumptionBefore getting started, I assume the reader u
阅读全文
摘要:之前alarm evaluator service and alarm notifier services之间的通信采用RPC的方式,消耗较大,增加work queue的方式可以获得更好的性能, 所谓work queue的方式就是把evaluator 的结果作为消息的payload发送给alarm:
阅读全文
摘要:在 Kilo版本, API WSGI application 可以有以下2种部署方式: As a Python command that runs a Werkzeug-based web server that is monkeypatched to use eventlet. As a WSGI
阅读全文
摘要:OpenStack网络在Mitaka版本中将有哪些新变化?1月11日到12日,DragonFlow的PTL——Eran Gampel,Kuryr的PTL——Gal Sagie,和他们的老大从以色列来到杭州,参加DragonFlow Meetup。UnitedStack有云的网络组同事苌智和康敬亭参与
阅读全文