Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save teddyking/36021f8e9d909ffe353a to your computer and use it in GitHub Desktop.
Save teddyking/36021f8e9d909ffe353a to your computer and use it in GitHub Desktop.
logsearch Manifest Snippet - resource_pools
# Add a resource pool for the logsearch jobs.
# Note: We're just using 1 additional resource pool here to keep things simple.
# Note: Update the stemcell name as required (run `bosh stemcells` to get the name of your stemcell).
# Note: We're using the services1 network for this tutorial, update this if you need to.
resource_pools:
- name: logsearch
network: services1
size: 6
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: latest
cloud_properties:
name: random
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment