|
Removing Support for v1 Style Manifests
Great job BOSH team 👏🏻
By
Ronak Banka
· #2607
·
|
|
Forgot password
Mounika, Forgot password is a functionality which can be implemented in different ways. On backend it will use change password API call to make the changes. Thanks
Mounika, Forgot password is a functionality which can be implemented in different ways. On backend it will use change password API call to make the changes. Thanks
|
By
Ronak Banka
· #2504
·
|
|
Forgot password
Hi Mounika, Try this http://docs.cloudfoundry.org/api/uaa/version/4.19.0/index.html#change-user-password Thanks Ronak
Hi Mounika, Try this http://docs.cloudfoundry.org/api/uaa/version/4.19.0/index.html#change-user-password Thanks Ronak
|
By
Ronak Banka
· #2502
·
|
|
Error: Required property 'compilation' was not specified -Bosh v2-Openstack
Hi, As the error says compilation block in missing in manifest. Add compilation block and redeploy. Thanks Ronak
Hi, As the error says compilation block in missing in manifest. Add compilation block and redeploy. Thanks Ronak
|
By
Ronak Banka
· #2402
·
|
|
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 secrets)?
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 secrets)?
|
By
Ronak Banka
· #2376
·
|
|
Not able to upload stemcell
Hi Arpit, That operation require director should be able to talk to the internet, if not you can download stemcell on your local system and then upload using the tarball. Thanks Ronak ᐧ wrote:
Hi Arpit, That operation require director should be able to talk to the internet, if not you can download stemcell on your local system and then upload using the tarball. Thanks Ronak ᐧ wrote:
|
By
Ronak Banka
· #2363
·
|
|
Get stuck at 96% when running "bosh upload stemcell"
Hi Diego , you can try a something which helped me 1. Do bosh upload stemcell 2. While uploading and when getting stuck at 96% , open a new terminal and login into vagrant vm with vagrant ssh & do mon
Hi Diego , you can try a something which helped me 1. Do bosh upload stemcell 2. While uploading and when getting stuck at 96% , open a new terminal and login into vagrant vm with vagrant ssh & do mon
|
By
Ronak Banka
· #2065
·
|
|
"Error 100: inompatible character encodings: UTF8 and US-ASCII"
Hi Alexander, This mailing list is for OSS issues , you can redirect your query to pivotal support. Thanks Ronak alexander.widak(a)deltatree.de> wrote:
Hi Alexander, This mailing list is for OSS issues , you can redirect your query to pivotal support. Thanks Ronak alexander.widak(a)deltatree.de> wrote:
|
By
Ronak Banka
· #1995
·
|
|
BOSH recreates VM
Hi Lukas , Not that one 😅 This one https://en.wikipedia.org/wiki/Control_knob
Hi Lukas , Not that one 😅 This one https://en.wikipedia.org/wiki/Control_knob
|
By
Ronak Banka
· #1951
·
|
|
BOSH recreates VM
Stanley , For now you can also turn few knobs on bosh health monitor 1. Increase agent poll timeout <http://bosh.io/jobs/health_monitor?source=github.com/cloudfoundry/bosh&version=257.9#p=hm.intervals
Stanley , For now you can also turn few knobs on bosh health monitor 1. Increase agent poll timeout <http://bosh.io/jobs/health_monitor?source=github.com/cloudfoundry/bosh&version=257.9#p=hm.intervals
|
By
Ronak Banka
· #1943
·
|
|
Bosh scale up process
Hi Sundar, If you are referring to cf release jobs than they already have drain scripts which take care of clean shutdown and restart . so if you have sufficient amount of instances running , to keep
Hi Sundar, If you are referring to cf release jobs than they already have drain scripts which take care of clean shutdown and restart . so if you have sufficient amount of instances running , to keep
|
By
Ronak Banka
· #1906
·
|
|
error generating deployment manifest from stub file
Hi Sankeerth, check for the missing properties in global property block, check if below properties exists in your intermediate manifest or not. properties: cc: external_port: ?? ( you can add this por
Hi Sankeerth, check for the missing properties in global property block, check if below properties exists in your intermediate manifest or not. properties: cc: external_port: ?? ( you can add this por
|
By
Ronak Banka
· #1902
·
|
|
Executing 'bosh start' with multiple deployment
Hi Nishant , You can explore "alias" feature of bosh cli, so if you have 2 deployment diego & cf what you can do is Create alias for each deployment : bosh alias diego "deployment $HOME/cfv2/diego-rel
Hi Nishant , You can explore "alias" feature of bosh cli, so if you have 2 deployment diego & cf what you can do is Create alias for each deployment : bosh alias diego "deployment $HOME/cfv2/diego-rel
|
By
Ronak Banka
· #1882
·
|
|
Offending RSA key when we do bosh ssh
Ramon can you check the know_hosts file in .ssh dir of your home dir . -- View this message in context: http://cf-bosh.70367.x6.nabble.com/cf-bosh-Offending-RSA-key-when-we-do-bosh-ssh-tp1284p1297.htm
Ramon can you check the know_hosts file in .ssh dir of your home dir . -- View this message in context: http://cf-bosh.70367.x6.nabble.com/cf-bosh-Offending-RSA-key-when-we-do-bosh-ssh-tp1284p1297.htm
|
By
Ronak Banka
· #1352
·
|
|
Offending RSA key when we do bosh ssh
Hi Ramon, Are you able to locate your .bosh directory ?? Usually it is created in same directory where .bosh_config file is created. config path for .bosh_config should be there on output of bosh stat
Hi Ramon, Are you able to locate your .bosh directory ?? Usually it is created in same directory where .bosh_config file is created. config path for .bosh_config should be there on output of bosh stat
|
By
Ronak Banka
· #1344
·
|
|
Offending RSA key when we do bosh ssh
Remove the old key using : ssh-keygen -f "/home/vcap/.bosh/tmp/ 9ca7fd9f-dcf5-4739-98de-b4f4f607ad28_known_hosts" -R 172.21.28.17 and then try again with "bosh ssh --strict_host_key_checking no" wrote
Remove the old key using : ssh-keygen -f "/home/vcap/.bosh/tmp/ 9ca7fd9f-dcf5-4739-98de-b4f4f607ad28_known_hosts" -R 172.21.28.17 and then try again with "bosh ssh --strict_host_key_checking no" wrote
|
By
Ronak Banka
· #1340
·
|
|
cf commands failing after bosh deploy
Hi Rahul, /info endpoint is failing so the issue can be on cloud controller or routers or load balancer. If you are using HAproxy as load balancer then bosh ssh into haproxy and check if it is failing
Hi Rahul, /info endpoint is failing so the issue can be on cloud controller or routers or load balancer. If you are using HAproxy as load balancer then bosh ssh into haproxy and check if it is failing
|
By
Ronak Banka
· #1152
·
|
|
Passing colocation/anti colocation hints through BOSH for OpenStack
Hi Animesh , You can specify different availability_zone property with two different resource pool and deploy cc's to these resource pool. Thanks Ronak
Hi Animesh , You can specify different availability_zone property with two different resource pool and deploy cc's to these resource pool. Thanks Ronak
|
By
Ronak Banka
· #864
·
|
|
Dotfile boshrelease
Hello , We are open sourcing one of our bosh release : Dotfile bosh release https://github.com/rakutentech/dotfiles-boshrelease Inspired by cloudfoundry-community/root-env-boshrelease, dotfiles-boshre
Hello , We are open sourcing one of our bosh release : Dotfile bosh release https://github.com/rakutentech/dotfiles-boshrelease Inspired by cloudfoundry-community/root-env-boshrelease, dotfiles-boshre
|
By
Ronak Banka
· #777
·
|
|
automatically registering gorouters with OpenStack LB
Hello, I Agree that it will be helpful for Openstack deployments but having something like this in CPI will only be helpful when native Openstack LBaaS api are used . For custom ELB deployments it wil
Hello, I Agree that it will be helpful for Openstack deployments but having something like this in CPI will only be helpful when native Openstack LBaaS api are used . For custom ELB deployments it wil
|
By
Ronak Banka
· #765
·
|