Installing HotsTac(k)os dependencies... [OK] EPEL repository already enabled [OK] NFV SIG repository already enabled [OK] libvirt is already installed [OK] qemu-kvm is already installed [OK] podman is already installed [OK] buildah is already installed [OK] make is already installed [OK] nmap-ncat is already installed [OK] openvswitch3.5 is already installed [OK] All required packages are already installed [OK] libvirtd is already running [OK] libvirt is functional [OK] openvswitch is already running Dependencies installed! System packages and services are now ready. Next step: sudo make build && sudo make install Creating HotsTac(k)os system user... [OK] hotstack user created with home directory [OK] hotstack user added to kvm group [OK] Lingering enabled for hotstack user [OK] libvirt session QEMU configuration created [OK] hotstack user configured (UID: 989, GID: 987) Preparing HotsTac(k)os runtime configuration... [OK] Prepared runtime configs [OK] Copied container scripts [OK] Processed configuration files [OK] Copied clouds.yaml Configuration complete! Runtime configs prepared in: /var/lib/hotstack-os/runtime/config Runtime scripts prepared in: /var/lib/hotstack-os/runtime/scripts clouds.yaml copied to: /var/lib/hotstack-os/clouds.yaml and /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/clouds.yaml Installing HotsTac(k)os systemd services... Checking for container images... [OK] All required images are available Installing scripts... [OK] Installed scripts to /usr/local/bin/ and /usr/local/lib/ HotsTac(k)os Infrastructure Setup... [OK] hotstack user verified (UID: 989) hotstack-os [OK] Podman network 'hotstack-os' created with subnet 172.31.0.0/25 [OK] OVS is functional [OK] hot-int bridge created [OK] hot-int MTU set to 9216 [OK] hot-ex bridge created [OK] hot-ex MTU set to 9216 [OK] Assigned IP 172.31.0.129 to hot-ex bridge [OK] hot-ex configured for provider networks (172.31.0.128/25) firewalld not found, skipping firewall configuration [OK] /etc/hosts updated with OpenStack service FQDNs for 172.31.0.129 [OK] Storage directory configured: /var/lib/hotstack-os/cinder-nfs [OK] SELinux context configured for Nova instances: /var/lib/hotstack-os/nova-instances [OK] SELinux context configured for Nova mounts: /var/lib/hotstack-os/nova-mnt [OK] Service data directories created with proper permissions and SELinux context Setting up libvirt session for hotstack user... [OK] Created libvirt config directory [OK] Installed libvirt session configuration [OK] Created systemd user service directory [OK] Installed libvirtd user service [OK] hotstack user has access to /dev/kvm [OK] Granted CAP_NET_ADMIN capability to libvirtd Created symlink /var/lib/hotstack/.config/systemd/user/default.target.wants/hotstack-os-libvirtd-session.service → /var/lib/hotstack/.config/systemd/user/hotstack-os-libvirtd-session.service. [OK] libvirt socket created at /run/user/989/libvirt/libvirt-sock [OK] Libvirt session setup complete [OK] Processed systemd units [OK] Installed systemd units to /etc/systemd/system/ [OK] Systemd reloaded Installation complete! Next steps: 1. Enable and start services: sudo systemctl enable --now hotstack-os.target 2. Check status: sudo systemctl list-units "hotstack-os*" 3. After services are running, create resources: make post-setup