revised with feedback from Stepan Rogov from Mirantis

This commit is contained in:
dirk 2016-07-06 00:51:56 +02:00
parent 258287ce30
commit b09ea8cc8c
3 changed files with 0 additions and 55 deletions

View File

@ -1,15 +0,0 @@
# Unique network role name
- id: "example_net_role"
# Role mapping to network
default_mapping: "public"
properties:
# Should be true if network role requires subnet being set
subnet: true
# Should be true if network role requires gateway being set
gateway: false
# List of VIPs to be allocated
vip:
# Unique VIP name
- name: "vip_name"
# Optional linux namespace for VIP
namespace: "haproxy"

View File

@ -1,33 +0,0 @@
# WARNING: `tasks.yaml` will be deprecated in further releases.
# Please, use `deployment_tasks.yaml` to describe tasks istead.
# This tasks will be applied on controller nodes,
# here you can also specify several roles, for example
# ['cinder', 'compute'] will be applied only on
# cinder and compute nodes
- role: '*'
stage: monitoring
type: shell
parameters:
cmd: bash deploy.sh
timeout: 420
- role: '*'
stage: monitoring
type: puppet
parameters:
puppet_manifest: puppet/manifests/deploy.pp
timeout: 420
# Task is applied for all roles
#- role: '*'
# stage: pre_deployment
# type: shell
# parameters:
# cmd: echo all > /tmp/plugin.all
# timeout: 42
# "reboot" task reboots the nodes and waits until they get back online
# - role: '*'
# stage: pre_deployment
# type: reboot
# parameters:
# timeout: 600

View File

@ -1,7 +0,0 @@
volumes_roles_mapping:
# Default role mapping
fuel-plugin-dynatrace_role:
- {allocate_size: "min", id: "os"}
# Set here new volumes for your role
volumes: []