-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstf-attributes.adoc
More file actions
72 lines (62 loc) · 1.65 KB
/
stf-attributes.adoc
File metadata and controls
72 lines (62 loc) · 1.65 KB
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
72
:ProductVersion: 1.5
:context: assembly
:containerbin: podman
:build: downstream
ifeval::[{vernum} > 16.0]
:include_when_16_1:
endif::[]
ifeval::[{vernum} == 16.2]
:include_when_16_2:
endif::[]
ifeval::[{vernum} >= 16.0]
:include_when_16:
endif::[]
ifeval::[{vernum} < 16.0]
:containerbin: docker
:include_when_13:
endif::[]
ifeval::[{vernum} < 17.0]
:include_before_17:
endif::[]
ifeval::[{vernum} >= 17.0]
:include_when_17:
endif::[]
ifeval::[{vernum} == 17.1]
:include_when_17_1:
endif::[]
ifeval::[{ProductVersion} < 1.5]
:include_before_stf15:
endif::[]
ifeval::["{build}" == "upstream"]
:ObservabilityOperator: Observability{nbsp}Operator
:OpenShift: OpenShift
:OpenStack: OpenStack
:OpenStackShort: OSP
:OpenStackVersion: Wallaby
:OpenStackLong: {OpenStack}{nbsp}{OpenStackVersion}
:OpenStackInstaller: TripleO
:OVirt: oVirt
:OVirtShort: oVirt
:Project: Service{nbsp}Telemetry{nbsp}Framework
:ProjectShort: STF
:MessageBus: Apache{nbsp}Qpid{nbsp}Dispatch{nbsp}Router
:SupportedOpenShiftVersion: 4.18
:NextSupportedOpenShiftVersion: 4.20
:CodeReadyContainersVersion: 2.19.0
endif::[]
ifeval::["{build}" == "downstream"]
:ObservabilityOperator: Cluster{nbsp}Observability{nbsp}Operator
:OpenShift: Red{nbsp}Hat{nbsp}OpenShift{nbsp}Container{nbsp}Platform
:OpenStack: Red{nbsp}Hat{nbsp}OpenStack{nbsp}Platform
:OpenStackShort: RHOSP
:OpenStackVersion: 17.1
:OpenStackLong: {OpenStack}{nbsp}{OpenStackVersion}
:OpenStackInstaller: director
:OVirt: Red{nbsp}Hat{nbsp}Virtualization
:OVirtShort: RHV
:Project: Service{nbsp}Telemetry{nbsp}Framework
:ProjectShort: STF
:MessageBus: AMQ{nbsp}Interconnect
:SupportedOpenShiftVersion: 4.18
:NextSupportedOpenShiftVersion: 4.20
endif::[]