|
private vs public visibility of apps
We have a cf app that need not have public visibility.
It's like a service, but it's a stateless app, so making it a droplet is convenient.
It only needs to be visible to the other apps.
How can I
We have a cf app that need not have public visibility.
It's like a service, but it's a stateless app, so making it a droplet is convenient.
It only needs to be visible to the other apps.
How can I
|
By
Matthias Ender <Matthias.Ender@...>
·
#609
·
|
|
Re: Can't create/update buildpacks, "a filename must be specified"
After some more digging I found that it seems to be a problem in
https://github.com/cloudfoundry/cloud_controller_ng/blob/master/app/controllers/runtime/buildpack_bits_controller.rb#L21
.
The 'params'
After some more digging I found that it seems to be a problem in
https://github.com/cloudfoundry/cloud_controller_ng/blob/master/app/controllers/runtime/buildpack_bits_controller.rb#L21
.
The 'params'
|
By
kyle havlovitz <kylehav@...>
·
#608
·
|
|
Re: App deployment hangs in legacy CF installation
Hi James
Thanks for the info. I and my team greatly appreciate your time here. I
believe we are running on v153 (or close to that), which is very old.
I will have a look at those components more
Hi James
Thanks for the info. I and my team greatly appreciate your time here. I
believe we are running on v153 (or close to that), which is very old.
I will have a look at those components more
|
By
John Wong
·
#607
·
|
|
Re: App deployment hangs in legacy CF installation
once you get to this line where you make the app started [1], then the next
step is that the cloud controller should be sending a NATS message targeted
at a particular DEA selected to run the app.
so
once you get to this line where you make the app started [1], then the next
step is that the cloud controller should be sending a NATS message targeted
at a particular DEA selected to run the app.
so
|
By
James Bayer
·
#606
·
|
|
Re: SSH access to CF app instances on Diego
a file into an instance, that instance will be restarted.
How does it monitor the behavior? Is there a list of commands whitelisted?
I am curious because I am trying to find out what the whitelist
a file into an instance, that instance will be restarted.
How does it monitor the behavior? Is there a list of commands whitelisted?
I am curious because I am trying to find out what the whitelist
|
By
John Wong
·
#605
·
|
|
Re: When will diego release?
looking at the public tracker for diego, you can track as the team
approaches this important release marker [1] named "Diego can replace DEAs".
pivotal is using diego in our hosted production envs
looking at the public tracker for diego, you can track as the team
approaches this important release marker [1] named "Diego can replace DEAs".
pivotal is using diego in our hosted production envs
|
By
James Bayer
·
#604
·
|
|
Re: Feedback: A slightly different perspective on route services
Yes, though in your "https only" example the route service broker would be
the one to interpret how to implement the attribute or service bound to the
route and choose to either provide a proxy or
Yes, though in your "https only" example the route service broker would be
the one to interpret how to implement the attribute or service bound to the
route and choose to either provide a proxy or
|
By
Mike Youngstrom <youngm@...>
·
#603
·
|
|
App deployment hangs in legacy CF installation
Hi.
We are running on an extremely old version of CF (we are in the process of
building one based on the latest), so I know there is very little the
community may be able to help.
But regardless...
Hi.
We are running on an extremely old version of CF (we are in the process of
building one based on the latest), so I know there is very little the
community may be able to help.
But regardless...
|
By
John Wong
·
#602
·
|
|
Re: Can't create/update buildpacks, "a filename must be specified"
Here's a gist of the output I get and the command I run:
https://gist.github.com/MrEnzyme/7ebd45c9c34151a52050
wrote:
Here's a gist of the output I get and the command I run:
https://gist.github.com/MrEnzyme/7ebd45c9c34151a52050
wrote:
|
By
kyle havlovitz <kylehav@...>
·
#601
·
|
|
Re: Document for service broker api version 2.5
Thank James and Shannon for your answer,
The support for the Arbitrary Parameters feature is actually a great
improvement for service broker. I'm really wish to test it soon.
Now when i'm
Thank James and Shannon for your answer,
The support for the Arbitrary Parameters feature is actually a great
improvement for service broker. I'm really wish to test it soon.
Now when i'm
|
By
NGUYEN Hong Chau <nguyenhongchau@...>
·
#600
·
|
|
Re: Feedback: A slightly different perspective on route services
Hi Mike,
I think I understand your use case.
Currently route services are specced out such that they must, at minimum,
function like a proxy.
I think you're proposing that a route service could be a
Hi Mike,
I think I understand your use case.
Currently route services are specced out such that they must, at minimum,
function like a proxy.
I think you're proposing that a route service could be a
|
By
Dieu Cao <dcao@...>
·
#599
·
|
|
Re: SSH access to CF app instances on Diego
I think with the CLI we could add clarifying messaging when using ssh what
the current policy around recycling is.
Eric, what do you think about calling it the "recycling" policy, enabled by
default?
I think with the CLI we could add clarifying messaging when using ssh what
the current policy around recycling is.
Eric, what do you think about calling it the "recycling" policy, enabled by
default?
|
By
Dieu Cao <dcao@...>
·
#598
·
|
|
When will diego release?
Hi,
We're going to use diego in production. Could you please give the date
of the first formal release?
Thanks.
Hi,
We're going to use diego in production. Could you please give the date
of the first formal release?
Thanks.
|
By
libnux <libnux.me@...>
·
#597
·
|
|
Re: Feedback: A slightly different perspective on route services
i think i understand what you mean now. shannon has thought through those
concepts and relationships and the options for how to express them. i'll
let him comment on his current thinking. i got hung
i think i understand what you mean now. shannon has thought through those
concepts and relationships and the options for how to express them. i'll
let him comment on his current thinking. i got hung
|
By
James Bayer
·
#596
·
|
|
Re: Can't create/update buildpacks, "a filename must be specified"
It should work since our acceptance tests validate this on every build we
cut [1]. Are you running the operation as someone with a cc admin scope?
If you want to create a gist with the log (with
It should work since our acceptance tests validate this on every build we
cut [1]. Are you running the operation as someone with a cc admin scope?
If you want to create a gist with the log (with
|
By
Matthew Sykes <matthew.sykes@...>
·
#595
·
|
|
Re: SSH access to CF app instances on Diego
Depends on your role and where your app is in the deployment pipeline. Most
of the scenarios I envisioned were for the tail end of development where
you need to poke around to debug and figure out
Depends on your role and where your app is in the deployment pipeline. Most
of the scenarios I envisioned were for the tail end of development where
you need to poke around to debug and figure out
|
By
Matthew Sykes <matthew.sykes@...>
·
#594
·
|
|
Re: SSH access to CF app instances on Diego
I would rather that scp would throw an error than having it copy the
file and then immediately kill the instance. I still don't understand
how that would ever be useful.
Or would having a
I would rather that scp would throw an error than having it copy the
file and then immediately kill the instance. I still don't understand
how that would ever be useful.
Or would having a
|
By
Jan Dubois <jand@...>
·
#593
·
|
|
Re: SSH access to CF app instances on Diego
On behalf of many customers that I have spoken to, the default behavior of
disposing of any container that could be tainted is the right choice. Not
providing rope is a huge feature of the platform.
On behalf of many customers that I have spoken to, the default behavior of
disposing of any container that could be tainted is the right choice. Not
providing rope is a huge feature of the platform.
|
By
Cornelia Davis <cdavis@...>
·
#592
·
|
|
Can't create/update buildpacks, "a filename must be specified"
I'm having an issue where I can't upload any buildpack to cloudfoundry; it
says "The buildpack upload is invalid: a filename must be specified" and
the cf_trace confirms it's sending a null value for
I'm having an issue where I can't upload any buildpack to cloudfoundry; it
says "The buildpack upload is invalid: a filename must be specified" and
the cf_trace confirms it's sending a null value for
|
By
kyle havlovitz <kylehav@...>
·
#591
·
|
|
Re: Document for service broker api version 2.5
Hello,
A commit to increment the broker API version header went out by mistake. We
are currently backfilling docs for 2.5 (should be published very
Hello,
A commit to increment the broker API version header went out by mistake. We
are currently backfilling docs for 2.5 (should be published very
|
By
Shannon Coen
·
#590
·
|