Skip to content

Commit 4b8b50d

Browse files
committedMar 22, 2024
update pivotal.io links
1 parent 17c7a4e commit 4b8b50d

13 files changed

+20
-23
lines changed
 

‎cf-concepts.html.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Most value add integrations are done by exposing your software to your applicati
3232
concepts, and what a service integration looks like, read the following documentation:
3333

3434
- [Services](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/cf-concepts.html) explains how developers provision and use existing services in their apps.
35-
- [Cloud Foundry service brokers and <%= vars.platform_name %> Tiles](http://docs.pivotal.io/on-demand-service-broker/about.html#cf-broker) briefly describes the two main elements of <%= vars.platform_name %> service integration: the service broker API, which connects the service to <%= vars.app_runtime_abbr %> internally by taking commands from the Cloud Controller; and the tile, a packaged interface that cloud operators use to install and configure a service within <%= vars.platform_name %>.
35+
- [Cloud Foundry service brokers and <%= vars.platform_name %> Tiles](https://docs.vmware.com/en/On-Demand-Services-SDK-for-VMware-Tanzu/0.45/on-demand-services-sdk/GUID-about.html#cf-broker) briefly describes the two main elements of <%= vars.platform_name %> service integration: the service broker API, which connects the service to <%= vars.app_runtime_abbr %> internally by taking commands from the Cloud Controller; and the tile, a packaged interface that cloud operators use to install and configure a service within <%= vars.platform_name %>.
3636
- [Custom Services](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/cf-concepts.html) explains how service authors package their service as a [Managed Service](./managed.html) that is available for use by operators and developers, and which runs locally on <%= vars.app_runtime_abbr %> rather than running remotely.
3737

3838
## <a id="buildpacks"></a> Buildpacks
3939

40-
When application code is deployed to Cloud Foundry, a language-specific buildpack proccesses it. Language buildpacks provide a
40+
When application code is deployed to Cloud Foundry, a language-specific buildpack processes it. Language buildpacks provide a
4141
convenient integration hook for any service that needs to inspect or embellish application code.
4242
Supplying buildpacks also provides a language-agnostic way to inject your code into the application container image.
4343

‎dev-workflow.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ how tiles are structured.
2424

2525
* [Development tools](./tools.html) describes three tools that streamline the tile development process: [Tile Generator](./tile-generator.html), the [pcf Command Line](./pcf-command.html) utility, and [Concourse](./concourse.html) continuous integration (CI).
2626

27-
* [Tile documentation](./tile-documentation.html) explains how to document your tile as part of [<%= vars.platform_name %> documentation](http://docs.pivotal.io).
27+
* [Tile documentation](./tile-documentation.html) explains how to document your tile as part of [<%= vars.platform_name %> documentation](https://docs.vmware.com/).
2828

2929
* [Publish and update](./publish.html) explains how to publish your tile on [VMware Tanzu Network](https://network.tanzu.vmware.com) (VMware Tanzu Network) and package upgrade information into your new versions.
3030

‎index.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ owner: Services
44
---
55

66
You can use the following VMware Tanzu Partners information to learn how to build and publish processes for an
7-
Tanzu Operations Manager tile on [VMware Tanzu Network](https://network.pivotal.io/).
7+
Tanzu Operations Manager tile on [VMware Tanzu Network](https://network.tanzu.vmware.com/).
88

99
For advanced developers with previous experience building tiles, see [Property and template references](./property-template-references.html) and [Development workflow reference](./dev-workflow.html).
1010

‎migrating-syslog-configuration.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ configuration:
149149
* View your syslog properties using the `syslog_configuration` Tanzu Operations Manager API endpoint.
150150

151151
For more information about the `syslog_configuration` API endpoint, see
152-
[Retrieving syslog configuration for a product](https://docs.pivotal.io/platform/2-10/opsman-api/#tag/Syslog-Configuration/paths/~1api~1v0~1staged~1products~1{product_guid}~1syslog_configuration/get).
152+
[Retrieving syslog configuration for a product](https://apigw-test.vmware.com/stg/v1/m12/api/TanzuOperationsManagerAPIDocumentation/2-10/opsman-api/#tag/Syslog-Configuration/paths/~1api~1v0~1staged~1products~1{product_guid}~1syslog_configuration/get).
153153

154154
In the next version of your product, remove the deprecated syslog configuration properties.

‎publish.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from the private alpha and closed beta phases, to general availability and publi
1313
After you package your product's BOSH releases, stemcell, metadata, and other tile components into a single zipped download file, post it to VMware Tanzu Network in one of two ways:
1414

1515
* Use the VMware Tanzu Network
16-
[API command](https://network.pivotal.io/docs/api#public/docs/api/v2/product_files.md) `POST /api/v2/products/:product_slug/product_files`.
16+
[API command](https://network.tanzu.vmware.com/docs/api#public/docs/api/v2/product_files.md) `POST /api/v2/products/:product_slug/product_files`.
1717
* Use the VMware Tanzu Network product upload form.
1818

1919
![Use the VMware Tanzu Network product upload form.](img/pivnet-upload.png)

‎reference.html.md.erb

-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ create listings in the Services Marketplace.
4040

4141
* [Tanzu Operations Manager v3.0 Partners Release Notice](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/vmware-tanzu-ops-manager/release-notes.html)
4242
* [Tanzu Operations Manager v2.10 Partners Release Notice](release-notes.html)
43-
* [Tanzu Operations Manager v2.9 Partners Release Notice](http://docs.pivotal.io/tiledev/2-9/release-notes.html)
44-

‎release-notes.html.md.erb

-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ Known issues in this release that can affect tile development for partners:
1717
<%= vars.app_runtime_abbr %> v2.10 removes the `diego_log_timestamp_format` tile property and replaces
1818
it with the `logging_timestamp_format` property, which allows operators to configure human-readable timestamps across <%= vars.app_runtime_abbr %> components. Most, but not all, <%= vars.app_runtime_abbr %> components can support the RFC3339 timestamp format.
1919

20-
For a list of components that use the RFC3339 timestamp format in <%= vars.app_runtime_abbr %> v2.10 , see [Optionally Use Human-Readable Timestamps for Component Logs](https://docs.pivotal.io/platform/2-10/release-notes/runtime-rn.html#timestamps) in the _VMware Tanzu Application Service for VMs v2.10 Release Notes_.
21-
2220
This feature might affect any partner tiles that parse or consume <%= vars.app_runtime_abbr %> component logs.
2321

24-
For more information, see [Timestamp Format for Component Logs Replaces Timestamp Format for Diego Logs](https://docs.pivotal.io/platform/2-10/release-notes/breaking-changes.html#timestamps).
25-
2622
### <a id="credhub-maestro-support"></a> Support for CredHub Maestro and Tanzu Operations Manager Bulk Rotation of Certificates
2723

2824
Tanzu Operations Manager v2.10 runs CredHub Maestro to perform the bulk rotation of various CAs and certificates within a foundation.

‎releases.html.md.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ To enter Closed Beta, a product must meet the following requirements:
3030

3131
* Customers must be able to install the product error-free through a tile in Tanzu Operations Manager, and delete the product there without any traces remaining.
3232

33-
* The product tile must target the latest released stemcell version, as listed on [VMware Tanzu network](https://network.pivotal.io/products/stemcells).
33+
* The product tile must target the latest released stemcell version, as listed on [VMware Tanzu network](https://network.tanzu.vmware.com/products/stemcells-ubuntu-xenial/).
3434

35-
* Your producr release notes must make clear the following constraints:
35+
* Your product release notes must make clear the following constraints:
3636

3737
* Potential data loss and lack of support make the beta version of the product unsuitable for use in production.
3838

@@ -86,7 +86,7 @@ Products in Public Beta must meet the following requirements:
8686
* Service brokers
8787

8888
* You can respond to discovery of a security flaw on the [Common Vulnerabilities and Exposures (CVE) list](https://cve.mitre.org/cve/index.html) within a reasonable time frame. Security flaws include vulnerabilities in your stemcell or within one of the components of your tile. <br>
89-
For more information about the security policy, see [<%= vars.platform_name %> Security Overview and Policy](https://docs.pivotal.io/ops-manager/security/process/pcf-security.html).
89+
For more information about the security policy, see [<%= vars.platform_name %> Security Overview and Policy](https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/2.10/vmware-tanzu-ops-manager/security-process-pcf-security.html).
9090

9191
### Steps to release
9292

‎sdk.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ live service metrics.
2121

2222
* [Service backups SDK](https://docs.vmware.com/en/Service-Backups-SDK/18-4/service-backups-sdk-18-4.pdf) runs regular backups for your service, triggering and uploading backup artifacts to a range of destinations, including S3 and Azure.
2323

24-
Active VMware Tanzu partners can use the Services SDK by agreeing to the SDK EULA when downloading the products on the [VMware Tanzu network](https://network.pivotal.io/).
24+
Active VMware Tanzu partners can use the Services SDK by agreeing to the SDK EULA when downloading the products on the [VMware Tanzu Network](https://network.tanzu.vmware.com/).

‎tile-documentation.html.md.erb

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ owner: Services
66
You can document your service tile for <%= vars.platform_name %>.
77

88
When a VMware Tanzu service tile starts on [VMware Tanzu Network](https://network.tanzu.vmware.com/), <%= vars.company_name %> publishes
9-
corresponding documentation under [Partner Services for VMware Tanzu](https://docs.pivotal.io).
9+
corresponding documentation under [Partner Services for VMware Tanzu](https://tanzu.vmware.com/partners).
10+
11+
<p class="note important">
12+
<span class="note__title">Important</span>
13+
VMware no longer publishes and hosts Tanzu Partner documentation. Each Partner hosts their own documentation.
14+
</p>
1015

1116
This documentation is formatted in [Markdown](https://daringfireball.net/projects/markdown/), stored in a GitHub repository that <%= vars.company_name %> creates, and is published with the [bookbinder](https://github.com/pivotal-cf/bookbinder) platform.
1217

@@ -27,9 +32,7 @@ See the repository [README.md](https://github.com/pivotal-cf/docs-partners-templ
2732
While the specifics of your documentation might vary depending on the product, VMware provides a
2833
basic blueprint. At minimum, documentation includes #1 (Overview) and #2 (Installing/Configuring).
2934

30-
For a good example of a partner service document, see the [JFrog Artifactory documentation](https://docs.pivotal.io/jfrog/index.html).
31-
32-
If you have questions or want to collaborate on drafting the documentation, go to the #tanzu-docs Slack channel.
35+
If you have questions or want to collaborate on drafting the documentation, contact [VMware Tanzu Partners](https://tanzu.vmware.com/partners).
3336

3437
### <a id="index"></a> Index page
3538

‎tile-reference/property-blueprints/_rsa-cert-credentials.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This holds SSL certificate generated from root CA.
3131

3232
<p class="note">
3333
<span class="note__title">Note</span>
34-
This property does not work with a selector property when <code>configurable: false</code> is set. For more information, see <a href="https://docs.pivotal.io/tiledev/2-10/release-notes.html#non-configurable-certs">Non-Configurable Certificates Are Invalid Within a Selector</a> in the release notes.
34+
This property does not work with a selector property when <code>configurable: false</code> is set. For more information, see <a href="https://docs.vmware.com/en/Tile-Developer-Guide/2.10/tile-dev-guide/release-notes.html#non-configurable-certs">Non-Configurable Certificates Are Invalid Within a Selector</a> in the release notes.
3535
</p>
3636
</td>
3737

‎tile-structure.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ These functions are described in more detail here:
4646
### <a id='broker'></a> Service broker
4747

4848
Service brokers integrate services with <%= vars.app_runtime_abbr %> by providing an API for the
49-
Cloud Controller to create service instances, bind them to apps, and perform other operations. For more information about requirements for this API, see [Service Broker API](http://docs.pivotal.io/application-service/services/api.html).
49+
Cloud Controller to create service instances, bind them to apps, and perform other operations. For more information about requirements for this API, see [Service Broker API](https://github.com/openservicebrokerapi/servicebroker).
5050

5151
Each service tile acts as a wrapper for a service broker. Installing the tile creates the
5252
service broker, registers it with the Cloud Controller, and publishes the service plans that the broker offers. For more information, see [Catalog](#catalog).

‎user-provided.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use cases for this include:
1515

1616
* Your customer already uses your software, is now adopting <%= vars.app_runtime_abbr %>, and wants to consume your software from apps that they deploy on <%= vars.app_runtime_abbr %>.
1717

18-
This do-it-yourself solution represents the lowest level of <%= vars.app_runtime_abbr %> service integration. It works only for services running external to <%= vars.app_runtime_abbr %>, and does not publish the services to the Services Marketplace or make them available to anyone outside the space of the developer who runs these commands. For more information, see [User-Provided Service Instances](http://docs.pivotal.io/application-service/devguide/services/user-provided.html).
18+
This do-it-yourself solution represents the lowest level of <%= vars.app_runtime_abbr %> service integration. It works only for services running external to <%= vars.app_runtime_abbr %>, and does not publish the services to the Services Marketplace or make them available to anyone outside the space of the developer who runs these commands. For more information, see [User-Provided Service Instances](https://docs.vmware.com/en/VMware-Tanzu-Application-Service/5.0/tas-for-vms/services-user-provided.html).
1919

2020
Running apps with a user-provided service is a great way to determine what information needs to be
2121
passed in the credential structure, verify that the integration works, and develop a test app

0 commit comments

Comments
 (0)
Please sign in to comment.