|
How to run cronjobs with Application
Hi Anuj, For scheduling, you might want to look into the Advanced Python Scheduler [1]. You would push the scheduler as a separate app to Cloud Foundry. You could also experiment with V3 Tasks that we
Hi Anuj, For scheduling, you might want to look into the Advanced Python Scheduler [1]. You would push the scheduler as a separate app to Cloud Foundry. You could also experiment with V3 Tasks that we
|
By
Nicholas Calugar
· #5891
·
|
|
CF environmental variables - org is missing
Hi Vinod, We are actually intending to deprecate VCAP_APPLICATION in favor of CF_ environment variables in the near future: https://www.pivotaltracker.com/story/show/126180869 Thanks, Nick
Hi Vinod, We are actually intending to deprecate VCAP_APPLICATION in favor of CF_ environment variables in the near future: https://www.pivotaltracker.com/story/show/126180869 Thanks, Nick
|
By
Nicholas Calugar
· #5875
·
|
|
CF-245 issue staging Python apps
Hi All, We’ve discovered an issue in the Cloud Controller that shipped with CF-245 that affects staging Python apps and apps using any buildpack that doesn’t return a start command as part of it’s sta
Hi All, We’ve discovered an issue in the Cloud Controller that shipped with CF-245 that affects staging Python apps and apps using any buildpack that doesn’t return a start command as part of it’s sta
|
By
Nicholas Calugar
· #5852
·
|
|
Document about "suspended" org
Hi Noburou, You are correct, this should be documented better. Would you mind filing an issue here and I’ll work with our documentation team to make this better: https://github.com/cloudfoundry/docs-c
Hi Noburou, You are correct, this should be documented better. Would you mind filing an issue here and I’ll work with our documentation team to make this better: https://github.com/cloudfoundry/docs-c
|
By
Nicholas Calugar
· #5675
·
|
|
Document about "suspended" org
Hi Noburou, The Organizations API documents a status: http://apidocs.cloudfoundry.org/241/organizations/update_an_organization.html It appears this can be “active” or “suspended”: https://github.com/c
Hi Noburou, The Organizations API documents a status: http://apidocs.cloudfoundry.org/241/organizations/update_an_organization.html It appears this can be “active” or “suspended”: https://github.com/c
|
By
Nicholas Calugar
· #5668
·
|
|
Cloud Controller migration in CF-241
TL;DR: MySQL implicitly ends transactions before and often after certain statements including DDL statements. Cloud Controller in CF-241 contains a database migration that will not be executed atomica
TL;DR: MySQL implicitly ends transactions before and often after certain statements including DDL statements. Cloud Controller in CF-241 contains a database migration that will not be executed atomica
|
By
Nicholas Calugar
· #5662
·
|
|
Status of PWS 241 upgrade
Mike Quick update, not sure if you are running PostgreSQL or MySQL: The underlying Sequel gem automatically runs migrations in a transaction for RDBMs that support transactions for DDL statements. Thi
Mike Quick update, not sure if you are running PostgreSQL or MySQL: The underlying Sequel gem automatically runs migrations in a transaction for RDBMs that support transactions for DDL statements. Thi
|
By
Nicholas Calugar
· #5661
·
|
|
Status of PWS 241 upgrade
Hi Mike, We have just been made aware of a potential problem with the database migration to encrypt an app’s specified buildpack at rest. It was known that it would cause API failures, but we also thi
Hi Mike, We have just been made aware of a potential problem with the database migration to encrypt an app’s specified buildpack at rest. It was known that it would cause API failures, but we also thi
|
By
Nicholas Calugar
· #5658
·
|
|
CF list Application Security Group inconsistency
Answered in the github issue where this was copied from: https://github.com/cloudfoundry/cloud_controller_ng/issues/669#issuecomment-242437165 Nicholas Calugar Product Manager - Cloud Foundry API Pivo
Answered in the github issue where this was copied from: https://github.com/cloudfoundry/cloud_controller_ng/issues/669#issuecomment-242437165 Nicholas Calugar Product Manager - Cloud Foundry API Pivo
|
By
Nicholas Calugar
· #5645
·
|
|
api_z1 server failing during cf install
Hi Neil, You might want to just walk through the nginx control script manually and see if that leads you to the problem: https://github.com/cloudfoundry/cloud_controller_ng/blob/master/bosh/jobs/cloud
Hi Neil, You might want to just walk through the nginx control script manually and see if that leads you to the problem: https://github.com/cloudfoundry/cloud_controller_ng/blob/master/bosh/jobs/cloud
|
By
Nicholas Calugar
· #5619
·
|
|
async last operation service broker ?
Hi Amulya, Are you referencing the [1] Polling Last Operation (async only) of the Service Broker API? If so, that is a call the Cloud Controller makes to the Service Broker to determine if the broker
Hi Amulya, Are you referencing the [1] Polling Last Operation (async only) of the Service Broker API? If so, that is a call the Cloud Controller makes to the Service Broker to determine if the broker
|
By
Nicholas Calugar
· #5511
·
|
|
Question about Application Security Group behavior
Hi noburou, Interesting that you bring this up as I was involved in a similar conversation today. A1: Yes, ASGs bound to a space are only applied to the app running containers, not staging. A2: Not su
Hi noburou, Interesting that you bring this up as I was involved in a similar conversation today. A1: Yes, ASGs bound to a space are only applied to the app running containers, not staging. A2: Not su
|
By
Nicholas Calugar
· #5457
·
|
|
Retain CF org, space, space and org quota settings.
Hi Guru, You can specify quotas in your manifest that will be seeded when you deploy [1] and specify a default quota that will be used for orgs and spaces if no quota is specified [2]. Assigning non-d
Hi Guru, You can specify quotas in your manifest that will be seeded when you deploy [1] and specify a default quota that will be used for orgs and spaces if no quota is specified [2]. Assigning non-d
|
By
Nicholas Calugar
· #5440
·
|
|
Better way to know CF push events.
Hi Rohit, We don't currently have this, but we will have it for the V3 API. In V3, app bits are uploaded to a newly created app package, so we will have an event *audit.app.package.upload*, which you
Hi Rohit, We don't currently have this, but we will have it for the V3 API. In V3, app bits are uploaded to a newly created app package, so we will have an event *audit.app.package.upload*, which you
|
By
Nicholas Calugar
· #5422
·
|
|
Known issue in CF-238 and CF-239
The WebDAV blobstore and Cloud Controller API / Clock / Worker jobs are unable to start after a VM restart because creation of the run directory for each process, /var/vcap/data/sys/run/*, was moved t
The WebDAV blobstore and Cloud Controller API / Clock / Worker jobs are unable to start after a VM restart because creation of the run directory for each process, /var/vcap/data/sys/run/*, was moved t
|
By
Nicholas Calugar
· #5418
·
|
|
Better way to know CF push events.
Hi Rohit, I'd like to understand more about your use-case. Maybe I can help clarify a few things and determine if there is a solution we can offer. 1. There actually isn't a concept of "push" on the s
Hi Rohit, I'd like to understand more about your use-case. Maybe I can help clarify a few things and determine if there is a solution we can offer. 1. There actually isn't a concept of "push" on the s
|
By
Nicholas Calugar
· #5414
·
|
|
Issue on querying service instances
Seems like a bug, would you mind dropping a Github issue here? https://github.com/cloudfoundry/cloud_controller_ng/issues Thanks, Nick
Seems like a bug, would you mind dropping a Github issue here? https://github.com/cloudfoundry/cloud_controller_ng/issues Thanks, Nick
|
By
Nicholas Calugar
· #5408
·
|
|
CF-239 defaults to Unprivileged Containers on Diego
Hello Cloud Foundry, As you may have noticed in the release notes for CF-239 [1], Cloud Foundry now defaults to run containers on Diego in unprivileged mode. This greatly improves security as root esc
Hello Cloud Foundry, As you may have noticed in the release notes for CF-239 [1], Cloud Foundry now defaults to run containers on Diego in unprivileged mode. This greatly improves security as root esc
|
By
Nicholas Calugar
· #5403
·
|
|
How to hide VCAP_SERVICES values on Pivotal apps Manager
Hi Pranjal, This list is for OSS Cloud Foundry. For Pivotal specific questions, please use https://support.pivotal.io/ Thanks, Nick pranjal.kumar(a)appdynamics.com> wrote:
Hi Pranjal, This list is for OSS Cloud Foundry. For Pivotal specific questions, please use https://support.pivotal.io/ Thanks, Nick pranjal.kumar(a)appdynamics.com> wrote:
|
By
Nicholas Calugar
· #5356
·
|
|
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
·
|