-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VirtualBox install fails with "Validating Blobstore configuration: Must provide non-empty Type" #450
Comments
Re-ran things with
|
this is similar to this issue cloudfoundry/bosh-aws-cpi-release#149 this pr cloudfoundry/bosh-aws-cpi-release#147 removed the blosttore settings from the agent Lines 158 to 163 in c62c8bd
and we should fix this in virtualbox cpi the same as we did with aws for example |
created a pr for this just now cloudfoundry/bosh-virtualbox-cpi-release#27 |
PR has been merged, asked for a release here: cloudfoundry/bosh-virtualbox-cpi-release#27 (comment) |
Thanks for all your kind support! |
No, at least I am still facing it as well. |
With
I now got bosh-virtualbox-cpi version 0.4.0:
and later on I get again
So I guess cloudfoundry/bosh-virtualbox-cpi-release#27 wasn't the cure? |
i think its complaining about this line https://github.com/cloudfoundry/bosh-deployment/blob/master/bosh-lite.yml#L46 EDIT: |
i have solved the issue. but a few thinks need to happen. |
virtualbox has now been release https://github.com/cloudfoundry/bosh-virtualbox-cpi-release/releases/tag/v0.4.1 |
Thanks! I will check asap and get back with feedback. |
@ramonskie Why do you think so? $ git rev-parse HEAD
73b961f8dc5c602541eabf3084aebe2f17b038cb I still get
in the logs. Or am I just "too fast" and need to wait for the bosh-deployment CI to complete first? |
Seems like I was simply too fast yesterday night.
Looks much better now:
Seems like this issue is fixed. Hence I am closing it. tl&dr;
|
Hi folks,
vanilla installation at
# git rev-parse HEAD e03dfe70e4ff74edf2e01e810cd69bc6f39adcaa
running on
# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy
currently fails for me with
Content of
./create-director-vm.sh
is:I am running on
following the steps as described on https://bosh.io/docs/bosh-lite/ (I am doing my first steps on bosh/cloudfoundry)
The text was updated successfully, but these errors were encountered: