|
Testing
Testing testing 10.1.2.3.
Testing testing 10.1.2.3.
|
By
Dr Nic Williams
· #1
·
|
|
Using bosh-init to deploy BOSH on OpenStack
http://bosh.io/releases/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release is the OpenStack CPI It should work like the AWS one if you have original flat networking. If you have neutron the
http://bosh.io/releases/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release is the OpenStack CPI It should work like the AWS one if you have original flat networking. If you have neutron the
|
By
Dr Nic Williams
· #14
·
|
|
Download Public Stemcell Parameter?
I think "bosh public stemcells" is deprecated in lieu of bosh.io. I think. wrote:
I think "bosh public stemcells" is deprecated in lieu of bosh.io. I think. wrote:
|
By
Dr Nic Williams
· #23
·
|
|
bosh-init beta release
Congrats BOSH team! I'll upgrade my little tutorial repos to use new GitHub releases asap. wrote:
Congrats BOSH team! I'll upgrade my little tutorial repos to use new GitHub releases asap. wrote:
|
By
Dr Nic Williams
· #35
·
|
|
How to make a micro bosh AMI in AWS
If you use a normal (non-light) stemcell then `bosh micro deploy` will create a private AMI for you. You will need to be in an AWS China VM, a jumpbox/bastion/work VM. Use one of these stemcells - htt
If you use a normal (non-light) stemcell then `bosh micro deploy` will create a private AMI for you. You will need to be in an AWS China VM, a jumpbox/bastion/work VM. Use one of these stemcells - htt
|
By
Dr Nic Williams
· #90
·
|
|
BOSH Manifest and directory_uuid
Try this idea https://github.com/concourse/concourse/blob/master/manifests/bosh-lite.yml#L4 wrote:
Try this idea https://github.com/concourse/concourse/blob/master/manifests/bosh-lite.yml#L4 wrote:
|
By
Dr Nic Williams
· #104
·
|
|
Create bosh stemcell failed in AWS region cn-north-1
There are two issues - the second is that bosh-bootstrap uses a project "cyoi" (choose your own infrastructure) and underneath it uses "fog" - its quite possible that either or both do not yet support
There are two issues - the second is that bosh-bootstrap uses a project "cyoi" (choose your own infrastructure) and underneath it uses "fog" - its quite possible that either or both do not yet support
|
By
Dr Nic Williams
· #107
·
|
|
Director HTTP API
Perhaps look at gogobosh which is a golang client for much of the API <viniciusccarvalho(a)gmail.com> wrote:
Perhaps look at gogobosh which is a golang client for much of the API <viniciusccarvalho(a)gmail.com> wrote:
|
By
Dr Nic Williams
· #149
·
|
|
Execute scripts / tests inside bosh-managed VMs
I don't think there is anything in bosh to get this done - Perhaps look at including consul agent and using consul exec? Or perhaps ansible? <michael.grifalconi(a)studenti.unimi.it> wrote:
I don't think there is anything in bosh to get this done - Perhaps look at including consul agent and using consul exec? Or perhaps ansible? <michael.grifalconi(a)studenti.unimi.it> wrote:
|
By
Dr Nic Williams
· #243
·
|
|
Execute scripts / tests inside bosh-managed VMs
Errands run their script on a new VM
Errands run their script on a new VM
|
By
Dr Nic Williams
· #245
·
|
|
`bosh upload release` times out creating packages
Josh, to confirm - is uploading other bosh releases to your microbosh also failing? Eg uploading releases from bosh.io? wrote:
Josh, to confirm - is uploading other bosh releases to your microbosh also failing? Eg uploading releases from bosh.io? wrote:
|
By
Dr Nic Williams
· #252
·
|
|
`bosh upload release` times out creating packages
The first dozen lines of [2] show that you're deploying a bosh via bosh-init (which I'll call a microbosh). wrote:
The first dozen lines of [2] show that you're deploying a bosh via bosh-init (which I'll call a microbosh). wrote:
|
By
Dr Nic Williams
· #254
·
|
|
`bosh upload release` times out creating packages
Nice find. wrote:
By
Dr Nic Williams
· #261
·
|
|
bosh micro deploy stuck at Started deploy micro bosh > Waiting for the agent
It's not necessary to change tag to recreate a final release or upload it. The cf-212.yml is permanent in the repo (unless someone removes it) and can be used from any commit. You will want to change
It's not necessary to change tag to recreate a final release or upload it. The cf-212.yml is permanent in the repo (unless someone removes it) and can be used from any commit. You will want to change
|
By
Dr Nic Williams
· #395
·
|
|
single bosh, multiple tenants in openstack?
No, sadly (from a cost to run bosh perspective)
No, sadly (from a cost to run bosh perspective)
|
By
Dr Nic Williams
· #459
·
|
|
updating microbosh question
Is that good? Something to fix/improve? Or should automation wanting to do deploys poll the /tasks API until there are no active tasks and then resume destruction? wrote:
Is that good? Something to fix/improve? Or should automation wanting to do deploys poll the /tasks API until there are no active tasks and then resume destruction? wrote:
|
By
Dr Nic Williams
· #544
·
|
|
is there already a postrgresql cluster bosh job?
We're working on a Reliable Distributed PostgreSQL solution that'll be deployed by BOSH and include a CF Serivce Broker. It's in pre-prod at moment but still early times. Some docs are available; but
We're working on a Reliable Distributed PostgreSQL solution that'll be deployed by BOSH and include a CF Serivce Broker. It's in pre-prod at moment but still early times. Some docs are available; but
|
By
Dr Nic Williams
· #550
·
|
|
is there already a postrgresql cluster bosh job?
I think that would be helpful. We're also big fans of 2nd Quadrant who maintain the underlying BDR (bidirectional replication) solution for PG; and Hashicorp who make Consul; and Pivotal who lead BOSH
I think that would be helpful. We're also big fans of 2nd Quadrant who maintain the underlying BDR (bidirectional replication) solution for PG; and Hashicorp who make Consul; and Pivotal who lead BOSH
|
By
Dr Nic Williams
· #552
·
|
|
is there already a postrgresql cluster bosh job?
Thanks everyone. The pipeline is coming in nice and handy. The one linked in the readme (also in ci/pipeline.yml) helps make final releases. Then clients have other pipelines that pick up the final re
Thanks everyone. The pipeline is coming in nice and handy. The one linked in the readme (also in ci/pipeline.yml) helps make final releases. Then clients have other pipelines that pick up the final re
|
By
Dr Nic Williams
· #556
·
|
|
best way to achive password-less ssh between bosh vms
I guess you need to setup the users & their shared keys within a job template
I guess you need to setup the users & their shared keys within a job template
|
By
Dr Nic Williams
· #563
·
|