I have vCAC 6.0.1 setup with vCloud Application Director 6.0.1. For some reason i just cannot get my test CentOS VM to deploy through AppD (setup to add Apache as a package).
This is what I see on AppD (/home/darwin/tcserver/darwin/logs/catalina.out):-
Mar 04 2014 20:39:24.184 INFO [http-bio-8443-exec-7] [superadmin@dbtest.local] com.vmware.darwin.web.service.policy.ComplianceTaskController - Find compliance tasks by deployment task whose id=8.
Mar 04 2014 20:39:24.296 INFO [http-bio-8443-exec-2] [superadmin@dbtest.local] com.vmware.darwin.web.service.deployment.DeploymentTaskController - Get aggregated phases status for deploymentTask. id=8
Mar 04 2014 20:39:24.297 INFO [http-bio-8443-exec-2] [superadmin@dbtest.local] com.vmware.darwin.service.deployment.DeploymentTaskServiceImpl - Get the consolidated status for deploymentTaskId=8.
Mar 04 2014 20:39:25.152 INFO [http-bio-8443-exec-2] [superadmin@dbtest.local] com.vmware.darwin.web.service.deployment.DeploymentController - Overlay blueprint. deploymentTaskId=8
Mar 04 2014 20:39:30.363 INFO [cal-pool-1] [SYSTEM] com.vmware.darwin.cal.driver.vcac6_0.delegate.WAPIClientDelegate - find VM with uri='vcac://e8503f26-0636-46e2-8bc6-c29033224b00/cb8bcc96-4a3a-4160-ba5c-bc20647612e3'
Mar 04 2014 20:39:31.907 INFO [cal-pool-1] [SYSTEM] com.vmware.darwin.cal.driver.vcac6_0.WaitForInstanceState - VM='CentOS-YGBT6N7C' found with status='CustomizeOS'
Mar 04 2014 20:39:41.908 INFO [cal-pool-2] [SYSTEM] com.vmware.darwin.cal.driver.vcac6_0.delegate.WAPIClientDelegate - find VM with uri='vcac://e8503f26-0636-46e2-8bc6-c29033224b00/cb8bcc96-4a3a-4160-ba5c-bc20647612e3'
Mar 04 2014 20:39:43.194 INFO [cal-pool-2] [SYSTEM] com.vmware.darwin.cal.driver.vcac6_0.WaitForInstanceState - VM='CentOS-YGBT6N7C' found with status='CustomizeOS'
And this is what I see on the VM itself once it has booted and got IP addresses etc (/opt/vmware-appdirector/agent/logs/agent_bootstrap.log):-
Tue Mar 4 20:41:23 GMT 2014 Waiting for appd.properties from guest customization...
Tue Mar 4 20:41:23 GMT 2014 WAIT_COUNTER is 250, WAIT_LIMIT is 600
Tue Mar 4 20:41:23 GMT 2014 sleep 10
Tue Mar 4 20:41:33 GMT 2014 Waiting for appd.properties from guest customization...
Tue Mar 4 20:41:33 GMT 2014 WAIT_COUNTER is 260, WAIT_LIMIT is 600
Tue Mar 4 20:41:33 GMT 2014 sleep 10
Tue Mar 4 20:41:43 GMT 2014 Waiting for appd.properties from guest customization...
Tue Mar 4 20:41:43 GMT 2014 WAIT_COUNTER is 270, WAIT_LIMIT is 600
Tue Mar 4 20:41:43 GMT 2014 sleep 10
I followed all the various instructions on how to install the guest and bootstrap agents on the template VM but it just isn't happy. I don't see any appd.properties file anywhere on the VM. This is a lab install so all appliances / servers are running self-signed certs. I even downloaded the cert into the template VM as per this article http://www.vmtocloud.com/how-to-create-a-vcac-6-linux-guest-agent-template/
What on earth am I doing wrong?
Cheers
Danny