-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.spec
71 lines (69 loc) · 2.47 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
plugin_type: test
subparsers:
jordan:
description:
include_groups: ["Ansible options", "Inventory", "Common options", "Answers file"]
groups:
- title: Ceph cluster
options:
ceph-version:
type: Value
help: Ceph's major version
default: '3'
cluster-name:
type: Value
help: Cluster name
default: 'ceph'
- title: Ceph monitor nodes
options:
monitor-nodes:
type: Value
help: The node type on which Ceph's monitors are running
default: controller
- title: Ceph registry provider
options:
ceph-reg-provider:
type: Value
help: docker for ceph v3 and podman for v4
default: 'docker'
- title: Ceph OSD nodes
options:
osds-number:
type: Value
help: the number of OSDs in the cluster
default: 3
- title: Ceph pools
options:
ceph-pools:
type: Value
help: the names of the deployed pools
default: volumes,images,vms,backups
pool-pg_num:
type: Value
help: specify the pg_num in the pools
default: 128
pool-pgp_num:
type: Value
help: specify the pg_num in the pools
default: 128
pool-size:
type: Value
help: specify the size (replicas) set for the pools
default: 3
pool-min_size:
type: Value
help: specify the minimum size (replicas) set for the pools
default: 2
- title: Ceph clients
options:
openstack-client-name:
type: Value
help: the name of the client set for the Openstack services
default: openstack
- title: Logs
options:
output-file:
type: Value
help: name of the output file
default: /home/stack/jordan-results.out