cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

Timed out pinging to the VMs after 600 seconds #124

Closed jacko1118 closed 7 years ago

jacko1118 commented 7 years ago

dear all,

I am encountering an error during deploy the CF, I just follow the website as follow: http://docs.cloudfoundry.org/deploying/common/vsphere-vcloud-cf-stub.html

5.Use the bosh deployment command to set your deployment to the generated manifest: $ bosh deployment cf-deployment.yml

I got the below timeout error. I suspect there is something wrong with network seting, could you pls have a look?

Attached is the yml file for youre reference:

Deploying

Are you sure you want to deploy? (type 'yes' to continue): yes

Director task 53 Deprecation: Ignoring cloud config. Manifest contains 'networks' section.

Started preparing deployment > Preparing deployment. Done (00:00:01)

Started preparing package compilation > Finding packages to compile. Done (00:00:00)

Started compiling packages Started compiling packages > haproxy/ad6e9e08a6d7a0f8951322f9a2ce394105df7fcf Started compiling packages > rootfs_cflinuxfs2/db8b8575d6f9fc57d470e1a8f0172f4f39e84d2b Started compiling packages > nginx/31a4f3d6f880b63a097af7a462339410ca0156bc Started compiling packages > ruby-2.3/ca5b2d16eac54f907ab6c1f454d9c81560f311a2 Started compiling packages > libmariadb/90d7836132e02bb570d91f08c9e116c394888d75 Started compiling packages > libpq/7e51aa75bcabc47002eccc38be269de63fc6df7d Failed compiling packages > rootfs_cflinuxfs2/db8b8575d6f9fc57d470e1a8f0172f4f39e84d2b: Timed out pinging to 58e5fc6f-29a9-4b10-95e6-e08f459c33b0 after 600 seconds (00:11:05) Failed compiling packages > nginx/31a4f3d6f880b63a097af7a462339410ca0156bc: Timed out pinging to fc0af5b5-821e-4c8e-9706-cdd4fa95479c after 600 seconds (00:11:05) Failed compiling packages > haproxy/ad6e9e08a6d7a0f8951322f9a2ce394105df7fcf: Timed out pinging to db30a81d-8f84-4d9b-85cb-251924a06590 after 600 seconds (00:11:05) Failed compiling packages > ruby-2.3/ca5b2d16eac54f907ab6c1f454d9c81560f311a2: Timed out pinging to 63953ff7-744f-4249-9a13-4a53efdc7347 after 600 seconds (00:11:06) Failed compiling packages > libmariadb/90d7836132e02bb570d91f08c9e116c394888d75: Timed out pinging to dadddb46-8134-4ef8-bede-f602ecf72866 after 600 seconds (00:11:06) Failed compiling packages > libpq/7e51aa75bcabc47002eccc38be269de63fc6df7d: Timed out pinging to f7312aaa-9cc0-46df-9046-9a03d1294563 after 600 seconds (00:11:08)

Error 450002: Timed out pinging to 58e5fc6f-29a9-4b10-95e6-e08f459c33b0 after 600 seconds

Task 53 error

For a more detailed error report, run: bosh task 53 --debug root@ubuntu6:~/my-bosh#

jacko1118 commented 7 years ago

compilation: cloud_properties: cpu: 2 disk: 8192 ram: 2048 network: cf1 reuse_compilation_vms: true workers: 6 director_uuid: bdd829ca-8c8f-4f58-8e1c-c6baf6b25507 jobs:

jacko1118 commented 7 years ago

I suspect network is the issue, my dhcp server is 10.1.1.100, ip range is from 10.1.1.101 to 10.1.1.180. BOSH DIRECTOR ip is 10.1.1.149. bu the new create 6 vms IP are from 10.1.1.11 to 10.1.1.16 which is out of the DHCP range, so the director cannot ping the 6 vms??

dpb587-pivotal commented 7 years ago

Closing in favor of duplicate issue at https://github.com/cloudfoundry/bosh/issues/1670