Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miclip authored Jul 6, 2019
1 parent 000a777 commit 0687fb9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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.

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

0 comments on commit 0687fb9

Please sign in to comment.