You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated Chris test hello tile and hello release repo references to point to releen
- Updated upload-artifact github action to v4
- Pinned golangci-lint-action to v6.3.0 because of an error in the
latest version
JIRA Link: https://vmw-jira.broadcom.net/browse/TNZ-32601
[TNZ-32601] - [Kiln]: Stop using Chris's hello release and tile repos for testing
Date: 27-Feb-2025
Authored-by: Ramkumar Vengadakrishnan <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ an opinionated folder structure and templating capabilities. It is designed to b
7
7
both in CI environments and in command-line to produce a tile.
8
8
9
9
More information for those just getting started can be found in the [Ops Manager Tile Developer Guide](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/index.html) .
10
-
Looking at an [example kiln tile](https://github.com/crhntr/hello-tile/tree/main) may also be helpful
10
+
Looking at an [example kiln tile](https://github.com/releen/hello-tile/tree/main) may also be helpful
11
11
12
12
## Installation
13
13
@@ -770,10 +770,10 @@ releases:
770
770
remote_source: unique-name # this could be artifactory or s3
Again, see [hello-tile](https://github.com/crhntr/hello-tile) (non-VMware employees) or the TAS repo (VMware employees) for tile source code that kiln "just works" with.
28
+
Again, see [hello-tile](https://github.com/releen/hello-tile) (non-VMware employees) or the TAS repo (VMware employees) for tile source code that kiln "just works" with.
29
29
30
30
## Bootstrapping a tile repository
31
31
@@ -37,7 +37,7 @@ mkdir -p bosh_variables forms instance_groups jobs migrations properties release
# Add a version file (this is the default location Kiln reads from)
43
43
echo'0.1.0'>'version'
@@ -125,8 +125,8 @@ Other functions:
125
125
-`select`_TODO function documentation_
126
126
-`regexReplaceAll`_TODO function documentation_
127
127
128
-
See the [crhntr/hello-tile/base.yml](https://github.com/pivotal/hello-tile/blob/c6b59dcb1118c9b2f5d4fbf836842ce4033baa80/base.yml#L29C1-L30C1) for some use of the above functions.
129
-
The property definition in [crhntr/hello-tile/properties/hello.yml](https://github.com/pivotal/hello-tile/blob/c6b59dcb1118c9b2f5d4fbf836842ce4033baa80/properties/hello.yml#L2-L5)
128
+
See the [releen/hello-tile/base.yml](https://github.com/releen/hello-tile/blob/main/base.yml) for some use of the above functions.
129
+
The property definition in [releen/hello-tile/properties/hello.yml](https://github.com/releen/hello-tile/blob/main/properties/hello.yml)
130
130
in referenced in `base.yml` using `$( property "port" )`.
131
131
Most other product template part functions behave similarly.
132
132
@@ -149,8 +149,8 @@ The Kiln way is to
149
149
150
150
While the following examples start from empty directories and mostly use S3 and BOSH.io.
151
151
There are similar simple scripts for a small test tile illustrating similar usage patterns to the follwoing example.
152
-
See [hello-tile](https://github.com/crhntr/hello-tile).
153
-
Hello Tile consumes a single custom BOSH Release, [hello-release](https://github.com/crhntr/hello-release), from a GitHub release.
152
+
See [hello-tile](https://github.com/releen/hello-tile).
153
+
Hello Tile consumes a single custom BOSH Release, [hello-release](https://github.com/releen/hello-release), from a GitHub release.
154
154
It does not upload the release to TanzuNet but adds the built tile to a GitHub Release.
155
155
156
156
#### <aid="kiln-fetch-example"></a> **EXAMPLE** Using Kiln to Download BOSH Release Tarballs
@@ -356,8 +356,8 @@ To download BOSH Release Tarballs from GitHub Releases, add the following
356
356
```yaml
357
357
release_sources:
358
358
- type: "github"
359
-
id: crhntr # (optional) the default ID in this case is the value of org
360
-
org: "crhntr"
359
+
id: releen # (optional) the default ID in this case is the value of org
0 commit comments