Re: Diego IAAS settings for vsphere
Daya Shetty <daya.shetty@...>
Hi Eric,
Thanks for your helpI I could conjure up an iass-settings for vsphere and was able to deploy diego successfully but was having the same access_z1 VM failing problem but was able to bring up diego after incorporating your comments on this thread . https://lists.cloudfoundry.org/archives/list/cf-dev(a)lists.cloudfoundry.org/thread/JDD3SEP7CV6ONGED3DFAFYN2I54JQSIT/ Trying to push a docker app and I’m getting cf push my-tcp-receiver -o cloudfoundry/tcp-sample-receiver Creating app my-tcp-receiver in org BNYMellon / space testspace as admin... OK Creating route my-tcp-receiver.poc-apps.bnymellon.net... OK Binding my-tcp-receiver.poc-apps.bnymellon.net to my-tcp-receiver... OK Starting app my-tcp-receiver in org BNYMellon / space testspace as admin... FAILED InsufficientResources I checked the stager.stdout.log on the cc-bridge and it shows the following: "timestamp":"1453833835.995078564","source":"stager","message":"stager.starting","log_level":1,"data":{}} {"timestamp":"1453833835.995591879","source":"stager","message":"stager.Listening for staging requests!","log_level":1,"data":{}} {"timestamp":"1453850050.902931690","source":"stager","message":"stager.docker.build-recipe.staging-request","log_level":1,"data":{"app-id":"6992baee-ef29-4805-92ce-acac5268b78e","session":"2.1","staging-guid":"6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6"}} {"timestamp":"1453850050.903894424","source":"stager","message":"stager.staging-handler.staging-request.desiring-task","log_level":1,"data":{"callback_url":"http://stager.service.cf.internal:8888/v1/staging/6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6/completed","session":"3.1","staging-guid":"6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6","task_guid":"6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6"}} {"timestamp":"1453850051.046576500","source":"stager","message":"stager.completion-handler.task-complete-callback-received.posting-staging-complete","log_level":1,"data":{"guid":"6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6","payload":"eyJlcnJvciI6eyJpZCI6Ikluc3VmZmljaWVudFJlc291cmNlcyIsIm1lc3NhZ2UiOiJpbnN1ZmZpY2llbnQgcmVzb3VyY2VzIn19","session":"4.1"}} {"timestamp":"1453850051.047005653","source":"stager","message":"stager.completion-handler.task-complete-callback-received.cc-client.delivering-staging-response","log_level":1,"data":{"guid":"6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6","payload":"{\"error\":{\"id\":\"InsufficientResources\",\"message\":\"insufficient resources\"}}","session":"4.1.1"}} {"timestamp":"1453850051.143590689","source":"stager","message":"stager.completion-handler.task-complete-callback-received.cc-client.delivered-staging-response","log_level":1,"data":{"guid":"6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6","session":"4.1.1"}} {"timestamp":"1453850051.143915415","source":"stager","message":"stager.completion-handler.task-complete-callback-received.posted-staging-complete","log_level":1,"data":{"guid":"6992baee-ef29-4805-92ce-acac5268b78e-6e72ac5779384f68a04a245ade7184b6","session":"4.1”}} I have the following releases deployed: root(a)rsomtapae181 cf-release]# bosh releases Acting as user 'admin' on 'bosh2' +----------------------------+------------+-------------+ | Name | Versions | Commit Hash | +----------------------------+------------+-------------+ | cf | 222+dev.1* | e4eb9f4b+ | | diego | 0.1437.0* | 7a972628 | | etcd | 16* | 793d1c6b | | garden-linux | 0.308.0* | b5eced17 | +----------------------------+------------+-------------+ (*) Currently deployed (+) Uncommitted changes Any ideas on where I could look to debug this issue? Thanks Daya |
|