-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.spec
63 lines (60 loc) · 2.39 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
---
plugin_type: provision
description: Provision systems using Beaker
subparsers:
beaker:
help: Provision systems using Beaker
include_groups: ['Ansible options', 'Inventory', 'Common options', 'Answers file']
groups:
- title: Beaker server
options:
url:
type: Value
help: 'The Beaker url'
required: True
user:
type: Value
help: 'Login username to authenticate to Beaker'
default: admin
password:
type: Value
help: 'Password of login user'
required: True
web-service:
type: Value
help: 'For cases where the beaker user is not part of the kerberos system, we require to set the Web service to RPC for authentication rather than rest.'
default: 'rest'
choices: ['rest', 'rpc']
ca-cert:
type: Value
help: 'For cases where the beaker user is not part of the kerberos system, a CA Certificate is required for authentication with the Beaker server.'
required: False
- title: Host details
options:
host-address:
type: Value
help: 'Address/FQDN of the BM'
required: yes
host-user:
type: Value
help: 'User to SSH to the host with'
default: root
host-password:
type: Value
help: "User's SSH password"
host-key:
type: Value
help: "User's SSH key"
- title: Image
options:
image:
type: Value
help: |
The image to use for nodes provisioning. Check the "sample.yml.example" for example.
__LISTYAMLS__
default: 'rhel-7.3'
- title: Cleanup
options:
cleanup:
type: Bool
help: 'Release the system'