Skip to content

Pivotal Operations Manager tile for Concourse external workers

Notifications You must be signed in to change notification settings

miclip/concourse-worker-tile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0928cb · Jul 6, 2019

History

3 Commits
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019
Jul 6, 2019

Repository files navigation

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.

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

About

Pivotal Operations Manager tile for Concourse external workers

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages