-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvirtwho.ini.sample
187 lines (176 loc) · 3.66 KB
/
virtwho.ini.sample
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
; The section of [job] is used to define the testing hypervisor and subscription server
; hypervisor is an optional setting from esx/xen/hyperv/libvirt/rhevm/kubevirt/ahv/local, the default is 'esx'.
; register is an optional setting from rhsm/satellite, the default is 'rhsm'
[job]
hypervisor=
register=
; The section of [virtwho] is used to define the host information where virt-who package is installed and running
; host is a required option to indicate the ip address or hostname
; username and password are the required options to access the host
; port is an optional setting, the default port is 22
; repo is an optional setting, to indicate where is the virt-who yum repository
[virtwho]
server=
username=
password=
port=
repo=
proxy_server=
proxy_port=
; The section of [rhsm] and [satellite] are used to define subscription servers
; server is a required option to indicate where to register
; server=subscription.rhsm.redhat.com for product candlepin
; server=subscription.rhsm.stage.redhat.com for stage candlepin
; server should be the hostname or ip for satellite
; username and password are the required account options for registering
; prefix is an optional setting, the default prefix is /subscription for candlepin, /rhsm for satellite
; port is an optional setting, the default port is 443
; default_org is a required option to indicate which org to register
; ssh_username/password are required options to access satellite host
; secondary_org and activation_key are optional settings for special case requirements
[rhsm]
server=
username=
password=
prefix=
port=
default_org=
activation_key=
[satellite]
server=
username=
password=
prefix=
port=
ssh_username=
ssh_password=
default_org=
secondary_org=
activation_key=
; The below sections are used to define the different hypervisors information
; server, username and password are the required options to access esx/xen/hyperv/rhevm/libvirt/ahv and get mapping
; config_file is a required option to access kubevirt and get mapping
; uuid or hostname of hypervisor is a required option when need to attach subscriptions for hypervisor
; guest_ip, guest_username and guest_password are required options when need to access guest for registering
; other options are optional settings based on special case requirements
; hypervisor-builder can help to get some information, like hypervisor_uuid/hwuuid/hostname/version/cpu/cluster, guest_ip/uuid/state
[esx]
server=
username=
password=
ssh_username=
ssh_password=
esx_ip=
esx_username=
esx_password=
esx_uuid=
esx_hwuuid=
esx_hostname=
esx_version=
esx_cpu=
esx_cluster=
guest_name=
guest_ip=
guest_username=
guest_password=
guest_uuid=
guest_state=
[hyperv]
server=
username=
password=
uuid=
hostname=
version=
cpu=
guest_name=
guest_ip=
guest_username=
guest_password=
guest_uuid=
guest_state=
[rhevm]
server=
username=
password=
vdsm_uuid=
vdsm_hwuuid=
vdsm_hostname=
vdsm_version=
vdsm_cpu=
vdsm_cluster=
guest_name=
guest_ip=
guest_username=
guest_password=
guest_uuid=
guest_state=
[kubevirt]
endpoint=
token=
config_file=
uuid=
hostname=
version=
cpu=
guest_name=
guest_ip=
guest_port=
guest_username=
guest_password=
guest_uuid=
guest_state=
[ahv]
server=
username=
password=
uuid=
hostname=
version=
cpu=
cluster=
guest_name=
guest_ip=
guest_username=
guest_password=
guest_uuid=
guest_state=
[libvirt]
server=
username=
password=
uuid=
hostname=
version=
cpu=
guest_name=
guest_ip=
guest_username=
guest_password=
guest_uuid=
guest_state=
[local]
server=
username=
password=
port=
guest_name=
guest_ip=
guest_username=
guest_password=
guest_uuid=
guest_state=
[xen]
server=
username=
password=
uuid=
hostname=
version=
cpu=
guest_name=
guest_ip=
guest_username=
guest_password=
guest_uuid=
guest_state=