cloudfoundry-attic / bootstrap-cf-plugin

0 stars 9 forks source link

`cf bootstrap aws` is broken #15

Closed michaelklishin closed 11 years ago

michaelklishin commented 11 years ago

cf bootstrap aws no longer finishes successfully when you follow the steps in the docs.

The failure is

New version copied to '/home/ubuntu/deployments-aws/mklishin/cf-aws.yml'
Running bosh deploy...
Current target is https://[redacted]:25555 (micro-mklishin)
Getting deployment properties from director...
Unable to get properties list from director, trying without it...
Compiling deployment manifest...
Release 'cf-release' not found on director. Unable to resolve 'latest' alias in manifest.Time of crash:
  2013-09-09 15:58:04 +0000

RuntimeError: Failed to run: bosh -n deploy

bootstrap-cf-plugin-124afe8619bd/lib/bootstrap-cf-plugin/infrastructure/aws.rb:87:in `sh'
bootstrap-cf-plugin-124afe8619bd/lib/bootstrap-cf-plugin/infrastructure/aws.rb:43:in `deploy_release'
bootstrap-cf-plugin-124afe8619bd/lib/bootstrap-cf-plugin/infrastructure/aws.rb:9:in `bootstrap'
bootstrap-cf-plugin-124afe8619bd/lib/bootstrap-cf-plugin/plugin.rb:15:in `bootstrap'

Exactly the same steps succeeded a couple of weeks ago.

michaelklishin commented 11 years ago

After trying to reproduce the steps performed by bootstrap-cf-plugin for AWS, it appears that when building/uploading a release, root partition of my VM ran out of space but the error was swallowed.

I'm going to try with another VM with 30 GB of disk space.

jbayer commented 11 years ago

@dajulia3 just completed these steps the other day, we expect them to work, although we do not currently have CI set up to tell us when they don't. we're trying to rectify that. we appreciate any bug reports.

michaelklishin commented 11 years ago

@jbayer OK, the issue turned out to be my VM running out of disk space. I will file a separate issue for error handling.