Hi all, Could you please help with the DevCloud deployment. I imported devcloud into virtualbox, in settings *enabled PAE* and created *host-only network 192.168.56.1/24 <http://192.168.56.1/24>* Devcloud is pinged now.
I built and run cloudstack on my local machine with commands *mvn -Pdeveloper,systemvm clean install* *mvn -Pdeveloper -pl developer,tools/devcloud -Ddeploydb* *mvn -pl :cloud-client-ui jetty:run* Then I installed marvin and tried to deploy datacenter with command *mvn -P developer -pl tools/devcloud -Ddeploysvr* and got exception *==== Deploy DC Started ====* *Exception Occurred :['Traceback (most recent call last):\n', ' File "../marvin/marvin/deployDataCenter.py", line 136, in addHosts\n ret = self.__apiClient.addHost(hostcmd)\n', ' File "/usr/local/lib/python2.7/dist-packages/Marvin-4.6.0_SNAPSHOT-py2.7.egg/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1572, in addHost\n response = self.connection.marvinRequest(command, response_type=response, method=method)\n', ' File "/usr/local/lib/python2.7/dist-packages/Marvin-4.6.0_SNAPSHOT-py2.7.egg/marvin/cloudstackConnection.py", line 379, in marvinRequest\n raise e\n', 'CloudstackAPIException: Execute cmd: addhost failed, due to: errorCode: 530, errorText:Cannot transit agent status with event AgentDisconnected for host 1, mangement server id is 18413734744879,Unable to transition to a new state from Creating via AgentDisconnected\n']* *===deploy dc failed, so cleaning the created entries===* *====DeployDC: CleanUp Started====* *====Clean Up Entries=== {'Network': [u'5720be8d-f8eb-4dee-af4f-9551409c8722'], 'Zone': [u'd05cb102-2766-4d59-a94b-0998842b3717'], 'PhysicalNetwork': [u'd641f7e3-0996-4064-a6ce-54620c0524e2'], 'Cluster': [u'eb213a95-4b5b-4a7d-9b4d-be1754a3b932'], 'Pod': [u'659bc864-4d10-48c9-83ef-30ee40f1ce8d'], 'order': ['Cluster', 'Pod', 'Network', 'PhysicalNetwork', 'Zone']}* *===Removing DataCenter Failed===* As a result in cloudstack were created zone, cluster, pod, and a host with state "Alert". Also I run *python tools/marvin/marvin/deployDataCenter.py -i tools/devcloud/devcloud.cfg* that gave same result. What am I doing wrong?