|
Re: DEA Monitoring Capabilities
Yep, I've had a back thread with Runtime OG who now has the DEA metrics and
who I thought had implemented all previous /varz (aka Collector) metrics
into the firehose. No answer from Mr Fraenkel
Yep, I've had a back thread with Runtime OG who now has the DEA metrics and
who I thought had implemented all previous /varz (aka Collector) metrics
into the firehose. No answer from Mr Fraenkel
|
By
Jim CF Campbell
·
#4949
·
|
|
Re: DEA Monitoring Capabilities
Including Jim Campbell to make sure this reaches him.
Including Jim Campbell to make sure this reaches him.
|
By
Marco Voelz
·
#4948
·
|
|
DEA Monitoring Capabilities
Hi,
by upgrading to CF v234 (including pre-release v232) we lost all our monitoring capabilities regarding DEA and HM9000 (we were still using Collector). By migrating to Firehose only a fraction of
Hi,
by upgrading to CF v234 (including pre-release v232) we lost all our monitoring capabilities regarding DEA and HM9000 (we were still using Collector). By migrating to Firehose only a fraction of
|
By
Chawki, Amin <amin.chawki@...>
·
#4947
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
Hi
Rootfs is not specific to an os flavor to mention in Windows it's referred
as rootdsk
This is the base volume which comes when a vm is created
Since more people work on Unix flavor to generalise
Hi
Rootfs is not specific to an os flavor to mention in Windows it's referred
as rootdsk
This is the base volume which comes when a vm is created
Since more people work on Unix flavor to generalise
|
By
Sunil Babu <cloudgrp.assist@...>
·
#4946
·
|
|
Re: can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
Hi
Enable cloning with repo an make auto update enabled this there is no need
to install
lingeshmouleeshwaran(a)gmail.com> wrote:
--
Thanks & Regards
Sunil Babu K C
+91-81970-35608
Hi
Enable cloning with repo an make auto update enabled this there is no need
to install
lingeshmouleeshwaran(a)gmail.com> wrote:
--
Thanks & Regards
Sunil Babu K C
+91-81970-35608
|
By
Sunil Babu <cloudgrp.assist@...>
·
#4945
·
|
|
Re: can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
I think you'd be better to get the gems to be deployed inside the buildpack zip & used by your buildpack bin scripts from when the zip is unpacked.
Maybe you could vendor the gems as part of your
I think you'd be better to get the gems to be deployed inside the buildpack zip & used by your buildpack bin scripts from when the zip is unpacked.
Maybe you could vendor the gems as part of your
|
By
DHR
·
#4944
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
Hi Cloudfoundry ,
Is there any simple way, we can update or install new libraries in existing
cf stacks (cflinuxf2) without creating new custom stacks ??
*Example :* Our modified java buildpack not
Hi Cloudfoundry ,
Is there any simple way, we can update or install new libraries in existing
cf stacks (cflinuxf2) without creating new custom stacks ??
*Example :* Our modified java buildpack not
|
By
Lingesh Mouleeshwaran
·
#4943
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
Is it correct to say that in the context of CF, `rootfs` is a Linux-only abstraction, and is not necessarily relevant to Garden (whereas it may be relevant to one or more of the Garden backends)?
Is it correct to say that in the context of CF, `rootfs` is a Linux-only abstraction, and is not necessarily relevant to Garden (whereas it may be relevant to one or more of the Garden backends)?
|
By
J K
·
#4942
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
For a bit more information on how Windows does containerization (hint: it
doesn't involve a rootfs), you can check out a recent blog post from the
Greenhouse
For a bit more information on how Windows does containerization (hint: it
doesn't involve a rootfs), you can check out a recent blog post from the
Greenhouse
|
By
Steven Benario
·
#4941
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
sorry JK - it's still early am (ignore what I just said) - the stack is the
specific rootfs - the container image is a combination of a droplet plus a
stack. The container image will then run in your
sorry JK - it's still early am (ignore what I just said) - the stack is the
specific rootfs - the container image is a combination of a droplet plus a
stack. The container image will then run in your
|
By
Duncan Winn
·
#4940
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
Hey JK, a stack is a combination of the rootfs and droplet. This is
conceptually a "container image" that will then run in your garden
container. For a windows stack you would need a windows vm/cell
Hey JK, a stack is a combination of the rootfs and droplet. This is
conceptually a "container image" that will then run in your garden
container. For a windows stack you would need a windows vm/cell
|
By
Duncan Winn
·
#4939
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
Thank you, Amit. Is it correct to say that a stack (in the `cf stacks` sense) is a combination of rootfs + stemcell? If you have a "base VM" of, say, Linux -- and if that's the one bosh is deploying
Thank you, Amit. Is it correct to say that a stack (in the `cf stacks` sense) is a combination of rootfs + stemcell? If you have a "base VM" of, say, Linux -- and if that's the one bosh is deploying
|
By
J K
·
#4938
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
Hi J K,
To add to what Nick said:
You can think of Garden as a generic API for something that creates
containers and runs processes in them, and can be backed by various
different backend
Hi J K,
To add to what Nick said:
You can think of Garden as a generic API for something that creates
containers and runs processes in them, and can be backed by various
different backend
|
By
Amit Kumar Gupta
·
#4937
·
|
|
Re: Buildpacks Checksum Site for Release Validation
How the pws / cloud-ops team verify the buildpack checksum before deploying
it ?
How the pws / cloud-ops team verify the buildpack checksum before deploying
it ?
|
By
Gwenn Etourneau
·
#4936
·
|
|
Re: Proposal: Reducing State in Service Brokers - Service Broker API Enhancement
Oh interesting! I was thinking about creating a broker that can do same thing, Are you looking to open source this broker?
Oh interesting! I was thinking about creating a broker that can do same thing, Are you looking to open source this broker?
|
By
Long Nguyen
·
#4935
·
|
|
Re: Stemcells, Garden, and rootfs: how are these related?
Hi JK,
I don't work on any of these parts of Cloud Foundry but I can give a very
basic overview:
[1] rootfs: the filesystem used for applications deployed on Cloud Foundry.
The current default is
Hi JK,
I don't work on any of these parts of Cloud Foundry but I can give a very
basic overview:
[1] rootfs: the filesystem used for applications deployed on Cloud Foundry.
The current default is
|
By
Nicholas Calugar
·
#4934
·
|
|
Re: User defined variable "key" validation doesn't happen at cf set-env phase
No, we are trying to focus on development of the V3 API, we will only fix
major issues with the V2 API.
Thanks,
Nick
No, we are trying to focus on development of the V3 API, we will only fix
major issues with the V2 API.
Thanks,
Nick
|
By
Nicholas Calugar
·
#4933
·
|
|
Re: aligning cf push health-check default value
Hi Dies,
The CC doesn't see these as steps of a push, they are all distinct API
requests. We cannot make decisions based on previous requests or lack
thereof, it has to be done in the CLI.
Based on
Hi Dies,
The CC doesn't see these as steps of a push, they are all distinct API
requests. We cannot make decisions based on previous requests or lack
thereof, it has to be done in the CLI.
Based on
|
By
Nicholas Calugar
·
#4932
·
|
|
Re: [abacus] Separate time-based from discrete usage metrics
Hi,
When we talk for a DB storing stateful metrics, do we really mean a single
DB storing all the Abacus pipeline data, or an input & output DBs for each
of the Abacus micro-services?
+1 for storing
Hi,
When we talk for a DB storing stateful metrics, do we really mean a single
DB storing all the Abacus pipeline data, or an input & output DBs for each
of the Abacus micro-services?
+1 for storing
|
By
Hristo Iliev
·
#4931
·
|
|
Re: Team
THUMBS UP Layne Peng
By
Amulya Sharma <amulya.sharma@...>
·
#4930
·
|