-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.spec
50 lines (46 loc) · 1.66 KB
/
plugin.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
config:
plugin_type: test
subparsers:
auto-scaling:
description: Test Autoscaling for instances on openstack telemetry
include_groups: ["Ansible options", "Inventory", "Common options", "Common variables", "Answers file"]
groups:
- title: Verify
options:
verify_autoscaling:
type: Bool
help: |
Verify overcloud deployment for autoscaling
default: false
ospversion:
type: Value
help: |
The product version
Numbers are for OSP releases
Names are for RDO releases
If not given, same version of the undercloud will be used
choices:
- "17.1"
- "18.0"
- title: Configure
options:
configure_heat:
type: Bool
help: |
Configure heat service for autoscaling
default: false
- title: Create
options:
create_stack:
type: Bool
help: |
Create the stack
default: false
- title: Validate
options:
test_autoscaling:
type: Bool
help: |
Testing automatic scaling of instances
default: false