From c5a86e40b0887815588533b1d8ff694fa0b459cd Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Mon, 20 Mar 2023 12:42:04 -0700 Subject: [PATCH] Rename tile to match proper convention - Should be splunk-otel-collector rather than splunk-opentelemetry-collector --- .github/workflows/tanzu-tile.yml | 4 ++-- deployments/cloudfoundry/tile/DEVELOPMENT.MD | 6 +++--- deployments/cloudfoundry/tile/README.md | 2 +- deployments/cloudfoundry/tile/tile.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tanzu-tile.yml b/.github/workflows/tanzu-tile.yml index 712e291284..f8db083afd 100644 --- a/.github/workflows/tanzu-tile.yml +++ b/.github/workflows/tanzu-tile.yml @@ -43,8 +43,8 @@ jobs: ./make-latest-tile FILE="" # The tile will be in the product directory, named - # splunk-opentelemetry-collector-VERSION.pivotal - for f in $(find product -maxdepth 1 -regex "product\/splunk-opentelemetry-collector\-.*pivotal") + # splunk-otel-collector-VERSION.pivotal + for f in $(find product -maxdepth 1 -regex "product\/splunk-otel-collector\-.*pivotal") do FILE=$f done diff --git a/deployments/cloudfoundry/tile/DEVELOPMENT.MD b/deployments/cloudfoundry/tile/DEVELOPMENT.MD index fdeb7573dc..33e2c287ed 100644 --- a/deployments/cloudfoundry/tile/DEVELOPMENT.MD +++ b/deployments/cloudfoundry/tile/DEVELOPMENT.MD @@ -35,11 +35,11 @@ $ ./make-latest-tile # Alternatively, if just making changes to the tile config without touching the BOSH release, you can just run "tile build" # instead of the whole make-latest-tile script -$ pcf import product/splunk-opentelemetry-collector-.pivotal -$ pcf install splunk-opentelemetry-collector +$ pcf import product/splunk-otel-collector-.pivotal +$ pcf install splunk-otel-collector # Optional: Use a configuration file to set tile variables instead of manually in the Ops Manager UI -$ pcf configure splunk-opentelemetry-collector tile_config.yaml +$ pcf configure splunk-otel-collector tile_config.yaml ``` Sample `tile_config.yaml` file contents: diff --git a/deployments/cloudfoundry/tile/README.md b/deployments/cloudfoundry/tile/README.md index 706ad7a489..f55fdf70a8 100644 --- a/deployments/cloudfoundry/tile/README.md +++ b/deployments/cloudfoundry/tile/README.md @@ -19,7 +19,7 @@ $ ./make-latest-tile ``` This command will create the BOSH release, and package it as a dependency for the tile. It will then generate the tile with the same version as the collector. If successful, the tile will be found here: -`./product/splunk-opentelemetry-collector-.pivotal` +`./product/splunk-otel-collector-.pivotal` ## Development and Configuration diff --git a/deployments/cloudfoundry/tile/tile.yml b/deployments/cloudfoundry/tile/tile.yml index 26b17b56d8..8645315aca 100644 --- a/deployments/cloudfoundry/tile/tile.yml +++ b/deployments/cloudfoundry/tile/tile.yml @@ -1,7 +1,7 @@ --- # The high-level description of the tile. # -name: splunk-opentelemetry-collector # By convention lowercase with dashes +name: splunk-otel-collector # By convention lowercase with dashes icon_file: resources/icon.png label: Splunk Collector for Tanzu Network description: |