---
# The high-level description of your tile.
# Replace these properties with real values.
#
name: cloudflare-for-pivotal-cloud-foundry # By convention lowercase with dashes
icon_file: resources/logo.png
label: Cloudflare
description: Cloudflare
# Global defaults (all optional)
#
# org: test-org # Name of org to create for your apps
# space: test-space # Name of space to create for your apps
apply_open_security_group: true # Apply open security group, default: false
# Specify the packages to be included in your tile.
# The format of the section to include depends on the type
# of package you are describing. For fragments of each type
# that you can copy & paste, see:
#
# https://github.com/cf-platform-eng/tile-generator/blob/master/README.md
#
packages:
- name: cloudflare-broker
type: app-broker
# label: My fabulous appplication # Package name for use in human-readable labels in OpsManager
manifest:
path: ../src
# command: main
# memory: 256M
# Include stemcell criteria if you don't want to accept the default.
# Since this stemcell is only used to run pre and post errands, we
# strongly recommend you leave this alone so that your tile always
# runs with the latest stemcell.
#
# stemcell_criteria:
# os: ubuntu-trusty
# requires_cpi: false
# version: '3062'
# Add properties you want to pass to your applications.
# Properties specified here will not be configurable by the user.
#
# properties:
# - name: example_property
# type: string
# default: specify a value
# label: Label for the field on the GUI
# description: Longer description of the field's purpose
# Uncomment this section if you want to display forms with configurable
# properties in Ops Manager. These properties will be passed to your
# applications as environment variables. You can also refer to them
# elsewhere in this template by using:
# (( .properties.<property-name> ))
#
# forms:
# - name: buildpack_properties
# label: Buildpack
# description: Buildpack_properties
# properties:
# - name: buildpack_rank
# type: integer
# default: 0
# label: Buildpack rank for this buildpack_rank
# description: Ranking of this buildpack relative to others
# Add any dependencies your tile has on other installed products.
# This is often appropriate when using automatic service provisioning
# for any of your packages above, with services provided by other
# products.
#
# requires_product_versions:
# - name: p-mysql
# version: '~> 1.7'
# If prior versions of your tile are installed and configured, their
# property values will not be overwritten by new defaults provided
# in this file. If that is your intent, you must do the overwriting
# explicitly using JavaScript migration functions, like so:
#
# migration: |
# properties['properties']['.properties.org']['value'] = 'system';cloudflare/Cloudflare-Pivotal-Cloud-Foundry
Publicmirrored fromhttps://github.com/cloudflare/Cloudflare-Pivotal-Cloud-Foundry
tile.yml
84lines · modepreview
Updated username/password environment variables to match what Cloud Foundry actually tries to log in with.76efd10
9 years ago