The CloudStack install to CentOS 6 has worked, though there are a few hiccups. Getting the management server to install required running cloud-setup-management
before cloud-setup-databases in order for cloud-setup-databases to complete. Then run setup-management to complete the setup.
When it comes to installing an agent, the installation seems to have a problem modifying the libvirtd service
Starting libvirt setup
Starting libvirtd daemon: cgroup change of group failed
[FAILED]
At which point the install rolls back. The final error dump at the end of the install:
Traceback (most recent call last):
File "/usr/bin/cloud-setup-agent", line 117, in <module>
t.restore_state()
File "/usr/lib/python2.6/site-packages/cloud_utils.py", line 461, in restore_state
stop_service(self.nmservice,force=True)
File "/usr/lib/python2.6/site-packages/cloud_utils.py", line 214, in stop_service
if is_service_running(servicename) or force: service(servicename,"stop",stdout=None,stderr=None)
File "/usr/lib/python2.6/site-packages/cloud_utils.py", line 144, in __call__
raise e
CalledProcessError: Command '['service', 'NetworkManager', 'stop']' returned non-zero exit status 1
Cloud Agent setup ended prematurely
This is as close to a stock CentOS6 build as I can get it. I installed with the virtualization pattern, and successfully have it in a cluster.