码迷,mamicode.com
首页 >  
搜索关键字:fuel openstack    ( 3811个结果
OpenStack nova-network 支持多vlan技术实现片段代码
#-*-encoding:utf-8-*- # #Copyright2012RedHat,Inc # #Author:EoghanGlynn<eglynn@redhat.com> # #LicensedundertheApacheLicense,Version2.0(the"License");youmay #notusethisfileexceptincompliancewiththeLicense.Youmayobtain #acopyoftheLicenseat # #http://www...
分类:Web程序   时间:2015-04-17 15:58:19    阅读次数:200
Nova:libvirt image 的生命周期
翻译自:http://www.pixelbeat.org/docs/openstack_libvirt_images/The main stages of a Virtual Machine disk image as it transfers through OpenStack to be boo...
分类:其他好文   时间:2015-04-15 09:27:14    阅读次数:177
Openstack Nova(六)----Instance 创建(CLI RESTful请求)
在上一章中, 通过跟踪nova boot命令, 已经完成了Instance创建参数的解析及身份认证的过程。这一章中继续完成CLI部分的代码跟踪,看看RESTful的请求是如何发出去的。如果阅读过上一章的内容,就可知道nova boot所对应的最终的执行函数是do_boot。这段代码不长,内容也很简单,具体看注释。do_bootdef do_boot(cs, args): """Boot a...
分类:其他好文   时间:2015-04-14 16:51:50    阅读次数:839
Heat 支持查询 Autoscaling Group 虚拟机列表
引言 OpenStack Mailing List 中有这么一份邮件,内容如下: [Openstack] heat autoscaling group/instance relationships I'm trying to figure out how to determine all instances that were created as part of...
分类:其他好文   时间:2015-04-08 18:07:44    阅读次数:141
openstack安全策略配置
安全组系统为每个租户默认创建一个安全组,安全组规则为:允许所有流出流量允许相同安全组的虚拟机流入流量支持用户自定义安全组支持用户添加和删除安全组规则安全组规则包括Ingress和Egress,分别用于控制虚拟机的流入和流出流量remote选项支持配置CIDR或安全组,当配置为另一..
分类:其他好文   时间:2015-04-08 16:45:00    阅读次数:216
开发人员必读openstack网络基础2:交换机、路由器、DHCP
我们在使用openstack的过程中,会遇到创建虚拟机路由器、交换机等,那么1.他们的作用到底是什么?2.DHCP为什么会产生,它的作用是什么?个人总结:交换机:一般用在同一网段,工作在数据链路层,例如我们在同一间办公室,则使用的是交换机。路由器则是用在不同网段也就是说,一个办公室上网,可以使用交换...
分类:其他好文   时间:2015-04-08 13:08:02    阅读次数:224
对openstack(JUNO)的neutron的相关测试
这两天对公司的的openstack环境进行测试,因为环境是别的同事搭建的,我这边只负责相关的测试,一台服务器独立安装 controller node,另外两台服务器都安装network node+compute node。大概环境如下: 外网IP网段是192.168.1.0/24,其中192.168.1.100~192.168.1.200为floatingip分配范围,内网IP网段是1...
分类:其他好文   时间:2015-04-07 23:34:46    阅读次数:360
RHEL7.1 安装openstack juno 一个BUG
错误提示:2015-04-07 03:57:26.820 1089 ERROR nova.compute.manager [-] [instance: 887e5e40-ebd8-4727-b2f7-afa2a37bdef8] Instance failed to spawn2015-04-07 0...
分类:其他好文   时间:2015-04-07 17:04:15    阅读次数:230
Deploying Cloud Foundry on OpenStack Juno and XenServer (Part II)
linkhttp://rabbitstack.github.io/deploying-cloud-foundry-on-openstack-juno-and-xenserver-part-ii/Let's move on. We should have our OpenStack instance ...
分类:其他好文   时间:2015-04-05 21:43:27    阅读次数:521
Deploying Cloud Foundry on OpenStack Juno and XenServer (Part I)
linkhttp://rabbitstack.github.io/deploying-cloud-foundry-on-openstack-juno-and-xenserver-part-i/Cloud Foundryecosystem had been blowing my mind for a ...
分类:其他好文   时间:2015-04-05 21:42:02    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!