-
Notifications
You must be signed in to change notification settings - Fork 15
/
runtime-config-dynatrace.yml
69 lines (65 loc) · 2.45 KB
/
runtime-config-dynatrace.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
releases:
- name: dynatrace-oneagent
version: 1.3.3
addons:
- name: dynatrace-oneagent-addon
jobs:
- name: dynatrace-oneagent
release: dynatrace-oneagent
properties:
dynatrace:
environmentid: <environmentId>
apitoken: <paas-token> # sorry it's confusing :(
###
# optional properties below
###
# Replace with your Dynatrace Managed URL, including the environment ID.
# An example URL might look like the following
apiurl: https://{your-managed-cluster.com}/e/{environmentid}/api
# Set to 'all' if you want to accept all self-signed SSL certificates.
sslmode: all
# Specify a direct download URL for Dynatrace OneAgent.
# If this propery is set, BOSH will download OneAgent from this location.
downloadurl: https://direct-download-url-for-agent
# Specify the proxy to be used for communication.
proxy: https://your-proxy-url
# Specify in which hostgroup the VMs in this deployments belong
hostgroup: example_hostgroup
# Define host tags for the VMs in this deployment
hosttags: landscape=production team=my_team
# Define custom properties for the VMs in this deployment
hostprops: Department=Acceptance Stage=Sprint
# Enable cloud infrastructure monitoring mode.
# Set this to 1 to activate it
infraonly: 0
# Enable validation of the download via certificate
# Set this to true to active it
validatedownload: false
# Hand over any installer argument
# Use either this OR the hostgroup, hosttags, infraonly, proxy properties.
# Usage of 'installerargs' will overwrite the others!
installerargs: HOST_GROUP=example_hostgroup INFRA_ONLY=0
include:
deployments:
- name-of-your-deployment
stemcell:
- os: ubuntu-trusty
exclude:
lifecycle: errand
# optional: extra addon configuration for Windows cells
- name: dynatrace-oneagent-windows-addon
jobs:
- name: dynatrace-oneagent-windows
release: dynatrace-oneagent
properties:
dynatrace:
environmentid: <environmentId>
apitoken: <paas-token> # sorry it's confusing :(
# All of the optional properties for the Linux addon shown above (for example, apiurl, hostgroup) can also be used here.
include:
deployments:
- name-of-your-deployment
stemcell:
- os: windows2012R2
exclude:
lifecycle: errand