forked from rhos-infra/tripleo-config-changes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.spec
53 lines (50 loc) · 2.04 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
---
config:
plugin_type: test
subparsers:
tripleo-config-changes:
description: TripleO config changes tester
include_groups: ["Ansible options", "Inventory", "Common options", "Answers file"]
groups:
- title: Apply overcloud changes
options:
noop:
type: Bool
help: |
Re-run overcloud deploy with no changes
default: False
overcloud-ssl-enable:
type: Bool
help: |
Enable overcloud ssl
default: False
tripleo-modify-image:
type: Bool
help: |
Enable tripleo modify image ansible role
default: False
add-additional-cell:
type: Bool
help: |
Enable multi cell deployment
default: False
- title: Overcloud Options
options:
overcloud-stack:
type: Value
help: Overrides the overcloud stack name
default: "overcloud"
- title: tripleo-modify-image options
options:
tripleo-modify-container:
type: Value
help: |
Name of container without "openstack-" preposition update. For example - 'nova-compute'.
Recommended to update one container image at time.
tripleo-modify-method:
type: Value
help: Choose modify option from 'yum-update', 'rpm', 'modify-image'
default: "yum-update"
tripleo-modify-url:
type: Value
help: Location for rpm file|Dockerifle which will be uset to build customized container image