Skip to content

Commit

Permalink
Rename tile to match proper convention
Browse files Browse the repository at this point in the history
- Should be splunk-otel-collector rather than splunk-opentelemetry-collector
  • Loading branch information
crobert-1 committed Mar 20, 2023
1 parent bf00e8a commit c5a86e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tanzu-tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions deployments/cloudfoundry/tile/DEVELOPMENT.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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-<TILE_VERSION>.pivotal
$ pcf install splunk-opentelemetry-collector <TILE_VERSION>
$ pcf import product/splunk-otel-collector-<TILE_VERSION>.pivotal
$ pcf install splunk-otel-collector <TILE_VERSION>

# 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:
Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/tile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<VERSION>.pivotal`
`./product/splunk-otel-collector-<VERSION>.pivotal`

## Development and Configuration

Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/tile/tile.yml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down

0 comments on commit c5a86e4

Please sign in to comment.