An open API service indexing awesome lists of open source software.

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

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
```