Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

vmware-archive/dynatrace-appmon-tile

Repository files navigation

dynatrace-appmon-tile is no longer actively maintained by VMware.

PCF Tile for Dynatrace Appmon Monitoring

This is the tile repository for generating the Dynatrace Appmon PCF tile. Tiles are the installation package format used by Pivotal's Ops Manager to deploy add-on software such as services and their brokers, buildpacks, or anything else that needs to be installable in both public and private cloud deployments.

How to Use PCF Dynatrace Appmon tile generator

  1. Make sure you have tile cli installed

Check out the tile-generator and follow instructions to install tile cli.

  1. Check out PCF Dynatrace Appmon tile generator repo:
git clone https://github.com/cf-platform-eng/dynatrace-appmon-tile.git
  1. Check our Dynatrace Appmon service broker repo:
git clone https://github.com/cf-platform-eng/dynatrace-service-broker.git
  1. Build the service broker application
cd dynatrace-service-broker
mvn -Dmaven.test.skip=true clean install
  1. Copy dynatrace-service-broker.jar to dynatrace-appmon-tile/resources
cp target/dynatrace-service-broker.jar ../dynatrace-appmon-tile/resources
  1. Edit tile.yml file and check path to dynatrace-service-broker.jar (more details see tile-generator)
cd ../dynatrace-appmon-tile
vi tile.yml
  1. Build your tile

    tile build
  2. Upload tile to PCF by either using WebUI or pcf cli

The generator will first create a BOSH release (in the release subdirectory), then wrap that release into a Pivotal tile (in the product subdirectory). If required for the installation, it will automatically pull down the latest release version of the Cloud Foundry CLI.

Releases

No releases published

Packages

No packages published

Languages