Archive/XCP CloudStack: Difference between revisions
From Xen
Jump to navigationJump to search
(Created page with "=Introduction= CloudStack (cloud.com) is a mature cloud orchestration technology that works with KVM, VMWare, XenServer, and XCP. CloudStack was acquired by Citrix in 2011, and i…") |
(unsure about the xencenter compatibility actually, need to re-test) |
||
Line 7: | Line 7: | ||
# Fix the get_mtime bug by replacing the NFSSR.py file with a custom built version and actually include the python stats module to get access to the functions necessary. |
# Fix the get_mtime bug by replacing the NFSSR.py file with a custom built version and actually include the python stats module to get access to the functions necessary. |
||
# Do not modify the XAPI version as some other HOWTOs suggest. For CloudStack to work the API version should be kept as it is from the install ("1.4.90"). |
# Do not modify the XAPI version as some other HOWTOs suggest. For CloudStack to work the API version should be kept as it is from the install ("1.4.90"). |
||
## The latest XenCenter will work with XCP 1.5 natively and also does not require modifying the XAPI version. |
|||
==What CloudStack does to a XCP Host== |
==What CloudStack does to a XCP Host== |
||
* https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=blob;f=scripts/vm/hypervisor/xenserver/xenserver60/patch;hb=HEAD |
* https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=blob;f=scripts/vm/hypervisor/xenserver/xenserver60/patch;hb=HEAD |
Revision as of 15:55, 1 June 2012
Introduction
CloudStack (cloud.com) is a mature cloud orchestration technology that works with KVM, VMWare, XenServer, and XCP. CloudStack was acquired by Citrix in 2011, and is the orchestration system of choice for XCP and XenServer.
XCP Compatibility
XCP 1.5
Before installing CloudStack, perform these steps on each XCP host:
- Rename or copy /etc/xensource/installed-repos/xcp:main to /etc/xensource/installed-repos/xs:main (this name changed between 1.1 and 1.5) to get the CloudStack supplemental pack installed.
- Fix the get_mtime bug by replacing the NFSSR.py file with a custom built version and actually include the python stats module to get access to the functions necessary.
- Do not modify the XAPI version as some other HOWTOs suggest. For CloudStack to work the API version should be kept as it is from the install ("1.4.90").
What CloudStack does to a XCP Host
References
- Thanks to Shawn Henderson for the above XCP 1.5 hints.
- http://cloudstack.org/
- http://incubator.apache.org/projects/cloudstack.html