Skip to content

Instantly share code, notes, and snippets.

@johnpmitsch
Last active November 16, 2018 20:59
Show Gist options
  • Save johnpmitsch/fc7d15b314fbb395486ec5051974e649 to your computer and use it in GitHub Desktop.
Save johnpmitsch/fc7d15b314fbb395486ec5051974e649 to your computer and use it in GitHub Desktop.
virt-who installation for katello (to get hypervisor guests)

On hypervisor (probably your workstation)

  1. yum install virt-who

  2. Edit /etc/virt-who.d/test.conf and update the rhsm_hostname, rhsm_username, rhsm_password (use dev server credentials)

[libvirt]
type=libvirt
server=qemu:///system
owner=Default_Organization
env=Library
hypervisor_id=hostname
rhsm_hostname=dev.example.com

rhsm_proxy_hostname=""
rhsm_username=admin
rhsm_password=changeme
rhsm_prefix=/rhsm
  1. virt-who -od
  2. check katello server content hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment