www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

<一,>近期生活杂记;

铭记每一刻旅程,感恩,无语,走着并深耕不辍;

1,2014-07-19,在合肥保利交定金认购一套房,作为我和女朋友在合肥的一席属于个人的休憩之地,此处应该感谢老婆支援的认购定金,前面我说错了,应该是我老婆,2014-08-04在老婆家乡阜阳市登记领证结婚;

2,2014-07-28,交完购房一定首付,此处感谢爸妈哥嫂....驰援的购房首付金;

3,2014-08-06,签订购房合同,提交房贷资料;

4,千言万语不言中,男人活着就需要争口气,自我评价定位,当前的Ruiy很挫,但....部分内容Ruiy自动和谐 哈;

........;

聊天需找知己,不然那就不是聊天,Ruiy不是不会讲话,只是我有时候我是真的懒得讲,懒得讲的程度都到了我开始敷衍你了哈^_^!

Ruiy 在此提醒大家要劳逸结合哦,哈哈,Ruiy近期在看小时候看的动画片,还不错.片名叫->虹猫蓝兔仗剑 走天涯,是虹猫蓝兔七侠传的第二部,此篇幅时刻部分故事情节小记,当天狼门的人用剑射伤哒哒时,虹猫说你们太过分了,最终使出火舞迅风剑法加载长虹剑,都给我下来,最好一句三当家得罪了,到真相大白时再赔不是,还有很多经典侠义言行;

弟兄们还是同志们,上马哈,做个有心人,处处皆学问;

<二,>云计算Vdc流定义,Net通信思考;

  preface,Ruiy想起之前说过的一句话就是:"当前6成开发者的行为类似于盲人摸象!",有的还没到摸象这,有的不讲Dev!......不想讲了,还是那句老话,仁者见仁,智者见智,看到这句话的自己思考;

Ruiy在此明志,最迟4年,最长期许,励志转型,自己写东西,有力为之定为之;

 [/srv/cloud/euc@euc ~]$eucimage persistent imageName 来自于oneimage list 显示是 镜像名称,维护持久非持久性镜像,本处指的镜像类型是OS;

上面的imageName 可以用 id也是从oneimeage list显示出来的;

在one镜像权限列表中,权限位:use,manage  权限实体:group,user,other;

image clone;

persistent image不能被克隆;

一个镜像不能同时属于public和persistent;

 specify images as virtual machine disks;

OS type image idNum;

virtual machine template as a disk;

 onevm disk-snapshot 跟3个参数,VMname or Vid,diskid new register id;

---live argument not defer disk-snapshot operation;

 

CloudVDC makeImages,此处我们的imageType 是OS;

<?xml version="1.0"?>

<domain type="kvm">

<name>eucalyptus-windows</name>


<os>

<type>hvm</type>

<!-- <boot dev="cdrom"/> -->

</os>


<features>

<acpi/>

</features>

<memory>524288</memory>

<vcpu>1</vcpu>


<devices>


<disk type="file">

<source file="/home/makewindowsimages/windows.2008r2.img"/>

<target dev="hda"/>

</disk>

<disk type='file' device='disk'> <source file='/home/makewindowsimages/secondary.img'/> <target dev='vda' bus='virtio'/> </disk> <disk type='file' device='floppy'> <source file='/home/makewindowsimages/floppy.img'/> <target dev='fda'/> </disk>



<disk type="file" device="cdrom">

<source file="/home/makewindowsimages/virtio-win-0.1-81.iso"/>

<target dev="hdc"/>

<readonly/>

</disk>


<interface type="bridge">

<source bridge="br0"/>

<model type="rtl8139"/>

</interface>

<interface type='bridge'> <source bridge='br0'/> <model type='virtio'/> </interface>


<graphics type="vnc" listen="0.0.0.0" autoport="no" port="5918"/>

</devices>

</domain>

4种可选择boot

hd,fd,cdrom,network;

euctemplate clone euctemplateId new_templateName;

windows puppet mainfests *.pp文件语法

https://docs.puppetlabs.com/windows/writing.html#line-endings-in-windows-text-files

eucvm deploy/eucvm shutdown;

Template is instantiated to a Virtual Machine

VM life-Cycle:

 

eucvm top;

posted on 2014-08-06 20:59  秦瑞It行程实录  阅读(242)  评论(0编辑  收藏  举报
www.cnblogs.com/ruiyqinrui