{"id":23053972,"url":"https://github.com/emcecs/ecs-broker-tile","last_synced_at":"2026-02-09T15:35:30.594Z","repository":{"id":188268463,"uuid":"678412108","full_name":"EMCECS/ecs-broker-tile","owner":"EMCECS","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-27T00:30:49.000Z","size":114282,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-08T18:45:40.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EMCECS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-14T13:46:40.000Z","updated_at":"2024-11-27T00:30:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbfe6509-05a8-4a63-ae4f-32aaea4172c6","html_url":"https://github.com/EMCECS/ecs-broker-tile","commit_stats":null,"previous_names":["emcecs/ecs-broker-tile"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-broker-tile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-broker-tile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-broker-tile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fecs-broker-tile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMCECS","download_url":"https://codeload.github.com/EMCECS/ecs-broker-tile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939177,"owners_count":20857916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T00:31:49.927Z","updated_at":"2026-02-09T15:35:29.995Z","avatar_url":"https://github.com/EMCECS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EMC ECS Service Broker PCF Tile\n\n## Description\n\nThis tile is created using the [Tile Generator](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/tile-generator.html) and deploys a service-broker application as a CF app. It deploys a sister project, the [ECS Service Broker](https://github.com/EMCECS/ecs-cf-service-broker/). For more instructions on using the broker once deployed, refer to the [ECS Service Broker documentation](https://emcecs.github.io/ecs-broker-tile/).\n\nThis tile implements the following tile generator errands:\n\n* **deploy-service-broker**:  Deploy the broker as a CF app.\n* **register-broker**: Register the deployed broker with CF as service broker.\n* **destroy-broker**: Deregister and delete the app from CF.\n\nUpon completion, PCF Tile will support dynamic plans which enables the broker to\nbe configured from the PCF Ops Manager.\n\n## Current Status\n\nCurrently, the Tile version 2.3.3 is available for download via the [Broadcom Support portal](https://support.broadcom.com/group/ecx/productdownloads?subfamily=ECS%20Service%20Broker%20for%20VMware%20Tanzu).\n* ***This is the last release of the tile, no further versions will be released.***\n* ***Support for the tile will end on May 25, 2025. No support will be provided after this date.***\n\n## Requirement\n\n* ECS Cluster configured and running. If you do not have one please refer to [ECS Test Drive](https://portal.ecstestdrive.com) to create an account.\n* ECS VIP address for Management and Object \n* Namespace and Replication group\n* ECS  SSL cert, to get the ssl cert use ```openssl s_client  -connect \u003cecsvip\u003e:443 –showcert ``` to get ssl\n\n## Build Tile\n* Clone the code to your local bosh machine\n* Install [Tile Generator Tool](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/tile-generator.html)\n* Run command `tile build`\n\n## Deployment\n* Using OpsManager website upload the tile\n* Add tile to dashboard\n* Configure tile [according to the documentation](https://emcecs.github.io/ecs-broker-tile/installing.html).\n* Apply Changes\n* Run cf service-brokers to check the broker status\n\n### End-user Broker Usage\n\nCLoud Foundry end-users can create and bind services to their applications using the `cf` CLI application.\n\n```\ncf create-service ecs-bucket unlimited my_bucket\n```\n\nThis creates a bucket of the `ecs-bucket` service with the `unlimited` plan and the name: `my-bucket`.  To bind\nan application to this bucket:\n\n```\ncf bind-service my-app my-bucket\n```\n\nThe default will give `my-app` \"full control\" of the bucket.  To give a reduced set of permissions, you can provide\nadditional configuration parameters with the `-c` flag:\n\n```\ncf bind-service my-app my-bucket -c '{\"permissions\": [\"read\", \"write\"]}'\n```\n\nValid permissions include:\n * read\n * read_acl\n * write\n * write_acl\n * execute\n * full_control\n * privileged_write\n * delete\n * none\n\nFor more information about the ECS Broker usage please refer to [ECS CF service broker](https://emcecs.github.io/ecs-broker-tile/usage.html)\n\n### Testing\n\nCurrently, tests are implemented for tile migrations using [Jest.js](https://jestjs.io). To run the tests install the `jest-cli` globally with NPM or yarn:\n\n```shell\n# Install Jest.js\n$ npm install -g jest-cli\n\n# Run jest\n$ jest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fecs-broker-tile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femcecs%2Fecs-broker-tile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fecs-broker-tile/lists"}