Skip to content

Commit 9e47fc1

Browse files
committed
add Last Modified Date to each topic [#157705816]
1 parent 804d8a2 commit 9e47fc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+84
-5
lines changed

bosh-release.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: BOSH Releases
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic provides resources for creating a BOSH release that integrates a software service with Pivotal Cloud Foundry (PCF) at the managed service level.
79

810
## <a id="overview"></a> Overview

brokered.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Brokered Service
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
The topics in this subsection explain how to integrate your software service with Pivotal Cloud Foundry (PCF) to create a brokered service and service tile for PCF.
79

810
## <a id="overview"></a> Overview

buildpacks.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Buildpacks
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
Buildpacks compile and package apps to run on PCF. This topic lists resources for using and deploying buildpacks with PCF apps, and for creating your own custom buildpack.
79

810
## <a id="language"></a> Official Buildpacks

cf-concepts.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: How PCF and PCF Services Work
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
There are many ways to integrate services with Pivotal Cloud Foundry (PCF). The right one for each service depends on what the service does, and how
79
customer applications consume it. To determine the best way to integrate your
810
service, you'll need a good understanding of PCF concepts like applications, containers, services, brokers, and buildpacks.

concourse.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Continuous Integration Testing
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how to use the [Tile Dashboard](https://tile-dashboard.cfapps.io/static/index.html#/environments) continuous integration (CI) system and its underlying [Concourse](http://concourse.ci) platform to help develop and integrate software services for Pivotal Cloud Foundry (PCF).
79

810
## <a id="tile-dashboard-ci"></a> Tile Dashboard CI

contacts.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Contact Us
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
To learn more about the Pivotal ISV Partner Program, or to request
79
our assistance with your integration project, please contact us at
810
one of the following addresses:

create-credhub-vars.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Creating New Variables in CredHub
33
owner: CredHub
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how CredHub manages variables in the context of a larger deployment, and how to create new variables for use in CredHub.
79

810
## Background

credhub.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: CredHub
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
BOSH CredHub is a secure credential management component that runs on the BOSH VM to minimize the surface area where credentials can be compromised.
79
This topic provides resources for configuring service tiles to store their internal credentials in BOSH CredHub, instead of encoding them in product template and job template files.
810

development.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Development Steps at Each Level
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic describes the typical steps that tile developers follow when developing a tile at a given [integration level](./stages.html),
79
such as brokered service tile, a managed service tile, or an on-demand service tile.
810

embedded-agents.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Embedded Agents
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic provides resources for configuring services that use software agents embedded in application containers.
79

810
## <a id="overview"></a> Overview

environments.html.md.erb

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: Development Environments
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how to set up tile development environments, from simple standalone tools to a full PCF development environment. As you progress through the [stages](./stages.html) of tile development, you will likely also progress through these environments.
79

8-
## <a id="pcfdev"></a> PCF Dev and BOSH Lite
10+
## <a id="pcfdev"></a> PCF Dev and BOSH-Lite
911

1012
Pivotal provides a lightweight (vagrant packaged) instance of PCF with some
1113
basic services as a free product named PCF Dev. This is a great environment

get-credhub-vars.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Fetching Variable Names and Values
33
owner: CredHub
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
## Overview
79

810
CredHub has two API endpoints to identify and re-use variables. Operators who want to see all the credentials associated with their product, or support engineers who want to troubleshoot issues specific to one virtual machine (VM), can use these APIs for those purposes.

index.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: PCF Tile Developer Guide
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
## <a id="why"></a> Why Tiles?
79

810
Whether you are an Independent Software Vendor (ISV) or an internal Pivotal service team, integrating your software service with Pivotal Cloud Foundry (PCF) makes the service easily available and usable by the growing PCF ecosystem. Pivotal supports these integrations and is committed to making the process as easy as possible.

managed.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Managed Service
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
The topics in this subsection explain how to integrate your [brokered service](./brokered.html) more closely with Pivotal Cloud Foundry (PCF) to create a managed service and service tile for PCF.
79

810
## <a id="overview"></a> Overview

migrating-credhub-credentials.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Migrating Existing Credentials to CredHub
33
owner: CredHub
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how to migrate non-configurable secrets from Ops Manager into CredHub.
79

810
## <a id="cred-types"></a>CredHub Credential Types

nozzle.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Logs, Metrics, and Nozzles
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how to integrate PCF services with Cloud Foundry's logging system, the _Loggregator_, by writing to and reading from its _Firehose_ endpoint.
79

810
## <a id="overview"></a> Overview

odb-resource-defaults.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Configuring Disk and VM Type Defaults for On-Demand Service Tiles
33
owner: Ops Manager
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
<p class="note"><strong>Note</strong>: Ops Manager 2.0 and later supports defining VM and disk type defaults and constraints.</p>
79

810
This topic describes how tile authors can configure the dropdown menu items for VM types and persistent disk types in their tile.

on-demand.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: On-Demand Service
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how to integrate your software as an on-demand service and service tile for PCF.
79

810
## <a id="overview"></a> Overview

other-integrations.html.md.erb

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Other Integrations
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
67

78
## <a id="overview"></a> Overview
89

overview.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Service Integration Overview
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
As a new tile developer, your process typically starts with learning about Pivotal Cloud Foundry (PCF) buildpacks, service brokers, tiles, and other components. Then you scope your development effort, set up your development tools and validation suite, and iterate development through increasing [levels of integration](#levels).
79

810
The staged approach enables early feedback on the value and the design of the integration. This feedback helps you decide what level of integration to target in the future.

pcf-command.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: pcf Command Line Utility
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
The `pcf` utility provides a command line interface to Pivotal Cloud Foundry for
79
the purpose of deploying and testing tiles. Its primary reason for existence is
810
to enable Ops Manager access from CI pipelines, but developers also find it

product-template-reference.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Product Template Reference
33
owner: Ops Manager
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This document defines the separate pieces of a product template.
79
For the purpose of explanation we use the [PCF example tile](https://github.com/pivotal-cf-experimental/ops-manager-example),
810
a functional tile provided by the Ops Manager engineering team that deploys the NGINX web server.

property-reference.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Property Reference
33
owner: Ops Manager
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how PCF Tiles describe properties.
79

810
## <a id='expressions'></a>Double-Parentheses Expressions

publish.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Publish and Update
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic provides resources to help you publish and update your service tile for Pivotal Cloud Foundry (PCF).
79

810
## <a id="publish"></a> Publish Your Tile

reference.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: References
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic collects API, configuration property, and other references for building Pivotal Cloud Foundry (PCF) tiles.
79

810
## <a id="troubleshooting"></a>Troubleshooting

release-notes-2-3.html.md.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: PCF v2.3 Partners Release Notice
33
owner: Technical Program Management
44
---
55

6-
This topic describes the changes that Pivotal Cloud Foundry (PCF) v2.3 introduces which may be relevant to partner service tiles.
6+
<strong><%= modified_date %></strong>
77

8+
This topic describes the changes that Pivotal Cloud Foundry (PCF) v2.3 introduces which may be relevant to partner service tiles.
89

910
## <a id="om-credhub"></a> Ops Manager Credentials Stored in CredHub
1011

release-notes.html.md.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: PCF v2.3 Partners Release Notice
33
owner: Technical Program Management
44
---
55

6-
This topic describes the changes that Pivotal Cloud Foundry (PCF) v2.3 introduces which may be relevant to partner service tiles.
6+
<strong><%= modified_date %></strong>
77

8+
This topic describes the changes that Pivotal Cloud Foundry (PCF) v2.3 introduces which may be relevant to partner service tiles.
89

910
## <a id="om-credhub"></a> Ops Manager Credentials Stored in CredHub
1011

releases.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Partner Software Product Release Cycle
33
owner: London Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic describes the four phases of product release to Pivotal Cloud Foundry (PCF).
79

810
## <a id='alpha'></a>Phase 1: Alpha

roadmap.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Service Development Roadmap
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
Pivotal recommends that developers create service tiles iteratively, starting at the lowest level of
79
integration and successively re-developing their code for increasing [levels of integration](./stages.html).
810

runtime-config.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Managing Runtime Configs
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how to define and manage named runtime configs with your service tile for Pivotal Cloud Foundry (PCF).
79

810
Tile authors can [create a new runtime config](#create) in an existing product tile, [delete a runtime config](#delete) from a tile, or add a tile that contains a [runtime config only](#config-only).

sdk.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Pivotal Cloud Foundry Services SDK
33
owner: London Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
## Dynamic Provisioning, Metrics, and Backups
79

810
The Pivotal Cloud Foundry (PCF) Services SDK is designed to help you build enterprise-ready service offerings for the Marketplace.

service-brokers.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Service Brokers
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic provides resources for building service brokers and routing services.
79

810
## <a id="resources"></a> Service Broker Resources

ssi-creds-tiledev.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Securing Service Credentials with Runtime CredHub
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic describes how to develop your Pivotal Cloud Foundry (PCF) service tile to support secure service instance (SSI) credentials using [runtime CredHub](http://docs.pivotal.io/pivotalcf/2-0/credhub/#runtime).
79

810
## <a id="background"></a> Background

stages.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Levels of Integration
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
## <a id="levels"></a> Integration Levels
79

810
A service can integrate with PCF at four levels, shown here in order of increasing integration. In general, user-experience and production-readiness improves as the integration level increases. But none of the higher levels is required. You can stop service integration and declare it complete (enough) after any of these:

tile-basics.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Tile Basics
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This section gives a high-level overview of how tiles, Pivotal Cloud Foundry (PCF), and PCF service brokers work together.
79

810
## <a id="cf-broker"></a>Cloud Foundry Service Brokers and PCF Tiles

tile-documentation.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Tile Documentation
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic explains how to document your service tile for Pivotal Cloud Foundry (PCF).
79

810
## <a id="overview"></a> Overview

tile-errands.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Errands
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
Lifecycle errands are BOSH errands (scripts) that run at the beginning and end of an installed product's availability time. Product teams create errands as part of a product package, and a product can only run errands it includes.
79

810
For more information about BOSH errands, see [BOSH documentation](https://bosh.io/docs/errands), and for more information about errands in Pivotal Cloud Foundry (PCF), see [Managing Errands in Ops Manager](http://docs.pivotal.io/pivotalcf/1-10/customizing/managing_errands.html).

tile-generator.html.md.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: Tile Generator
33
owner: Services
44
---
55

6-
This topic describes the Tile Generator tool, which helps tile authors develop, package, test, and deploy services and other add-ons to Pivotal Cloud Foundry (PCF).
6+
<strong><%= modified_date %></strong>
77

8+
This topic describes the Tile Generator tool, which helps tile authors develop, package, test, and deploy services and other add-ons to Pivotal Cloud Foundry (PCF).
89

910
## <a id="overview"></a> Overview
1011

tile-structure.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: How Tiles Work
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
Product tiles make it easy for cloud operators to offer new and upgraded software services to developers in a Pivotal Cloud Foundry (PCF) deployment. [Pivotal Network](https://network.pivotal.io) distributes these tiles as zipped code directories, with filename extension `.pivotal`, that contain or point to all of the software elements that perform the tile's functions.
79

810
This topic explains what each functional element of a tile does and how you create or specify it as input to the [Tile Generator](./tile-generator.html) tool that creates `.pivotal` files.

tile-upgrades.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Tile Upgrades
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
This topic discusses product tile migrations, which refers to changing the name and values of properties when a customer upgrades tile versions. Tile authors supply a JavaScript file to trigger chaining migrations. Chaining migrations allows for multiple migrations to run sequentially.
79

810
<p class="note"><strong>Note</strong>: In order to use JS migrations, ensure you are using Ops Manager 1.7 or later.</p>

tools.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Development Tools
33
owner: Services
44
---
55

6+
<strong><%= modified_date %></strong>
7+
68
The topics in this section describe tools that Pivotal uses and recommends for tile development.
79

810
* [Tile Generator](./tile-generator.html) takes a service software, a service broker, optional other components, and a simple configuration file and creates a tile and everything else required to deploy your software into PCF.

workflow.html.md.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: Tile Development Workflow
33
owner: Services
44
---
55

6-
The topics in this section explain the high-level sequence of steps that Pivotal recommends for developing a service tile.
6+
<strong><%= modified_date %></strong>
77

8+
The topics in this section explain the high-level sequence of steps that Pivotal recommends for developing a service tile.
89

910
* [Services Integration Overview](./overview.html) diagrams and explains the staged service integration process at the highest level, from learning how tiles work and deciding on the scope of an integration effort to publishing, documenting, and maintaining your finished service tile.
1011

0 commit comments

Comments
 (0)