Skip to content

Commit 84ecb74

Browse files
Merge pull request #4 from EMCECS/OBSDEF-57542-Support-jammy-stemcell
Release 2.3.3
2 parents 557a9d2 + 887dc70 commit 84ecb74

File tree

7 files changed

+41
-32
lines changed

7 files changed

+41
-32
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
This tile is created using the [Pivotal Tile Generator](https://docs.pivotal.io/tiledev/2-10/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/thecodeteam/ecs-cf-service-broker). For more instructions on using the broker once deployed, refer to the [Pivotal Network documentation](https://docs.pivotal.io/partners/ecs-service-broker/).
5+
This 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/).
66

77
This tile implements the following tile generator errands:
88

@@ -15,7 +15,9 @@ be configured from the PCF Ops Manager.
1515

1616
## Current Status
1717

18-
Currently, the Tile version 2.3.2 is available for download via the [Pivotal Network product page](https://network.pivotal.io/products/ecs-service-broker/).
18+
Currently, 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).
19+
* ***This is the last release of the tile, no further versions will be released.***
20+
* ***Support for the tile will end on May 25, 2025. No support will be provided after this date.***
1921

2022
## Requirement
2123

@@ -26,13 +28,13 @@ Currently, the Tile version 2.3.2 is available for download via the [Pivotal Net
2628

2729
## Build Tile
2830
* Clone the code to your local bosh machine
29-
* Install [Tile Generator Tool](http://docs.pivotal.io/tiledev/tile-generator.html)
31+
* Install [Tile Generator Tool](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/tile-dev-guide/tile-generator.html)
3032
* Run command `tile build`
3133

3234
## Deployment
3335
* Using OpsManager website upload the tile
3436
* Add tile to dashboard
35-
* Configure tile [according to the documentation](https://docs.pivotal.io/partners/ecs-service-broker/index.html).
37+
* Configure tile [according to the documentation](https://emcecs.github.io/ecs-broker-tile/installing.html).
3638
* Apply Changes
3739
* Run cf service-brokers to check the broker status
3840

@@ -69,7 +71,7 @@ Valid permissions include:
6971
* delete
7072
* none
7173

72-
For more information about the ECS Broker usage please refer to [ECS CF service broker](https://github.com/emccode/final/ecs-cf-service-broker)
74+
For more information about the ECS Broker usage please refer to [ECS CF service broker](https://emcecs.github.io/ecs-broker-tile/usage.html)
7375

7476
### Testing
7577

docs/index.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,19 @@ With ECS Service Broker for VMware Tanzu, you can do the following:
3030

3131
## <a id="snapshot"></a>Product Snapshot
3232

33-
| Element | Details |
34-
|:-------------|:-----------------------------------------------------------------------------|
35-
| Tile Version | 2.3.2 |
36-
| Release Date | February 23, 2024 |
37-
| Software component version | 2.3.2 |
38-
| Compatible Ops Manager version(s) | v3.0.x, v2.10.x, v2.9.x |
39-
| Compatible Tanzu Application Service version(s) | v4.0.x, v3.0.x, v2.13.x, v2.12.x, v2.11.x, v2.10.x, v2.9.x |
40-
| BOSH stemcell version | Ubuntu Xenial 621 |
41-
| IaaS support | AWS, Azure, OpenStack, and vSphere |
42-
| IPsec support? | No |
33+
| Element | Details |
34+
|:-------------|:-----------------------------------|
35+
| Tile Version | 2.3.3 |
36+
| Release Date | November 25, 2024 |
37+
| Software component version | 2.3.3 |
38+
| Compatible Ops Manager version(s) | v3.0.x, v2.10.x |
39+
| Compatible Tanzu Application Service version(s) | v6.0.x, v5.0.x, v4.0.x |
40+
| BOSH stemcell version | Ubuntu Jammy 1.506 |
41+
| IaaS support | AWS, Azure, OpenStack, and vSphere |
42+
| IPsec support? | No |
4343

4444
## <a id="reqs"></a> Requirements
4545

4646
ECS Service Broker for VMware Tanzu has the following requirements:
4747

48-
+ [Tanzu Application Service](https://network.pivotal.io/products/elastic-runtime)
49-
50-
51-
## <a id="feedback"></a> Feedback
52-
53-
Report bugs, make feature requests or ask questions on the [VMware Tanzu Feedback](mailto:[email protected]) list,
54-
or send an email to [ECS Service Broker Support](mailto:[email protected]).
48+
+ [Tanzu Application Service](https://support.broadcom.com/group/ecx/productdownloads?subfamily=VMware%20Tanzu%20Application%20Service%20for%20VMs)

docs/installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To install the service broker, you must configure the broker application to conn
1414

1515
To start running the ECS broker, do the following:
1616

17-
1. Download the product file from [Pivotal Network](https://network.pivotal.io/products/ecs-service-broker/).
17+
1. Download the product file from [Broadcom Support portal](https://support.broadcom.com/group/ecx/productdownloads?subfamily=ECS%20Service%20Broker%20for%20VMware%20Tanzu).
1818

1919
1. Navigate to the Ops Manager Installation Dashboard and click **Import a Product** to upload the product file.
2020

docs/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
[Home](index.md) | [Installing](installing.md) | [Using](usage.md) | [Release Notes](release-notes.md) | [Troubleshooting](troubleshooting.md)
22

3+
## <a id="ver-2-3-3"></a> v2.3.3
4+
5+
**Release Date:** November 25, 2024
6+
7+
* ***This is the last release of the ECS Service Broker, no further versions will be released.***
8+
* ***Support for the broker will end on May 25, 2025. No support will be provided after this date.***
9+
10+
In this release:
11+
12+
* Support for Tanzu Application Services version 5.x and 6.x
13+
* Support for Ubuntu Jammy stemcell
14+
* Upgraded dependencies to address CVEs
15+
316
## <a id="ver-2-3-2"></a> v2.3.2
417

518
**Release Date:** February 23, 2024

docs/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This topic describes how to use ECS Service Broker for VMware Tanzu after it has
44

55
## <a id='using'></a> Using ECS Service Broker for VMware Tanzu with an App
66

7-
To use ECS Service Broker for VMware Tanzu with an app, follow the procedures in this section to create a service instance and bind the service instance to your app. For more information about managing service instances, see [Managing Service Instances with the cf CLI](https://docs.pivotal.io/pivotalcf/devguide/services/managing-services.html).
7+
To use ECS Service Broker for VMware Tanzu with an app, follow the procedures in this section to create a service instance and bind the service instance to your app. For more information about managing service instances, see [Managing Service Instances with the cf CLI](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tanzu-platform-for-cloud-foundry/4-0/tpcf/services-managing-services.html).
88

99
### <a id="list"></a> View the Service
1010

@@ -57,7 +57,7 @@ To enable your app to access the service instance, run `cf restage` or `cf resta
5757

5858
After you bind your service instance to your app, you can find the credentials of your ECS S3 user in the environment variables of the app.
5959

60-
Run `cf env APP-NAME` to display environment variables. The credentials are listed under the [VCAP_SERVICES](https://docs.pivotal.io/pivotalcf/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES) key.
60+
Run `cf env APP-NAME` to display environment variables. The credentials are listed under the [VCAP_SERVICES](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tanzu-platform-for-cloud-foundry/6-0/tpcf/deploy-apps-environment-variable.html#VCAP_SERVICES) key.
6161

6262
```
6363
$ cf env sample-app
@@ -141,7 +141,7 @@ Run the `cf services` command to check the deletion status.
141141
## <a id='using'></a> Use ECS Service Broker for VMware Tanzu with an App
142142

143143
To use ECS Service Broker for VMware Tanzu with an app, follow the procedures in this section to create a service instance and bind the service instance to your app. For more information about managing service instances,
144-
see [Managing Service Instances with the cf CLI](https://docs.pivotal.io/pivotalcf/devguide/services/managing-services.html).
144+
see [Managing Service Instances with the cf CLI](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tanzu-platform-for-cloud-foundry/4-0/tpcf/services-managing-services.html).
145145

146146
### <a id="remote"></a> Connect an ECS Service to a Remote VMware Tanzu Instance
147147

tile-history.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ history:
1515
- 2.2.1
1616
- 2.3.0
1717
- 2.3.1
18-
version: 2.3.2
18+
- 2.3.2
19+
version: 2.3.3

tile.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ packages:
138138
# strongly recommend you leave this alone so that your tile always
139139
# runs with the latest stemcell.
140140
#
141-
# stemcell_criteria:
142-
# os: ubuntu-trusty
143-
# requires_cpi: false
144-
# version: '3062'
145-
141+
#stemcell_criteria:
142+
# os: ubuntu-jammy
143+
# requires_cpi: false
144+
# version: '1.506'
146145
# Add properties you want to pass to your applications.
147146
# Properties specified here will not be configurable by the user.
148147
#

0 commit comments

Comments
 (0)