1

As regards cloudfoundry platform

  • is there the possibility to implement a multi-tenant solution? The customer should be able to manage multi-tenancy from a dashboard or “provider console”</li>
  • is there the possibility to grant permissions and create access roles on a per-user basis?
  • is there a control panel where the admin user will have direct access to main services (mysql, mongodb,redis, dea, etc)?

As regards application/web development

  • Is the code versioning (cvs, svn) implemented as module of cloudfoundry or delivered in the vfabric suite?
  • Is there the possibility to adopt a workflow to track all the phases of application development (design, development, integration and test, implementation, operation)?

Thanks

4

1 に答える 1

3

答えは次のとおりです。

  • Cloud Foundry プラットフォームは、複数のユーザーに対応し、各ユーザーのアプリケーションが他のユーザーから保護されるマルチテナント ソリューションです。
  • 現在、Cloud Foundry には、管理者とユーザーの 2 種類の役割があります。
  • 現在、UI Web アプリケーション ツールはありません。vmc CLI ツールを使用して、クラウド ファウンドリにデプロイされたアプリにアクセスできます。vmc トンネルを使用してサービスにアクセスできます。http://docs.cloudfoundry.com/tools/vmc/caldecott.htmlを参照してください。

ウェブ開発に関して:

  • いいえ。ただし、それらをサービスとして見ることはできます...
  • ワークフローは通常、ツールまたはプロセス ベースです。現在、Cloud Foundry にはアプリケーション開発追跡ツールは提供されていません。
于 2012-06-08T20:44:33.640 に答える