-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.spec
28 lines (28 loc) · 1.06 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
---
plugin_type: install
description: Build packages from source
subparsers:
build-packages:
help: Build the specified packages from source
include_groups: ['Ansible options', 'Inventory', 'Common options', 'Answers file']
groups:
- title: Build Openvswitch from source
options:
build-ovs:
type: Bool
help: 'Build OVS from source and inject it into the deployment'
required: False
default: True
version:
type: Value
help: 'OpenStack release number'
- title: Install packages
options:
packages:
type: ListValue
help: 'Comma,separated list of packages to install'
- title: Download packages
options:
download-packages:
type: ListValue
help: 'Comma seperated list of packages to download'