-
Notifications
You must be signed in to change notification settings - Fork 36
some notes while going through the new tutorial. #20
base: create-user
Are you sure you want to change the base?
some notes while going through the new tutorial. #20
Conversation
@@ -166,7 +168,20 @@ ruby ../chef_deployer/bin/chef_deployer deploy ~/.chefbosh --default-password='' | |||
...lots of chef... | |||
``` | |||
|
|||
Now apply patches to BOSH CLI: | |||
If there is a problem with read_pipe.expect(/password /) | |||
See http://reviews.cloudfoundry.org/#/c/6935/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternately to "make these changes" is we either:
- say "run this cherry pick command", or
- we manage a fork of bosh that contains all the patches we need to make bosh work
Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish we could convince the bosh guys to take my very innocent change?
I rewrote it to minimize the changes to the behavior they currently have.
Any advice on what I could do to make them comfortable with it?
I am sure they are busy with everything else already.
Avoiding the fork would be nice unless there are tweaks you have in mind?
Otherwise:
- cherry pick would be my favorite.
- a small script to patch things up
Bonus, there is also this pull request in progress for simplifying the instructions for using chef_deployer. Let me know if you have time to have a look at them. #21 |
I'll run through that new version based on pull-21: my motivation is that this time I need to figure out why my chef created bosh VM refuses to reboot. |
I'm trying this:
|
Still got this error:
Checking that vcap user is correct. |
I can |
Now trying the first patch of @hmalphettes's
|
That is, I'm trying http://reviews.cloudfoundry.org/#/c/6935/ Initially I tried http://reviews.cloudfoundry.org/#/c/7387/ |
Current attempt, as it did once before if I recollect, seems to block here:
|
Suggestions on debugging what is happening? |
humf. I'll try this again then. In my experience it crashes loudly with the stack trace I reported in gerrit and that Ruslan also mentionned on the mailing list today. |
Hi Drc Nic,
Here are my notes while going through this revised version of the tutorial.
Really just details that will go away and might not be useful to pull.
I hope it helps.