bffc116628
This patch add Senlin plugin for profile and cluster resources. It also adds a sample scenario job to test cluster creating/deleting performance. Change-Id: I87e7a2bc5ce3bc859bb2ebd9b2f6c6e08833f397 Partial-bp: add-support-for-clustering-service-senlin
28 lines
604 B
YAML
28 lines
604 B
YAML
---
|
|
SenlinClusters.create_and_delete_profile_cluster:
|
|
-
|
|
args:
|
|
profile_spec:
|
|
type: os.nova.server
|
|
version: 1.0
|
|
properties:
|
|
name: cirros_server
|
|
flavor: 1
|
|
image: "cirros-0.3.4-x86_64-uec"
|
|
networks:
|
|
- network: private
|
|
desired_capacity: 3
|
|
min_size: 0
|
|
max_size: 5
|
|
runner:
|
|
type: "constant"
|
|
times: 3
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|