- 博客(11)
- 资源 (2)
- 收藏
- 关注
原创 OpenStack对象存储服务swift多节点安装(VirtualBox multi-host)
OpenStack对象存储服务swift多节点安装(VirtualBox multi-host)
2013-10-06 21:48:00 2181
原创 Windows Azure使用体验
Windows Azure在今年6月6日由世纪互联代理在中国运营,目前只能体验,没有开放注册。不过,体验的门槛比较高,只对企业开放,未来大量对外开放使用貌似时间还早。大家都懂得,“国内门槛高”。本人在去年就已经使用了Windows Azure一些服务,总体感觉非常好。特将体验过程和大家分享。1.国外Azure的访问官方地址是:http://www.windowsazure.com/en-u
2013-07-16 16:04:13 1529
原创 openstack upload image脚本
#!/bin/bash# Simple script to download Ubuntu Oneiric 11.10 from ubuntu.com# and publish to cloud environment for use#ARCH=amd64#DISTRO=ubuntu#CODENAME=precise#VERSION=12.04.2ARCH=i386DISTRO=ubuntuCOD
2013-07-02 17:54:39 809
原创 脚本安装
git clone https://github.com/uksysadmin/OpenStackInstaller.git控制节点./OSinstall.sh -F 172.16.1.0/24 -f 10.1.0.0/16 -s 512 -v qemu -t demo计算节点sudo ./OSinstall.sh -T compute -F 172.1
2013-06-29 08:40:54 605
原创 脚本安装后的 glance 上传镜像文件
脚本安装后的 glance 上传镜像文件glance --os_username=demo --os_tenant_name=demo --os_auth_url=http://172.16.0.1:5000/v2.0 --os_password=openstack add name="ubuntu 12.04.2 amd64" disk_format=qcow2 container_fo
2013-06-29 08:39:06 883
原创 ubuntu桌面-安装屏幕录像软件
sudo apt-get install recordmydesktop gtk-recordmydesktop开始录像recordmydesktop结束,CTRL+c等待软件保存软件 *.ogv
2013-06-29 08:36:39 817
原创 虚拟机VLAN网络配置
auto eth0iface eth0 inet dhcpauto eth1iface eth1 inet static address 172.16.0.1 netmask 255.255.0.0 network 172.16.0.0 broadcast 172.16.255.255auto eth2
2013-06-29 08:34:47 2900
原创 KVM直接启动虚拟机
KVM直接启动虚拟机kvm -m 512 -snapshot ./ubuntu-12.04.2-server-cloudimg-amd64-disk1.img
2013-06-29 08:33:35 975
原创 Ubuntu-12.04.1-desktop版安装OpenStack(单网卡,没有安装网络服务Quantum)(2)
上接《Ubuntu-12.04.1-desktop版安装OpenStack(单网卡,没有安装网络服务Quantum)(1)》http://blog.csdn.net/dragon889/article/details/7973216 作者:刘宇龙 2012.9.13安装的服务有,认证服务keystone,镜像存储glance,计算服务nova,存储服务swift,管理器dashbo
2012-09-13 00:11:36 3863
原创 Ubuntu-12.04.1-desktop版安装OpenStack(单网卡,没有安装网络服务Quantum)(1)
作者:刘宇龙 2012年9月13日Ubuntu-12.04.1-desktop版安装OpenStack,单网卡,没有安装Quantum。Openstack的版本是Essex安装的服务有,认证服务keystone,镜像存储glance,计算服务nova,存储服务swift,管理器dashboard(horizon)特别注明:官方网站以外的安装文献,本文里很少参考,大量安装都依
2012-09-13 00:03:23 1871
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人