Collection for oVirt environments
python3 -m ovirt_sd
__address__
: Address of the host. Can be IP or FQDN of the host__meta_ovirt_host_id
: ID of the host__meta_ovirt_host_name
: Name of the host__meta_ovirt_host_cluster
: Name of the cluster__meta_ovirt_host_status
: Status of the host__meta_ovirt_host_address
: Address of the host__meta_ovirt_host_tag_<tagname>
:true
for each tag assigned to the host__meta_ovirt_host_affinity_label_<labelname>
:true
for each affinity label assigned to the host
__address__
: Address of the VM. Can be IPv4 or IPv6__meta_ovirt_vm_id
: ID of the VM__meta_ovirt_vm_name
: Name of the VM__meta_ovirt_vm_cluster
: Name of the cluster__meta_ovirt_vm_status
: Status of the VM__meta_ovirt_vm_os
: OS of the VM__meta_ovirt_vm_template
: Template of the VM__meta_ovirt_vm_original_template
: Original template of the VM__meta_ovirt_vm_fqdn
: FQDN of the VM__meta_ovirt_vm_ip_v4_<number>
: IPv4 address for each IP address on VM__meta_ovirt_vm_ip_v6_<number>
: IPv6 address for each IP address on VM__meta_ovirt_vm_tag_<tagname>
:true
for each tag assigned to the VM__meta_ovirt_vm_affinity_label_<labelname>
:true
for each affinity label assigned to the VM
OVIRT_URL
: URL Engine. Example:https://engine.infra.example/ovirt-engine/api
OVIRT_USERNAME
: Username with domain for authentication. Example:api@internal
orapi@internalsso
OVIRT_PASSWORD
: Password for userOVIRT_INSECURE
: A boolean flag if the server TLS certificate should be checked. Default value isFalse
OVIRT_SD_TIMEOUT
: Time (in seconds) during which the connection to the server must be established. Default value is60
OVIRT_SD_PORT
: HTTP SD port
- Apache 2.0
- Martsinkevich Artur (@mrcnkwcz)