Re: Private Stacks ( Stacks for limited users )
Nicholas Calugar
Hi,
toggle quoted message
Show quoted text
This capability seems to be covered by Isolation Segments. You will be able to assign a space to have access to an Isolation Segment where the “private” stack is available. Other spaces, while able to see the “private” stack with `cf stacks`, won’t be able to deploy apps to that Isolation Segment and will have to use the default stack. Does this cover your use case? Thanks, Nick -- Nicholas Calugar Product Manager - Cloud Foundry API Pivotal Software, Inc. On October 31, 2016 at 8:55:39 AM, 瀬山貴仁 (t.seyama20(a)gmail.com) wrote:
Hi all, We want "Stacks" for limited number of users. Stacks are Cloud Foundry structure, which provides base runtime environment of applications. In the current implementation of Cloud Foundry, all Stacks are public and shared by all users. However, there should be situations to use (or provide) Stack for limited number of users. It is possible to provide a special Stack which require additional supports, to use proprietary resource and so on. We named these "Private Stacks". Private Stacks's Design Document is here( https://docs.google.com/document/d/1_540iCJlMWQw7q4-JZHKYY_Pk3fmhcJk-vurAM4DcZQ/edit?usp=sharing ). In addition, We have already made Minimal Viable Feature and sent Pull Request( https://github.com/cloudfoundry/cloud_controller_ng/pull/707 ). * This Pull Request is not for merge but for discussion. Please comment for feature to Design Document and for implementation to Pull Request if you have any. Regards, t.seyama |
|