|
upload custom windows stemcell issue
Hi, Without seeing the full error message, you may want to start by making sure that the ephemeral disk of your director is sufficiently large enough to receive the large stemcell file (+ some overhea
Hi, Without seeing the full error message, you may want to start by making sure that the ephemeral disk of your director is sufficiently large enough to receive the large stemcell file (+ some overhea
|
By
Danny Berger
· #2600
·
|
|
Server error, status code: 500, error code: 170011, message: Stager error: Failed to open TCP connection to stager.service.cf.internal:8888
Hi Arpit - this message is fairly specific to the Cloud Foundry releases, so you might have better luck emailing the cf-dev@... where there's more experience deploying CF and seeing
Hi Arpit - this message is fairly specific to the Cloud Foundry releases, so you might have better luck emailing the cf-dev@... where there's more experience deploying CF and seeing
|
By
Danny Berger
· #2456
·
|
|
Stemcell upload issue Error: CPI error 'Bosh::Clouds::CloudError' with message
Hi - you may want to verify that your director has connectivity to the internet and AWS API in the us-east-1 region. Perhaps you can try running the following after SSH'ing to the director. $ curl -vv
Hi - you may want to verify that your director has connectivity to the internet and AWS API in the us-east-1 region. Perhaps you can try running the following after SSH'ing to the director. $ curl -vv
|
By
Danny Berger
· #2432
·
|
|
How to deploy bosh changes in bosh director on bosh-lite
Hi - the cloudfoundry/bosh repository is a regular BOSH release, so once you have made your changes, you can create a new release tarball with `bosh create-release --tarball=/tmp/bosh-dev.tgz`. If you
Hi - the cloudfoundry/bosh repository is a regular BOSH release, so once you have made your changes, you can create a new release tarball with `bosh create-release --tarball=/tmp/bosh-dev.tgz`. If you
|
By
Danny Berger
· #2393
·
|
|
Interpreting Bosh Version
BOSH, prior to v258, reported a stemcell-style version number. If you remove the first and last piece of the version and prefix it with "stable-", you can generally cross-reference it with the git rel
BOSH, prior to v258, reported a stemcell-style version number. If you remove the first and last piece of the version and prefix it with "stable-", you can generally cross-reference it with the git rel
|
By
Danny Berger
· #2246
·
|
|
Errors during Start Vagrant
Hi - welcome to Cloud Foundry! That error probably means you have an incorrect version of Vagrant/VirtualBox installed (e.g. a version for 14.04 vs 14.10), or you're missing the correct kernel modules
Hi - welcome to Cloud Foundry! That error probably means you have an incorrect version of Vagrant/VirtualBox installed (e.g. a version for 14.04 vs 14.10), or you're missing the correct kernel modules
|
By
Danny Berger
· #2240
·
|
|
first step with bosh
Hi! It might be the case that VirtualBox shutdown the VM, so it's no longer running. If so, it's probably easiest to rerun the `bosh create-env` or `vagrant recreate` to get it back. If your VirtualBo
Hi! It might be the case that VirtualBox shutdown the VM, so it's no longer running. If so, it's probably easiest to rerun the `bosh create-env` or `vagrant recreate` to get it back. If your VirtualBo
|
By
Danny Berger
· #2237
·
|
|
Proposal: Rename disk_types.cloud_properties.type
I agree this could be a bit confusing to both newcomers and others. I'm not sure renaming the `disk_types.cloud_properties.type` is the correct solution though. The values in `cloud_properties` should
I agree this could be a bit confusing to both newcomers and others. I'm not sure renaming the `disk_types.cloud_properties.type` is the correct solution though. The values in `cloud_properties` should
|
By
Danny Berger
· #2220
·
|
|
Building stemcell on ESX/vSphere
Hi Krishnan - the stemcell-related code was split off into a separate repo, https://github.com/cloudfoundry/bosh-linux-stemcell-builder. It has an updated README.md should contain all the files you're
Hi Krishnan - the stemcell-related code was split off into a separate repo, https://github.com/cloudfoundry/bosh-linux-stemcell-builder. It has an updated README.md should contain all the files you're
|
By
Danny Berger
· #2204
·
|
|
VMs are not added to AWS ELB target groups
Instead of `lbtargetgroups`, try `lb_target_groups` - the markup formatting on the bosh.io docs page is rendering poorly. Danny
Instead of `lbtargetgroups`, try `lb_target_groups` - the markup formatting on the bosh.io docs page is rendering poorly. Danny
|
By
Danny Berger
· #2138
·
|
|
cf push fails with Tcp connection error
It sounds like consul may not be healthy on your CC VM. Perhaps ssh there and take a look at the logs in /var/vcap/sys/log/**/*.log for a few more hints. Specifically you might want to take a look at
It sounds like consul may not be healthy on your CC VM. Perhaps ssh there and take a look at the logs in /var/vcap/sys/log/**/*.log for a few more hints. Specifically you might want to take a look at
|
By
Danny Berger
· #2027
·
|
|
Bosh v2 - Addons - reference to collocated job name
Typically the release would generate those values dynamically based on the `spec` variable (e.g. `<%= spec.job.name %>`. This way the values don't need to be hard-coded anywhere, and they're compatibl
Typically the release would generate those values dynamically based on the `spec` variable (e.g. `<%= spec.job.name %>`. This way the values don't need to be hard-coded anywhere, and they're compatibl
|
By
Danny Berger
· #1968
·
|
|
App_domain and system_domain overlaps resulting in "name unique or name overlapping error"
This sounds fairly specific to cf-release. You might want to raise an issue at https://github.com/cloudfoundry/cf-release for a more targeted audience. It will also be helpful to them if you include w
This sounds fairly specific to cf-release. You might want to raise an issue at https://github.com/cloudfoundry/cf-release for a more targeted audience. It will also be helpful to them if you include w
|
By
Danny Berger
· #1967
·
|
|
Stemcell builder fails in the bosh_go_agent stage
Sounds like you may have forgotten to initialize the submodules in your repository. Try executing `git submodule update --init` and running the build again. Otherwise, take a closer look in go/src/git
Sounds like you may have forgotten to initialize the submodules in your repository. Try executing `git submodule update --init` and running the build again. Otherwise, take a closer look in go/src/git
|
By
Danny Berger
· #1958
·
|
|
when update the bosh director, bosh-init says "Address 10.0.0.6 is in use"
This is often due to losing the director-state.json file that bosh-init created after your initial deploy. That file keeps track of the existing instance and disk CIDs. It uses those values during an
This is often due to losing the director-state.json file that bosh-init created after your initial deploy. That file keeps track of the existing instance and disk CIDs. It uses those values during an
|
By
Danny Berger
· #1955
·
|
|
BOSH / Deployment AWS / China region (cn-north-1)
This sounds like a generic AWS/API permissions error and not necessarily specific to cn-north-1. Maybe double check your Access Key ID, Secret Access Key, bucket configuration, and that your time/NTP
This sounds like a generic AWS/API permissions error and not necessarily specific to cn-north-1. Maybe double check your Access Key ID, Secret Access Key, bucket configuration, and that your time/NTP
|
By
Danny Berger
· #1948
·
|
|
Specifying Filesystem for Disk
This behavior is hard-coded in the bosh-agent preinstalled by the stemcell (code https://github.com/cloudfoundry/bosh-agent/blob/develop/platform/linux_platform.go#L779). Recent work has gone into mou
This behavior is hard-coded in the bosh-agent preinstalled by the stemcell (code https://github.com/cloudfoundry/bosh-agent/blob/develop/platform/linux_platform.go#L779). Recent work has gone into mou
|
By
Danny Berger
· #1947
·
|
|
Render jobs templates sequentially
Hi - you can't currently define dependencies between jobs. monit has a very primitive notion of dependencies, but they are not reliable with the stemcell's monit. I think the recommended approach woul
Hi - you can't currently define dependencies between jobs. monit has a very primitive notion of dependencies, but they are not reliable with the stemcell's monit. I think the recommended approach woul
|
By
Danny Berger
· #1946
·
|
|
bosh-init "error mapping values are not allowed in this context"
bosh-init doesn't support rendering ERB templates like the bosh_cli does. You'll want to pass it regular YAML files (or pre-parse your manifest with some other tool before passing it to bosh-init). vi
bosh-init doesn't support rendering ERB templates like the bosh_cli does. You'll want to pass it regular YAML files (or pre-parse your manifest with some other tool before passing it to bosh-init). vi
|
By
Danny Berger
· #1939
·
|
|
Unknown error while cf push
Hi - interesting question, but since it seems fairly CF-specific, you might find better help from the cf-dev list ( https://lists.cloudfoundry.org/archives/list/cf-dev(a)lists.cloudfoundry.org/). You
Hi - interesting question, but since it seems fairly CF-specific, you might find better help from the cf-dev list ( https://lists.cloudfoundry.org/archives/list/cf-dev(a)lists.cloudfoundry.org/). You
|
By
Danny Berger
· #1934
·
|