Module Reviews Drafted Blueprints Completed Blueprints Filed Bugs Resolved BugsCinder 7 1 1 7 10Swift 10 N/...
分类:
其他好文 时间:
2015-07-27 11:02:33
阅读次数:
166
Ops/Design Summit - 2014-11-05 Record1. KeystoneOperators, Deployers, and DevOps1. Icehouse中,SAML文档非常少。Juno会提升文档质量。2. 多重认证。比方,用krb5 ticket和x509 certif...
分类:
其他好文 时间:
2015-07-26 15:45:40
阅读次数:
123
1.概述
Ceilometer是OpenStack中的一个子项目,它像一个漏斗一样,能把OpenStack内部发生的几乎所有的事件都收集起来,然后为计费和监控以及其它服务提供数据支撑。Ceilometer的核心架构图如下:
图1 Ceilometer的核心架构图
图2 Ceilometer架构模型
2.安装
2.1安装服务
apt-get install ceil...
System requirements
Before you install theOpenStack dashboard, you must meet the following system requirements:
?
OpenStack Compute installation.Enable the Identity Service for user and proje...
分类:
其他好文 时间:
2015-07-24 10:42:16
阅读次数:
154
做个一个没怎么学过python的菜鸟,看源码是最好的学习方式了,现在就从nova入手,主要注释一下 nova/compute/api.py 中的 create_instance函数
def _create_instance(self, context, instance_type,
image_href, kernel_id, ramdisk_id,
...
分类:
其他好文 时间:
2015-07-23 20:04:18
阅读次数:
199
openstack:1、控制节点安装所有,计算节点只有nova-compute;2、网络选择: nova-network还是neutron; nova-network比较简单, neutron功能强大,并且需要第三个节点,也可以合并到控制节点;openstack所有数据库密码:openstackra...
分类:
其他好文 时间:
2015-07-23 17:14:45
阅读次数:
174
转自:http://www.fwqtg.net/%E5%85%B3%E4%BA%8Epyyaml%E6%8A%A5%E9%94%99%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3.html大家在安装ansible或者openstack的时候可能会遇到以下类似报错,开始我也百...
分类:
其他好文 时间:
2015-07-23 15:27:09
阅读次数:
540
Before you install andconfigure Telemetry, you must install MongoDB, create a MongoDB database, andcreate Identity service credentials including endpoints.
1. Install the MongoDBpackage:
# y...
分类:
其他好文 时间:
2015-07-23 14:01:52
阅读次数:
136
对于一个openstack新手来说,自己使用命令行搭建一个openstack无疑是一个痛苦的过程,使用一个搭建工具将会使搭建过程变成的简单,下面就介绍一下我的一次成功的搭建过程。
第一步:安装虚拟机
我个人比较喜欢用virtrualbox的虚拟机,可以从如下的地址进行下载:https://www.virtualbox.org/wiki/Downloads,选择相应的版本下载安装就行了。
第二...
分类:
其他好文 时间:
2015-07-23 09:33:53
阅读次数:
191
最小系统小巧方便,只有几十兆,用来做Openstack的实验和制作Openstack的云镜像的好的选择。下面来说说如何在虚拟机中安装最小系统,为做devstack的实验做好准备。
我选择的是VirtrualBox5.0,可以从下面的地址进行下载:https://www.virtualbox.org/wiki/Downloads
镜像我选择的是64-bit PC (amd64, x86_64)...
分类:
系统相关 时间:
2015-07-23 09:33:42
阅读次数:
290