hattrick icon indicating copy to clipboard operation
hattrick copied to clipboard

Update KVM roles to deploy RHEL 8 based systems

Open kjw3 opened this issue 5 years ago • 1 comments

kjw3 avatar Feb 11 '20 15:02 kjw3

Virt customize has issues with the differences in xfs between RHEL 7 & 8 at per https://access.redhat.com/solutions/4073061.

Ansiblized steps to workaround it.

  • hosts: localhost tasks:

    • unarchive: src: http://download.libguestfs.org/binaries/appliance/appliance-1.40.1.tar.xz dest: /tmp creates: /tmp/appliance remote_src: yes

    • shell: virt-customize -a rhel-8.1-x86_64-kvm.qcow2 --root-password password:SomePassword12345! environment: LIBGUESTFS_PATH: /tmp/appliance

jritenour avatar Feb 28 '20 15:02 jritenour