Skip to content

cf-toolsuite/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home

The home for ideas and exploration. Mainly documentation, videos and discussion.

Resources

Documentation

Community talks

Pre-built artifacts

Prerequisites

Required

  • CF API endpoint and admin credentials to a Cloud Foundry foundation (e.g., Tanzu Application Service)
Optional
  • Operations Manager admin credentials
  • VMware Tanzu Network API token

Toolset

How to

On Tanzu Application Service

You'll need to author two configuration files named secrets.cf-butler.{foundation}.json and secrets.cf-archivist.{foundation}.json and place them in the /tmp/config directory. Crib from the samples in footprints/tas/config.

With Docker Compose

You'll need to author two configuration files named butler.env and archivist.env underneath footprints/local/docker/config. Crib from the *.sample files.

Work with available endpoints

This is not an exhaustive list. Refer to respective service documentation for more details.

  • Trigger fresh collection on cf-butler
    • on TAS: http POST {cf-butler-route}/collect
    • w/ Docker Compose: http POST :8080/collect
  • Trigger cache refresh on cf-hoover-ui
    • on TAS: http POST {cf-hoover-ui-route}/cache/refresh
    • w/ Docker Compose: http POST :8083/cache/refresh
  • Trigger cache refresh on cf-archivist
    • on TAS: http POST {cf-archivist-route}/cache/refresh
    • w/ Docker Compose: http POST :8081:/cache/refresh