Pivotal Cloud Foundry Support

 View Only

 VCAP_APPLICATION missing organization_name and organization_id

Simon Tremblay's profile image
Simon Tremblay posted Jul 08, 2019 10:41 PM

In VCAP_APPLICATION there is no organization_name / organization_id but it seems to be there in PWS and CF. Why? Is it possible to include organization in VCAP_APPLICATION?

Ref.: 

CF: https://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-APPLICATION

PWS: https://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#VCAP-APPLICATION, PCF: https://docs.pivotal.io/pivotalcf/2-6/devguide/deploy-apps/environment-variable.html#VCAP-APPLICATION

Daniel Mikusa's profile image
Daniel Mikusa

PWS follows the OSS Cloud Foundry, which is different from PCF. It also is updated quite often so gets new features very quickly. The additions to VCAP_APPLICATION were recent additions to CAPI.

 

https://github.com/cloudfoundry/capi-release/releases/tag/1.83.0

 

You'd need a PCF release that contains at least 1.83.0 CAPI. At present, PCF 2.6.0 is at 1.80.0.

 

https://docs.pivotal.io/pivotalcf/2-6/pcf-release-notes/runtime-rn.html#2.6.0

 

Hope that helps!