Skip to content

Commit

Permalink
CFY-4985-reporting-time-30s-instead-of-1s
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzellner committed Feb 28, 2016
1 parent 76990ac commit 5f1b573
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 7 deletions.
10 changes: 10 additions & 0 deletions aws-ec2-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ inputs:
description: >
User for connecting to agent VM's
diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
10 changes: 10 additions & 0 deletions cloudstack-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ inputs:
The name of the dedicated application network to be created.
default: nodecellar_network

diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
10 changes: 10 additions & 0 deletions openstack-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ inputs:
description: >
User for connecting to agent VM's
diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
10 changes: 10 additions & 0 deletions openstack-haproxy-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ inputs:
description: >
User for connecting to agent VM's
diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
10 changes: 10 additions & 0 deletions openstack-nova-net-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ inputs:
description: >
User for connecting to agent VM's
diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
10 changes: 10 additions & 0 deletions simple-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ inputs:
Path to a private key that resided on the management machine.
SSH-ing into agent machines will be done with this key.
diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
10 changes: 10 additions & 0 deletions softlayer-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ inputs:
Ubuntu Linux 14.04 LTS Trusty Tahr - Minimal Install (64 bit)
default: 4668

diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
2 changes: 1 addition & 1 deletion types/aws-ec2-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ node_types:
inputs:
diamond_config:
default:
interval: 1
interval: { get_input: diamond_reporting_interval }
start: diamond.diamond_agent.tasks.start
stop: diamond.diamond_agent.tasks.stop
uninstall: diamond.diamond_agent.tasks.uninstall
Expand Down
2 changes: 1 addition & 1 deletion types/cloudstack-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ node_types:
inputs:
diamond_config:
default:
interval: 1
interval: { get_input: diamond_reporting_interval }
start: diamond.diamond_agent.tasks.start
stop: diamond.diamond_agent.tasks.stop
uninstall: diamond.diamond_agent.tasks.uninstall
Expand Down
2 changes: 1 addition & 1 deletion types/openstack-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ node_types:
inputs:
diamond_config:
default:
interval: 1
interval: { get_input: diamond_reporting_interval }
start: diamond.diamond_agent.tasks.start
stop: diamond.diamond_agent.tasks.stop
uninstall: diamond.diamond_agent.tasks.uninstall
Expand Down
2 changes: 1 addition & 1 deletion types/simple-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ node_types:
inputs:
diamond_config:
default:
interval: 1
interval: { get_input: diamond_reporting_interval }
start: diamond.diamond_agent.tasks.start
stop: diamond.diamond_agent.tasks.stop
uninstall: diamond.diamond_agent.tasks.uninstall
Expand Down
2 changes: 1 addition & 1 deletion types/softlayer-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ node_types:
inputs:
diamond_config:
default:
interval: 1
interval: { get_input: diamond_reporting_interval }
start: diamond.diamond_agent.tasks.start
stop: diamond.diamond_agent.tasks.stop
uninstall: diamond.diamond_agent.tasks.uninstall
Expand Down
2 changes: 1 addition & 1 deletion types/vcloud-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ node_types:
inputs:
diamond_config:
default:
interval: 1
interval: { get_input: diamond_reporting_interval }
start: diamond.diamond_agent.tasks.start
stop: diamond.diamond_agent.tasks.stop
uninstall: diamond.diamond_agent.tasks.uninstall
Expand Down
2 changes: 1 addition & 1 deletion types/vsphere-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ node_types:
inputs:
diamond_config:
default:
interval: 1
interval: { get_input: diamond_reporting_interval }
start: diamond.diamond_agent.tasks.start
stop: diamond.diamond_agent.tasks.stop
uninstall: diamond.diamond_agent.tasks.uninstall
Expand Down
10 changes: 10 additions & 0 deletions vcloud-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ inputs:
Name of the existing network that's being used for Cloudify management
type: string

diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.

node_templates:

nodecellar:
Expand Down
11 changes: 11 additions & 0 deletions vsphere-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ inputs:
description: >
Which network to deploy the VM on
diamond_reporting_interval:
description: interval in seconds for reporting metrics by diamond agent
type: integer
default: 10
# This default is here for UX and demos, we strongly recommend you reconsider
# how much data you report for your own production system based on your
# specific application, as this generates approximately 12kb of data per report,
# so for example a setting of 10 would generate approximately 726mb per week,
# which might be an issue if you install your manager on a small partition.


node_templates:

nodecellar:
Expand Down

0 comments on commit 5f1b573

Please sign in to comment.