Infinibay LXD Deployment LXD-based containerization for the Infinibay VDI management platform. Status โ Production Ready - Automated provisioning with intelligent orchestration and multi-distro support Quick Links INSTALL.md - โญ Complete installation and deployment guide - โญ Complete installation and deployment guide Project Root : ../ : ../ Installer Reference: ../installer/ Why LXD? LXD provides native support for KVM/libvirt, making it ideal for running VMs inside containers without privileged mode or complex workarounds. Key advantages: โ Native KVM device access - no --privileged mode needed mode needed โ Full systemd support inside containers โ Designed for nested virtualization โ YAML-based configuration (lxd-compose) โ Better security isolation for VM workloads โ Minimal performance overhead (~5%) Supported Operating Systems Infinibay's LXD deployment supports multiple Linux distributions with automatic package manager detection: Debian/Ubuntu - Uses apt-get (auto-detected) - Uses (auto-detected) RHEL/CentOS/Fedora/Rocky/AlmaLinux - Uses dnf or yum (auto-detected) - Uses or (auto-detected) openSUSE/SLES - Uses zypper (auto-detected) - Uses (auto-detected) Arch/Manjaro/EndeavourOS - Uses pacman (auto-detected) The setup script automatically detects your distribution and uses the appropriate package manager. LXD installation path (snap vs native package) is also auto-detected. Overview This directory contains LXD-based containerization for Infinibay using lxd-compose. Structure: lxd/ โโโ run.sh # Main management script โญ โโโ .lxd-compose.yml # Main lxd-compose config โโโ envs/ โ โโโ infinibay.yml # Infinibay project definition โโโ profiles/ โ โโโ templates/ # LXD profile templates โโโ values.yml.example # Configuration template โโโ setup.sh # Automated installation โโโ INSTALL.md # Complete guide โโโ README.md # This file Note: lxd-compose uses a different structure than docker-compose: Main config: .lxd-compose.yml Projects: envs/*.yml files files Commands: a...
First seen: 2025-11-22 04:11
Last seen: 2025-11-22 10:13