|
Re: Repost: Bare-Metal Cloud Provider Interface for Bosh
Very cool!
wrote:
By
Amit Kumar Gupta
·
#1362
·
|
|
Repost: Bare-Metal Cloud Provider Interface for Bosh
Re-posting from CF-Dev
---
Hi,
The EMC Cloud Platform Team in Cambridge MA has been working very closely with the Bosh and Bosh Infrastructure teams to create a Bare-Metal Cloud Provider
Re-posting from CF-Dev
---
Hi,
The EMC Cloud Platform Team in Cambridge MA has been working very closely with the Bosh and Bosh Infrastructure teams to create a Bare-Metal Cloud Provider
|
By
Victor Fong
·
#1361
·
|
|
Re: bosh run errand --keep-alive
This is off the top of my head, but I believe it will work to stop the VM.
However bosh then recreates the VM, so you're back in the same spot with
the errand VM still hanging around.
I'll try to
This is off the top of my head, but I believe it will work to stop the VM.
However bosh then recreates the VM, so you're back in the same spot with
the errand VM still hanging around.
I'll try to
|
By
Daniel Mikusa <dmikusa@...>
·
#1360
·
|
|
Re: bosh run errand --keep-alive
Does `bosh stop <errand-name> --hard` work for this?
Does `bosh stop <errand-name> --hard` work for this?
|
By
Geoff Franks <geoff@...>
·
#1359
·
|
|
Re: "bosh aws create" does not create aws_rds_receipt.yml and needed RDS instances do not exist.
Hi Rafal,
The tool creates a new dhcpOptionSet, and tries to delete the default one.
I'm not sure of the historical reasons why it tries to delete the default
one. This is a known issue and people
Hi Rafal,
The tool creates a new dhcpOptionSet, and tries to delete the default one.
I'm not sure of the historical reasons why it tries to delete the default
one. This is a known issue and people
|
By
Amit Kumar Gupta
·
#1358
·
|
|
bosh run errand --keep-alive
Hi,
If I execute `bosh run errand` with the `--keep-alive` flag, it will keep
the VM around after the errand completes. This has been helpful in
debugging problems with errands.
When I'm done with
Hi,
If I execute `bosh run errand` with the `--keep-alive` flag, it will keep
the VM around after the errand completes. This has been helpful in
debugging problems with errands.
When I'm done with
|
By
Daniel Mikusa <dmikusa@...>
·
#1357
·
|
|
Beginner Question
Is there any reason that bosh runs on a centos basis but not on rhel?
Im quite confused about this. pivotal states that: „BOSH does not support a RedHat Enterprise Linux OS stemcell. This is due to
Is there any reason that bosh runs on a centos basis but not on rhel?
Im quite confused about this. pivotal states that: „BOSH does not support a RedHat Enterprise Linux OS stemcell. This is due to
|
By
Konstantin Kiess
·
#1356
·
|
|
Re: BOSH support for datastore clusters or wildcard datastore names
Hello,
we make use of specifying multiple datastores by providing a pattern.
Our config looks like this:
cloud:
plugin: vsphere
properties:
agent:
ntp:
- ntp1.example.com
Hello,
we make use of specifying multiple datastores by providing a pattern.
Our config looks like this:
cloud:
plugin: vsphere
properties:
agent:
ntp:
- ntp1.example.com
|
By
Felix Friedrich
·
#1355
·
|
|
BOSH support for datastore clusters or wildcard datastore names
I saw some discussion around support for datastore clusters or wildcard datastore names in BOSH deploying to vSphere. Is there currently any support for this? Currently, when targeting a datastore
I saw some discussion around support for datastore clusters or wildcard datastore names in BOSH deploying to vSphere. Is there currently any support for this? Currently, when targeting a datastore
|
By
Cory Jett
·
#1354
·
|
|
Re: Offending RSA key when we do bosh ssh
i do not have a know_host file
because i have the following in my config
Host *
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
i do not have a know_host file
because i have the following in my config
Host *
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
|
By
ramonskie
·
#1353
·
|
|
Re: 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:
Ramon can you check the know_hosts file in .ssh dir of your home dir .
--
View this message in context:
|
By
Ronak Banka
·
#1352
·
|
|
Re: Job instances deployment order
make sure your CLI is up to date. bosh vms will show list of machines but
note that each machine actually has an id. machines will be sorted
alphabetically based on ids and that's the order they
make sure your CLI is up to date. bosh vms will show list of machines but
note that each machine actually has an id. machines will be sorted
alphabetically based on ids and that's the order they
|
By
Dmitriy Kalinin
·
#1351
·
|
|
Re: Job instances deployment order
Hi Amit,
Sorry, I meant the order of the "instances" of a particular job, for example, we have 100 runners in zone1, what is the order of deployment of these
Hi Amit,
Sorry, I meant the order of the "instances" of a particular job, for example, we have 100 runners in zone1, what is the order of deployment of these
|
By
Maxime Desrosiers <maxime.desrosiers@...>
·
#1350
·
|
|
Re: Job instances deployment order
It's in order that the jobs are in the manifest, however you can control
the parallel behaviour with the global "update" section, and the "update"
subsections on each job:
* global update:
It's in order that the jobs are in the manifest, however you can control
the parallel behaviour with the global "update" section, and the "update"
subsections on each job:
* global update:
|
By
Amit Kumar Gupta
·
#1349
·
|
|
Zero downtime deploy
It looks like you might be using some internal BOSH releases, so probably a
first step is to verify that those release jobs are able to correctly
handle when a peer goes offline. Can try watching the
It looks like you might be using some internal BOSH releases, so probably a
first step is to verify that those release jobs are able to correctly
handle when a peer goes offline. Can try watching the
|
By
Danny Berger <dpb587@...>
·
#1348
·
|
|
Job instances deployment order
Hi,
I was wondering what is the logic behind the order in which bosh update the instances of a job.
If I remember correctly, before it was more like:
- job_z1/0
- job_z1/1
- job_z1/2
-
Hi,
I was wondering what is the logic behind the order in which bosh update the instances of a job.
If I remember correctly, before it was more like:
- job_z1/0
- job_z1/1
- job_z1/2
-
|
By
Maxime Desrosiers <maxime.desrosiers@...>
·
#1347
·
|
|
Zero downtime deploy
Hi all
I am trying to configure my bosh setup to really have a zero downtime deploy.
Currently even if I add a second instance to my jobs when I deploy I still get downtime
I have two instances
Hi all
I am trying to configure my bosh setup to really have a zero downtime deploy.
Currently even if I add a second instance to my jobs when I deploy I still get downtime
I have two instances
|
By
Oded Gold
·
#1346
·
|
|
Re: Offending RSA key when we do bosh ssh
yes bosh_config is in my vcap home_dir
and
.bosh/
.bosh/cache/ < filled with allot of blobs
.bosh/tmp/ < empty
yes bosh_config is in my vcap home_dir
and
.bosh/
.bosh/cache/ < filled with allot of blobs
.bosh/tmp/ < empty
|
By
ramonskie
·
#1345
·
|
|
Re: 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
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
|
By
Ronak Banka
·
#1344
·
|
|
Re: Offending RSA key when we do bosh ssh
bosh status info
Director
Name microbosh-openstack
URL https://172.21.42.148:25555
Version 1.3147.0 (00000000)
User test
UUID
bosh status info
Director
Name microbosh-openstack
URL https://172.21.42.148:25555
Version 1.3147.0 (00000000)
User test
UUID
|
By
ramonskie
·
#1343
·
|