https://github.com/miclip/concourse-worker-tile
Pivotal Operations Manager tile for Concourse external workers
https://github.com/miclip/concourse-worker-tile
concourse opsmanager tile
Last synced: about 1 year ago
JSON representation
Pivotal Operations Manager tile for Concourse external workers
- Host: GitHub
- URL: https://github.com/miclip/concourse-worker-tile
- Owner: miclip
- Created: 2019-07-06T01:21:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T01:46:45.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T02:38:53.682Z (about 1 year ago)
- Topics: concourse, opsmanager, tile
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concourse Worker Tile
Pivotal Operations Manager tile for Concourse external workers. Enables the automation of deploying bosh managed workers
into the `infrastructure` network of a `PAS` or `PKS` deployment.
Currently supports Concourse 4.2.4.
```sh
om -k upload-product -p "concourse-worker-0.0.1-build.21.pivotal"
om -k stage-product -p control-plane -v "0.0.1-build.21"
om -k configure-product -p control-plane...
```
```yaml
product-name: concourse-workers
product-properties:
.properties.tsa_endpoint:
value: ((tsa_hostname))
.properties.tsa_host_key:
value: ((tsa_host.public_key)
.properties.tsa_port:
value: 2222
.properties.worker_key:
value: ((worker.private_key))
.properties.worker_tag:
value: ((worker_tag))
network-properties:
network:
name: infrastructure
other_availability_zones:
- name: zone-1
singleton_availability_zone:
name: zone-1
resource-config:
worker:
instances: 2
instance_type:
id: automatic
internet_connected: false
```