forked from imain/container-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.spec
26 lines (26 loc) · 1.05 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
---
plugin_type: install
description:
subparsers:
container-check:
help: Checks overcloud containers if they shell be updated
include_groups: ['Ansible options', 'Inventory', 'Common options', 'Answers file']
groups:
- title: check overcloud containers if they shell be updated
options:
host-ip:
type: Value
help: 'ip of the machine that containers are running on'
required: False
host-username:
type: Value
help: 'username to ssh to the machine that containers are running on'
required: False
host-key_file:
type: Value
help: 'Private SSH key for the user <username>'
required: False
component-name:
type: Value
help: 'name of the component (cinder, neutron, nova, etc)'
required: True