updated metadata and node_roles

This commit is contained in:
root 2016-11-03 13:16:27 +01:00
parent 5c0d1c4ab5
commit 73484c1739
2 changed files with 31 additions and 3 deletions

View File

@ -3,9 +3,9 @@ name: fuel-plugin-dynatrace
# Human-readable name for your plugin
title: Dynatrace
# Plugin version
version: '1.0.1'
version: '1.0.0'
# Description
description: "Installs the Dynatrace OneAgent on controller nodes and Dynatrace Security Gateway on fuel master node"
description: "Installs the Dynatrace OneAgent and sets up the Dynatrace Security Gateway"
# Required fuel version
fuel_version: ['9.0']
# Specify license of your plugin
@ -31,3 +31,4 @@ releases:
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '4.0.0'

View File

@ -1,4 +1,4 @@
dynatrace:
dynatrace-agent:
# Role name
name: "Dynatrace OneAgent"
# Role description
@ -11,3 +11,30 @@ dynatrace:
# Weight that will be used to sort out the
# roles on the Fuel web UI
weight: 1000
conflicts:
- compute
- ceph-osd
- cinder
- base-os
- compute-vmware
dynatrace-security-gateway:
# Role name
name: "Dynatrace Security Gateway"
# Role description
description: "Installs the Dynatrace Security Gateway"
# If primary then during orchestration this role will be
# separated into primary-role and role
has_primary: false
# Assign public IP to node if true
public_ip_required: false
# Weight that will be used to sort out the
# roles on the Fuel web UI
weight: 1000
conflicts:
- compute
- ceph-osd
- cinder
- base-os
- compute-vmware
- dynatrace-agent