设为首页 收藏本站
查看: 1015|回复: 0

[经验分享] 使用ESXI作为OpenStack compute node

[复制链接]

尚未签到

发表于 2015-10-9 10:21:00 | 显示全部楼层 |阅读模式
  OS : RHEL6.4
  OpenStack version : Havana
  

  Controller node : KVM
  Compute node : ESXI 5.5
  

  1. Configure controller node succesfully
  Recommend to use devstack/packstack   
  service Keystone/Glance/Nova/Neutron works well

  2. Download ESXI SDK 5.5
  解压后放到/var/lib/下面
  3. 配置好ESXI5.5 机器, 根据官方文档安装,并新建一个cluster01
  新建一个br-int(虚拟机挂载的虚拟桥)
  create a network port group named "br-int" in ESXI driver with vSphere client on the network configuration items.

  (1). Click "Configuration" item on ESXI with the vsphereclient
DSC0000.jpg

  (2). Click "Add networking", Choose "Virtual machine" , then "Next"
DSC0001.jpg

  (3). Create or choose the default switch , then "Next"
DSC0002.jpg

  (5). Fill the "Port group properties"
DSC0003.jpg

  4. Edit config file on controller node
  compute_driver = vmwareapi.VMwareESXDriver
vmware_vif_driver="nova.virt.vmwareapi.vif.VMWareVlanBridgeDriver"
[vmware]
  cluster_name = cluster01
  # ESXI ip
host_ip = 10.9.0.133
host_username=root
  host_password=password
  # 解压后的wsdl位置
wsdl_location=file:///var/lib/SDK/wsdl/vim25/vimService.wsdl
  vlan_interface="vmnic0"
  5. 重启Nova服务
  for svc in api scheduler compute conductor; do service openstack-nova-$svc restart; done
  /var/log/nova/compute.log中当发现有下面的日志时表示连接ESXI成功
  2013-11-10 21:26:18.952 18723 INFO nova.openstack.common.periodic_task [-] NV-7A0397C Skipping periodic task _periodic_update_dns because its interval is negative
2013-11-10 21:26:19.115 18723 INFO nova.virt.driver [-] NV-91AF767 Loading compute driver 'vmwareapi.VMwareESXDriver'
2013-11-10 21:26:26.992 18723 INFO nova.openstack.common.rpc.impl_qpid [req-28af9fb3-b7ce-4c41-ac83-4a65f9b296f3 None None] NV-1A047FB Connected to AMQP server on localhost:5672
2013-11-10 21:26:27.001 18723 INFO nova.openstack.common.rpc.impl_qpid [req-28af9fb3-b7ce-4c41-ac83-4a65f9b296f3 None None] NV-1A047FB Connected to AMQP server on localhost:5672

  6. 下载可以使用的vmdk测试
  vmware needs the 'flat' type images and extra options to register to glance, below is an example to boot an vm successfully and has been verified.

wget  http://partnerweb.vmware.com/programs/vmdkimage/trend-tinyvm1-flat.vmdk
$ glance image-create --name trend-thin --is-public=True --container-format=bare --disk-format=vmdk --property vmware_disktype=&quot;thin&quot; --property vmware_adaptertype=&quot;ide&quot; < trend-tinyvm1-flat.vmdk
  

  使用IDE Controller attach volume会报错,bug https://bugs.launchpad.net/cinder/&#43;bug/1226543
  下面是vmware buddy的解释:
  
Kartik Bommepally (kartikaditya) wrote on 2013-10-24:#6The issue is when the instance uses an IDE controller.
IDE controller does not support hot adding of a virtual disk http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1025883
However if an IDE controller is not being used for the primary disk of the virtual machine then the issue must not arise.
One possible fix would be to use a SCSI controller (one of http://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fvim.vm.device.VirtualSCSIController.html)for volume's disk irrespective of primary disk's controller.

  
  glance add name=&quot;ubuntuLTS&quot; disk_format=vmdk container_format=ovf\
is_public=true vmware_adaptertype=&quot;lsiLogic&quot;vmware_disktype=&quot;preallocated&quot;\
vmware_ostype=&quot;ubuntu64Guest&quot;< ubuntuLTS-flat.vmdk

referrence : https://wiki.openstack.org/wiki/NovaVMware/DeveloperGuide

  http://docs.openstack.org/havana/config-reference/content/vmware.html

  7. 创建 vm
  

         版权声明:本文为博主原创文章,未经博主允许不得转载。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-124617-1-1.html 上篇帖子: vSphere ESXi 的虚拟机恢复 下篇帖子: vmware esxi 5.0更新说明
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表