-
Notifications
You must be signed in to change notification settings - Fork 37
/
template.conf
44 lines (41 loc) · 1.51 KB
/
template.conf
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
## This is a template for virt-who configuration files. Please see
## virt-who-config(5) manual page for detailed information.
##
## virt-who checks all files in /etc/virt-who.d/ if they're valid ini-like
## files and uses them as configuration. Each file might contain more configs.
##
## You can uncomment and fill following template or create new file with
## similar content.
#[config name]
#type= ; insert one of libvirt/esx/hyperv/fake/kubevirt
#server= ; insert hostname or ip address of the server to connect to
#username= ; username for server authentication
#password= ; password for server authentication
#encrypted_password= ; password encrypted using virt-who-password utility
#owner= ; owner for use with SAM, Customer Portal, or Satellite 6
#hypervisor_id= ; how will be the hypervisor identified, one of: uuid, hostname, hwuuid
#kubeconfig= : path to kubernetes configuration file - kubevirt specific option
#kubeversion= : used to override kubevirt api version - kubevirt specific option
## For complete list of options, see virt-who-config(5) manual page.
## Terse version of the config template:
#[config name]
#type=
#server=
#username=
#password=
#encrypted_password=
#owner=
#hypervisor_id=
#
## Configuring virt-who to report to Satellite Server
#rhsm_hostname=
#rhsm_port=
#rhsm_username=
#rhsm_password=
#rhsm_encrypted_password=
#rhsm_prefix=/rhsm
#
## Configuring virt-who to connect to Kubevirt
#kubeconfig=
#kubeversion=
#insecure=