|
Re: Is Bosh is compatible with Openstack Ocata Version?
Hi Ultragtx,
I have successfully installed bosh director on openstack ocata but I am unable to deploy cloudfoundry due to some other reason. Still I am working on it. I will update you once I will
Hi Ultragtx,
I have successfully installed bosh director on openstack ocata but I am unable to deploy cloudfoundry due to some other reason. Still I am working on it. I will update you once I will
|
By
Arpit Sharma
·
#2383
·
|
|
Re: Is Bosh is compatible with Openstack Ocata Version?
Hi Arpit,
I’m also interested in deploying cf on ocata, was your installation successful?
Hi Arpit,
I’m also interested in deploying cf on ocata, was your installation successful?
|
By
ultragtx <ultragtx@...>
·
#2382
·
|
|
Re: Cloud Foundry Deployment using bosh
Hey David!
I have updated cloud-config as follows:
bosh -e bosh-1 cloud-config
Using environment '10.100.10.18' as client 'admin'
azs:
- cloud_properties:
availability_zone: nova
name:
Hey David!
I have updated cloud-config as follows:
bosh -e bosh-1 cloud-config
Using environment '10.100.10.18' as client 'admin'
azs:
- cloud_properties:
availability_zone: nova
name:
|
By
Arpit Sharma
·
#2381
·
|
|
Re: Cloud Foundry Deployment using bosh
Hi David,
Thanks for your response. Yes.. I am using Openstack for cloud. If possible send me sample file for cloud config.
Hi David,
Thanks for your response. Yes.. I am using Openstack for cloud. If possible send me sample file for cloud config.
|
By
Arpit Sharma
·
#2380
·
|
|
Re: [cf-dev] Re: bosh lite v2
Hi cf-dev,
To add to this, I wanted to clarify what the Release Integration team is
currently validating, and what we will plan to validate, in our pipelines.
*Currently*
We validate cf-release
Hi cf-dev,
To add to this, I wanted to clarify what the Release Integration team is
currently validating, and what we will plan to validate, in our pipelines.
*Currently*
We validate cf-release
|
By
David Sabeti
·
#2379
·
|
|
Re: Cloud Foundry Deployment using bosh
Hi Arpit,
It looks like you're missing a cloud-config
<http://bosh.io/docs/cloud-config.html>. You'll need to write a
cloud-config and upload it to your bosh director.
Which IaaS are you using? I
Hi Arpit,
It looks like you're missing a cloud-config
<http://bosh.io/docs/cloud-config.html>. You'll need to write a
cloud-config and upload it to your bosh director.
Which IaaS are you using? I
|
By
David Sabeti
·
#2378
·
|
|
Cloud Foundry Deployment using bosh
Dear Team,
I am getting below mentioned error, when I am trying to deploy cloudfoundry using cf-deployment.
07:35:43 | Preparing deployment: Preparing deployment (00:00:00)
L Error:
Dear Team,
I am getting below mentioned error, when I am trying to deploy cloudfoundry using cf-deployment.
07:35:43 | Preparing deployment: Preparing deployment (00:00:00)
L Error:
|
By
Arpit Sharma
·
#2377
·
|
|
Re: How to avoid job restart while scaling bosh deployment?
Hemant,
Unless there is a shared configuration which changes when you add a new
instance, Bosh will not trigger deploy on your remaining instances. Can you
paste your manifest here (masking
Hemant,
Unless there is a shared configuration which changes when you add a new
instance, Bosh will not trigger deploy on your remaining instances. Can you
paste your manifest here (masking
|
By
Ronak Banka
·
#2376
·
|
|
How to avoid job restart while scaling bosh deployment?
I am using bosh to deploy one database cluster on n instances. After that while scaling cluster I want to add one more instance to this cluster (so new cluster size will be n+1). I am changing
I am using bosh to deploy one database cluster on n instances. After that while scaling cluster I want to add one more instance to this cluster (so new cluster size will be n+1). I am changing
|
By
hemant patre
·
#2375
·
|
|
Adding a new blobstore provider (foo) in bosh
Hi,
How can I add a new blobstore provider foo in bosh ? I have implemented
fog-foo for the storage service and modified the
configurations(private.yml and final.yml) as per
Hi,
How can I add a new blobstore provider foo in bosh ? I have implemented
fog-foo for the storage service and modified the
configurations(private.yml and final.yml) as per
|
By
PARTHASARATHI KUNDU
·
#2374
·
|
|
Re: bosh lite v2
+cf-dev
By
Dmitriy Kalinin
·
#2373
·
|
|
bosh lite v2
hey all,
as some of you may know, we have been recently recommending to install bosh
lite via cli v2 instead of vagrant. we haven't found any serious drawbacks
to the new approach so i would like to
hey all,
as some of you may know, we have been recently recommending to install bosh
lite via cli v2 instead of vagrant. we haven't found any serious drawbacks
to the new approach so i would like to
|
By
Dmitriy Kalinin
·
#2372
·
|
|
how can we make emphasize to recognize a new blobstore provider
I have modified the config/final.yml and config/private.yml as per the new blobstore provider(foo) as per http://bosh.io/docs/reference/blobs.html. But I am not sure how to inject the new blobstore in
I have modified the config/final.yml and config/private.yml as per the new blobstore provider(foo) as per http://bosh.io/docs/reference/blobs.html. But I am not sure how to inject the new blobstore in
|
By
PARTHASARATHI KUNDU
·
#2371
·
|
|
Re: Bosh Director/CredHub question
director does not support interpolation within interpolation. this example seems to be very specific. are you trying to do cred rotation?
Sent from my iPhone
director does not support interpolation within interpolation. this example seems to be very specific. are you trying to do cred rotation?
Sent from my iPhone
|
By
Dmitriy Kalinin
·
#2370
·
|
|
Bosh Director/CredHub question
Can the Bosh Director process a manifest file identifier that contains within it another identifier? For example:
Stored in CredHub would be the secrets /consul_cert/V1 and /cert_version
In the
Can the Bosh Director process a manifest file identifier that contains within it another identifier? For example:
Stored in CredHub would be the secrets /consul_cert/V1 and /cert_version
In the
|
By
Michael Stancampiano
·
#2369
·
|
|
Re: bosh director via http proxy
Thanks Dmitry!
For anyone else looking i added:
-o bosh-deployment/misc/proxy.yml -v http_proxy=${http_proxy} -v https_proxy=${https_proxy} -v no_proxy=${no_proxy}
to the end of my create-env
Thanks Dmitry!
For anyone else looking i added:
-o bosh-deployment/misc/proxy.yml -v http_proxy=${http_proxy} -v https_proxy=${https_proxy} -v no_proxy=${no_proxy}
to the end of my create-env
|
By
Daniel Hermans <daniel.hermans@...>
·
#2368
·
|
|
Re: bosh director via http proxy
i think adding this ops file will help:
https://github.com/cloudfoundry/bosh-deployment/blob/master/misc/proxy.yml
Sent from my iPhone
i think adding this ops file will help:
https://github.com/cloudfoundry/bosh-deployment/blob/master/misc/proxy.yml
Sent from my iPhone
|
By
Dmitriy Kalinin
·
#2367
·
|
|
bosh director via http proxy
Hi,
attempting to start a bosh deployment. My work machine uses a http proxy for internet access. I have set http_proxy and https_proxy variables in the shell but getting stuck. Am i missing
Hi,
attempting to start a bosh deployment. My work machine uses a http proxy for internet access. I have set http_proxy and https_proxy variables in the shell but getting stuck. Am i missing
|
By
Daniel Hermans <daniel.hermans@...>
·
#2366
·
|
|
Re: bosh resurrection question
Our scenario is 4vms down and how long it wil take to recover. Test result
was bsoh resurrects vm one by one. So it took about 20 minutes for just 4
vms.
Our scenario is 4vms down and how long it wil take to recover. Test result
was bsoh resurrects vm one by one. So it took about 20 minutes for just 4
vms.
|
By
강경원 <atplus12345 at gmail.com...>
·
#2365
·
|
|
Re: Not able to upload stemcell
Thanks Ronak,
Done... There was no internet on director. I have done mannually.
Thanks Ronak,
Done... There was no internet on director. I have done mannually.
|
By
Arpit Sharma
·
#2364
·
|