rally/samples/tasks/scenarios/ceilometer/create-alarm.yaml
Piyush 0bb834920a Rectify indentation in scenario YAMLs
Match indentation with that of other Scenario YAMLs

Change-Id: Iebd93b9994ff1b13f731125032fd997c84abd06f
2016-05-10 21:05:25 +05:30

20 lines
493 B
YAML

---
CeilometerAlarms.create_alarm:
-
args:
meter_name: "ram_util"
threshold: 10.0
type: "threshold"
statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"]
runner:
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2