rebranding to Dynatrace

This commit is contained in:
dirk 2016-07-06 23:56:12 +02:00
parent 3b5748bdfe
commit 8d6f8aa1ff
5 changed files with 16 additions and 16 deletions

View File

@ -5,5 +5,5 @@
# - https://specs.openstack.org/openstack/fuel-specs/specs/8.0/component-registry.html
- name: additional_service:fuel-plugin-dynatrace
label: "Install Dynatrace Ruxit"
description: "Installs the Ruxit Agent on all hosts"
label: "Install Dynatrace Agent"
description: "Installs the Dynatrace Agent on all hosts"

View File

@ -4,7 +4,7 @@ if $dynatrace['enabled'] {
class { 'ruxit_agent':
user => 'root',
group => 'root',
ruxit_tenant => $dynatrace('ruxit_tenant'),
ruxit_token => $dynatrace('ruxit_token'),
ruxit_tenant => $dynatrace('dynatrace_tenant'),
ruxit_token => $dynatrace('dynatrace_token'),
}
}

View File

@ -2,22 +2,22 @@ attributes:
metadata:
group: 'other'
ruxit_tenant:
dynatrace_tenant:
type: "text"
weight: 20
value: ""
label: "Ruxit Environment ID"
description: "Ruxit Environment ID description"
label: "Environment ID"
description: "Your Dynatrace environment ID"
regex:
source: '\S'
error: "Ruxit Environment ID must not be empty"
error: "Environment ID must not be empty"
ruxit_token:
dynatrace_token:
type: "text"
weight: 30
value: ""
label: "Ruxit Token"
description: "Ruxit Token description"
label: "Token"
description: "Your Dynatrace environment token"
regex:
source: '\S'
error: "Ruxit Token must not be empty"
error: "Token must not be empty"

View File

@ -5,7 +5,7 @@ title: Dynatrace
# Plugin version
version: '1.0.0'
# Description
description: Installs the Ruxit agent on all hosts
description: Installs the Dynatrace agent on all hosts
# Required fuel version
fuel_version: ['9.0']
# Specify license of your plugin

View File

@ -1,8 +1,8 @@
dynatrace_ruxit:
dynatrace:
# Role name
name: "Dynatrace Ruxit"
name: "Dynatrace"
# Role description
description: "Installs the Ruxit Agent"
description: "Installs the Dynatrace Agent"
# If primary then during orchestration this role will be
# separated into primary-role and role
has_primary: false