|
Cloud Controller System Domain vs App Domains
Hi John, The point of seeding is so that there aren't two decisions (code paths) for requests to create a route. Seeding the database requires no changes to route creation logic. Would anyone else lik
Hi John, The point of seeding is so that there aren't two decisions (code paths) for requests to create a route. Seeding the database requires no changes to route creation logic. Would anyone else lik
|
By
Nicholas Calugar
· #4454
·
|
|
Cloud Controller System Domain vs App Domains
Hi Tom, App developers can currently push an app using api.domain, but that is the problem we are trying to solve. As this is currently allowed, the Gorouter will balance traffic between the Cloud Con
Hi Tom, App developers can currently push an app using api.domain, but that is the problem we are trying to solve. As this is currently allowed, the Gorouter will balance traffic between the Cloud Con
|
By
Nicholas Calugar
· #4526
·
|
|
Issue with API job while downgrading CF
Hi Anuj, This isn't going to work as you have a v231 database and the code from v214, which doesn't contain the migrations between. Also, it's doing a migrate up, not a migrate down. While the migrati
Hi Anuj, This isn't going to work as you have a v231 database and the code from v214, which doesn't contain the migrations between. Also, it's doing a migrate up, not a migrate down. While the migrati
|
By
Nicholas Calugar
· #4595
·
|
|
app guid uniqueness
Hi John, An application's guid will never change. If you delete an app, and push the code again, you are creating a new app with another guid. Thanks, Nick
Hi John, An application's guid will never change. If you delete an app, and push the code again, you are creating a new app with another guid. Thanks, Nick
|
By
Nicholas Calugar
· #4645
·
|
|
CF Job Failure
Hi Abhik, Another bit of information that would be interesting is whether or not you can push your app using the CLI. Thanks, Nick
Hi Abhik, Another bit of information that would be interesting is whether or not you can push your app using the CLI. Thanks, Nick
|
By
Nicholas Calugar
· #4646
·
|
|
cloud_connector_ng not starting on cf 231
This was fixed in [1] CF-234: WebDAV blobstore supports long system domain. Thanks, Nick [1] https://github.com/cloudfoundry/cf-release/releases/tag/v234
This was fixed in [1] CF-234: WebDAV blobstore supports long system domain. Thanks, Nick [1] https://github.com/cloudfoundry/cf-release/releases/tag/v234
|
By
Nicholas Calugar
· #4735
·
|
|
VCAP_APPLICATION in the V3 Cloud Foundry API
Hi CF-Dev, The CAPI team is working hard to get to MVP for V3 of the Cloud Foundry API. You can follow along by visiting our documentation and tracker: http://v3-apidocs.cloudfoundry.org/ https://www.
Hi CF-Dev, The CAPI team is working hard to get to MVP for V3 of the Cloud Foundry API. You can follow along by visiting our documentation and tracker: http://v3-apidocs.cloudfoundry.org/ https://www.
|
By
Nicholas Calugar
· #4763
·
|
|
aligning cf push health-check default value
Hi Dies, I considered this a bit more after we chatted yesterday and I don't think we should try to create parity between DEAs and Diego in this case. My personal opinion is that behavior should be ex
Hi Dies, I considered this a bit more after we chatted yesterday and I don't think we should try to create parity between DEAs and Diego in this case. My personal opinion is that behavior should be ex
|
By
Nicholas Calugar
· #4782
·
|
|
VCAP_APPLICATION in the V3 Cloud Foundry API
Thanks for all your input. Upon seeing how the buildpacks use VCAP_APPLICATION, I’m thinking we want to leave it as is and potentially add a few new top level environment variables. CF_APP_GUID CF_APP
Thanks for all your input. Upon seeing how the buildpacks use VCAP_APPLICATION, I’m thinking we want to leave it as is and potentially add a few new top level environment variables. CF_APP_GUID CF_APP
|
By
Nicholas Calugar
· #4798
·
|
|
aligning cf push health-check default value
Hi Dies, I spoke with Eric and he explained that this could be the desired UX for a majority of the apps pushed with --no-route. There are more advanced deployment strategies that might set --no-route
Hi Dies, I spoke with Eric and he explained that this could be the desired UX for a majority of the apps pushed with --no-route. There are more advanced deployment strategies that might set --no-route
|
By
Nicholas Calugar
· #4864
·
|
|
User defined variable "key" validation doesn't happen at cf set-env phase
Hi Ponraj / Padma, Apologies for the delay. I've added a story to do environment variable validation for our upcoming V3 api: https://www.pivotaltracker.com/story/show/119590729 Thanks, Nick
Hi Ponraj / Padma, Apologies for the delay. I've added a story to do environment variable validation for our upcoming V3 api: https://www.pivotaltracker.com/story/show/119590729 Thanks, Nick
|
By
Nicholas Calugar
· #4893
·
|
|
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 a
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 a
|
By
Nicholas Calugar
· #4932
·
|
|
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
·
|
|
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 cfli
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 cfli
|
By
Nicholas Calugar
· #4934
·
|
|
Cloud Foundry API - Should users be able to remove themselves from an Org or Space?
Hi Cloud Foundry, We have a request from an API client that would like for users to be able to remove themselves from an Organization or Space. This allows self-service without the app obtaining an ad
Hi Cloud Foundry, We have a request from an API client that would like for users to be able to remove themselves from an Organization or Space. This allows self-service without the app obtaining an ad
|
By
Nicholas Calugar
· #4951
·
|
|
How to listen to space deletion events?
Hi Padma, We currently don't broadcast any events from the Cloud Controller. Could you describe the use-case a bit more? What sort of task do you want to do? What application / process would listen fo
Hi Padma, We currently don't broadcast any events from the Cloud Controller. Could you describe the use-case a bit more? What sort of task do you want to do? What application / process would listen fo
|
By
Nicholas Calugar
· #5081
·
|
|
How to listen to space deletion events?
Hi Padma, Apologies for the delay. In the case of a space with a service instance, if the space is deleted, the Cloud Controller sends a deprovision request to the service broker. The broker is respon
Hi Padma, Apologies for the delay. In the case of a space with a service instance, if the space is deleted, the Cloud Controller sends a deprovision request to the service broker. The broker is respon
|
By
Nicholas Calugar
· #5260
·
|
|
How to listen to space deletion events?
Hi Piotr, Yes, that is correct, deleting recursively will delete service instances and apps. Thanks, Nick
Hi Piotr, Yes, that is correct, deleting recursively will delete service instances and apps. Thanks, Nick
|
By
Nicholas Calugar
· #5267
·
|
|
How to listen to space deletion events?
Hi Piotr, Delete space will fail if there are associated resources. Nick
Hi Piotr, Delete space will fail if there are associated resources. Nick
|
By
Nicholas Calugar
· #5275
·
|
|
Built-in blue-green deployment support
Hi John / Eitan, We have a couple tracks of work planned for the new V3 Cloud Foundry API: Zero-downtime deployment - Diego to support changing an application specification of a running LRP in a zero-
Hi John / Eitan, We have a couple tracks of work planned for the new V3 Cloud Foundry API: Zero-downtime deployment - Diego to support changing an application specification of a running LRP in a zero-
|
By
Nicholas Calugar
· #5300
·
|