/cg-nessus-agent-boshrelease

Bosh release for the nessus agent

Primary LanguageShellOtherNOASSERTION

BOSH Release for the nessus agent

Usage

To use this bosh release, first upload it to your bosh:

bosh target BOSH_HOST
git clone https://github.com/18F/cg-nessus-agent.git
cd newrelic-boshrelease
bosh upload release releases/nessus-agent/nessus-agent-1.yml

Then add the newrelic license to the properties section of your manifest file and the nessus-agent release to the releases section:

properties:
  ...
  nessus-agent:
    key: foobar
    server: cloud.nessus.com
    port: 443
releases:
- ...
- name: nessus-agent
  version: latest

Finally add the nessus-agent template to your job:

- instances: 1
  name: runner_z1
  ...
  templates:
  - ...
  - name: nessus-agent
    release: nessus-agent