rename to dynatrace

This commit is contained in:
root 2016-11-09 10:35:30 +01:00
parent 865da35734
commit 9eef3cf17d
6 changed files with 13 additions and 7 deletions

View File

@ -4,6 +4,6 @@
# - https://blueprints.launchpad.net/fuel/+spec/component-registry
# - https://specs.openstack.org/openstack/fuel-specs/specs/8.0/component-registry.html
- name: additional_service:fuel-plugin-dynatrace
- name: additional_service:dynatrace
label: "Install Dynatrace"
description: "Installs Dynatrace in your OpenStack cluster"

View File

@ -14,6 +14,10 @@ else {
$url = "https://${tenant}.live.dynatrace.com/installer/agent/unix/latest/${token}"
}
file { '/etc/hiera/plugins/dynatrace.yaml':
ensure => file,
} ->
download {'Download Dynatrace OneAgent':
uri => $url,
dest => $file

View File

@ -14,6 +14,10 @@ else {
$url = "https://${tenant}.live.dynatrace.com/installer/sg/unix/latest/${token}"
}
file { '/etc/hiera/plugins/dynatrace.yaml':
ensure -> file,
} ->
download {'Download Dynatrace Security Gateway':
uri => $url,
dest => $file

View File

@ -1,5 +1,4 @@
# can specify new tasks for any roles, even built-in ones.
- id: dynatace-agent
- id: dynatrace-agent
role: ['dynatrace-agent']
type: puppet
version: 2.0.0

View File

@ -34,5 +34,5 @@ attributes:
source: '\S'
error: "IP/Domain must not be empty"
restrictions:
- condition: "settings:fuel-plugin-dynatrace.dynatrace_managed.value == false"
- condition: "settings:dynatrace.dynatrace_managed.value == false"
action: "hide"

View File

@ -1,5 +1,5 @@
# Plugin name
name: fuel-plugin-dynatrace
name: dynatrace
# Human-readable name for your plugin
title: Dynatrace
# Plugin version
@ -26,9 +26,8 @@ is_hotpluggable: true
releases:
- os: ubuntu
version: mitaka-9.0
mode: ['ha']
mode: ['ha', 'multinode']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '4.0.0'