diff --git a/static/docs/main/_sources/contents/security.rst.txt b/static/docs/main/_sources/contents/security.rst.txt index 7b624f3a..cfeccd48 100644 --- a/static/docs/main/_sources/contents/security.rst.txt +++ b/static/docs/main/_sources/contents/security.rst.txt @@ -28,25 +28,24 @@ SELinux The Warewulf server itself was developed with SELinux enabled in "targeted" and "enforcing" mode and with the firewall active. -Additionally, the provisioning process fully supports SELinux by -default. In previous versions you had to enable a switch to support -SELinux, but in Warewulf v4 and above, it is always enabled, but you -do have to make some configuration changes. - -#. The first thing to do is to change the provision "Root" option. By - default this is ``initramfs`` which means, take whatever file - system the kernel hands us. By default this is a ``ramfs`` type - file system (however this may not always be the case) and this - format does not support extended file attributes which are required - for SELinux. Instead you must configure Warewulf to use ``tmpfs`` - for the provisioning file system. That change is made like: ``$ - sudo wwctl profile set --root tmpfs default``. - -#. That is all you have to do to ensure that Warewulf will - support SELinux. Once that is done, you just need to enable SELinux - in ``/etc/sysconfig/selinux`` and install the appropriate profiles - into the container. `An example`_ of such a container is in the - warewulf-node-images repository. +The provisioning process also fully supports booting SELinux-enabled +containers, though nodes must be configured to use tmpfs for init. ("ramfs" +(often used by default) does not support extended file attributes.) + +.. code-block:: bash + + wwctl profile set default --root tmpfs + +.. note:: + + Versions of Warewulf prior to v4.5.8 also required a kernel argument + "rootfstype=ramfs" in order for wwinit to copy the node image to tmpfs; but + this is no longer required. + +Once that is done, you just need to enable SELinux in +``/etc/sysconfig/selinux`` and install the appropriate profiles into the +container. `An example`_ of such a container is available in the +warewulf-node-images repository. .. _An example: https://github.com/warewulf/warewulf-node-images/tree/main/examples/rockylinux-9-selinux diff --git a/static/docs/main/contents/security.html b/static/docs/main/contents/security.html index 723175b8..70adc500 100644 --- a/static/docs/main/contents/security.html +++ b/static/docs/main/contents/security.html @@ -140,25 +140,22 @@

Security

SELinux

The Warewulf server itself was developed with SELinux enabled in “targeted” and “enforcing” mode and with the firewall active.

-

Additionally, the provisioning process fully supports SELinux by -default. In previous versions you had to enable a switch to support -SELinux, but in Warewulf v4 and above, it is always enabled, but you -do have to make some configuration changes.

-
    -
  1. The first thing to do is to change the provision “Root” option. By -default this is initramfs which means, take whatever file -system the kernel hands us. By default this is a ramfs type -file system (however this may not always be the case) and this -format does not support extended file attributes which are required -for SELinux. Instead you must configure Warewulf to use tmpfs -for the provisioning file system. That change is made like: $ -sudo wwctl profile set --root tmpfs default.

  2. -
  3. That is all you have to do to ensure that Warewulf will -support SELinux. Once that is done, you just need to enable SELinux -in /etc/sysconfig/selinux and install the appropriate profiles -into the container. An example of such a container is in the -warewulf-node-images repository.

  4. -
+

The provisioning process also fully supports booting SELinux-enabled +containers, though nodes must be configured to use tmpfs for init. (“ramfs” +(often used by default) does not support extended file attributes.)

+
wwctl profile set default --root tmpfs
+
+
+
+

Note

+

Versions of Warewulf prior to v4.5.8 also required a kernel argument +“rootfstype=ramfs” in order for wwinit to copy the node image to tmpfs; but +this is no longer required.

+
+

Once that is done, you just need to enable SELinux in +/etc/sysconfig/selinux and install the appropriate profiles into the +container. An example of such a container is available in the +warewulf-node-images repository.

Provisioning Security

diff --git a/static/docs/main/searchindex.js b/static/docs/main/searchindex.js index 87616f69..d3e391ba 100644 --- a/static/docs/main/searchindex.js +++ b/static/docs/main/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Abort": [[19, "abort"]], "About Warewulf": [[9, "about-warewulf"]], "Access Tag": [[19, "access-tag"]], "Add a base node image container": [[30, "add-a-base-node-image-container"]], "Add a node": [[29, "add-a-node"], [30, "add-a-node"], [31, "add-a-node"]], "Adding a New Node": [[12, "adding-a-new-node"]], "Adding several nodes": [[12, "adding-several-nodes"]], "Additional networks": [[12, "additional-networks"]], "Addressing": [[17, "addressing"]], "An Introduction To Profiles": [[14, "an-introduction-to-profiles"]], "Background": [[0, null]], "Basics": [[13, "basics"]], "Binary RPMs": [[8, "binary-rpms"]], "Boot": [[30, "boot"]], "Boot Management": [[1, null]], "Booting with GRUB": [[1, "booting-with-grub"]], "Booting with dracut": [[1, "booting-with-dracut"]], "Booting with iPXE": [[1, "booting-with-ipxe"]], "Build": [[13, "build"]], "Build and install Warewulf on wwdev": [[24, "build-and-install-warewulf-on-wwdev"]], "Build overlays": [[30, "build-overlays"]], "Building A Container From Your Host": [[3, "building-a-container-from-your-host"]], "Building A Container Using Apptainer": [[3, "building-a-container-using-apptainer"]], "Building A Container Using Podman": [[3, "building-a-container-using-podman"]], "CPU H/W Virtualization support": [[25, "cpu-h-w-virtualization-support"]], "Cascading Profiles": [[14, "cascading-profiles"]], "Chmod": [[13, "chmod"]], "Chown": [[13, "chown"]], "Combining Overlays": [[13, "combining-overlays"]], "Comment": [[19, "comment"]], "Compiled Source code": [[8, "compiled-source-code"]], "Configure Warewulf": [[30, "configure-warewulf"]], "Configure firewalld": [[29, "configure-firewalld"], [30, "configure-firewalld"]], "Configure system services automatically": [[29, "configure-system-services-automatically"], [30, "configure-system-services-automatically"], [31, "configure-system-services-automatically"]], "Configure the controller": [[29, "configure-the-controller"], [31, "configure-the-controller"]], "Configure the default node profile": [[30, "configure-the-default-node-profile"]], "Configuring the Node\u2019s Container Image": [[12, "configuring-the-node-s-container-image"]], "Configuring the Node\u2019s Kernel": [[12, "configuring-the-node-s-kernel"]], "Configuring the Node\u2019s Network": [[12, "configuring-the-node-s-network"]], "Console": [[10, "console"]], "Container Management": [[3, null]], "Container Size Considerations": [[3, "container-size-considerations"]], "Container Tools": [[3, "container-tools"]], "Contents": [[28, null]], "Contribute to the code": [[22, "contribute-to-the-code"]], "Contributing": [[22, null], [28, null]], "Control Server Setup": [[17, null]], "Controlling Warewulf (wwctl)": [[21, null]], "Create": [[13, "create"]], "Create CentOS 7 development virtual machine under KVM": [[24, "create-centos-7-development-virtual-machine-under-kvm"]], "Create Multiple Files": [[19, "create-multiple-files"]], "Create Rocky Linux 9.2 vagrant box": [[25, "create-rocky-linux-9-2-vagrant-box"]], "Creating Containers From Scratch": [[3, "creating-containers-from-scratch"]], "Debian 12 Quickstart": [[29, null]], "Debugging": [[23, null]], "Decrement": [[19, "decrement"]], "Delete": [[13, "delete"]], "Development Environment (KVM)": [[24, null]], "Development Environment (Vagrant)": [[25, null]], "Development Environment (VirtualBox)": [[26, null]], "Directories": [[2, "directories"]], "Disk Management": [[4, null]], "Dnsmasq": [[5, null]], "Documentation": [[27, null]], "Duplicating a container": [[3, "duplicating-a-container"]], "Edit": [[13, "edit"]], "Enable and start the Warewulf service": [[30, "enable-and-start-the-warewulf-service"]], "Enterprise Linux Quickstart (Rocky Linux, CentOS, and RHEL)": [[30, null]], "Example debugging session": [[23, "example-debugging-session"]], "Example disk configuration": [[4, "example-disk-configuration"]], "Examples": [[19, "examples"]], "Excluding Files from a Container": [[3, "excluding-files-from-a-container"]], "Features": [[9, "features"]], "GRUB": [[20, "grub"]], "Git": [[8, "git"]], "Glossary": [[6, null]], "HTTP proxies": [[3, "http-proxies"]], "Host system requirements": [[25, "host-system-requirements"]], "Hostlists": [[21, "hostlists"]], "How To Use Profiles Effectively": [[14, "how-to-use-profiles-effectively"]], "IPMI": [[10, null]], "IPMI Settings": [[10, "ipmi-settings"]], "Ignition Implementation": [[4, "ignition-implementation"]], "Import": [[13, "import"]], "Importing Containers": [[3, "importing-containers"]], "Include": [[19, "include"]], "IncludeBlock": [[19, "includeblock"]], "IncludeFrom": [[19, "includefrom"]], "Increment Variable In Loop": [[19, "increment-variable-in-loop"]], "Install Cockpit (Optional)": [[25, "install-cockpit-optional"]], "Install QEMU, libvirt": [[25, "install-qemu-libvirt"]], "Install Vagrant, vagrant-libvirt plug-in and vagrant-reload plug-in": [[25, "install-vagrant-vagrant-libvirt-plug-in-and-vagrant-reload-plug-in"]], "Install Warewulf": [[30, "install-warewulf"]], "Install Warewulf and dependencies": [[29, "install-warewulf-and-dependencies"], [31, "install-warewulf-and-dependencies"]], "Install Warewulf from source": [[30, "install-warewulf-from-source"]], "Install Warewulf from the open build service": [[31, "install-warewulf-from-the-open-build-service"]], "Install shim and efi": [[1, "install-shim-and-efi"]], "Install the basic services": [[29, "install-the-basic-services"]], "Installation": [[5, "installation"]], "Installing delve": [[23, "installing-delve"]], "Introduction": [[9, null]], "Join the community": [[22, "join-the-community"]], "KVM kernel module": [[25, "kvm-kernel-module"]], "Kernel Management": [[11, null]], "Kernel Overrides": [[11, "kernel-overrides"]], "List": [[13, "list"]], "Listing All Imported Containers": [[3, "listing-all-imported-containers"]], "Listing All Imported Kernels": [[11, "listing-all-imported-kernels"]], "Listing Nodes": [[12, "listing-nodes"]], "Local Files": [[3, "local-files"]], "Logs": [[7, "logs"]], "Making Changes To Containers": [[3, "making-changes-to-containers"]], "Multi-arch container management": [[3, "multi-arch-container-management"]], "Multiple Profiles": [[14, "multiple-profiles"]], "Multiple networks": [[17, "multiple-networks"]], "Network": [[17, "network"]], "Network interfaces": [[13, "network-interfaces"]], "Nobackup": [[19, "nobackup"]], "Node Configuration": [[12, null]], "Node Discovery": [[12, "node-discovery"]], "Node Hardware Setup": [[15, "node-hardware-setup"]], "Node Kernels": [[11, "node-kernels"]], "Node Names": [[12, "node-names"]], "Node Profiles": [[14, null]], "Node Provisioning": [[15, null]], "Node View": [[10, "node-view"]], "Node specific files": [[19, "node-specific-files"]], "Node status": [[15, "node-status"]], "Operating System Installation": [[17, "operating-system-installation"]], "Overriding Profiles": [[14, "overriding-profiles"]], "Paths": [[2, "paths"]], "Power Commands": [[10, "power-commands"]], "Preparing a container for build": [[3, "preparing-a-container-for-build"]], "Private Registry": [[3, "private-registry"]], "Profile View": [[10, "profile-view"]], "Provided overlays": [[13, "provided-overlays"]], "Provisioning Overview": [[18, "provisioning-overview"]], "Provisioning Security": [[16, "provisioning-security"]], "Pull and build the VNFS container (including the kernel)": [[29, "pull-and-build-the-vnfs-container-including-the-kernel"]], "Pull and build the VNFS container and kernel": [[31, "pull-and-build-the-vnfs-container-and-kernel"]], "Quickstart": [[28, null]], "Raise an Issue": [[22, "raise-an-issue"]], "Range": [[19, "range"]], "Release Tarball": [[8, "release-tarball"]], "Requirements": [[4, "requirements"]], "Review Only IPMI Settings": [[10, "review-only-ipmi-settings"]], "Reviewing Settings": [[10, "reviewing-settings"]], "Rocky Linux": [[4, "rocky-linux"]], "Rocky Linux 8": [[8, "rocky-linux-8"]], "Running delve against a specific test": [[23, "running-delve-against-a-specific-test"]], "Running the full test suite": [[23, "running-the-full-test-suite"]], "Runtime Dependencies": [[8, "runtime-dependencies"]], "SELinux": [[16, "selinux"]], "SSH key types": [[2, "ssh-key-types"]], "Secure boot": [[1, "secure-boot"]], "Security": [[16, null]], "Set up the default node profile": [[29, "set-up-the-default-node-profile"], [31, "set-up-the-default-node-profile"]], "Setting Node Attributes": [[12, "setting-node-attributes"]], "Setup development environment on Rocky Linux 9": [[25, "setup-development-environment-on-rocky-linux-9"]], "Show": [[13, "show"]], "Special Commands": [[19, "special-commands"]], "Spin up compute nodes": [[25, "spin-up-compute-nodes"]], "Spin up head node": [[25, "spin-up-head-node"]], "Split": [[19, "split"]], "Start and enable the Warewulf service": [[29, "start-and-enable-the-warewulf-service"], [31, "start-and-enable-the-warewulf-service"]], "Stateless Provisioning": [[18, null]], "Step 1. Fork the repo": [[22, "step-1-fork-the-repo"]], "Step 2. Checkout a new branch": [[22, "step-2-checkout-a-new-branch"]], "Step 3. Make your changes": [[22, "step-3-make-your-changes"]], "Step 4. Push your branch to your fork": [[22, "step-4-push-your-branch-to-your-fork"]], "Step 5. Submit a Pull Request": [[22, "step-5-submit-a-pull-request"]], "Step 6. Keep your branch in sync": [[22, "step-6-keep-your-branch-in-sync"]], "Storage objects": [[4, "storage-objects"]], "Summary": [[16, "summary"]], "Syncuser": [[3, "syncuser"]], "System Services": [[7, "system-services"]], "Templates": [[13, "templates"]], "Templating": [[19, null]], "The Node Configuration DB": [[12, "the-node-configuration-db"]], "The Provisioning Process": [[15, "the-provisioning-process"]], "The Warewulf Vision": [[9, "the-warewulf-vision"]], "Troubleshooting": [[4, "troubleshooting"], [20, null]], "Turn off default network dhcp on server master1": [[24, "turn-off-default-network-dhcp-on-server-master1"]], "Un-setting Node Attributes": [[12, "un-setting-node-attributes"]], "Usage": [[5, "usage"]], "User Guide": [[28, null]], "Using Overlays": [[13, "using-overlays"]], "Using delve": [[23, "using-delve"]], "Vagrant box and Vagrantfile for Warewulf sandbox": [[25, "vagrant-box-and-vagrantfile-for-warewulf-sandbox"]], "Vagrantfile": [[25, "vagrantfile"]], "Validating the code with vet": [[23, "validating-the-code-with-vet"]], "Warewulf Configuration": [[2, null]], "Warewulf Initialization": [[7, null]], "Warewulf Installation": [[8, null]], "Warewulf Overlays": [[13, null], [31, "warewulf-overlays"]], "Warewulf Service": [[7, "warewulf-service"]], "Warewulf on Slack": [[22, "warewulf-on-slack"]], "Why Stateless Provisioning": [[18, "why-stateless-provisioning"]], "Why is Provisioning Important": [[18, "why-is-provisioning-important"]], "Wiping disks": [[4, "wiping-disks"]], "debug": [[13, "debug"]], "defaults.conf": [[2, "defaults-conf"]], "fstab": [[13, "fstab"]], "host": [[13, "host"]], "http boot": [[1, "http-boot"]], "iPXE": [[20, "ipxe"]], "ignition": [[13, "ignition"]], "nodes.conf": [[2, "nodes-conf"]], "openSUSE Leap and SLES 15 Quickstart": [[31, null]], "openSuse Leap": [[4, "opensuse-leap"], [8, "opensuse-leap"]], "ssh": [[13, "ssh"]], "syncuser": [[13, "syncuser"]], "warewulf.conf": [[2, "warewulf-conf"]], "wwclient": [[13, "wwclient"]], "wwinit": [[13, "wwinit"]]}, "docnames": ["contents/background", "contents/boot-management", "contents/configuration", "contents/containers", "contents/disks", "contents/dnsmasq", "contents/glossary", "contents/initialization", "contents/installation", "contents/introduction", "contents/ipmi", "contents/kernel", "contents/nodeconfig", "contents/overlays", "contents/profiles", "contents/provisioning", "contents/security", "contents/setup", "contents/stateless", "contents/templating", "contents/troubleshooting", "contents/wwctl", "contributing/contributing", "contributing/debugging", "contributing/development-environment-kvm", "contributing/development-environment-vagrant", "contributing/development-environment-vbox", "contributing/documentation", "index", "quickstart/debian12", "quickstart/el", "quickstart/suse15"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["contents/background.rst", "contents/boot-management.rst", "contents/configuration.rst", "contents/containers.rst", "contents/disks.rst", "contents/dnsmasq.rst", "contents/glossary.rst", "contents/initialization.rst", "contents/installation.rst", "contents/introduction.rst", "contents/ipmi.rst", "contents/kernel.rst", "contents/nodeconfig.rst", "contents/overlays.rst", "contents/profiles.rst", "contents/provisioning.rst", "contents/security.rst", "contents/setup.rst", "contents/stateless.rst", "contents/templating.rst", "contents/troubleshooting.rst", "contents/wwctl.rst", "contributing/contributing.rst", "contributing/debugging.rst", "contributing/development-environment-kvm.rst", "contributing/development-environment-vagrant.rst", "contributing/development-environment-vbox.rst", "contributing/documentation.rst", "index.rst", "quickstart/debian12.rst", "quickstart/el.rst", "quickstart/suse15.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 3, 6, 7, 8, 9, 11, 13, 14, 15, 17, 20, 21, 22, 23, 25, 28, 29, 30, 31], "0": [2, 3, 6, 10, 11, 12, 17, 19, 20, 23, 24, 25, 26, 29, 30, 31], "00": [20, 30], "000": 12, "02": 11, "05": 11, "06": 11, "07": 30, "09": [11, 30], "0b": 30, "0x267f18": 23, "0x267f24": 23, "0x267f3c": 23, "0x267fec": 23, "0x268000": 23, "0x26c0d0": 23, "0x4000158370": 23, "0x40001583c8": 23, "0x40001b6600": 23, "0x40001b6658": 23, "0x40001b66b0": 23, "0x40001b6708": 23, "0x40001b6760": 23, "0x40001b67b8": 23, "0x40001b6810": 23, "0x40001b6868": 23, "1": [2, 3, 4, 6, 8, 10, 11, 12, 13, 14, 15, 17, 20, 21, 23, 24, 25, 26, 29, 30, 31], "10": [2, 10, 12, 17, 19, 20, 22, 26, 30], "100": [17, 29, 31], "101": 25, "102": 25, "1024": 4, "1087": 13, "11": [10, 12], "1105920": 25, "118784": 25, "12": [10, 13, 28], "120": 17, "127": 26, "13": [10, 11], "14": 10, "15": [26, 28], "150": 26, "15mb": 3, "16": [12, 15], "16384": 25, "168": [10, 25, 29, 31], "16mb": 3, "17": 11, "172": 12, "18": 11, "19": 23, "192": [10, 25, 29, 31], "1996": 0, "1gig": 4, "1mb": 3, "2": [2, 4, 10, 11, 12, 17, 21, 23, 26, 30], "20": [3, 9, 11, 12, 17], "200": [25, 26, 29, 31], "2000": 18, "2001": 9, "2003": 24, "20230513": 25, "21": 3, "22": [10, 12, 17, 26, 30], "2222": 26, "23": 11, "24": 26, "250": 17, "252": [2, 10, 12, 17, 30], "254": 25, "255": [2, 10, 12, 17, 25, 26, 29, 30, 31], "3": [6, 10, 11, 12, 17, 21], "30": [0, 17], "305": 11, "30ignit": 4, "32": 3, "32g": 24, "33": [10, 12], "34182006": 3, "35": 23, "372": 11, "4": [2, 3, 8, 11, 12, 15, 25, 26, 30, 31], "40": [11, 25], "412": 23, "413": 23, "414": 23, "415": 23, "416": 23, "417": 23, "418": 23, "419": 23, "420": 23, "421": 23, "422": 23, "423": 23, "424": 23, "425": 23, "426": 23, "427": 23, "428": 23, "429": 23, "430": 23, "431": 23, "432": 23, "433": 23, "434": 23, "435": 23, "44": [10, 12], "45": [2, 25, 29, 30, 31], "46": 23, "47": 23, "48": [11, 23], "49": 23, "4gb": [3, 26], "5": [1, 2, 3, 8, 10, 12, 14, 17, 21, 25, 29, 30], "50": [1, 10, 17, 23, 25, 29, 31], "51": 23, "52": 23, "53": 23, "54": 23, "55": [10, 12, 23], "56": 23, "6": [3, 12, 14, 21, 30], "60": [2, 25, 26, 29, 30, 31], "623": 10, "64": 3, "66": [10, 12], "6h": 17, "7": [8, 25, 26, 28, 29, 30], "791": [10, 12, 17], "8": [3, 11, 12, 24, 26], "8192": [24, 25], "9": [11, 28, 30], "9000": 12, "9090": 25, "987": 2, "9873": [2, 17, 20, 25, 26, 29, 30, 31], "99": [25, 29, 31], "A": [4, 6, 13, 17, 19, 23], "And": [12, 13, 14, 16, 27], "As": [1, 3, 4, 5, 9, 12, 13, 14, 17, 22], "At": [3, 4, 13, 22, 29], "But": [8, 14, 16, 18], "By": [1, 3, 8, 13, 16, 26], "For": [0, 2, 3, 4, 9, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 27, 30], "If": [1, 2, 3, 4, 7, 8, 10, 12, 13, 15, 16, 18, 19, 20, 22, 23, 25, 29, 30, 31], "In": [1, 2, 3, 4, 5, 6, 8, 11, 12, 13, 14, 16, 17, 18, 20, 22, 23, 26, 30], "It": [2, 3, 4, 6, 10, 11, 14, 16, 17, 22], "Its": 13, "No": [3, 19], "Not": 3, "OFED": 11, "Of": 18, "On": [13, 22, 24, 26, 29, 31], "One": 6, "Or": 13, "That": [1, 10, 13, 14, 16], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 20, 22, 23, 26, 27, 28, 29, 30, 31], "Then": 3, "There": [2, 3, 8, 9, 10, 11, 14, 17, 18, 29, 30, 31], "These": [1, 2, 4, 6, 8, 13, 23], "To": [7, 12, 13, 20, 22, 24, 28, 29], "With": [1, 3, 4, 9, 13, 19], "_": [12, 23], "__runtime__": 15, "aa": 12, "aarch64": [3, 30], "abid": 31, "abil": 18, "abl": [4, 9, 12, 16, 18, 26], "about": [1, 3, 22, 23, 28], "abov": [2, 3, 10, 12, 16, 17, 20, 26, 29, 31], "absolut": [3, 4, 13, 18], "abstract": 6, "acc": 19, "acceler": 31, "accept": 19, "access": [16, 26], "accomplish": [17, 18], "accord": [29, 31], "accordingli": 17, "account": [13, 22, 26], "accur": 16, "achiev": 13, "achiv": 17, "act": 5, "activ": [8, 16], "ad": [3, 4, 13, 14, 17, 19, 28, 29, 30, 31], "adapt": 26, "add": [1, 4, 6, 12, 13, 14, 17, 18, 22, 23, 24, 25, 26, 28], "addion": 7, "addit": [3, 4, 6, 13, 17, 27], "addition": 16, "addr": 20, "address": [2, 3, 9, 10, 12, 13, 14, 15, 19, 20, 26, 28, 29, 30, 31], "adjustd": 1, "admin": 6, "administr": [6, 9, 18, 22], "advantag": [1, 12, 14, 18], "advis": 3, "affect": [13, 29], "after": [0, 3, 4, 5, 6, 12, 17, 19, 29, 30], "ag": 25, "against": 12, "aggreg": 12, "agnost": 9, "ago": 3, "all": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "allnod": [17, 19], "alloc": 17, "allow": [2, 3, 4, 8, 13, 23, 26], "allud": 6, "almost": [0, 3, 16, 17, 27], "along": [3, 13], "alongsid": 8, "alpin": [3, 11], "alreadi": [2, 12, 18], "also": [1, 2, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 20, 22, 26, 29, 30, 31], "altern": [1, 8], "altvalu": 23, "alwai": [3, 9, 14, 16, 17, 22, 29, 30, 31], "amd": 25, "an": [1, 2, 3, 4, 6, 8, 9, 10, 12, 13, 15, 16, 17, 18, 19, 20, 26, 27, 28, 29, 30], "ani": [3, 6, 7, 8, 9, 11, 13, 14, 15, 16, 18, 22, 29, 30], "anoth": [3, 14, 18, 22], "anyth": [3, 14], "anytim": 0, "appar": 18, "appli": [2, 3, 6, 13, 14, 21, 31], "applic": 3, "appreci": 22, "appropri": [2, 3, 7, 8, 16, 19, 29, 30, 31], "approprit": [24, 26], "apptain": 6, "apr": 11, "apt": [3, 29], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 29, 30, 31], "arch": 28, "architectur": [0, 3, 9, 17], "archiv": [3, 6, 13], "area": 8, "arg": [17, 23], "argument": [1, 13, 14, 20, 30, 31], "arm": 9, "arm64": [3, 30], "around": [3, 9, 18, 21], "arp": 19, "arrai": [19, 31], "artifici": 3, "asid": 17, "ask": 15, "assert": 23, "asset": [10, 12, 16, 20], "assetkei": [16, 20, 23], "assign": [1, 10, 12, 26, 30], "associ": [7, 11, 12, 17], "assum": [12, 29, 30, 31], "ato": 9, "attach": [0, 26], "attempt": [2, 7, 12, 15], "attent": 17, "attribut": [6, 13, 14, 16, 23, 28], "authent": [2, 16], "authorized_kei": [10, 12, 13, 17], "auto": 19, "autobuild": [2, 25, 29, 30, 31], "autogener": 19, "autom": [18, 23], "automat": [2, 3, 6, 10, 11, 12, 14, 17, 18, 22, 23, 24, 26, 28], "autostart": 25, "avail": [1, 3, 4, 8, 18, 23, 25, 26, 30, 31], "awk": 13, "b": [19, 20, 22], "baar": 19, "back": [18, 22], "backend": 12, "background": [15, 28], "backup": [13, 19], "band": 17, "bare": [3, 6], "base": [0, 3, 7, 13, 17, 18, 21, 22, 24, 26, 27, 28], "baselin": 0, "basesystem": 3, "bash": [3, 24], "bash_complet": 25, "bashcompdir": 25, "basic": [21, 24, 26, 28, 30, 31], "bastion": 16, "bb": 12, "becam": 18, "becaus": [9, 16, 17, 18, 29, 31], "becker": 0, "becom": [9, 22, 25], "been": [3, 7, 9, 11, 12, 13, 18, 22, 29, 30], "befor": [1, 3, 4, 5, 6, 8, 13, 27, 31], "behavior": 19, "being": [2, 3, 6, 9, 10, 13, 14, 16, 18, 31], "belong": 3, "below": [0, 3, 10, 17, 26, 29, 31], "benefit": [1, 9], "beo": 0, "beowulf": 0, "best": [3, 8, 9, 12, 14, 16], "between": [15, 17], "beyond": [12, 17], "bin": [3, 20, 23, 25, 30], "binari": [1, 2, 4, 7, 23, 28], "bind": 3, "bindir": [25, 30], "bio": [1, 3, 15], "bit": [3, 13, 16], "blob": [3, 7], "block": [3, 4, 13, 19], "blocker": 16, "bmc": [10, 13], "bond": 12, "bond0": 12, "bond0_member_1": 12, "bond0_member_2": 12, "bool": 4, "boot": [3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 24, 25, 26, 28, 29, 31], "boot_network": 25, "bootabl": [3, 15], "bootimg": 30, "bootload": 1, "bootp": 15, "bootproto": 26, "bootstrap": [3, 15, 17], "both": [3, 4, 12, 13, 14, 19, 21, 29, 30, 31], "box": [9, 28], "box_vers": 25, "branch": [8, 25], "break": [19, 23], "breakpoint": 23, "bring": [9, 26], "broken": 30, "btrf": 4, "bug": [22, 23], "build": [0, 1, 5, 8, 11, 26, 28], "buildhost": 19, "buildsourc": 19, "buildtim": 19, "built": [0, 2, 3, 6, 13, 21, 30], "bulk": 18, "bundl": 18, "butan": 4, "buzzword": 3, "bzimag": 26, "c": [19, 20, 24, 26, 31], "c001": 15, "cach": [3, 4, 13], "call": [4, 13, 14, 15, 19, 22, 23, 24, 31], "can": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 26, 27, 29, 30, 31], "canari": 3, "cannot": 3, "cap": 23, "capabl": [0, 9, 11, 16, 25, 26], "card": [0, 15, 17], "carefulli": 7, "carri": [6, 17], "cascad": [28, 29, 30, 31], "case": [3, 4, 6, 9, 11, 16, 17, 18], "cat": [3, 25], "caus": [3, 30], "cc": 12, "ccp": 25, "cd": [3, 8, 22, 24, 25, 26, 29, 30, 31], "center": 9, "cento": [9, 26, 28], "centos7": [24, 26], "central": 9, "certain": [1, 16], "certifi": 15, "cfg": [1, 20], "challeng": 22, "chang": [2, 5, 9, 13, 14, 15, 16, 17, 18, 20, 28, 29, 30, 31], "changed1": 22, "changed2": 22, "changesinto": 22, "charact": 10, "check": [1, 3, 4, 7, 12, 15, 17, 22, 25], "checkout": [8, 25, 29], "chkconfig": 3, "choic": [3, 9, 17], "choos": [13, 15, 26], "chroot": [2, 3, 6, 30], "ci": [8, 9], "circumst": 3, "clean": [3, 25, 31], "clear": 12, "client": [2, 3, 15, 26], "clone": [3, 8, 22, 24, 25, 26, 29, 30, 31], "close": 22, "cloud": [9, 25], "cluster": [0, 2, 3, 6, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 24, 25, 26, 29, 30, 31], "cluster01": [12, 14], "cluster_nam": 14, "clusternam": 23, "cmd": [23, 29, 30], "code": [3, 27, 28], "codebas": 23, "collabor": 8, "com": [3, 8, 22, 23, 24, 25, 26, 29, 30, 31], "combin": [1, 5, 9, 23, 28], "come": [19, 26, 29, 30, 31], "comma": 21, "command": [2, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15, 20, 21, 23, 25, 28, 29, 30, 31], "comment": [10, 12, 14, 17, 23], "commit": 22, "commod": 0, "common": [6, 10, 16, 17, 31], "commun": [9, 15, 16, 17, 28], "compat": 8, "compil": [2, 3, 13, 28, 31], "complet": [3, 13, 14, 16, 18, 24], "complex": 0, "compli": 16, "compliant": [3, 9], "complic": 12, "compon": [2, 21], "compress": [3, 13, 20], "compris": 12, "comput": [0, 2, 3, 6, 9, 11, 13, 15, 16, 17, 18, 22, 26, 28, 29, 30, 31], "conatin": 3, "concern": 29, "condit": 13, "conduct": 22, "conf": [1, 3, 5, 6, 7, 12, 13, 17, 23, 24, 25, 26, 28, 29, 30, 31], "config": [3, 4, 12, 19, 25], "configur": [1, 3, 5, 6, 7, 8, 11, 13, 14, 15, 16, 17, 18, 20, 21, 24, 25, 26, 28], "confirm": 3, "conflict": [12, 17], "connect": [0, 2, 10, 16, 17], "connecton": 10, "consider": [0, 6, 28], "consol": [3, 26, 28], "consult": 16, "contact": [2, 15], "contain": [1, 2, 4, 6, 9, 10, 11, 13, 14, 15, 16, 19, 20, 21, 23, 24, 25, 26, 28], "container_exit": 3, "container_nam": 3, "containerfil": [3, 12], "containernam": [3, 17, 23], "content": [4, 13, 19, 29, 31], "context": 29, "contextu": 23, "contian": 11, "continu": [9, 18, 22, 23], "contribut": 27, "control": [0, 2, 3, 4, 6, 7, 8, 10, 13, 15, 19, 24, 26, 28, 30], "convers": 22, "convert": 19, "copi": [2, 3, 13, 18, 22], "core": 18, "coreo": 4, "coreutil": 3, "could": [4, 6, 18], "counter": 15, "cours": [18, 23], "cp": 3, "cpio": [3, 13], "cpu_mod": 25, "crashkernel": [10, 12, 17], "crb": 25, "creat": [0, 4, 5, 7, 9, 12, 14, 18, 22, 26, 27, 28], "createignitionjson": 4, "creation": [4, 11], "credenti": 3, "credit": 15, "critic": [3, 16, 17, 29, 31], "croni": 3, "crontab": 3, "csh": [7, 13], "csv": 22, "ctrl": [24, 26], "ctrliq": [24, 26], "curl": [8, 29], "current": [1, 2, 3, 4, 8, 10, 23, 27], "custom": [6, 11, 13, 14, 16], "cycl": [10, 19], "d": [4, 5, 7, 10, 13, 17, 25], "d7f16ed6f451": 3, "d7f16ed6f45129c7f4adb3773412def4ba2bf9902de42e86e77379a65d90a984": 3, "da2ca70704": 3, "daemon": [6, 15, 24, 26], "data": [4, 17, 19], "databas": [2, 3], "datadir": 25, "datastor": [12, 30], "date": [22, 31], "db": 28, "dbu": 4, "dc": 12, "dd": [4, 12], "deal": 14, "debian": [3, 9, 10, 12, 13, 15, 17, 28], "debootstrap": 3, "debug": [4, 18, 20, 28], "debugg": 23, "dec": 19, "decompress": [3, 6, 20], "dedic": [0, 17, 30], "def": [3, 23], "default": [1, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 20, 23, 25, 26, 28], "defaultnetdevconf": 23, "defaultnod": 2, "defaultnodeconf": 23, "defer": 23, "defin": [0, 2, 3, 12, 13, 16, 19, 20, 21, 25], "definit": [17, 18], "delet": 14, "deliv": [1, 3], "deliver1": 17, "deliver2": 17, "deliveri": [3, 17], "deliverynet": 17, "dell": 9, "delv": 28, "demand": 19, "demonstr": [14, 17], "depend": [2, 4, 7, 9, 15, 17, 21, 24, 26, 28], "deploy": [2, 9], "describ": [3, 8, 17, 22], "descript": [14, 25], "descriptor": 12, "design": [0, 9, 13, 14, 16, 18, 29, 31], "desir": [4, 13], "desk": 9, "desktop": [24, 26], "dest": [2, 30, 31], "destin": 3, "destroi": 24, "detail": [1, 2, 3, 10, 23], "detect": [1, 6], "determin": 2, "dev": [4, 25, 29], "devel": [24, 25, 26, 30, 31], "devel_basi": 31, "develop": [0, 8, 16, 22, 23, 28], "devic": [2, 3, 4, 12, 15, 19, 26, 29, 31], "devnam": 19, "dhclient": 3, "dhcp": [2, 5, 6, 7, 8, 13, 15, 17, 19, 25, 26, 28, 29, 30, 31], "dhcp_interfac": 31, "dhcpd": [2, 5, 7, 13, 17, 24, 25, 26, 30, 31], "diagram": 1, "did": 3, "didn": [3, 4], "differ": [0, 3, 8, 9, 10, 13, 14, 15, 16, 18, 26, 31], "dilemma": 27, "dir": 5, "direct": [1, 8, 15, 22], "directli": [1, 2, 3, 4, 6, 12, 15, 17, 18, 22, 23], "directori": [3, 7, 13, 23, 28], "disabl": [2, 3, 5, 16, 24, 25, 26, 31], "discov": 12, "discover": [10, 12, 23, 24, 25, 26, 29, 30, 31], "discoveri": 1, "discuss": [10, 13, 22], "disk": [9, 13, 15, 18, 24, 26, 28], "disknam": 4, "diskwip": 4, "displai": [13, 23], "distinguish": 30, "distribut": [1, 2, 3, 4, 8, 9, 11, 17, 22, 29, 31], "distributor": 16, "divid": 17, "dl": [8, 25], "dlv": 23, "dn": 13, "dnf": [1, 3, 4, 8, 24, 25, 30], "dnsmasq": [17, 28], "do": [3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 25, 29, 31], "doc": [22, 25, 27], "docdir": 25, "docker": [3, 12, 24, 25, 26, 29, 30, 31], "dockerfil": 3, "dockerhub": 9, "document": [2, 4, 6, 16, 17, 19, 22, 23, 28], "doe": [2, 3, 4, 6, 13, 15, 16, 20, 26], "doesn": [5, 11], "domain": 12, "don": [3, 16], "donald": 0, "done": [3, 11, 12, 13, 16, 22, 29, 30, 31], "dot": [29, 30, 31], "down": [10, 23, 26], "download": [8, 13, 15, 16, 24, 26, 30], "dpkg": 29, "dr": 0, "dracut": [4, 20, 28], "drift": 18, "drive": [18, 26], "driver": 11, "drop": [13, 26], "dsa": 2, "dual": [0, 17], "due": [1, 3, 12, 15, 16], "dummi": [2, 17], "duplic": 28, "duplicated_container_nam": 3, "dure": [1, 2, 3, 6, 12, 13, 15, 16, 20, 30, 31], "dynam": [1, 13, 17, 19], "dynend": 17, "dynstart": 17, "e": [2, 3, 4, 8, 11, 12, 17, 18, 19, 21, 24, 26, 29], "e2fsprog": 3, "each": [1, 2, 4, 10, 12, 13, 14, 15, 17, 18, 19, 21, 23, 25, 29], "earli": 18, "easi": [2, 7, 9], "easier": 18, "easiest": 11, "easili": [0, 4, 13], "ecdsa": 2, "ecosystem": 3, "ed25519": 2, "edit": [2, 3, 12, 17, 19, 24, 26, 27, 29, 30, 31], "edu": 24, "ee": 12, "effect": [28, 29], "efi": 30, "either": [1, 2, 5, 6, 8, 13, 17, 21], "el8": [8, 30], "el8_4": 11, "el8_6": 11, "el9": 30, "element": 19, "els": [15, 23], "emit": 19, "empti": [3, 4, 13, 19], "enabl": [1, 2, 4, 5, 7, 9, 16, 19, 20, 24, 25, 26, 28], "enact": 16, "end": [2, 13, 17, 19, 25, 26, 29, 30, 31], "endeavor": 22, "endpoint": [24, 26], "enforc": [16, 25, 29, 30], "engin": [9, 13, 19], "eno1": 12, "enough": 3, "enp0s9": 26, "enp2s0": 29, "ensur": [15, 16, 24, 26, 29, 30, 31], "enter": [20, 29], "enterpris": [3, 8, 9, 28], "entir": [3, 8, 18, 20], "entitl": 8, "entri": [4, 12, 13, 19, 23, 31], "env": 25, "environ": [2, 3, 9, 13, 18, 20, 28], "environment": 3, "eof": 25, "epel": [3, 25, 30], "eq": [17, 19], "equal": 23, "equip": 0, "equival": 12, "error": [3, 7, 12, 23, 29], "essenti": 29, "etc": [0, 1, 2, 3, 4, 5, 6, 7, 11, 13, 14, 16, 17, 19, 24, 25, 26, 29, 30, 31], "eth0": [10, 12, 24, 26, 29, 31], "eth1": 25, "eth2": 12, "eth3": 12, "ethernet": [10, 12, 17, 29, 31], "ethtool": 3, "even": [0, 3, 9, 16, 17, 18, 23], "event": 22, "ever": 18, "everi": [0, 1, 3, 4, 10, 13, 14, 15, 18, 19], "everyth": [9, 10, 13, 24], "exact": 22, "exactli": [15, 18, 22], "exampl": [2, 3, 12, 13, 14, 16, 17, 20, 21, 26, 28, 30], "except": [3, 4], "exec": [2, 3, 15], "execstart": 25, "execut": [1, 3, 15, 22, 23, 26], "exist": [2, 3, 4, 9, 12, 13, 19], "exit": 3, "expand": 21, "expect": [2, 3, 4, 15], "experi": [9, 18, 26], "experiment": 5, "explain": 2, "explicitli": 30, "export": [2, 3, 7, 13, 24, 25, 26, 29, 30, 31], "express": 21, "ext3": 4, "ext4": 4, "extend": [16, 17], "exterior": 16, "extract": [1, 6], "extrem": 31, "f": [3, 13, 24], "fa": 4, "facilit": [3, 13, 14, 18], "factor": [16, 18], "fail": [1, 4, 23], "failur": 2, "fall": 18, "fals": [2, 10, 19, 25, 29, 30, 31], "familiar": 20, "far": 18, "farm": 9, "featur": [3, 5, 14, 16, 18, 22, 23, 27, 28], "fedora": 24, "feel": 27, "felt": 12, "fetch": [1, 2, 6, 13, 20], "few": [3, 4, 14], "ff": 12, "field": [10, 12, 13, 14, 17], "figur": [0, 17], "file": [2, 4, 5, 6, 7, 9, 12, 13, 15, 16, 17, 22, 23, 24, 26, 29, 30, 31], "filenam": [13, 15, 19], "filepath": 3, "filesystem": [3, 4], "final": 3, "find": [2, 4, 8, 15, 19, 20], "findutil": 3, "finish": 15, "firewal": [16, 17, 19, 24, 26, 29, 30], "firewalld": [24, 25, 26, 28, 31], "firewallddir": [25, 30], "firmwar": [1, 3, 11, 15, 16], "first": [2, 6, 8, 12, 13, 16, 17, 29, 31], "fix": [14, 22, 23, 31], "flag": [3, 4, 12, 13, 14, 19], "flat": 2, "flexibl": [9, 18, 31], "floppi": 26, "flow": [1, 22], "focu": 27, "follow": [1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 17, 19, 20, 22, 25, 29, 31], "foo": 19, "forc": [1, 13], "forewarn": 8, "format": [2, 4, 13, 16, 24], "forward": 26, "found": [3, 19], "foundat": 0, "free": 16, "frequenc": 2, "fresh": [29, 30], "from": [0, 1, 2, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 26, 28, 29], "front": 19, "fsformat": 4, "fsname": 4, "fspath": 4, "fstab": [4, 10, 12, 17], "fswipe": 4, "ftp": 3, "full": [1, 12, 18, 25, 28, 29, 30, 31], "fulli": [1, 16], "func": 23, "function": [4, 13, 15, 21, 22, 23, 27, 31], "further": [16, 22], "futur": [20, 22], "g": [2, 3, 4, 8, 11, 12, 17, 18, 19, 21, 24, 26, 29], "gain": [3, 16], "gatewai": [10, 12, 19, 23, 25, 26, 29, 30, 31], "gawk": 3, "gdisk": 4, "gener": [0, 2, 3, 8, 9, 12, 15, 16, 17, 19, 22, 23, 27, 31], "geoip": 3, "get": [2, 3, 9, 13, 15, 16, 17, 19, 20, 22, 23, 29], "getb": 19, "getconfig": 22, "ghcr": [3, 24, 25, 26, 29, 30], "giant": 0, "gib": 11, "gid": [3, 13], "gigabyt": 3, "git": [3, 22, 24, 25, 26, 27, 29, 30, 31], "github": [3, 4, 8, 22, 23, 24, 25, 26, 27, 29, 30, 31], "gitlab": 9, "given": [4, 12, 13, 19, 20, 22, 23], "glob": 12, "global": [9, 24], "glossari": 28, "gnu": 13, "go": [2, 8, 14, 15, 16, 18, 22, 23, 24, 26, 31], "goarch": 3, "golang": [3, 8, 24, 25, 26, 29, 30], "golden": [3, 9], "good": [22, 27, 29], "goroutin": 23, "gpgme": [24, 25, 26, 30], "gptfdisk": 4, "gpu": [6, 11], "gracefulli": 10, "grant": 12, "graphic": [9, 24], "grate": 22, "great": 22, "greatest": 8, "greatli": 22, "green": 3, "grep": [3, 12, 13, 14, 25], "ground": 16, "group": [0, 3, 6, 8, 12, 13, 14, 18, 24, 25, 26, 29, 31], "groupinstal": [8, 25], "grow": [3, 18], "growpart": 25, "grub": [16, 28], "grub2": 1, "grubboot": [1, 30], "grubmenuentri": 1, "guarante": 8, "guest": 26, "guestf": 25, "gui": 22, "guid": 23, "gushi": 16, "gz": [8, 15, 20], "gzip": [3, 13], "h": [5, 13], "ha": [0, 1, 3, 4, 5, 7, 9, 10, 11, 12, 13, 14, 16, 17, 21, 22, 25, 30], "had": [9, 16, 18], "hand": [16, 31], "handi": 14, "handl": [3, 13], "happen": [10, 19], "happi": 22, "hard": [11, 16, 18, 26], "harder": 18, "hardwar": [9, 16, 18, 28], "hashicorp": 25, "have": [0, 1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 29, 30, 31], "head": [0, 6, 14, 28], "header": 13, "heavi": 13, "hello_world": [24, 26, 31], "help": [12, 14, 15, 16, 18, 20, 21, 22, 23, 29, 31], "here": [3, 7, 8, 10, 11, 14, 15, 16, 17, 20, 22, 23, 25, 29, 30, 31], "hierarchi": 3, "high": [9, 16, 17, 26], "highli": [9, 12], "hindsight": 3, "histor": [0, 16], "hit": 23, "hobbyist": 9, "hold": 4, "hole": 3, "home": [0, 2, 17, 23, 25, 26, 29, 30, 31], "homogen": 18, "hopefulli": 22, "host": [1, 2, 5, 7, 10, 12, 16, 17, 19, 26, 28, 29, 30, 31], "host_kei": [10, 12, 13, 17], "hostfil": 7, "hostlist": 28, "hostnam": [10, 12, 13, 17, 19, 25], "hostonli": 1, "how": [1, 2, 3, 9, 10, 13, 15, 17, 22, 28], "howev": [6, 9, 12, 16], "hpa": 29, "hpc": [0, 3, 9, 16, 17, 18], "http": [4, 8, 15, 17, 20, 22, 24, 25, 26, 29, 30, 31], "http_proxi": 3, "https_proxi": 3, "hub": [3, 29, 30, 31], "huge": [1, 22], "hundr": [3, 9, 14, 18], "hw": [14, 15, 29, 30, 31], "hwaddr": [10, 12, 19], "hwadmin": 10, "hybrid": 18, "hyperscal": 9, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "ib0": 12, "iband": 12, "icon": 25, "id": [10, 12, 13, 14, 17, 19, 23], "ident": [9, 13, 27], "identifi": [1, 4, 17, 20], "ifcfg": [10, 12, 13, 17, 19, 26], "ignit": [10, 12, 17, 28], "illustr": 12, "imag": [1, 3, 4, 6, 9, 11, 13, 15, 16, 18, 20, 21, 24, 25, 28], "img": [15, 24], "imgextract": [3, 20], "imped": 3, "implement": [0, 3, 6, 13, 16, 17, 28], "impli": 17, "import": [2, 6, 12, 17, 22, 24, 25, 26, 28, 29, 30, 31], "improv": 27, "inc": 19, "incept": [0, 3], "includ": [1, 5, 10, 11, 12, 13, 14, 15, 17, 20, 22, 23, 24, 26, 28], "increas": 16, "increment": 12, "independ": 6, "index": 19, "indic": [4, 20], "individu": [10, 13, 18, 19, 29, 31], "infiniband": [12, 17], "info": [3, 25], "infodir": 25, "inform": [2, 3, 4, 12, 13, 14, 15, 17, 20, 27], "infrastructur": [2, 9, 17], "inher": 14, "inherit": 14, "init": [10, 12, 13, 14, 15, 17, 20, 23, 31], "initi": [1, 6, 9, 13, 15, 20, 28], "initramf": [1, 10, 12, 16, 17, 23], "initrd": [3, 20], "initscript": 3, "inlin": 25, "insecur": 16, "insert": 13, "insid": [1, 3, 16, 26], "inspect": [1, 16, 25], "inspir": 4, "instal": [2, 3, 4, 6, 7, 11, 16, 18, 26, 28], "installroot": 3, "instanc": 26, "instead": [1, 3, 4, 5, 14, 16, 18], "instruct": [5, 23, 29, 31], "intarfac": 29, "integ": 3, "integr": [3, 17, 22], "intel": 25, "intend": [13, 19, 22], "intens": 3, "inter": 17, "interact": [0, 3], "interfac": [0, 2, 6, 10, 12, 17, 19, 21, 23, 26, 29, 30, 31], "interfer": 3, "interior": 16, "intern": [17, 23], "interpret": 13, "interterfac": 12, "interv": [2, 25, 26, 29, 30, 31], "introduc": 11, "introduct": 28, "investig": 4, "io": [3, 4, 6, 17, 24, 25, 26, 29, 30], "ip": [2, 10, 12, 13, 14, 17, 19, 20, 25, 26, 29, 30, 31], "ipaddr": [2, 10, 12, 17, 19, 23, 25, 26, 29, 30, 31], "ipaddr6": [10, 12, 19], "ipcidr": 19, "ipmi": [17, 23, 28], "ipmiaddr": [10, 12], "ipmientri": 23, "ipmiescapechar": 10, "ipmigatewai": [10, 12, 14], "ipmiinterfac": [10, 12, 14], "ipmiipaddr": 14, "ipminetmask": [10, 12, 14], "ipmipass": [10, 12], "ipmiport": [10, 12, 14], "ipmitool": [3, 24, 26], "ipmius": [10, 12], "ipmiusernam": 14, "ipmiwrit": [10, 12], "iprout": 3, "iputil": 3, "ipv4": 19, "ipv6": 19, "ipx": [2, 3, 7, 10, 12, 14, 15, 17, 19, 23, 26, 28, 30], "ipxesourc": [2, 30], "irqbypass": 25, "isc": [5, 17, 29], "isn": [4, 19], "iso": [18, 24, 26], "isol": 22, "issu": [3, 10, 12, 13, 17, 18, 27, 28], "iter": [4, 9, 19], "its": [1, 2, 4, 5, 6, 8, 9, 12, 13, 15, 18], "itself": [3, 4, 6, 11, 13, 16, 17], "j": 13, "jan": 11, "job": [16, 18], "join": 28, "journalctl": 4, "json": [4, 25], "jun": 11, "just": [3, 9, 12, 14, 16, 17, 18, 22, 29, 30, 31], "k": [24, 26], "keep": [4, 5], "kei": [1, 7, 10, 13, 24, 26], "kernel": [1, 2, 3, 6, 13, 14, 15, 16, 17, 20, 21, 23, 24, 26, 28, 30], "kernelarg": [4, 10, 12, 14], "kernelentri": 23, "kerneloverrid": [10, 11, 12], "kill": 16, "kind": 3, "kmod": 20, "know": 20, "known": [1, 9, 13, 16], "kpxe": 30, "kubernet": 9, "kvm": 28, "kvm_amd": 25, "l": [13, 24, 26, 31], "lab": 9, "label": [4, 30], "lan": 10, "land": 16, "languag": [24, 26], "lanplu": 10, "larg": [9, 13, 14, 17], "larger": [3, 12, 17, 18], "last": [3, 4, 9, 13, 14, 15], "lastli": 14, "lastseen": 15, "latenc": [12, 17], "later": [3, 20], "latest": [3, 8, 12, 23, 31], "layer": [3, 16], "layout": 17, "lead": [4, 12], "leap": [3, 28], "leap15": [1, 17, 31], "learn": 1, "leas": 17, "least": 17, "leav": 2, "led": 3, "left": [3, 27], "legaci": 3, "len": 23, "less": [3, 31], "let": [14, 22], "level": [1, 10, 17], "leverag": [3, 9, 16], "lexic": 12, "li": 13, "lib": [2, 3, 4, 25, 26, 29, 30, 31], "libassuan": [24, 25, 26, 29, 30], "libgpgm": 29, "libguestf": 25, "libnf": 29, "librari": 16, "libvirt__dhcp_en": 25, "libvirt__network_nam": 25, "libvirtd": 25, "light": 2, "lighter": 3, "lightweight": [9, 12], "like": [3, 4, 8, 13, 14, 15, 16, 17, 18, 22, 26, 27, 29, 31], "limit": [1, 2, 3, 16, 22], "line": [3, 7, 17, 19, 20, 21, 23, 24, 26], "link": [12, 15, 19, 22], "linux": [3, 6, 9, 11, 12, 15, 17, 18, 20, 24, 28, 29, 31], "list": [2, 4, 10, 14, 17, 21, 23, 24, 26, 28, 29, 30, 31], "listen": [2, 24, 29], "liveiso": 18, "liveo": 18, "lo": 8, "load": [1, 6, 16, 20, 23, 25], "local": [2, 13, 15, 19, 23, 24], "localdomain": 3, "localhost": [3, 25, 26], "localstatedir": [2, 25, 30, 31], "locat": [1, 3, 8, 11, 24, 31], "log": [2, 3, 4, 16, 20], "log_level": 4, "login": [3, 13, 24, 26], "long": [2, 13], "look": [2, 3, 14, 18, 26], "loop": [13, 31], "loopback": 13, "lot": [3, 10, 14], "love": 27, "low": 17, "lower": [3, 16], "lp155": 8, "lsb": 3, "lscpu": 25, "lsmod": 25, "m": [13, 22, 24, 26], "mac": [13, 14, 15, 20], "machin": [25, 26, 28], "machine_virtual_s": 25, "made": [11, 16, 22], "mai": [0, 1, 2, 3, 4, 6, 7, 8, 12, 13, 15, 16, 17, 18, 20, 22, 29, 30], "main": [3, 5, 6, 8, 22, 29], "maintain": [6, 9, 18, 22], "major": 21, "make": [2, 4, 5, 8, 15, 16, 18, 20, 23, 24, 25, 26, 28, 29, 30, 31], "makefil": 23, "malici": 16, "man": 25, "manag": [0, 2, 6, 8, 9, 10, 13, 14, 16, 17, 18, 21, 24, 25, 28, 30, 31], "mandatori": 13, "mandir": 25, "mani": [9, 13, 14, 17, 18, 19, 21, 22], "manifest": 3, "manipul": 13, "manner": 13, "manual": [7, 30], "map": [4, 23, 26], "mark": 23, "mask": [2, 17], "massiv": [0, 9], "master": [0, 3, 6, 22], "master1": 28, "match": [2, 3, 4, 12, 16], "materi": 16, "matter": 2, "max": 17, "maximum": 4, "md": [13, 22], "mdt": 11, "mean": [1, 3, 4, 9, 12, 16, 17, 18, 22], "mechan": 6, "megabyt": 3, "member": [12, 22], "memori": [1, 3, 6, 18, 20, 25, 26], "mention": 12, "merg": 22, "messag": [13, 22, 29], "metadata": [24, 25], "metal": [3, 4, 6], "method": [1, 8, 12, 14], "mfa": 16, "mib": [4, 11], "micro": [10, 12], "might": [14, 17, 18, 23, 26, 29], "mini": 3, "minim": [3, 20], "minimum": 12, "minut": [6, 15], "mirror": 24, "misalign": 2, "mismatch": 3, "miss": 13, "mix": 6, "mkdir": [3, 13, 25, 29], "mnt": 3, "mobap": 24, "mode": [3, 13, 16, 19], "model": [3, 9, 11, 16, 18], "modern": [1, 3, 29, 31], "modif": [11, 19], "modifi": [3, 12, 13, 14, 17, 24, 26], "modul": [1, 4, 11, 15, 16], "moment": [4, 22], "monitor": [0, 17], "more": [1, 3, 6, 8, 12, 17, 18, 19, 20, 23, 27], "most": [3, 6, 8, 9, 12, 13, 15, 16, 18], "mount": [1, 2, 3, 4, 13, 25, 26, 29, 30, 31], "move": 23, "mst": 11, "mtu": [10, 12], "much": [0, 1], "multi": [0, 16, 28], "multiarch": 3, "multipl": [8, 10, 11, 12, 16, 21, 28, 29, 30, 31], "must": [1, 2, 3, 4, 5, 13, 14, 16, 17, 20, 29, 30, 31], "mv": 31, "my": [24, 26], "n": [12, 13, 14], "n00": 12, "n000": 25, "n0000": [12, 14, 24, 26, 29, 31], "n0000_ip": 24, "n0001": 25, "n0002": 25, "n001": [10, 12], "n002": [10, 12], "n003": [10, 12], "n004": [10, 12], "n01": 4, "n1": 30, "name": [0, 2, 3, 5, 6, 10, 11, 13, 14, 17, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31], "nasa": 0, "nat": [17, 26], "natnetwork": 26, "necess": 18, "necessari": [4, 6, 12, 13, 15, 22], "need": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 26, 29, 30], "neighbor": 18, "nest": 6, "net": [3, 10, 12, 17, 24], "net_default_mac": 20, "netdev": [10, 12, 17, 19, 23, 24, 25, 26, 29, 31], "netdeventri": 23, "netmask": [2, 10, 12, 17, 23, 25, 26, 29, 30, 31], "netnam": [10, 12, 13, 17, 26, 31], "nettag": 13, "nettagadd": 17, "network": [0, 1, 2, 8, 14, 15, 18, 19, 25, 26, 28, 29, 30, 31], "networkmanag": [3, 10, 12, 13, 17], "networknam": 19, "never": [2, 18], "new": [2, 3, 13, 14, 16, 23, 26, 28], "newer": 3, "newnodeinfo": 23, "newroot": 3, "next": [0, 4, 12, 17, 18, 22, 23, 26, 29, 31], "nexthop": 19, "nf": [2, 3, 6, 7, 8, 13, 18, 24, 25, 26, 29, 30, 31], "nfs_udp": 25, "nfs_version": 25, "nil": 23, "no_auto": 4, "no_proxi": 3, "no_root_squash": [2, 25, 29, 30, 31], "noautoconsol": 24, "nobodi": 27, "node": [0, 1, 3, 4, 6, 7, 9, 13, 16, 17, 18, 20, 21, 23, 24, 26, 28], "node1": 21, "node2": 21, "node3": 21, "node5": 21, "node6": 21, "nodeconf": 23, "nodeinfo": 23, "nodenam": [13, 15], "nodepattern": 13, "nodeyaml": 23, "nodeyaml_test": 23, "noe": 20, "nohttp": 3, "non": [2, 24], "none": 2, "normal": [6, 20, 23, 31], "notat": [29, 30, 31], "note": [3, 4, 6, 12, 17, 22, 29, 31], "noth": [14, 16], "notic": 11, "notif": 4, "noupdat": 13, "now": [3, 5, 7, 12, 14, 15, 17, 25, 29, 30, 31], "number": [4, 9, 13, 18, 20, 29, 30, 31], "number_of_nod": 25, "numer": 21, "nut": 22, "o": [3, 13, 18, 23, 24, 26], "object": [3, 28], "obsidian": 3, "obsolet": 18, "obtain": [8, 13, 22], "obvious": [18, 22], "occur": [2, 8, 15, 17], "oci": [3, 6], "off": [10, 21, 26, 28], "offer": 22, "offici": [1, 22], "often": 6, "omit": [4, 17, 29, 31], "onboot": [10, 12, 17, 26], "onc": [3, 6, 7, 8, 11, 12, 15, 16, 21, 22, 23, 29], "one": [0, 3, 4, 6, 10, 12, 13, 14, 16, 17, 18, 26, 29, 30, 31], "onion": 16, "onli": [1, 2, 3, 4, 6, 9, 11, 13, 14, 15, 16, 17, 18, 19, 26], "onlin": [22, 26], "onto": 18, "open": [9, 15, 22, 23, 27, 28], "openbuild": 31, "openssh": 3, "opensus": [3, 12, 15, 28], "oper": [1, 2, 3, 4, 6, 7, 8, 9, 15, 16, 18, 28, 29, 30, 31], "opt": [2, 25, 29, 30, 31], "optic": 26, "optim": 18, "option": [1, 2, 4, 5, 9, 11, 12, 13, 15, 16, 26, 29, 30, 31], "ora": 3, "order": [1, 3, 5, 6, 15, 26], "org": [3, 8, 12, 25, 26, 31], "organ": 17, "organiz": 16, "origin": [0, 2, 12, 18, 19, 22], "other": [0, 2, 3, 6, 7, 8, 12, 13, 14, 15, 18, 22, 23], "otherwis": [12, 20], "our": [14, 16, 18, 22, 27], "out": [3, 9, 12, 15, 17, 18, 22, 27], "outcom": 4, "outlin": 10, "output": [7, 12, 13, 22, 24, 26], "outsid": [2, 16], "over": [3, 8, 9, 10, 12, 15, 17, 18, 19], "overcom": 18, "overlai": [2, 3, 4, 5, 6, 10, 15, 17, 19, 20, 21, 24, 25, 26, 28, 29], "overlaid": 18, "overlap": 30, "overrid": [1, 10, 12, 21, 23, 28], "overridden": [2, 12], "overview": [9, 28], "overwrit": [13, 14], "overwritten": [3, 4, 12, 14], "own": [3, 9, 11], "ownership": 13, "p": [3, 13, 24, 25, 26], "packag": [1, 3, 6, 8, 23, 24, 25, 26, 30, 31], "page": 8, "pai": 17, "pam": [3, 13], "paradigm": [2, 18], "parallel": [13, 16, 18, 21], "paramat": 31, "paramet": [1, 2, 6, 10, 24, 26, 29, 30], "parent": [2, 13], "parenthesi": 12, "parit": 4, "pars": 13, "part": [8, 13, 14, 29], "partcreat": 4, "partial": 4, "particular": [11, 12, 13, 14, 18], "partit": [4, 13], "partlabel": 4, "partnam": 4, "partnumb": 4, "partsiz": 4, "pass": [1, 6], "passthrough": 25, "passwd": [3, 13], "password": [3, 23, 26], "passwordless": 7, "past": 18, "path": [3, 4, 13, 23, 25, 29, 30, 31], "pattern": [3, 5, 31], "paus": 23, "payload": 19, "pc": 23, "pciutil": 3, "pend": 8, "peopl": 13, "per": [1, 2, 7], "perform": [3, 6, 9, 13, 16, 17, 20], "perhap": 16, "period": [6, 13, 31], "perman": [29, 30], "permiss": 13, "permit": 1, "persist": [12, 13, 17, 26], "perspect": 17, "phase": 1, "physic": [1, 16], "pick": 12, "piec": 18, "pipelin": 9, "pkg": 23, "place": [13, 20, 22], "plan": 13, "platform": [0, 3, 4, 8, 9, 18], "pleas": [3, 15], "plugin": 25, "point": [3, 4, 13, 18, 20, 23, 29], "polici": 16, "pool": 18, "popul": 19, "popular": 9, "port": [2, 10, 17, 20, 23, 25, 26, 29, 30, 31], "portion": 7, "posix": 16, "possibl": [1, 3, 4, 5, 10, 11, 13, 16, 17, 18], "post": [3, 16, 22, 29, 31], "postur": 16, "potent": 23, "potenti": [20, 23], "power": [21, 28], "pr": 22, "practic": [16, 29, 30], "pre": [4, 13, 20], "prealloc": 24, "preced": 14, "preconfigur": 15, "predetermin": 17, "predict": 12, "predomin": 16, "prefer": [4, 19, 23, 30], "prefix": [3, 25, 31], "prepopul": 31, "prerequisit": [24, 26], "prescrib": 3, "present": [3, 15, 19], "press": 20, "pretti": 18, "prevent": [2, 3], "preview": 1, "previou": [3, 14, 16, 18, 22], "previous": [11, 20], "primari": [2, 6, 10, 12, 17, 19], "primarili": 21, "primarynetdev": [17, 23], "princip": 9, "print": [3, 13, 19, 23, 29, 31], "prior": [2, 3, 23, 30], "privaci": 19, "privat": [0, 2, 9, 17, 26, 29, 30, 31], "private_network": 25, "privatereg": 3, "privileg": [2, 3], "probabl": [3, 22, 29], "problem": [13, 18, 20], "proce": 23, "procedur": 27, "process": [1, 2, 3, 4, 6, 8, 10, 11, 13, 16, 17, 18, 24, 26, 28, 31], "produc": 9, "product": [8, 17], "profil": [1, 2, 3, 4, 6, 7, 11, 12, 13, 16, 17, 21, 23, 24, 25, 26, 28], "program": 7, "project": [8, 15, 22, 31], "prompt": [20, 26], "prone": 12, "properli": [3, 7, 13, 29], "protect": 3, "protocol": 17, "provid": [1, 4, 6, 8, 9, 12, 14, 15, 16, 17, 19, 20, 21, 22, 25, 27, 28, 30], "provis": [1, 2, 3, 6, 9, 12, 13, 17, 19, 20, 25, 28, 30, 31], "provision": 16, "proxyfromenviron": 3, "psmisc": 3, "pub": 25, "public": [0, 3, 17, 19], "publish": 30, "pull": [24, 26, 27, 28, 30], "purpos": [0, 2, 3, 11, 13, 14], "put": [2, 14, 18, 26], "pxe": [7, 15, 16, 17, 24, 25, 26], "q": [13, 30], "qcow2": 24, "qemu": [3, 24], "quickli": [3, 7], "quiet": [10, 12, 13, 17], "quit": 3, "r": [11, 13, 24, 26], "rack": 15, "rais": [27, 28], "ram": 24, "ramdisk": 20, "ramf": 16, "rang": [2, 3, 12, 13, 17, 21, 23, 25, 26, 29, 30, 31], "rather": [1, 3, 13, 14, 16, 18], "raw": 16, "rd": 4, "rdinit": 20, "re": [3, 4, 5, 7, 15, 20, 22, 23, 31], "reach": 15, "reachabl": 12, "read": [3, 22, 23], "readi": [7, 15, 24, 25, 26], "readonli": [2, 3, 30, 31], "realiz": 18, "reason": [3, 14, 16, 27, 30], "reboot": [2, 3, 4, 13, 18, 29], "rebuild": [2, 3, 13, 30], "rebuilt": [2, 3], "receiv": 13, "recent": [6, 8, 12], "recip": 3, "recogniz": 3, "recommend": [2, 4, 8, 12, 13, 17], "reconfigur": 29, "record": 6, "redirect": 19, "reduc": 3, "redund": 14, "refer": [0, 6, 12, 15, 20, 21, 29, 30, 31], "referenc": 22, "reg": 25, "regardless": [3, 22], "regener": 1, "regist": [7, 15, 29, 30], "registr": 3, "registri": [12, 31], "regular": 23, "rel": 20, "relabel": 13, "releas": [3, 9, 12, 24, 25, 26, 30], "reli": [4, 16, 29, 30, 31], "reload": [29, 30], "remain": [9, 12], "remot": 22, "remov": [3, 4, 13, 19, 23, 24], "render": [9, 13], "replac": [1, 4, 22], "repo": [24, 25, 26], "report": 3, "repositori": [3, 8, 16, 22, 27], "request": [2, 15, 16, 18, 27, 30], "requir": [0, 2, 3, 6, 8, 11, 12, 14, 15, 16, 17, 28, 30], "research": 9, "reserv": 3, "reset": [3, 10, 15], "resolv": [2, 3, 7, 10, 12, 13, 17, 30, 31], "resourc": [0, 9, 17, 22], "respect": [2, 21], "respond": [2, 15, 30], "respons": [6, 15], "rest": [9, 15, 17, 20], "restart": [7, 29, 30], "restorecon": [29, 30], "restrict": 13, "result": [7, 13, 15, 17, 19], "retain": 3, "reus": 4, "revers": 17, "revert": 22, "review": [24, 26, 28], "revis": 8, "rhel": [3, 9, 24, 25, 26, 28], "rhel7": [24, 26], "rm": 3, "ro": [2, 25, 29, 30, 31], "roam": 16, "rocki": [3, 9, 11, 12, 15, 28], "rocky9": 1, "rockylinux": [3, 25, 30], "role": [6, 12], "rom": 15, "root": [2, 3, 4, 7, 9, 10, 12, 13, 14, 15, 16, 17, 19, 23, 24], "rootf": 3, "rout": 19, "router": 17, "rpm": [3, 24, 25, 26, 28, 30], "rsa": 2, "rsync": 3, "rsyslog": 3, "rule": [26, 31], "run": [1, 2, 3, 5, 6, 7, 9, 10, 12, 13, 14, 15, 20, 22, 24, 26, 28, 29, 30, 31], "runtim": [2, 3, 6, 10, 12, 13, 15, 16, 18, 20, 31], "runtime_overlai": 15, "runtimeoverlai": [14, 17, 23], "rv": [29, 30], "rw": [2, 25, 29, 30, 31], "same": [1, 6, 9, 10, 13, 18, 20], "sandbox": [3, 6, 28], "save": 3, "sbin": [10, 12, 15, 17, 23, 31], "scalabl": [0, 9, 12, 13, 14, 18], "scale": [0, 9, 18, 31], "scenario": 1, "schedul": [0, 17], "scheme": [10, 12, 17], "scienc": [12, 31], "scientist": 9, "scope": [17, 23], "scratch": [4, 18, 28], "scrip": 13, "script": [3, 6, 10, 13, 18, 26], "second": [2, 12, 14, 17, 26], "section": [3, 12, 14, 15, 27], "secur": [2, 3, 9, 17, 25, 26, 28, 29, 30, 31], "sed": [3, 25], "see": [1, 3, 4, 11, 12, 13, 14, 15, 22, 25, 27, 29, 31], "seen": [0, 14, 15], "segment": 0, "select": [8, 13, 26], "selinux": [9, 13, 15, 24, 25, 26, 28, 29, 30], "semant": [1, 4], "send": 27, "sens": 6, "sensit": [2, 3], "sent": 15, "separ": [1, 6, 11, 21], "ser": 24, "serial": 10, "serv": 1, "server": [1, 2, 3, 5, 6, 7, 8, 9, 13, 15, 16, 18, 19, 20, 25, 26, 28, 29, 30, 31], "servic": [0, 2, 4, 5, 6, 8, 13, 17, 19, 21, 22, 24, 25, 26, 28], "session": 3, "set": [1, 2, 3, 4, 11, 13, 14, 15, 16, 17, 18, 20, 23, 24, 25, 26, 28, 30], "setdefault": [24, 26, 31], "setdeffrom": 23, "setfrom": 23, "setslic": 23, "setup": [3, 6, 7, 10, 16, 23, 28, 29, 31], "sever": [3, 4, 13, 17, 18], "sgdisk": 4, "sh": [3, 7, 13, 20], "sha256": 3, "shadow": [3, 13], "share": [2, 3, 13, 25, 27, 29, 30, 31], "sharedstatedir": 25, "shell": [1, 2, 3, 7, 20, 22, 25], "shim": 16, "ship": 13, "should": [2, 3, 4, 7, 8, 9, 13, 14, 15, 17, 22, 26, 30], "should_exist": 4, "show": [3, 10, 19, 31], "shown": 13, "shutdown": [10, 24], "sign": 1, "signatur": [1, 3], "signific": 13, "significantli": 3, "similar": [0, 2, 3], "simpl": [0, 6, 9, 12, 13, 16], "simplest": 18, "simpli": [3, 16], "simplic": 9, "sinc": [3, 9, 20], "singl": [0, 1, 3, 4, 10, 12, 13, 14, 18, 23], "singular": [3, 24], "singularityplu": [24, 26], "site": [2, 8], "situat": 13, "size": [1, 4, 11, 28], "skip": [3, 18], "sl7": 26, "slave": 12, "sle": [10, 12, 28], "sleep": 15, "small": [3, 12], "smaller": [0, 14], "snapshot": 8, "snippet": 19, "snponli": 30, "so": [2, 3, 4, 7, 8, 12, 13, 14, 18, 20, 22, 26, 27, 29, 30, 31], "socket": 25, "soft": [0, 10, 16], "softwar": [18, 27], "sol": 10, "solut": [13, 17], "solv": [13, 18], "some": [1, 2, 3, 6, 8, 9, 13, 14, 16, 26, 29, 30, 31], "someth": [3, 31], "sometim": [3, 4, 6, 19], "soon": 19, "sort": 12, "sourc": [2, 3, 9, 15, 19, 22, 27, 28, 31], "space": [3, 18], "special": [2, 6], "specif": [2, 3, 4, 6, 10, 11, 13, 14, 15, 16, 24, 26, 30, 31], "specifi": [2, 3, 4, 5, 11, 12, 13, 20], "speed": 17, "speedup": 13, "sphinx": 27, "spin": 28, "spoof": 16, "squid": 3, "srv": 31, "srvdir": [25, 30], "ssh": [7, 10, 12, 16, 17, 21, 24, 26], "ssh_setup": [7, 13], "stabl": [3, 8], "stack": 15, "stage": [1, 4, 8, 15, 20, 29], "standard": [0, 3, 9, 13, 26, 31], "start": [2, 3, 7, 23, 24, 25, 26, 28], "starter": 1, "state": [9, 10], "stateless": [3, 9, 13, 28], "static": [3, 13, 17, 19, 26, 29, 30, 31], "statu": [7, 10, 13, 22, 24, 26, 28], "stdout": 4, "step": [1, 3, 17, 18, 23, 26], "sterl": 0, "still": [3, 11, 12, 16, 18, 29], "stop": [5, 7, 16, 24, 26, 31], "storag": [0, 6, 26, 28], "store": [2, 3, 7, 13], "strace": 3, "string": [12, 16, 19, 23], "strive": 16, "structur": [4, 31], "stuck": 3, "sub": [14, 21], "subcommand": [13, 21], "subnet": [2, 17], "subpackag": 1, "subsequ": 13, "subset": 14, "substitut": [8, 20, 23], "substr": 19, "success": 4, "sudo": [3, 8, 16, 24, 25, 26, 29, 31], "suffici": 26, "suffix": [13, 19, 31], "suggest": [22, 27], "suit": 28, "summari": [14, 28], "supercomput": 9, "supersecret": 3, "supersed": [14, 29, 30, 31], "suppli": 30, "support": [1, 3, 4, 6, 8, 9, 12, 13, 15, 16, 21, 22, 31], "suppress": 13, "sure": [4, 5, 12, 13, 14, 26, 30], "suse": [8, 9], "swap": [4, 18], "switch": [3, 4, 8, 13, 16, 17, 29], "sync": [2, 3, 18, 25, 29, 30, 31], "synced_fold": 25, "synchron": 13, "syncron": 3, "syncus": [10, 12, 17, 28], "syntax": 21, "sysconfdir": [2, 25, 30, 31], "sysconfig": [16, 24, 26, 31], "syslog": [2, 25, 29, 30, 31], "system": [0, 1, 2, 3, 4, 6, 8, 9, 13, 15, 16, 18, 20, 21, 22, 24, 26, 28], "system_overlai": 15, "systemctl": [5, 7, 24, 25, 26, 29, 30, 31], "systemd": [2, 3, 4, 5, 7, 10, 12, 13, 17, 25, 26, 29, 30, 31], "systemddir": [25, 30], "systemoverlai": [13, 14, 17, 23], "t": [1, 3, 4, 5, 11, 13, 15, 16, 19, 23, 31], "tabl": [3, 4, 10, 26], "tag": [1, 3, 8, 16, 17, 20, 22, 23, 29], "tagadd": 1, "take": [4, 14, 16], "taken": 1, "talk": 22, "tar": [3, 8], "target": [3, 4, 16, 19, 23], "task": 9, "tcp": 2, "tech": 1, "technologi": 1, "tee": 25, "tell": [13, 16, 20], "templat": [1, 2, 3, 4, 5, 7, 17, 26, 28, 30, 31], "temporari": 17, "tend": [16, 27], "tenet": 9, "term": 6, "test": [2, 3, 12, 14, 22, 28], "test_getallnodeinfodefault": 23, "test_nod": 23, "test_profil": 14, "testb": 25, "text": [2, 13, 15, 19, 31], "tftp": [1, 2, 5, 6, 7, 8, 15, 17, 24, 25, 26, 29, 30, 31], "tftpboot": [25, 26, 29, 30], "tftpd": 29, "tftpdir": [25, 31], "tftproot": [2, 26, 30, 31], "than": [1, 3, 14, 17], "thank": 15, "thei": [2, 3, 10, 12, 15, 18, 22, 30, 31], "them": [2, 3, 6, 7, 8, 11, 12, 13, 14, 15, 16, 22, 29, 30, 31], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 29, 30, 31], "thing": [7, 13, 14, 15, 16, 18], "think": 18, "thoma": 0, "those": [3, 8, 13, 15, 16, 29, 31], "though": [3, 6], "thousand": [9, 13, 18], "thread": 22, "three": 17, "threshold": 16, "through": [0, 10, 13, 15, 16, 23], "thu": [0, 3], "thumb": 18, "time": [2, 3, 11, 17, 18, 19, 20, 22, 30], "tinker": 4, "tl": 3, "tmp": [3, 25], "tmpf": [1, 16], "tmpl": 19, "todai": [0, 18], "togeth": [0, 3, 14, 18, 23], "token": 16, "toler": 12, "tool": [0, 4, 8, 9, 15, 18, 25, 28], "toolkit": 18, "top": 25, "topologi": 0, "total": 23, "touch": 2, "track": 23, "traction": 3, "tradit": [0, 1, 9, 22], "transfer": [16, 17], "tree": 3, "trigger": 3, "trim": 13, "trivial": 17, "troubl": 23, "troubleshoot": 28, "true": [1, 2, 3, 4, 10, 12, 17, 19, 25, 26, 29, 30, 31], "trust": [16, 17], "try": [3, 4, 15, 20, 23], "tumblewe": 12, "turn": [10, 21, 28, 29, 30], "turnkei": [0, 9], "turnoff": 26, "tux": 3, "tw": [10, 12], "two": [0, 3, 6, 13, 14, 17, 26, 31], "type": [0, 9, 10, 12, 16, 17, 19, 23, 24, 25, 29, 31], "typic": [1, 2, 3, 6, 8, 13, 17, 20], "tzdata": 3, "u": [3, 4, 16, 23, 31], "udev": [10, 12, 13, 17], "uefi": 3, "uid": [3, 13], "un": 28, "unabl": 1, "unam": [11, 24, 26], "uncompress": 6, "unconfigur": 12, "undef": [12, 14, 23], "under": [7, 9, 12, 26, 28], "underli": [2, 4, 9], "understand": [3, 22], "undionli": 30, "unexpect": 7, "unifi": 15, "uniqu": [29, 30, 31], "unit": [4, 18], "unknown": [1, 12], "unless": 4, "unlik": 13, "unmount": 4, "unnecessari": [3, 13], "unpack": 3, "unset": 12, "until": [4, 12, 13, 15, 25], "unzip": [29, 30], "up": [1, 2, 3, 10, 13, 16, 17, 18, 19, 20, 24, 26, 28], "updat": [2, 3, 7, 12, 13, 15, 20, 22, 25, 26, 29, 30, 31], "upgrad": 26, "upstream": [0, 22], "uri": 20, "url": 25, "us": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30, 31], "usabl": 12, "usag": [28, 29, 31], "usb": 18, "user": [2, 3, 7, 9, 13, 16, 18, 22, 23, 25, 26, 31], "usermod": 25, "usernam": [3, 10, 22, 23], "usr": [2, 3, 4, 25, 30, 31], "usual": [2, 17], "util": [3, 8, 13, 16, 24, 25, 26, 29, 30], "v": [13, 23, 25], "v2": 26, "v238": [10, 12, 17], "v4": [2, 3, 6, 8, 9, 11, 12, 16, 18, 25, 29, 30], "vagrant": 28, "vagrantfil": 28, "valid": [4, 10, 28], "valu": [2, 10, 12, 13, 14, 15, 17, 19, 23], "valuabl": [12, 18], "var": [2, 3, 7, 25, 26, 29, 30, 31], "variabl": [1, 3, 13, 20, 23, 31], "variant": [3, 24], "variou": 30, "vboxmanag": 26, "vda": [4, 25], "vda5": 25, "ve": [2, 3, 12, 14, 22, 24, 26, 29, 30, 31], "vendor": [8, 9, 15, 16, 22], "verbos": 4, "veri": [2, 9, 12, 14, 15, 27, 31], "verifi": [14, 19, 26], "version": [2, 3, 6, 8, 9, 11, 12, 15, 16, 17, 18, 22, 25, 31], "vet": 28, "vga": [10, 12, 17], "vi": [24, 26], "via": [1, 2, 3, 5, 7, 8, 13, 15, 16, 22, 26, 29], "view": [14, 29, 31], "vim": 3, "virsh": 24, "virt": [24, 25], "virtio": 25, "virtual": [3, 6, 9, 26, 28], "virtualbox": 28, "vision": 28, "vlan": [16, 26], "vm": [24, 25, 26], "vnc": 24, "vnf": [3, 6, 11, 24, 26, 28], "vpn": 16, "vt": 25, "wa": [0, 3, 4, 11, 12, 14, 16, 18, 31], "wai": [1, 3, 6, 9, 10, 11, 12, 13, 14, 16, 17, 18, 22, 30], "wait": 25, "want": [2, 3, 4, 8, 10, 12, 13, 14, 20, 22, 27, 31], "ware": 0, "warewlf": 26, "warewulf": [0, 1, 3, 4, 5, 6, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 26, 28], "warewulf4": 31, "warewulf_oci_nohttp": 3, "warewulf_oci_password": 3, "warewulf_oci_usernam": 3, "warewulfd": [1, 2, 6, 7, 20, 24, 25, 26, 29, 30, 31], "warn": [3, 23], "watch": [7, 24, 26, 29, 30, 31], "we": [2, 3, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 27, 29, 30, 31], "web": [2, 9, 22], "weight": [2, 3, 13], "welcom": [13, 28], "well": [3, 4, 13, 16, 18, 19], "were": [3, 9, 18], "wget": [3, 24], "what": [2, 11, 15, 16, 20, 22], "whatev": 16, "when": [1, 2, 3, 4, 6, 8, 10, 13, 15, 16, 18, 20, 22, 30, 31], "where": [2, 4, 8, 10, 19, 22], "whether": [2, 4, 23], "which": [0, 1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31], "while": [3, 9, 12, 13, 16, 18, 29, 30, 31], "whole": 15, "why": [3, 23, 28], "wick": [10, 12, 13, 17], "wil": 3, "win": 25, "wipe": 28, "wipe_filesystem": 4, "wipe_partition_entri": 4, "wipef": 4, "wish": [8, 11, 12, 14, 15, 18, 29, 31], "within": [3, 9, 11, 13, 18, 19, 23, 26], "without": [4, 13, 14, 18], "won": [13, 15, 19], "word": 3, "work": [0, 1, 3, 4, 9, 15, 16, 22, 27], "workaround": [1, 3], "worker": 0, "workspac": 22, "workstat": 9, "would": [3, 10, 15, 17, 18, 20, 22], "write": [3, 7, 10, 18, 22, 23], "writeerr": 23, "writetestconfigfil": 23, "written": [2, 7, 10, 13, 16, 19, 30], "wrong": 31, "wulf": 0, "ww": [1, 3, 5, 7, 13, 17, 20, 24, 26, 31], "ww4": [4, 5, 17], "ww_intern": [2, 25, 29, 30, 31], "ww_server_ip": 24, "ww_server_subnet_mask": 24, "wwbackup": [13, 19], "wwchrootdir": [2, 30], "wwclient": [2, 3, 6, 10, 12, 15, 16, 17, 20], "wwclient_arm64": 3, "wwclientdir": [2, 25, 30], "wwctl": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 24, 25, 26, 28, 29, 30, 31], "wwdev": [26, 28], "wwid": 20, "wwinit": [1, 6, 10, 12, 17, 23], "wwnatnetwork": 26, "wwnode1": 1, "wwoverlaydir": [2, 30], "wwprovisiondir": [2, 30], "x": [19, 24], "x64": 1, "x86": [9, 30], "x86_64": [1, 3, 8, 11, 24, 25, 26, 30], "xarg": 13, "xf": [4, 8], "xfs_growf": 25, "xml": [19, 24], "y": [1, 12, 13, 14, 19, 24, 25, 26, 30, 31], "yaml": [2, 6, 12], "ye": [3, 25, 26, 29], "year": [0, 3, 9], "yield": 12, "you": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31], "your": [0, 2, 8, 9, 10, 14, 15, 16, 17, 20, 23, 24, 25, 26, 29, 30, 31], "yum": [3, 8, 24, 26], "zlib": 3, "zone": [29, 30], "zypper": [1, 4, 5, 8, 31]}, "titles": ["Background", "Boot Management", "Warewulf Configuration", "Container Management", "Disk Management", "Dnsmasq", "Glossary", "Warewulf Initialization", "Warewulf Installation", "Introduction", "IPMI", "Kernel Management", "Node Configuration", "Warewulf Overlays", "Node Profiles", "Node Provisioning", "Security", "Control Server Setup", "Stateless Provisioning", "Templating", "Troubleshooting", "Controlling Warewulf (wwctl)", "Contributing", "Debugging", "Development Environment (KVM)", "Development Environment (Vagrant)", "Development Environment (VirtualBox)", "Documentation", "User Guide", "Debian 12 Quickstart", "Enterprise Linux Quickstart (Rocky Linux, CentOS, and RHEL)", "openSUSE Leap and SLES 15 Quickstart"], "titleterms": {"": 12, "1": 22, "12": 29, "15": 31, "2": [22, 25], "3": 22, "4": 22, "5": 22, "6": 22, "7": 24, "8": 8, "9": 25, "A": 3, "In": 19, "The": [9, 12, 15], "To": [3, 14], "abort": 19, "about": 9, "access": 19, "ad": 12, "add": [29, 30, 31], "addit": 12, "address": 17, "against": 23, "all": [3, 11], "an": [14, 22], "apptain": 3, "arch": 3, "attribut": 12, "automat": [29, 30, 31], "background": 0, "base": 30, "basic": [13, 29], "binari": 8, "boot": [1, 30], "box": 25, "branch": 22, "build": [3, 13, 24, 29, 30, 31], "cascad": 14, "cento": [24, 30], "chang": [3, 22], "checkout": 22, "chmod": 13, "chown": 13, "cockpit": 25, "code": [8, 22, 23], "combin": 13, "command": [10, 19], "comment": 19, "commun": 22, "compil": 8, "comput": 25, "conf": 2, "configur": [2, 4, 12, 29, 30, 31], "consider": 3, "consol": 10, "contain": [3, 12, 29, 30, 31], "content": 28, "contribut": [22, 28], "control": [17, 21, 29, 31], "cpu": 25, "creat": [3, 13, 19, 24, 25], "db": 12, "debian": 29, "debug": [13, 23], "decrement": 19, "default": [2, 24, 29, 30, 31], "delet": 13, "delv": 23, "depend": [8, 29, 31], "develop": [24, 25, 26], "dhcp": 24, "directori": 2, "discoveri": 12, "disk": 4, "dnsmasq": 5, "document": 27, "dracut": 1, "duplic": 3, "edit": 13, "effect": 14, "efi": 1, "enabl": [29, 30, 31], "enterpris": 30, "environ": [24, 25, 26], "exampl": [4, 19, 23], "exclud": 3, "featur": 9, "file": [3, 19], "firewalld": [29, 30], "fork": 22, "from": [3, 30, 31], "fstab": 13, "full": 23, "git": 8, "glossari": 6, "grub": [1, 20], "guid": 28, "h": 25, "hardwar": 15, "head": 25, "host": [3, 13, 25], "hostlist": 21, "how": 14, "http": [1, 3], "i": 18, "ignit": [4, 13], "imag": [12, 30], "implement": 4, "import": [3, 11, 13, 18], "includ": [19, 29], "includeblock": 19, "includefrom": 19, "increment": 19, "initi": 7, "instal": [1, 5, 8, 17, 23, 24, 25, 29, 30, 31], "interfac": 13, "introduct": [9, 14], "ipmi": 10, "ipx": [1, 20], "issu": 22, "join": 22, "keep": 22, "kei": 2, "kernel": [11, 12, 25, 29, 31], "kvm": [24, 25], "leap": [4, 8, 31], "libvirt": 25, "linux": [4, 8, 25, 30], "list": [3, 11, 12, 13], "local": 3, "log": 7, "loop": 19, "machin": 24, "make": [3, 22], "manag": [1, 3, 4, 11], "master1": 24, "modul": 25, "multi": 3, "multipl": [14, 17, 19], "name": 12, "network": [12, 13, 17, 24], "new": [12, 22], "nobackup": 19, "node": [2, 10, 11, 12, 14, 15, 19, 25, 29, 30, 31], "object": 4, "off": 24, "onli": 10, "open": 31, "opensus": [4, 8, 31], "oper": 17, "option": 25, "overlai": [13, 30, 31], "overrid": [11, 14], "overview": 18, "path": 2, "plug": 25, "podman": 3, "power": 10, "prepar": 3, "privat": 3, "process": 15, "profil": [10, 14, 29, 30, 31], "provid": 13, "provis": [15, 16, 18], "proxi": 3, "pull": [22, 29, 31], "push": 22, "qemu": 25, "quickstart": [28, 29, 30, 31], "rais": 22, "rang": 19, "registri": 3, "releas": 8, "reload": 25, "repo": 22, "request": 22, "requir": [4, 25], "review": 10, "rhel": 30, "rocki": [4, 8, 25, 30], "rpm": 8, "run": 23, "runtim": 8, "sandbox": 25, "scratch": 3, "secur": [1, 16], "selinux": 16, "server": [17, 24], "servic": [7, 29, 30, 31], "session": 23, "set": [10, 12, 29, 31], "setup": [15, 17, 25], "sever": 12, "shim": 1, "show": 13, "size": 3, "slack": 22, "sle": 31, "sourc": [8, 30], "special": 19, "specif": [19, 23], "spin": 25, "split": 19, "ssh": [2, 13], "start": [29, 30, 31], "stateless": 18, "statu": 15, "step": 22, "storag": 4, "submit": 22, "suit": 23, "summari": 16, "support": 25, "sync": 22, "syncus": [3, 13], "system": [7, 17, 25, 29, 30, 31], "tag": 19, "tarbal": 8, "templat": [13, 19], "test": 23, "tool": 3, "troubleshoot": [4, 20], "turn": 24, "type": 2, "un": 12, "under": 24, "up": [25, 29, 31], "us": [3, 13, 14, 23], "usag": 5, "user": 28, "vagrant": 25, "vagrantfil": 25, "valid": 23, "variabl": 19, "vet": 23, "view": 10, "virtual": [24, 25], "virtualbox": 26, "vision": 9, "vnf": [29, 31], "w": 25, "warewulf": [2, 7, 8, 9, 13, 21, 22, 24, 25, 29, 30, 31], "why": 18, "wipe": 4, "wwclient": 13, "wwctl": 21, "wwdev": 24, "wwinit": 13, "your": [3, 22]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Abort": [[19, "abort"]], "About Warewulf": [[9, "about-warewulf"]], "Access Tag": [[19, "access-tag"]], "Add a base node image container": [[30, "add-a-base-node-image-container"]], "Add a node": [[29, "add-a-node"], [30, "add-a-node"], [31, "add-a-node"]], "Adding a New Node": [[12, "adding-a-new-node"]], "Adding several nodes": [[12, "adding-several-nodes"]], "Additional networks": [[12, "additional-networks"]], "Addressing": [[17, "addressing"]], "An Introduction To Profiles": [[14, "an-introduction-to-profiles"]], "Background": [[0, null]], "Basics": [[13, "basics"]], "Binary RPMs": [[8, "binary-rpms"]], "Boot": [[30, "boot"]], "Boot Management": [[1, null]], "Booting with GRUB": [[1, "booting-with-grub"]], "Booting with dracut": [[1, "booting-with-dracut"]], "Booting with iPXE": [[1, "booting-with-ipxe"]], "Build": [[13, "build"]], "Build and install Warewulf on wwdev": [[24, "build-and-install-warewulf-on-wwdev"]], "Build overlays": [[30, "build-overlays"]], "Building A Container From Your Host": [[3, "building-a-container-from-your-host"]], "Building A Container Using Apptainer": [[3, "building-a-container-using-apptainer"]], "Building A Container Using Podman": [[3, "building-a-container-using-podman"]], "CPU H/W Virtualization support": [[25, "cpu-h-w-virtualization-support"]], "Cascading Profiles": [[14, "cascading-profiles"]], "Chmod": [[13, "chmod"]], "Chown": [[13, "chown"]], "Combining Overlays": [[13, "combining-overlays"]], "Comment": [[19, "comment"]], "Compiled Source code": [[8, "compiled-source-code"]], "Configure Warewulf": [[30, "configure-warewulf"]], "Configure firewalld": [[29, "configure-firewalld"], [30, "configure-firewalld"]], "Configure system services automatically": [[29, "configure-system-services-automatically"], [30, "configure-system-services-automatically"], [31, "configure-system-services-automatically"]], "Configure the controller": [[29, "configure-the-controller"], [31, "configure-the-controller"]], "Configure the default node profile": [[30, "configure-the-default-node-profile"]], "Configuring the Node\u2019s Container Image": [[12, "configuring-the-node-s-container-image"]], "Configuring the Node\u2019s Kernel": [[12, "configuring-the-node-s-kernel"]], "Configuring the Node\u2019s Network": [[12, "configuring-the-node-s-network"]], "Console": [[10, "console"]], "Container Management": [[3, null]], "Container Size Considerations": [[3, "container-size-considerations"]], "Container Tools": [[3, "container-tools"]], "Contents": [[28, null]], "Contribute to the code": [[22, "contribute-to-the-code"]], "Contributing": [[22, null], [28, null]], "Control Server Setup": [[17, null]], "Controlling Warewulf (wwctl)": [[21, null]], "Create": [[13, "create"]], "Create CentOS 7 development virtual machine under KVM": [[24, "create-centos-7-development-virtual-machine-under-kvm"]], "Create Multiple Files": [[19, "create-multiple-files"]], "Create Rocky Linux 9.2 vagrant box": [[25, "create-rocky-linux-9-2-vagrant-box"]], "Creating Containers From Scratch": [[3, "creating-containers-from-scratch"]], "Debian 12 Quickstart": [[29, null]], "Debugging": [[23, null]], "Decrement": [[19, "decrement"]], "Delete": [[13, "delete"]], "Development Environment (KVM)": [[24, null]], "Development Environment (Vagrant)": [[25, null]], "Development Environment (VirtualBox)": [[26, null]], "Directories": [[2, "directories"]], "Disk Management": [[4, null]], "Dnsmasq": [[5, null]], "Documentation": [[27, null]], "Duplicating a container": [[3, "duplicating-a-container"]], "Edit": [[13, "edit"]], "Enable and start the Warewulf service": [[30, "enable-and-start-the-warewulf-service"]], "Enterprise Linux Quickstart (Rocky Linux, CentOS, and RHEL)": [[30, null]], "Example debugging session": [[23, "example-debugging-session"]], "Example disk configuration": [[4, "example-disk-configuration"]], "Examples": [[19, "examples"]], "Excluding Files from a Container": [[3, "excluding-files-from-a-container"]], "Features": [[9, "features"]], "GRUB": [[20, "grub"]], "Git": [[8, "git"]], "Glossary": [[6, null]], "HTTP proxies": [[3, "http-proxies"]], "Host system requirements": [[25, "host-system-requirements"]], "Hostlists": [[21, "hostlists"]], "How To Use Profiles Effectively": [[14, "how-to-use-profiles-effectively"]], "IPMI": [[10, null]], "IPMI Settings": [[10, "ipmi-settings"]], "Ignition Implementation": [[4, "ignition-implementation"]], "Import": [[13, "import"]], "Importing Containers": [[3, "importing-containers"]], "Include": [[19, "include"]], "IncludeBlock": [[19, "includeblock"]], "IncludeFrom": [[19, "includefrom"]], "Increment Variable In Loop": [[19, "increment-variable-in-loop"]], "Install Cockpit (Optional)": [[25, "install-cockpit-optional"]], "Install QEMU, libvirt": [[25, "install-qemu-libvirt"]], "Install Vagrant, vagrant-libvirt plug-in and vagrant-reload plug-in": [[25, "install-vagrant-vagrant-libvirt-plug-in-and-vagrant-reload-plug-in"]], "Install Warewulf": [[30, "install-warewulf"]], "Install Warewulf and dependencies": [[29, "install-warewulf-and-dependencies"], [31, "install-warewulf-and-dependencies"]], "Install Warewulf from source": [[30, "install-warewulf-from-source"]], "Install Warewulf from the open build service": [[31, "install-warewulf-from-the-open-build-service"]], "Install shim and efi": [[1, "install-shim-and-efi"]], "Install the basic services": [[29, "install-the-basic-services"]], "Installation": [[5, "installation"]], "Installing delve": [[23, "installing-delve"]], "Introduction": [[9, null]], "Join the community": [[22, "join-the-community"]], "KVM kernel module": [[25, "kvm-kernel-module"]], "Kernel Management": [[11, null]], "Kernel Overrides": [[11, "kernel-overrides"]], "List": [[13, "list"]], "Listing All Imported Containers": [[3, "listing-all-imported-containers"]], "Listing All Imported Kernels": [[11, "listing-all-imported-kernels"]], "Listing Nodes": [[12, "listing-nodes"]], "Local Files": [[3, "local-files"]], "Logs": [[7, "logs"]], "Making Changes To Containers": [[3, "making-changes-to-containers"]], "Multi-arch container management": [[3, "multi-arch-container-management"]], "Multiple Profiles": [[14, "multiple-profiles"]], "Multiple networks": [[17, "multiple-networks"]], "Network": [[17, "network"]], "Network interfaces": [[13, "network-interfaces"]], "Nobackup": [[19, "nobackup"]], "Node Configuration": [[12, null]], "Node Discovery": [[12, "node-discovery"]], "Node Hardware Setup": [[15, "node-hardware-setup"]], "Node Kernels": [[11, "node-kernels"]], "Node Names": [[12, "node-names"]], "Node Profiles": [[14, null]], "Node Provisioning": [[15, null]], "Node View": [[10, "node-view"]], "Node specific files": [[19, "node-specific-files"]], "Node status": [[15, "node-status"]], "Operating System Installation": [[17, "operating-system-installation"]], "Overriding Profiles": [[14, "overriding-profiles"]], "Paths": [[2, "paths"]], "Power Commands": [[10, "power-commands"]], "Preparing a container for build": [[3, "preparing-a-container-for-build"]], "Private Registry": [[3, "private-registry"]], "Profile View": [[10, "profile-view"]], "Provided overlays": [[13, "provided-overlays"]], "Provisioning Overview": [[18, "provisioning-overview"]], "Provisioning Security": [[16, "provisioning-security"]], "Pull and build the VNFS container (including the kernel)": [[29, "pull-and-build-the-vnfs-container-including-the-kernel"]], "Pull and build the VNFS container and kernel": [[31, "pull-and-build-the-vnfs-container-and-kernel"]], "Quickstart": [[28, null]], "Raise an Issue": [[22, "raise-an-issue"]], "Range": [[19, "range"]], "Release Tarball": [[8, "release-tarball"]], "Requirements": [[4, "requirements"]], "Review Only IPMI Settings": [[10, "review-only-ipmi-settings"]], "Reviewing Settings": [[10, "reviewing-settings"]], "Rocky Linux": [[4, "rocky-linux"]], "Rocky Linux 8": [[8, "rocky-linux-8"]], "Running delve against a specific test": [[23, "running-delve-against-a-specific-test"]], "Running the full test suite": [[23, "running-the-full-test-suite"]], "Runtime Dependencies": [[8, "runtime-dependencies"]], "SELinux": [[16, "selinux"]], "SSH key types": [[2, "ssh-key-types"]], "Secure boot": [[1, "secure-boot"]], "Security": [[16, null]], "Set up the default node profile": [[29, "set-up-the-default-node-profile"], [31, "set-up-the-default-node-profile"]], "Setting Node Attributes": [[12, "setting-node-attributes"]], "Setup development environment on Rocky Linux 9": [[25, "setup-development-environment-on-rocky-linux-9"]], "Show": [[13, "show"]], "Special Commands": [[19, "special-commands"]], "Spin up compute nodes": [[25, "spin-up-compute-nodes"]], "Spin up head node": [[25, "spin-up-head-node"]], "Split": [[19, "split"]], "Start and enable the Warewulf service": [[29, "start-and-enable-the-warewulf-service"], [31, "start-and-enable-the-warewulf-service"]], "Stateless Provisioning": [[18, null]], "Step 1. Fork the repo": [[22, "step-1-fork-the-repo"]], "Step 2. Checkout a new branch": [[22, "step-2-checkout-a-new-branch"]], "Step 3. Make your changes": [[22, "step-3-make-your-changes"]], "Step 4. Push your branch to your fork": [[22, "step-4-push-your-branch-to-your-fork"]], "Step 5. Submit a Pull Request": [[22, "step-5-submit-a-pull-request"]], "Step 6. Keep your branch in sync": [[22, "step-6-keep-your-branch-in-sync"]], "Storage objects": [[4, "storage-objects"]], "Summary": [[16, "summary"]], "Syncuser": [[3, "syncuser"]], "System Services": [[7, "system-services"]], "Templates": [[13, "templates"]], "Templating": [[19, null]], "The Node Configuration DB": [[12, "the-node-configuration-db"]], "The Provisioning Process": [[15, "the-provisioning-process"]], "The Warewulf Vision": [[9, "the-warewulf-vision"]], "Troubleshooting": [[4, "troubleshooting"], [20, null]], "Turn off default network dhcp on server master1": [[24, "turn-off-default-network-dhcp-on-server-master1"]], "Un-setting Node Attributes": [[12, "un-setting-node-attributes"]], "Usage": [[5, "usage"]], "User Guide": [[28, null]], "Using Overlays": [[13, "using-overlays"]], "Using delve": [[23, "using-delve"]], "Vagrant box and Vagrantfile for Warewulf sandbox": [[25, "vagrant-box-and-vagrantfile-for-warewulf-sandbox"]], "Vagrantfile": [[25, "vagrantfile"]], "Validating the code with vet": [[23, "validating-the-code-with-vet"]], "Warewulf Configuration": [[2, null]], "Warewulf Initialization": [[7, null]], "Warewulf Installation": [[8, null]], "Warewulf Overlays": [[13, null], [31, "warewulf-overlays"]], "Warewulf Service": [[7, "warewulf-service"]], "Warewulf on Slack": [[22, "warewulf-on-slack"]], "Why Stateless Provisioning": [[18, "why-stateless-provisioning"]], "Why is Provisioning Important": [[18, "why-is-provisioning-important"]], "Wiping disks": [[4, "wiping-disks"]], "debug": [[13, "debug"]], "defaults.conf": [[2, "defaults-conf"]], "fstab": [[13, "fstab"]], "host": [[13, "host"]], "http boot": [[1, "http-boot"]], "iPXE": [[20, "ipxe"]], "ignition": [[13, "ignition"]], "nodes.conf": [[2, "nodes-conf"]], "openSUSE Leap and SLES 15 Quickstart": [[31, null]], "openSuse Leap": [[4, "opensuse-leap"], [8, "opensuse-leap"]], "ssh": [[13, "ssh"]], "syncuser": [[13, "syncuser"]], "warewulf.conf": [[2, "warewulf-conf"]], "wwclient": [[13, "wwclient"]], "wwinit": [[13, "wwinit"]]}, "docnames": ["contents/background", "contents/boot-management", "contents/configuration", "contents/containers", "contents/disks", "contents/dnsmasq", "contents/glossary", "contents/initialization", "contents/installation", "contents/introduction", "contents/ipmi", "contents/kernel", "contents/nodeconfig", "contents/overlays", "contents/profiles", "contents/provisioning", "contents/security", "contents/setup", "contents/stateless", "contents/templating", "contents/troubleshooting", "contents/wwctl", "contributing/contributing", "contributing/debugging", "contributing/development-environment-kvm", "contributing/development-environment-vagrant", "contributing/development-environment-vbox", "contributing/documentation", "index", "quickstart/debian12", "quickstart/el", "quickstart/suse15"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["contents/background.rst", "contents/boot-management.rst", "contents/configuration.rst", "contents/containers.rst", "contents/disks.rst", "contents/dnsmasq.rst", "contents/glossary.rst", "contents/initialization.rst", "contents/installation.rst", "contents/introduction.rst", "contents/ipmi.rst", "contents/kernel.rst", "contents/nodeconfig.rst", "contents/overlays.rst", "contents/profiles.rst", "contents/provisioning.rst", "contents/security.rst", "contents/setup.rst", "contents/stateless.rst", "contents/templating.rst", "contents/troubleshooting.rst", "contents/wwctl.rst", "contributing/contributing.rst", "contributing/debugging.rst", "contributing/development-environment-kvm.rst", "contributing/development-environment-vagrant.rst", "contributing/development-environment-vbox.rst", "contributing/documentation.rst", "index.rst", "quickstart/debian12.rst", "quickstart/el.rst", "quickstart/suse15.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 3, 6, 7, 8, 9, 11, 13, 14, 15, 17, 20, 21, 22, 23, 25, 28, 29, 30, 31], "0": [2, 3, 6, 10, 11, 12, 17, 19, 20, 23, 24, 25, 26, 29, 30, 31], "00": [20, 30], "000": 12, "02": 11, "05": 11, "06": 11, "07": 30, "09": [11, 30], "0b": 30, "0x267f18": 23, "0x267f24": 23, "0x267f3c": 23, "0x267fec": 23, "0x268000": 23, "0x26c0d0": 23, "0x4000158370": 23, "0x40001583c8": 23, "0x40001b6600": 23, "0x40001b6658": 23, "0x40001b66b0": 23, "0x40001b6708": 23, "0x40001b6760": 23, "0x40001b67b8": 23, "0x40001b6810": 23, "0x40001b6868": 23, "1": [2, 3, 4, 6, 8, 10, 11, 12, 13, 14, 15, 17, 20, 21, 23, 24, 25, 26, 29, 30, 31], "10": [2, 10, 12, 17, 19, 20, 22, 26, 30], "100": [17, 29, 31], "101": 25, "102": 25, "1024": 4, "1087": 13, "11": [10, 12], "1105920": 25, "118784": 25, "12": [10, 13, 28], "120": 17, "127": 26, "13": [10, 11], "14": 10, "15": [26, 28], "150": 26, "15mb": 3, "16": [12, 15], "16384": 25, "168": [10, 25, 29, 31], "16mb": 3, "17": 11, "172": 12, "18": 11, "19": 23, "192": [10, 25, 29, 31], "1996": 0, "1gig": 4, "1mb": 3, "2": [2, 4, 10, 11, 12, 17, 21, 23, 26, 30], "20": [3, 9, 11, 12, 17], "200": [25, 26, 29, 31], "2000": 18, "2001": 9, "2003": 24, "20230513": 25, "21": 3, "22": [10, 12, 17, 26, 30], "2222": 26, "23": 11, "24": 26, "250": 17, "252": [2, 10, 12, 17, 30], "254": 25, "255": [2, 10, 12, 17, 25, 26, 29, 30, 31], "3": [6, 10, 11, 12, 17, 21], "30": [0, 17], "305": 11, "30ignit": 4, "32": 3, "32g": 24, "33": [10, 12], "34182006": 3, "35": 23, "372": 11, "4": [2, 3, 8, 11, 12, 15, 25, 26, 30, 31], "40": [11, 25], "412": 23, "413": 23, "414": 23, "415": 23, "416": 23, "417": 23, "418": 23, "419": 23, "420": 23, "421": 23, "422": 23, "423": 23, "424": 23, "425": 23, "426": 23, "427": 23, "428": 23, "429": 23, "430": 23, "431": 23, "432": 23, "433": 23, "434": 23, "435": 23, "44": [10, 12], "45": [2, 25, 29, 30, 31], "46": 23, "47": 23, "48": [11, 23], "49": 23, "4gb": [3, 26], "5": [1, 2, 3, 8, 10, 12, 14, 16, 17, 21, 25, 29, 30], "50": [1, 10, 17, 23, 25, 29, 31], "51": 23, "52": 23, "53": 23, "54": 23, "55": [10, 12, 23], "56": 23, "6": [3, 12, 14, 21, 30], "60": [2, 25, 26, 29, 30, 31], "623": 10, "64": 3, "66": [10, 12], "6h": 17, "7": [8, 25, 26, 28, 29, 30], "791": [10, 12, 17], "8": [3, 11, 12, 16, 24, 26], "8192": [24, 25], "9": [11, 28, 30], "9000": 12, "9090": 25, "987": 2, "9873": [2, 17, 20, 25, 26, 29, 30, 31], "99": [25, 29, 31], "A": [4, 6, 13, 17, 19, 23], "And": [12, 13, 14, 16, 27], "As": [1, 3, 4, 5, 9, 12, 13, 14, 17, 22], "At": [3, 4, 13, 22, 29], "But": [8, 14, 16, 18], "By": [1, 3, 8, 13, 26], "For": [0, 2, 3, 4, 9, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 27, 30], "If": [1, 2, 3, 4, 7, 8, 10, 12, 13, 15, 16, 18, 19, 20, 22, 23, 25, 29, 30, 31], "In": [1, 2, 3, 4, 5, 6, 8, 11, 12, 13, 14, 16, 17, 18, 20, 22, 23, 26, 30], "It": [2, 3, 4, 6, 10, 11, 14, 16, 17, 22], "Its": 13, "No": [3, 19], "Not": 3, "OFED": 11, "Of": 18, "On": [13, 22, 24, 26, 29, 31], "One": 6, "Or": 13, "That": [1, 10, 13, 14], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 20, 22, 23, 26, 27, 28, 29, 30, 31], "Then": 3, "There": [2, 3, 8, 9, 10, 11, 14, 17, 18, 29, 30, 31], "These": [1, 2, 4, 6, 8, 13, 23], "To": [7, 12, 13, 20, 22, 24, 28, 29], "With": [1, 3, 4, 9, 13, 19], "_": [12, 23], "__runtime__": 15, "aa": 12, "aarch64": [3, 30], "abid": 31, "abil": 18, "abl": [4, 9, 12, 16, 18, 26], "about": [1, 3, 22, 23, 28], "abov": [2, 3, 10, 12, 17, 20, 26, 29, 31], "absolut": [3, 4, 13, 18], "abstract": 6, "acc": 19, "acceler": 31, "accept": 19, "access": [16, 26], "accomplish": [17, 18], "accord": [29, 31], "accordingli": 17, "account": [13, 22, 26], "accur": 16, "achiev": 13, "achiv": 17, "act": 5, "activ": [8, 16], "ad": [3, 4, 13, 14, 17, 19, 28, 29, 30, 31], "adapt": 26, "add": [1, 4, 6, 12, 13, 14, 17, 18, 22, 23, 24, 25, 26, 28], "addion": 7, "addit": [3, 4, 6, 13, 17, 27], "addr": 20, "address": [2, 3, 9, 10, 12, 13, 14, 15, 19, 20, 26, 28, 29, 30, 31], "adjustd": 1, "admin": 6, "administr": [6, 9, 18, 22], "advantag": [1, 12, 14, 18], "advis": 3, "affect": [13, 29], "after": [0, 3, 4, 5, 6, 12, 17, 19, 29, 30], "ag": 25, "against": 12, "aggreg": 12, "agnost": 9, "ago": 3, "all": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "allnod": [17, 19], "alloc": 17, "allow": [2, 3, 4, 8, 13, 23, 26], "allud": 6, "almost": [0, 3, 16, 17, 27], "along": [3, 13], "alongsid": 8, "alpin": [3, 11], "alreadi": [2, 12, 18], "also": [1, 2, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 20, 22, 26, 29, 30, 31], "altern": [1, 8], "altvalu": 23, "alwai": [3, 9, 14, 16, 17, 22, 29, 30, 31], "amd": 25, "an": [1, 2, 3, 4, 6, 8, 9, 10, 12, 13, 15, 16, 17, 18, 19, 20, 26, 27, 28, 29, 30], "ani": [3, 6, 7, 8, 9, 11, 13, 14, 15, 16, 18, 22, 29, 30], "anoth": [3, 14, 18, 22], "anyth": [3, 14], "anytim": 0, "appar": 18, "appli": [2, 3, 6, 13, 14, 21, 31], "applic": 3, "appreci": 22, "appropri": [2, 3, 7, 8, 16, 19, 29, 30, 31], "approprit": [24, 26], "apptain": 6, "apr": 11, "apt": [3, 29], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 29, 30, 31], "arch": 28, "architectur": [0, 3, 9, 17], "archiv": [3, 6, 13], "area": 8, "arg": [17, 23], "argument": [1, 13, 14, 16, 20, 30, 31], "arm": 9, "arm64": [3, 30], "around": [3, 9, 18, 21], "arp": 19, "arrai": [19, 31], "artifici": 3, "asid": 17, "ask": 15, "assert": 23, "asset": [10, 12, 16, 20], "assetkei": [16, 20, 23], "assign": [1, 10, 12, 26, 30], "associ": [7, 11, 12, 17], "assum": [12, 29, 30, 31], "ato": 9, "attach": [0, 26], "attempt": [2, 7, 12, 15], "attent": 17, "attribut": [6, 13, 14, 16, 23, 28], "authent": [2, 16], "authorized_kei": [10, 12, 13, 17], "auto": 19, "autobuild": [2, 25, 29, 30, 31], "autogener": 19, "autom": [18, 23], "automat": [2, 3, 6, 10, 11, 12, 14, 17, 18, 22, 23, 24, 26, 28], "autostart": 25, "avail": [1, 3, 4, 8, 16, 18, 23, 25, 26, 30, 31], "awk": 13, "b": [19, 20, 22], "baar": 19, "back": [18, 22], "backend": 12, "background": [15, 28], "backup": [13, 19], "band": 17, "bare": [3, 6], "base": [0, 3, 7, 13, 17, 18, 21, 22, 24, 26, 27, 28], "baselin": 0, "basesystem": 3, "bash": [3, 24], "bash_complet": 25, "bashcompdir": 25, "basic": [21, 24, 26, 28, 30, 31], "bastion": 16, "bb": 12, "becam": 18, "becaus": [9, 16, 17, 18, 29, 31], "becker": 0, "becom": [9, 22, 25], "been": [3, 7, 9, 11, 12, 13, 18, 22, 29, 30], "befor": [1, 3, 4, 5, 6, 8, 13, 27, 31], "behavior": 19, "being": [2, 3, 6, 9, 10, 13, 14, 16, 18, 31], "belong": 3, "below": [0, 3, 10, 17, 26, 29, 31], "benefit": [1, 9], "beo": 0, "beowulf": 0, "best": [3, 8, 9, 12, 14, 16], "between": [15, 17], "beyond": [12, 17], "bin": [3, 20, 23, 25, 30], "binari": [1, 2, 4, 7, 23, 28], "bind": 3, "bindir": [25, 30], "bio": [1, 3, 15], "bit": [3, 13, 16], "blob": [3, 7], "block": [3, 4, 13, 19], "blocker": 16, "bmc": [10, 13], "bond": 12, "bond0": 12, "bond0_member_1": 12, "bond0_member_2": 12, "bool": 4, "boot": [3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 24, 25, 26, 28, 29, 31], "boot_network": 25, "bootabl": [3, 15], "bootimg": 30, "bootload": 1, "bootp": 15, "bootproto": 26, "bootstrap": [3, 15, 17], "both": [3, 4, 12, 13, 14, 19, 21, 29, 30, 31], "box": [9, 28], "box_vers": 25, "branch": [8, 25], "break": [19, 23], "breakpoint": 23, "bring": [9, 26], "broken": 30, "btrf": 4, "bug": [22, 23], "build": [0, 1, 5, 8, 11, 26, 28], "buildhost": 19, "buildsourc": 19, "buildtim": 19, "built": [0, 2, 3, 6, 13, 21, 30], "bulk": 18, "bundl": 18, "butan": 4, "buzzword": 3, "bzimag": 26, "c": [19, 20, 24, 26, 31], "c001": 15, "cach": [3, 4, 13], "call": [4, 13, 14, 15, 19, 22, 23, 24, 31], "can": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 26, 27, 29, 30, 31], "canari": 3, "cannot": 3, "cap": 23, "capabl": [0, 9, 11, 16, 25, 26], "card": [0, 15, 17], "carefulli": 7, "carri": [6, 17], "cascad": [28, 29, 30, 31], "case": [3, 4, 6, 9, 11, 17, 18], "cat": [3, 25], "caus": [3, 30], "cc": 12, "ccp": 25, "cd": [3, 8, 22, 24, 25, 26, 29, 30, 31], "center": 9, "cento": [9, 26, 28], "centos7": [24, 26], "central": 9, "certain": [1, 16], "certifi": 15, "cfg": [1, 20], "challeng": 22, "chang": [2, 5, 9, 13, 14, 15, 17, 18, 20, 28, 29, 30, 31], "changed1": 22, "changed2": 22, "changesinto": 22, "charact": 10, "check": [1, 3, 4, 7, 12, 15, 17, 22, 25], "checkout": [8, 25, 29], "chkconfig": 3, "choic": [3, 9, 17], "choos": [13, 15, 26], "chroot": [2, 3, 6, 30], "ci": [8, 9], "circumst": 3, "clean": [3, 25, 31], "clear": 12, "client": [2, 3, 15, 26], "clone": [3, 8, 22, 24, 25, 26, 29, 30, 31], "close": 22, "cloud": [9, 25], "cluster": [0, 2, 3, 6, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 24, 25, 26, 29, 30, 31], "cluster01": [12, 14], "cluster_nam": 14, "clusternam": 23, "cmd": [23, 29, 30], "code": [3, 27, 28], "codebas": 23, "collabor": 8, "com": [3, 8, 22, 23, 24, 25, 26, 29, 30, 31], "combin": [1, 5, 9, 23, 28], "come": [19, 26, 29, 30, 31], "comma": 21, "command": [2, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15, 20, 21, 23, 25, 28, 29, 30, 31], "comment": [10, 12, 14, 17, 23], "commit": 22, "commod": 0, "common": [6, 10, 16, 17, 31], "commun": [9, 15, 16, 17, 28], "compat": 8, "compil": [2, 3, 13, 28, 31], "complet": [3, 13, 14, 16, 18, 24], "complex": 0, "compli": 16, "compliant": [3, 9], "complic": 12, "compon": [2, 21], "compress": [3, 13, 20], "compris": 12, "comput": [0, 2, 3, 6, 9, 11, 13, 15, 16, 17, 18, 22, 26, 28, 29, 30, 31], "conatin": 3, "concern": 29, "condit": 13, "conduct": 22, "conf": [1, 3, 5, 6, 7, 12, 13, 17, 23, 24, 25, 26, 28, 29, 30, 31], "config": [3, 4, 12, 19, 25], "configur": [1, 3, 5, 6, 7, 8, 11, 13, 14, 15, 16, 17, 18, 20, 21, 24, 25, 26, 28], "confirm": 3, "conflict": [12, 17], "connect": [0, 2, 10, 16, 17], "connecton": 10, "consider": [0, 6, 28], "consol": [3, 26, 28], "consult": 16, "contact": [2, 15], "contain": [1, 2, 4, 6, 9, 10, 11, 13, 14, 15, 16, 19, 20, 21, 23, 24, 25, 26, 28], "container_exit": 3, "container_nam": 3, "containerfil": [3, 12], "containernam": [3, 17, 23], "content": [4, 13, 19, 29, 31], "context": 29, "contextu": 23, "contian": 11, "continu": [9, 18, 22, 23], "contribut": 27, "control": [0, 2, 3, 4, 6, 7, 8, 10, 13, 15, 19, 24, 26, 28, 30], "convers": 22, "convert": 19, "copi": [2, 3, 13, 16, 18, 22], "core": 18, "coreo": 4, "coreutil": 3, "could": [4, 6, 18], "counter": 15, "cours": [18, 23], "cp": 3, "cpio": [3, 13], "cpu_mod": 25, "crashkernel": [10, 12, 17], "crb": 25, "creat": [0, 4, 5, 7, 9, 12, 14, 18, 22, 26, 27, 28], "createignitionjson": 4, "creation": [4, 11], "credenti": 3, "credit": 15, "critic": [3, 16, 17, 29, 31], "croni": 3, "crontab": 3, "csh": [7, 13], "csv": 22, "ctrl": [24, 26], "ctrliq": [24, 26], "curl": [8, 29], "current": [1, 2, 3, 4, 8, 10, 23, 27], "custom": [6, 11, 13, 14, 16], "cycl": [10, 19], "d": [4, 5, 7, 10, 13, 17, 25], "d7f16ed6f451": 3, "d7f16ed6f45129c7f4adb3773412def4ba2bf9902de42e86e77379a65d90a984": 3, "da2ca70704": 3, "daemon": [6, 15, 24, 26], "data": [4, 17, 19], "databas": [2, 3], "datadir": 25, "datastor": [12, 30], "date": [22, 31], "db": 28, "dbu": 4, "dc": 12, "dd": [4, 12], "deal": 14, "debian": [3, 9, 10, 12, 13, 15, 17, 28], "debootstrap": 3, "debug": [4, 18, 20, 28], "debugg": 23, "dec": 19, "decompress": [3, 6, 20], "dedic": [0, 17, 30], "def": [3, 23], "default": [1, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 20, 23, 25, 26, 28], "defaultnetdevconf": 23, "defaultnod": 2, "defaultnodeconf": 23, "defer": 23, "defin": [0, 2, 3, 12, 13, 16, 19, 20, 21, 25], "definit": [17, 18], "delet": 14, "deliv": [1, 3], "deliver1": 17, "deliver2": 17, "deliveri": [3, 17], "deliverynet": 17, "dell": 9, "delv": 28, "demand": 19, "demonstr": [14, 17], "depend": [2, 4, 7, 9, 15, 17, 21, 24, 26, 28], "deploy": [2, 9], "describ": [3, 8, 17, 22], "descript": [14, 25], "descriptor": 12, "design": [0, 9, 13, 14, 16, 18, 29, 31], "desir": [4, 13], "desk": 9, "desktop": [24, 26], "dest": [2, 30, 31], "destin": 3, "destroi": 24, "detail": [1, 2, 3, 10, 23], "detect": [1, 6], "determin": 2, "dev": [4, 25, 29], "devel": [24, 25, 26, 30, 31], "devel_basi": 31, "develop": [0, 8, 16, 22, 23, 28], "devic": [2, 3, 4, 12, 15, 19, 26, 29, 31], "devnam": 19, "dhclient": 3, "dhcp": [2, 5, 6, 7, 8, 13, 15, 17, 19, 25, 26, 28, 29, 30, 31], "dhcp_interfac": 31, "dhcpd": [2, 5, 7, 13, 17, 24, 25, 26, 30, 31], "diagram": 1, "did": 3, "didn": [3, 4], "differ": [0, 3, 8, 9, 10, 13, 14, 15, 16, 18, 26, 31], "dilemma": 27, "dir": 5, "direct": [1, 8, 15, 22], "directli": [1, 2, 3, 4, 6, 12, 15, 17, 18, 22, 23], "directori": [3, 7, 13, 23, 28], "disabl": [2, 3, 5, 16, 24, 25, 26, 31], "discov": 12, "discover": [10, 12, 23, 24, 25, 26, 29, 30, 31], "discoveri": 1, "discuss": [10, 13, 22], "disk": [9, 13, 15, 18, 24, 26, 28], "disknam": 4, "diskwip": 4, "displai": [13, 23], "distinguish": 30, "distribut": [1, 2, 3, 4, 8, 9, 11, 17, 22, 29, 31], "distributor": 16, "divid": 17, "dl": [8, 25], "dlv": 23, "dn": 13, "dnf": [1, 3, 4, 8, 24, 25, 30], "dnsmasq": [17, 28], "do": [3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 19, 20, 25, 29, 31], "doc": [22, 25, 27], "docdir": 25, "docker": [3, 12, 24, 25, 26, 29, 30, 31], "dockerfil": 3, "dockerhub": 9, "document": [2, 4, 6, 16, 17, 19, 22, 23, 28], "doe": [2, 3, 4, 6, 13, 15, 16, 20, 26], "doesn": [5, 11], "domain": 12, "don": [3, 16], "donald": 0, "done": [3, 11, 12, 13, 16, 22, 29, 30, 31], "dot": [29, 30, 31], "down": [10, 23, 26], "download": [8, 13, 15, 16, 24, 26, 30], "dpkg": 29, "dr": 0, "dracut": [4, 20, 28], "drift": 18, "drive": [18, 26], "driver": 11, "drop": [13, 26], "dsa": 2, "dual": [0, 17], "due": [1, 3, 12, 15, 16], "dummi": [2, 17], "duplic": 28, "duplicated_container_nam": 3, "dure": [1, 2, 3, 6, 12, 13, 15, 16, 20, 30, 31], "dynam": [1, 13, 17, 19], "dynend": 17, "dynstart": 17, "e": [2, 3, 4, 8, 11, 12, 17, 18, 19, 21, 24, 26, 29], "e2fsprog": 3, "each": [1, 2, 4, 10, 12, 13, 14, 15, 17, 18, 19, 21, 23, 25, 29], "earli": 18, "easi": [2, 7, 9], "easier": 18, "easiest": 11, "easili": [0, 4, 13], "ecdsa": 2, "ecosystem": 3, "ed25519": 2, "edit": [2, 3, 12, 17, 19, 24, 26, 27, 29, 30, 31], "edu": 24, "ee": 12, "effect": [28, 29], "efi": 30, "either": [1, 2, 5, 6, 8, 13, 17, 21], "el8": [8, 30], "el8_4": 11, "el8_6": 11, "el9": 30, "element": 19, "els": [15, 23], "emit": 19, "empti": [3, 4, 13, 19], "enabl": [1, 2, 4, 5, 7, 9, 16, 19, 20, 24, 25, 26, 28], "enact": 16, "end": [2, 13, 17, 19, 25, 26, 29, 30, 31], "endeavor": 22, "endpoint": [24, 26], "enforc": [16, 25, 29, 30], "engin": [9, 13, 19], "eno1": 12, "enough": 3, "enp0s9": 26, "enp2s0": 29, "ensur": [15, 16, 24, 26, 29, 30, 31], "enter": [20, 29], "enterpris": [3, 8, 9, 28], "entir": [3, 8, 18, 20], "entitl": 8, "entri": [4, 12, 13, 19, 23, 31], "env": 25, "environ": [2, 3, 9, 13, 18, 20, 28], "environment": 3, "eof": 25, "epel": [3, 25, 30], "eq": [17, 19], "equal": 23, "equip": 0, "equival": 12, "error": [3, 7, 12, 23, 29], "essenti": 29, "etc": [0, 1, 2, 3, 4, 5, 6, 7, 11, 13, 14, 16, 17, 19, 24, 25, 26, 29, 30, 31], "eth0": [10, 12, 24, 26, 29, 31], "eth1": 25, "eth2": 12, "eth3": 12, "ethernet": [10, 12, 17, 29, 31], "ethtool": 3, "even": [0, 3, 9, 16, 17, 18, 23], "event": 22, "ever": 18, "everi": [0, 1, 3, 4, 10, 13, 14, 15, 18, 19], "everyth": [9, 10, 13, 24], "exact": 22, "exactli": [15, 18, 22], "exampl": [2, 3, 12, 13, 14, 16, 17, 20, 21, 26, 28, 30], "except": [3, 4], "exec": [2, 3, 15], "execstart": 25, "execut": [1, 3, 15, 22, 23, 26], "exist": [2, 3, 4, 9, 12, 13, 19], "exit": 3, "expand": 21, "expect": [2, 3, 4, 15], "experi": [9, 18, 26], "experiment": 5, "explain": 2, "explicitli": 30, "export": [2, 3, 7, 13, 24, 25, 26, 29, 30, 31], "express": 21, "ext3": 4, "ext4": 4, "extend": [16, 17], "exterior": 16, "extract": [1, 6], "extrem": 31, "f": [3, 13, 24], "fa": 4, "facilit": [3, 13, 14, 18], "factor": [16, 18], "fail": [1, 4, 23], "failur": 2, "fall": 18, "fals": [2, 10, 19, 25, 29, 30, 31], "familiar": 20, "far": 18, "farm": 9, "featur": [3, 5, 14, 16, 18, 22, 23, 27, 28], "fedora": 24, "feel": 27, "felt": 12, "fetch": [1, 2, 6, 13, 20], "few": [3, 4, 14], "ff": 12, "field": [10, 12, 13, 14, 17], "figur": [0, 17], "file": [2, 4, 5, 6, 7, 9, 12, 13, 15, 16, 17, 22, 23, 24, 26, 29, 30, 31], "filenam": [13, 15, 19], "filepath": 3, "filesystem": [3, 4], "final": 3, "find": [2, 4, 8, 15, 19, 20], "findutil": 3, "finish": 15, "firewal": [16, 17, 19, 24, 26, 29, 30], "firewalld": [24, 25, 26, 28, 31], "firewallddir": [25, 30], "firmwar": [1, 3, 11, 15, 16], "first": [2, 6, 8, 12, 13, 17, 29, 31], "fix": [14, 22, 23, 31], "flag": [3, 4, 12, 13, 14, 19], "flat": 2, "flexibl": [9, 18, 31], "floppi": 26, "flow": [1, 22], "focu": 27, "follow": [1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 17, 19, 20, 22, 25, 29, 31], "foo": 19, "forc": [1, 13], "forewarn": 8, "format": [2, 4, 13, 24], "forward": 26, "found": [3, 19], "foundat": 0, "free": 16, "frequenc": 2, "fresh": [29, 30], "from": [0, 1, 2, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 26, 28, 29], "front": 19, "fsformat": 4, "fsname": 4, "fspath": 4, "fstab": [4, 10, 12, 17], "fswipe": 4, "ftp": 3, "full": [1, 12, 18, 25, 28, 29, 30, 31], "fulli": [1, 16], "func": 23, "function": [4, 13, 15, 21, 22, 23, 27, 31], "further": [16, 22], "futur": [20, 22], "g": [2, 3, 4, 8, 11, 12, 17, 18, 19, 21, 24, 26, 29], "gain": [3, 16], "gatewai": [10, 12, 19, 23, 25, 26, 29, 30, 31], "gawk": 3, "gdisk": 4, "gener": [0, 2, 3, 8, 9, 12, 15, 16, 17, 19, 22, 23, 27, 31], "geoip": 3, "get": [2, 3, 9, 13, 15, 16, 17, 19, 20, 22, 23, 29], "getb": 19, "getconfig": 22, "ghcr": [3, 24, 25, 26, 29, 30], "giant": 0, "gib": 11, "gid": [3, 13], "gigabyt": 3, "git": [3, 22, 24, 25, 26, 27, 29, 30, 31], "github": [3, 4, 8, 22, 23, 24, 25, 26, 27, 29, 30, 31], "gitlab": 9, "given": [4, 12, 13, 19, 20, 22, 23], "glob": 12, "global": [9, 24], "glossari": 28, "gnu": 13, "go": [2, 8, 14, 15, 16, 18, 22, 23, 24, 26, 31], "goarch": 3, "golang": [3, 8, 24, 25, 26, 29, 30], "golden": [3, 9], "good": [22, 27, 29], "goroutin": 23, "gpgme": [24, 25, 26, 30], "gptfdisk": 4, "gpu": [6, 11], "gracefulli": 10, "grant": 12, "graphic": [9, 24], "grate": 22, "great": 22, "greatest": 8, "greatli": 22, "green": 3, "grep": [3, 12, 13, 14, 25], "ground": 16, "group": [0, 3, 6, 8, 12, 13, 14, 18, 24, 25, 26, 29, 31], "groupinstal": [8, 25], "grow": [3, 18], "growpart": 25, "grub": [16, 28], "grub2": 1, "grubboot": [1, 30], "grubmenuentri": 1, "guarante": 8, "guest": 26, "guestf": 25, "gui": 22, "guid": 23, "gushi": 16, "gz": [8, 15, 20], "gzip": [3, 13], "h": [5, 13], "ha": [0, 1, 3, 4, 5, 7, 9, 10, 11, 12, 13, 14, 16, 17, 21, 22, 25, 30], "had": [9, 18], "hand": 31, "handi": 14, "handl": [3, 13], "happen": [10, 19], "happi": 22, "hard": [11, 16, 18, 26], "harder": 18, "hardwar": [9, 16, 18, 28], "hashicorp": 25, "have": [0, 1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 29, 30, 31], "head": [0, 6, 14, 28], "header": 13, "heavi": 13, "hello_world": [24, 26, 31], "help": [12, 14, 15, 16, 18, 20, 21, 22, 23, 29, 31], "here": [3, 7, 8, 10, 11, 14, 15, 16, 17, 20, 22, 23, 25, 29, 30, 31], "hierarchi": 3, "high": [9, 16, 17, 26], "highli": [9, 12], "hindsight": 3, "histor": [0, 16], "hit": 23, "hobbyist": 9, "hold": 4, "hole": 3, "home": [0, 2, 17, 23, 25, 26, 29, 30, 31], "homogen": 18, "hopefulli": 22, "host": [1, 2, 5, 7, 10, 12, 16, 17, 19, 26, 28, 29, 30, 31], "host_kei": [10, 12, 13, 17], "hostfil": 7, "hostlist": 28, "hostnam": [10, 12, 13, 17, 19, 25], "hostonli": 1, "how": [1, 2, 3, 9, 10, 13, 15, 17, 22, 28], "howev": [6, 9, 12], "hpa": 29, "hpc": [0, 3, 9, 16, 17, 18], "http": [4, 8, 15, 17, 20, 22, 24, 25, 26, 29, 30, 31], "http_proxi": 3, "https_proxi": 3, "hub": [3, 29, 30, 31], "huge": [1, 22], "hundr": [3, 9, 14, 18], "hw": [14, 15, 29, 30, 31], "hwaddr": [10, 12, 19], "hwadmin": 10, "hybrid": 18, "hyperscal": 9, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "ib0": 12, "iband": 12, "icon": 25, "id": [10, 12, 13, 14, 17, 19, 23], "ident": [9, 13, 27], "identifi": [1, 4, 17, 20], "ifcfg": [10, 12, 13, 17, 19, 26], "ignit": [10, 12, 17, 28], "illustr": 12, "imag": [1, 3, 4, 6, 9, 11, 13, 15, 16, 18, 20, 21, 24, 25, 28], "img": [15, 24], "imgextract": [3, 20], "imped": 3, "implement": [0, 3, 6, 13, 16, 17, 28], "impli": 17, "import": [2, 6, 12, 17, 22, 24, 25, 26, 28, 29, 30, 31], "improv": 27, "inc": 19, "incept": [0, 3], "includ": [1, 5, 10, 11, 12, 13, 14, 15, 17, 20, 22, 23, 24, 26, 28], "increas": 16, "increment": 12, "independ": 6, "index": 19, "indic": [4, 20], "individu": [10, 13, 18, 19, 29, 31], "infiniband": [12, 17], "info": [3, 25], "infodir": 25, "inform": [2, 3, 4, 12, 13, 14, 15, 17, 20, 27], "infrastructur": [2, 9, 17], "inher": 14, "inherit": 14, "init": [10, 12, 13, 14, 15, 16, 17, 20, 23, 31], "initi": [1, 6, 9, 13, 15, 20, 28], "initramf": [1, 10, 12, 17, 23], "initrd": [3, 20], "initscript": 3, "inlin": 25, "insecur": 16, "insert": 13, "insid": [1, 3, 16, 26], "inspect": [1, 16, 25], "inspir": 4, "instal": [2, 3, 4, 6, 7, 11, 16, 18, 26, 28], "installroot": 3, "instanc": 26, "instead": [1, 3, 4, 5, 14, 18], "instruct": [5, 23, 29, 31], "intarfac": 29, "integ": 3, "integr": [3, 17, 22], "intel": 25, "intend": [13, 19, 22], "intens": 3, "inter": 17, "interact": [0, 3], "interfac": [0, 2, 6, 10, 12, 17, 19, 21, 23, 26, 29, 30, 31], "interfer": 3, "interior": 16, "intern": [17, 23], "interpret": 13, "interterfac": 12, "interv": [2, 25, 26, 29, 30, 31], "introduc": 11, "introduct": 28, "investig": 4, "io": [3, 4, 6, 17, 24, 25, 26, 29, 30], "ip": [2, 10, 12, 13, 14, 17, 19, 20, 25, 26, 29, 30, 31], "ipaddr": [2, 10, 12, 17, 19, 23, 25, 26, 29, 30, 31], "ipaddr6": [10, 12, 19], "ipcidr": 19, "ipmi": [17, 23, 28], "ipmiaddr": [10, 12], "ipmientri": 23, "ipmiescapechar": 10, "ipmigatewai": [10, 12, 14], "ipmiinterfac": [10, 12, 14], "ipmiipaddr": 14, "ipminetmask": [10, 12, 14], "ipmipass": [10, 12], "ipmiport": [10, 12, 14], "ipmitool": [3, 24, 26], "ipmius": [10, 12], "ipmiusernam": 14, "ipmiwrit": [10, 12], "iprout": 3, "iputil": 3, "ipv4": 19, "ipv6": 19, "ipx": [2, 3, 7, 10, 12, 14, 15, 17, 19, 23, 26, 28, 30], "ipxesourc": [2, 30], "irqbypass": 25, "isc": [5, 17, 29], "isn": [4, 19], "iso": [18, 24, 26], "isol": 22, "issu": [3, 10, 12, 13, 17, 18, 27, 28], "iter": [4, 9, 19], "its": [1, 2, 4, 5, 6, 8, 9, 12, 13, 15, 18], "itself": [3, 4, 6, 11, 13, 16, 17], "j": 13, "jan": 11, "job": [16, 18], "join": 28, "journalctl": 4, "json": [4, 25], "jun": 11, "just": [3, 9, 12, 14, 16, 17, 18, 22, 29, 30, 31], "k": [24, 26], "keep": [4, 5], "kei": [1, 7, 10, 13, 24, 26], "kernel": [1, 2, 3, 6, 13, 14, 15, 16, 17, 20, 21, 23, 24, 26, 28, 30], "kernelarg": [4, 10, 12, 14], "kernelentri": 23, "kerneloverrid": [10, 11, 12], "kill": 16, "kind": 3, "kmod": 20, "know": 20, "known": [1, 9, 13, 16], "kpxe": 30, "kubernet": 9, "kvm": 28, "kvm_amd": 25, "l": [13, 24, 26, 31], "lab": 9, "label": [4, 30], "lan": 10, "land": 16, "languag": [24, 26], "lanplu": 10, "larg": [9, 13, 14, 17], "larger": [3, 12, 17, 18], "last": [3, 4, 9, 13, 14, 15], "lastli": 14, "lastseen": 15, "latenc": [12, 17], "later": [3, 20], "latest": [3, 8, 12, 23, 31], "layer": [3, 16], "layout": 17, "lead": [4, 12], "leap": [3, 28], "leap15": [1, 17, 31], "learn": 1, "leas": 17, "least": 17, "leav": 2, "led": 3, "left": [3, 27], "legaci": 3, "len": 23, "less": [3, 31], "let": [14, 22], "level": [1, 10, 17], "leverag": [3, 9, 16], "lexic": 12, "li": 13, "lib": [2, 3, 4, 25, 26, 29, 30, 31], "libassuan": [24, 25, 26, 29, 30], "libgpgm": 29, "libguestf": 25, "libnf": 29, "librari": 16, "libvirt__dhcp_en": 25, "libvirt__network_nam": 25, "libvirtd": 25, "light": 2, "lighter": 3, "lightweight": [9, 12], "like": [3, 4, 8, 13, 14, 15, 16, 17, 18, 22, 26, 27, 29, 31], "limit": [1, 2, 3, 16, 22], "line": [3, 7, 17, 19, 20, 21, 23, 24, 26], "link": [12, 15, 19, 22], "linux": [3, 6, 9, 11, 12, 15, 17, 18, 20, 24, 28, 29, 31], "list": [2, 4, 10, 14, 17, 21, 23, 24, 26, 28, 29, 30, 31], "listen": [2, 24, 29], "liveiso": 18, "liveo": 18, "lo": 8, "load": [1, 6, 16, 20, 23, 25], "local": [2, 13, 15, 19, 23, 24], "localdomain": 3, "localhost": [3, 25, 26], "localstatedir": [2, 25, 30, 31], "locat": [1, 3, 8, 11, 24, 31], "log": [2, 3, 4, 16, 20], "log_level": 4, "login": [3, 13, 24, 26], "long": [2, 13], "longer": 16, "look": [2, 3, 14, 18, 26], "loop": [13, 31], "loopback": 13, "lot": [3, 10, 14], "love": 27, "low": 17, "lower": [3, 16], "lp155": 8, "lsb": 3, "lscpu": 25, "lsmod": 25, "m": [13, 22, 24, 26], "mac": [13, 14, 15, 20], "machin": [25, 26, 28], "machine_virtual_s": 25, "made": [11, 22], "mai": [0, 1, 2, 3, 4, 6, 7, 8, 12, 13, 15, 17, 18, 20, 22, 29, 30], "main": [3, 5, 6, 8, 22, 29], "maintain": [6, 9, 18, 22], "major": 21, "make": [2, 4, 5, 8, 15, 18, 20, 23, 24, 25, 26, 28, 29, 30, 31], "makefil": 23, "malici": 16, "man": 25, "manag": [0, 2, 6, 8, 9, 10, 13, 14, 16, 17, 18, 21, 24, 25, 28, 30, 31], "mandatori": 13, "mandir": 25, "mani": [9, 13, 14, 17, 18, 19, 21, 22], "manifest": 3, "manipul": 13, "manner": 13, "manual": [7, 30], "map": [4, 23, 26], "mark": 23, "mask": [2, 17], "massiv": [0, 9], "master": [0, 3, 6, 22], "master1": 28, "match": [2, 3, 4, 12, 16], "materi": 16, "matter": 2, "max": 17, "maximum": 4, "md": [13, 22], "mdt": 11, "mean": [1, 3, 4, 9, 12, 16, 17, 18, 22], "mechan": 6, "megabyt": 3, "member": [12, 22], "memori": [1, 3, 6, 18, 20, 25, 26], "mention": 12, "merg": 22, "messag": [13, 22, 29], "metadata": [24, 25], "metal": [3, 4, 6], "method": [1, 8, 12, 14], "mfa": 16, "mib": [4, 11], "micro": [10, 12], "might": [14, 17, 18, 23, 26, 29], "mini": 3, "minim": [3, 20], "minimum": 12, "minut": [6, 15], "mirror": 24, "misalign": 2, "mismatch": 3, "miss": 13, "mix": 6, "mkdir": [3, 13, 25, 29], "mnt": 3, "mobap": 24, "mode": [3, 13, 16, 19], "model": [3, 9, 11, 16, 18], "modern": [1, 3, 29, 31], "modif": [11, 19], "modifi": [3, 12, 13, 14, 17, 24, 26], "modul": [1, 4, 11, 15, 16], "moment": [4, 22], "monitor": [0, 17], "more": [1, 3, 6, 8, 12, 17, 18, 19, 20, 23, 27], "most": [3, 6, 8, 9, 12, 13, 15, 16, 18], "mount": [1, 2, 3, 4, 13, 25, 26, 29, 30, 31], "move": 23, "mst": 11, "mtu": [10, 12], "much": [0, 1], "multi": [0, 16, 28], "multiarch": 3, "multipl": [8, 10, 11, 12, 16, 21, 28, 29, 30, 31], "must": [1, 2, 3, 4, 5, 13, 14, 16, 17, 20, 29, 30, 31], "mv": 31, "my": [24, 26], "n": [12, 13, 14], "n00": 12, "n000": 25, "n0000": [12, 14, 24, 26, 29, 31], "n0000_ip": 24, "n0001": 25, "n0002": 25, "n001": [10, 12], "n002": [10, 12], "n003": [10, 12], "n004": [10, 12], "n01": 4, "n1": 30, "name": [0, 2, 3, 5, 6, 10, 11, 13, 14, 17, 19, 20, 22, 23, 24, 25, 26, 29, 30, 31], "nasa": 0, "nat": [17, 26], "natnetwork": 26, "necess": 18, "necessari": [4, 6, 12, 13, 15, 22], "need": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 26, 29, 30], "neighbor": 18, "nest": 6, "net": [3, 10, 12, 17, 24], "net_default_mac": 20, "netdev": [10, 12, 17, 19, 23, 24, 25, 26, 29, 31], "netdeventri": 23, "netmask": [2, 10, 12, 17, 23, 25, 26, 29, 30, 31], "netnam": [10, 12, 13, 17, 26, 31], "nettag": 13, "nettagadd": 17, "network": [0, 1, 2, 8, 14, 15, 18, 19, 25, 26, 28, 29, 30, 31], "networkmanag": [3, 10, 12, 13, 17], "networknam": 19, "never": [2, 18], "new": [2, 3, 13, 14, 16, 23, 26, 28], "newer": 3, "newnodeinfo": 23, "newroot": 3, "next": [0, 4, 12, 17, 18, 22, 23, 26, 29, 31], "nexthop": 19, "nf": [2, 3, 6, 7, 8, 13, 18, 24, 25, 26, 29, 30, 31], "nfs_udp": 25, "nfs_version": 25, "nil": 23, "no_auto": 4, "no_proxi": 3, "no_root_squash": [2, 25, 29, 30, 31], "noautoconsol": 24, "nobodi": 27, "node": [0, 1, 3, 4, 6, 7, 9, 13, 16, 17, 18, 20, 21, 23, 24, 26, 28], "node1": 21, "node2": 21, "node3": 21, "node5": 21, "node6": 21, "nodeconf": 23, "nodeinfo": 23, "nodenam": [13, 15], "nodepattern": 13, "nodeyaml": 23, "nodeyaml_test": 23, "noe": 20, "nohttp": 3, "non": [2, 24], "none": 2, "normal": [6, 20, 23, 31], "notat": [29, 30, 31], "note": [3, 4, 6, 12, 17, 22, 29, 31], "noth": [14, 16], "notic": 11, "notif": 4, "noupdat": 13, "now": [3, 5, 7, 12, 14, 15, 17, 25, 29, 30, 31], "number": [4, 9, 13, 18, 20, 29, 30, 31], "number_of_nod": 25, "numer": 21, "nut": 22, "o": [3, 13, 18, 23, 24, 26], "object": [3, 28], "obsidian": 3, "obsolet": 18, "obtain": [8, 13, 22], "obvious": [18, 22], "occur": [2, 8, 15, 17], "oci": [3, 6], "off": [10, 21, 26, 28], "offer": 22, "offici": [1, 22], "often": [6, 16], "omit": [4, 17, 29, 31], "onboot": [10, 12, 17, 26], "onc": [3, 6, 7, 8, 11, 12, 15, 16, 21, 22, 23, 29], "one": [0, 3, 4, 6, 10, 12, 13, 14, 16, 17, 18, 26, 29, 30, 31], "onion": 16, "onli": [1, 2, 3, 4, 6, 9, 11, 13, 14, 15, 16, 17, 18, 19, 26], "onlin": [22, 26], "onto": 18, "open": [9, 15, 22, 23, 27, 28], "openbuild": 31, "openssh": 3, "opensus": [3, 12, 15, 28], "oper": [1, 2, 3, 4, 6, 7, 8, 9, 15, 16, 18, 28, 29, 30, 31], "opt": [2, 25, 29, 30, 31], "optic": 26, "optim": 18, "option": [1, 2, 4, 5, 9, 11, 12, 13, 15, 26, 29, 30, 31], "ora": 3, "order": [1, 3, 5, 6, 15, 16, 26], "org": [3, 8, 12, 25, 26, 31], "organ": 17, "organiz": 16, "origin": [0, 2, 12, 18, 19, 22], "other": [0, 2, 3, 6, 7, 8, 12, 13, 14, 15, 18, 22, 23], "otherwis": [12, 20], "our": [14, 16, 18, 22, 27], "out": [3, 9, 12, 15, 17, 18, 22, 27], "outcom": 4, "outlin": 10, "output": [7, 12, 13, 22, 24, 26], "outsid": [2, 16], "over": [3, 8, 9, 10, 12, 15, 17, 18, 19], "overcom": 18, "overlai": [2, 3, 4, 5, 6, 10, 15, 17, 19, 20, 21, 24, 25, 26, 28, 29], "overlaid": 18, "overlap": 30, "overrid": [1, 10, 12, 21, 23, 28], "overridden": [2, 12], "overview": [9, 28], "overwrit": [13, 14], "overwritten": [3, 4, 12, 14], "own": [3, 9, 11], "ownership": 13, "p": [3, 13, 24, 25, 26], "packag": [1, 3, 6, 8, 23, 24, 25, 26, 30, 31], "page": 8, "pai": 17, "pam": [3, 13], "paradigm": [2, 18], "parallel": [13, 16, 18, 21], "paramat": 31, "paramet": [1, 2, 6, 10, 24, 26, 29, 30], "parent": [2, 13], "parenthesi": 12, "parit": 4, "pars": 13, "part": [8, 13, 14, 29], "partcreat": 4, "partial": 4, "particular": [11, 12, 13, 14, 18], "partit": [4, 13], "partlabel": 4, "partnam": 4, "partnumb": 4, "partsiz": 4, "pass": [1, 6], "passthrough": 25, "passwd": [3, 13], "password": [3, 23, 26], "passwordless": 7, "past": 18, "path": [3, 4, 13, 23, 25, 29, 30, 31], "pattern": [3, 5, 31], "paus": 23, "payload": 19, "pc": 23, "pciutil": 3, "pend": 8, "peopl": 13, "per": [1, 2, 7], "perform": [3, 6, 9, 13, 16, 17, 20], "perhap": 16, "period": [6, 13, 31], "perman": [29, 30], "permiss": 13, "permit": 1, "persist": [12, 13, 17, 26], "perspect": 17, "phase": 1, "physic": [1, 16], "pick": 12, "piec": 18, "pipelin": 9, "pkg": 23, "place": [13, 20, 22], "plan": 13, "platform": [0, 3, 4, 8, 9, 18], "pleas": [3, 15], "plugin": 25, "point": [3, 4, 13, 18, 20, 23, 29], "polici": 16, "pool": 18, "popul": 19, "popular": 9, "port": [2, 10, 17, 20, 23, 25, 26, 29, 30, 31], "portion": 7, "posix": 16, "possibl": [1, 3, 4, 5, 10, 11, 13, 16, 17, 18], "post": [3, 16, 22, 29, 31], "postur": 16, "potent": 23, "potenti": [20, 23], "power": [21, 28], "pr": 22, "practic": [16, 29, 30], "pre": [4, 13, 20], "prealloc": 24, "preced": 14, "preconfigur": 15, "predetermin": 17, "predict": 12, "predomin": 16, "prefer": [4, 19, 23, 30], "prefix": [3, 25, 31], "prepopul": 31, "prerequisit": [24, 26], "prescrib": 3, "present": [3, 15, 19], "press": 20, "pretti": 18, "prevent": [2, 3], "preview": 1, "previou": [3, 14, 18, 22], "previous": [11, 20], "primari": [2, 6, 10, 12, 17, 19], "primarili": 21, "primarynetdev": [17, 23], "princip": 9, "print": [3, 13, 19, 23, 29, 31], "prior": [2, 3, 16, 23, 30], "privaci": 19, "privat": [0, 2, 9, 17, 26, 29, 30, 31], "private_network": 25, "privatereg": 3, "privileg": [2, 3], "probabl": [3, 22, 29], "problem": [13, 18, 20], "proce": 23, "procedur": 27, "process": [1, 2, 3, 4, 6, 8, 10, 11, 13, 16, 17, 18, 24, 26, 28, 31], "produc": 9, "product": [8, 17], "profil": [1, 2, 3, 4, 6, 7, 11, 12, 13, 16, 17, 21, 23, 24, 25, 26, 28], "program": 7, "project": [8, 15, 22, 31], "prompt": [20, 26], "prone": 12, "properli": [3, 7, 13, 29], "protect": 3, "protocol": 17, "provid": [1, 4, 6, 8, 9, 12, 14, 15, 16, 17, 19, 20, 21, 22, 25, 27, 28, 30], "provis": [1, 2, 3, 6, 9, 12, 13, 17, 19, 20, 25, 28, 30, 31], "provision": 16, "proxyfromenviron": 3, "psmisc": 3, "pub": 25, "public": [0, 3, 17, 19], "publish": 30, "pull": [24, 26, 27, 28, 30], "purpos": [0, 2, 3, 11, 13, 14], "put": [2, 14, 18, 26], "pxe": [7, 15, 16, 17, 24, 25, 26], "q": [13, 30], "qcow2": 24, "qemu": [3, 24], "quickli": [3, 7], "quiet": [10, 12, 13, 17], "quit": 3, "r": [11, 13, 24, 26], "rack": 15, "rais": [27, 28], "ram": 24, "ramdisk": 20, "ramf": 16, "rang": [2, 3, 12, 13, 17, 21, 23, 25, 26, 29, 30, 31], "rather": [1, 3, 13, 14, 16, 18], "raw": 16, "rd": 4, "rdinit": 20, "re": [3, 4, 5, 7, 15, 20, 22, 23, 31], "reach": 15, "reachabl": 12, "read": [3, 22, 23], "readi": [7, 15, 24, 25, 26], "readonli": [2, 3, 30, 31], "realiz": 18, "reason": [3, 14, 16, 27, 30], "reboot": [2, 3, 4, 13, 18, 29], "rebuild": [2, 3, 13, 30], "rebuilt": [2, 3], "receiv": 13, "recent": [6, 8, 12], "recip": 3, "recogniz": 3, "recommend": [2, 4, 8, 12, 13, 17], "reconfigur": 29, "record": 6, "redirect": 19, "reduc": 3, "redund": 14, "refer": [0, 6, 12, 15, 20, 21, 29, 30, 31], "referenc": 22, "reg": 25, "regardless": [3, 22], "regener": 1, "regist": [7, 15, 29, 30], "registr": 3, "registri": [12, 31], "regular": 23, "rel": 20, "relabel": 13, "releas": [3, 9, 12, 24, 25, 26, 30], "reli": [4, 16, 29, 30, 31], "reload": [29, 30], "remain": [9, 12], "remot": 22, "remov": [3, 4, 13, 19, 23, 24], "render": [9, 13], "replac": [1, 4, 22], "repo": [24, 25, 26], "report": 3, "repositori": [3, 8, 16, 22, 27], "request": [2, 15, 16, 18, 27, 30], "requir": [0, 2, 3, 6, 8, 11, 12, 14, 15, 16, 17, 28, 30], "research": 9, "reserv": 3, "reset": [3, 10, 15], "resolv": [2, 3, 7, 10, 12, 13, 17, 30, 31], "resourc": [0, 9, 17, 22], "respect": [2, 21], "respond": [2, 15, 30], "respons": [6, 15], "rest": [9, 15, 17, 20], "restart": [7, 29, 30], "restorecon": [29, 30], "restrict": 13, "result": [7, 13, 15, 17, 19], "retain": 3, "reus": 4, "revers": 17, "revert": 22, "review": [24, 26, 28], "revis": 8, "rhel": [3, 9, 24, 25, 26, 28], "rhel7": [24, 26], "rm": 3, "ro": [2, 25, 29, 30, 31], "roam": 16, "rocki": [3, 9, 11, 12, 15, 28], "rocky9": 1, "rockylinux": [3, 25, 30], "role": [6, 12], "rom": 15, "root": [2, 3, 4, 7, 9, 10, 12, 13, 14, 15, 16, 17, 19, 23, 24], "rootf": 3, "rootfstyp": 16, "rout": 19, "router": 17, "rpm": [3, 24, 25, 26, 28, 30], "rsa": 2, "rsync": 3, "rsyslog": 3, "rule": [26, 31], "run": [1, 2, 3, 5, 6, 7, 9, 10, 12, 13, 14, 15, 20, 22, 24, 26, 28, 29, 30, 31], "runtim": [2, 3, 6, 10, 12, 13, 15, 16, 18, 20, 31], "runtime_overlai": 15, "runtimeoverlai": [14, 17, 23], "rv": [29, 30], "rw": [2, 25, 29, 30, 31], "same": [1, 6, 9, 10, 13, 18, 20], "sandbox": [3, 6, 28], "save": 3, "sbin": [10, 12, 15, 17, 23, 31], "scalabl": [0, 9, 12, 13, 14, 18], "scale": [0, 9, 18, 31], "scenario": 1, "schedul": [0, 17], "scheme": [10, 12, 17], "scienc": [12, 31], "scientist": 9, "scope": [17, 23], "scratch": [4, 18, 28], "scrip": 13, "script": [3, 6, 10, 13, 18, 26], "second": [2, 12, 14, 17, 26], "section": [3, 12, 14, 15, 27], "secur": [2, 3, 9, 17, 25, 26, 28, 29, 30, 31], "sed": [3, 25], "see": [1, 3, 4, 11, 12, 13, 14, 15, 22, 25, 27, 29, 31], "seen": [0, 14, 15], "segment": 0, "select": [8, 13, 26], "selinux": [9, 13, 15, 24, 25, 26, 28, 29, 30], "semant": [1, 4], "send": 27, "sens": 6, "sensit": [2, 3], "sent": 15, "separ": [1, 6, 11, 21], "ser": 24, "serial": 10, "serv": 1, "server": [1, 2, 3, 5, 6, 7, 8, 9, 13, 15, 16, 18, 19, 20, 25, 26, 28, 29, 30, 31], "servic": [0, 2, 4, 5, 6, 8, 13, 17, 19, 21, 22, 24, 25, 26, 28], "session": 3, "set": [1, 2, 3, 4, 11, 13, 14, 15, 16, 17, 18, 20, 23, 24, 25, 26, 28, 30], "setdefault": [24, 26, 31], "setdeffrom": 23, "setfrom": 23, "setslic": 23, "setup": [3, 6, 7, 10, 16, 23, 28, 29, 31], "sever": [3, 4, 13, 17, 18], "sgdisk": 4, "sh": [3, 7, 13, 20], "sha256": 3, "shadow": [3, 13], "share": [2, 3, 13, 25, 27, 29, 30, 31], "sharedstatedir": 25, "shell": [1, 2, 3, 7, 20, 22, 25], "shim": 16, "ship": 13, "should": [2, 3, 4, 7, 8, 9, 13, 14, 15, 17, 22, 26, 30], "should_exist": 4, "show": [3, 10, 19, 31], "shown": 13, "shutdown": [10, 24], "sign": 1, "signatur": [1, 3], "signific": 13, "significantli": 3, "similar": [0, 2, 3], "simpl": [0, 6, 9, 12, 13, 16], "simplest": 18, "simpli": [3, 16], "simplic": 9, "sinc": [3, 9, 20], "singl": [0, 1, 3, 4, 10, 12, 13, 14, 18, 23], "singular": [3, 24], "singularityplu": [24, 26], "site": [2, 8], "situat": 13, "size": [1, 4, 11, 28], "skip": [3, 18], "sl7": 26, "slave": 12, "sle": [10, 12, 28], "sleep": 15, "small": [3, 12], "smaller": [0, 14], "snapshot": 8, "snippet": 19, "snponli": 30, "so": [2, 3, 4, 7, 8, 12, 13, 14, 18, 20, 22, 26, 27, 29, 30, 31], "socket": 25, "soft": [0, 10, 16], "softwar": [18, 27], "sol": 10, "solut": [13, 17], "solv": [13, 18], "some": [1, 2, 3, 6, 8, 9, 13, 14, 26, 29, 30, 31], "someth": [3, 31], "sometim": [3, 4, 6, 19], "soon": 19, "sort": 12, "sourc": [2, 3, 9, 15, 19, 22, 27, 28, 31], "space": [3, 18], "special": [2, 6], "specif": [2, 3, 4, 6, 10, 11, 13, 14, 15, 16, 24, 26, 30, 31], "specifi": [2, 3, 4, 5, 11, 12, 13, 20], "speed": 17, "speedup": 13, "sphinx": 27, "spin": 28, "spoof": 16, "squid": 3, "srv": 31, "srvdir": [25, 30], "ssh": [7, 10, 12, 16, 17, 21, 24, 26], "ssh_setup": [7, 13], "stabl": [3, 8], "stack": 15, "stage": [1, 4, 8, 15, 20, 29], "standard": [0, 3, 9, 13, 26, 31], "start": [2, 3, 7, 23, 24, 25, 26, 28], "starter": 1, "state": [9, 10], "stateless": [3, 9, 13, 28], "static": [3, 13, 17, 19, 26, 29, 30, 31], "statu": [7, 10, 13, 22, 24, 26, 28], "stdout": 4, "step": [1, 3, 17, 18, 23, 26], "sterl": 0, "still": [3, 11, 12, 16, 18, 29], "stop": [5, 7, 16, 24, 26, 31], "storag": [0, 6, 26, 28], "store": [2, 3, 7, 13], "strace": 3, "string": [12, 16, 19, 23], "strive": 16, "structur": [4, 31], "stuck": 3, "sub": [14, 21], "subcommand": [13, 21], "subnet": [2, 17], "subpackag": 1, "subsequ": 13, "subset": 14, "substitut": [8, 20, 23], "substr": 19, "success": 4, "sudo": [3, 8, 24, 25, 26, 29, 31], "suffici": 26, "suffix": [13, 19, 31], "suggest": [22, 27], "suit": 28, "summari": [14, 28], "supercomput": 9, "supersecret": 3, "supersed": [14, 29, 30, 31], "suppli": 30, "support": [1, 3, 4, 6, 8, 9, 12, 13, 15, 16, 21, 22, 31], "suppress": 13, "sure": [4, 5, 12, 13, 14, 26, 30], "suse": [8, 9], "swap": [4, 18], "switch": [3, 4, 8, 13, 16, 17, 29], "sync": [2, 3, 18, 25, 29, 30, 31], "synced_fold": 25, "synchron": 13, "syncron": 3, "syncus": [10, 12, 17, 28], "syntax": 21, "sysconfdir": [2, 25, 30, 31], "sysconfig": [16, 24, 26, 31], "syslog": [2, 25, 29, 30, 31], "system": [0, 1, 2, 3, 4, 6, 8, 9, 13, 15, 16, 18, 20, 21, 22, 24, 26, 28], "system_overlai": 15, "systemctl": [5, 7, 24, 25, 26, 29, 30, 31], "systemd": [2, 3, 4, 5, 7, 10, 12, 13, 17, 25, 26, 29, 30, 31], "systemddir": [25, 30], "systemoverlai": [13, 14, 17, 23], "t": [1, 3, 4, 5, 11, 13, 15, 16, 19, 23, 31], "tabl": [3, 4, 10, 26], "tag": [1, 3, 8, 16, 17, 20, 22, 23, 29], "tagadd": 1, "take": [4, 14], "taken": 1, "talk": 22, "tar": [3, 8], "target": [3, 4, 16, 19, 23], "task": 9, "tcp": 2, "tech": 1, "technologi": 1, "tee": 25, "tell": [13, 16, 20], "templat": [1, 2, 3, 4, 5, 7, 17, 26, 28, 30, 31], "temporari": 17, "tend": [16, 27], "tenet": 9, "term": 6, "test": [2, 3, 12, 14, 22, 28], "test_getallnodeinfodefault": 23, "test_nod": 23, "test_profil": 14, "testb": 25, "text": [2, 13, 15, 19, 31], "tftp": [1, 2, 5, 6, 7, 8, 15, 17, 24, 25, 26, 29, 30, 31], "tftpboot": [25, 26, 29, 30], "tftpd": 29, "tftpdir": [25, 31], "tftproot": [2, 26, 30, 31], "than": [1, 3, 14, 17], "thank": 15, "thei": [2, 3, 10, 12, 15, 18, 22, 30, 31], "them": [2, 3, 6, 7, 8, 11, 12, 13, 14, 15, 16, 22, 29, 30, 31], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 29, 30, 31], "thing": [7, 13, 14, 15, 18], "think": 18, "thoma": 0, "those": [3, 8, 13, 15, 16, 29, 31], "though": [3, 6, 16], "thousand": [9, 13, 18], "thread": 22, "three": 17, "threshold": 16, "through": [0, 10, 13, 15, 16, 23], "thu": [0, 3], "thumb": 18, "time": [2, 3, 11, 17, 18, 19, 20, 22, 30], "tinker": 4, "tl": 3, "tmp": [3, 25], "tmpf": [1, 16], "tmpl": 19, "todai": [0, 18], "togeth": [0, 3, 14, 18, 23], "token": 16, "toler": 12, "tool": [0, 4, 8, 9, 15, 18, 25, 28], "toolkit": 18, "top": 25, "topologi": 0, "total": 23, "touch": 2, "track": 23, "traction": 3, "tradit": [0, 1, 9, 22], "transfer": [16, 17], "tree": 3, "trigger": 3, "trim": 13, "trivial": 17, "troubl": 23, "troubleshoot": 28, "true": [1, 2, 3, 4, 10, 12, 17, 19, 25, 26, 29, 30, 31], "trust": [16, 17], "try": [3, 4, 15, 20, 23], "tumblewe": 12, "turn": [10, 21, 28, 29, 30], "turnkei": [0, 9], "turnoff": 26, "tux": 3, "tw": [10, 12], "two": [0, 3, 6, 13, 14, 17, 26, 31], "type": [0, 9, 10, 12, 17, 19, 23, 24, 25, 29, 31], "typic": [1, 2, 3, 6, 8, 13, 17, 20], "tzdata": 3, "u": [3, 4, 23, 31], "udev": [10, 12, 13, 17], "uefi": 3, "uid": [3, 13], "un": 28, "unabl": 1, "unam": [11, 24, 26], "uncompress": 6, "unconfigur": 12, "undef": [12, 14, 23], "under": [7, 9, 12, 26, 28], "underli": [2, 4, 9], "understand": [3, 22], "undionli": 30, "unexpect": 7, "unifi": 15, "uniqu": [29, 30, 31], "unit": [4, 18], "unknown": [1, 12], "unless": 4, "unlik": 13, "unmount": 4, "unnecessari": [3, 13], "unpack": 3, "unset": 12, "until": [4, 12, 13, 15, 25], "unzip": [29, 30], "up": [1, 2, 3, 10, 13, 16, 17, 18, 19, 20, 24, 26, 28], "updat": [2, 3, 7, 12, 13, 15, 20, 22, 25, 26, 29, 30, 31], "upgrad": 26, "upstream": [0, 22], "uri": 20, "url": 25, "us": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30, 31], "usabl": 12, "usag": [28, 29, 31], "usb": 18, "user": [2, 3, 7, 9, 13, 16, 18, 22, 23, 25, 26, 31], "usermod": 25, "usernam": [3, 10, 22, 23], "usr": [2, 3, 4, 25, 30, 31], "usual": [2, 17], "util": [3, 8, 13, 16, 24, 25, 26, 29, 30], "v": [13, 23, 25], "v2": 26, "v238": [10, 12, 17], "v4": [2, 3, 6, 8, 9, 11, 12, 16, 18, 25, 29, 30], "vagrant": 28, "vagrantfil": 28, "valid": [4, 10, 28], "valu": [2, 10, 12, 13, 14, 15, 17, 19, 23], "valuabl": [12, 18], "var": [2, 3, 7, 25, 26, 29, 30, 31], "variabl": [1, 3, 13, 20, 23, 31], "variant": [3, 24], "variou": 30, "vboxmanag": 26, "vda": [4, 25], "vda5": 25, "ve": [2, 3, 12, 14, 22, 24, 26, 29, 30, 31], "vendor": [8, 9, 15, 16, 22], "verbos": 4, "veri": [2, 9, 12, 14, 15, 27, 31], "verifi": [14, 19, 26], "version": [2, 3, 6, 8, 9, 11, 12, 15, 16, 17, 18, 22, 25, 31], "vet": 28, "vga": [10, 12, 17], "vi": [24, 26], "via": [1, 2, 3, 5, 7, 8, 13, 15, 16, 22, 26, 29], "view": [14, 29, 31], "vim": 3, "virsh": 24, "virt": [24, 25], "virtio": 25, "virtual": [3, 6, 9, 26, 28], "virtualbox": 28, "vision": 28, "vlan": [16, 26], "vm": [24, 25, 26], "vnc": 24, "vnf": [3, 6, 11, 24, 26, 28], "vpn": 16, "vt": 25, "wa": [0, 3, 4, 11, 12, 14, 16, 18, 31], "wai": [1, 3, 6, 9, 10, 11, 12, 13, 14, 16, 17, 18, 22, 30], "wait": 25, "want": [2, 3, 4, 8, 10, 12, 13, 14, 20, 22, 27, 31], "ware": 0, "warewlf": 26, "warewulf": [0, 1, 3, 4, 5, 6, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 26, 28], "warewulf4": 31, "warewulf_oci_nohttp": 3, "warewulf_oci_password": 3, "warewulf_oci_usernam": 3, "warewulfd": [1, 2, 6, 7, 20, 24, 25, 26, 29, 30, 31], "warn": [3, 23], "watch": [7, 24, 26, 29, 30, 31], "we": [2, 3, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 27, 29, 30, 31], "web": [2, 9, 22], "weight": [2, 3, 13], "welcom": [13, 28], "well": [3, 4, 13, 16, 18, 19], "were": [3, 9, 18], "wget": [3, 24], "what": [2, 11, 15, 16, 20, 22], "when": [1, 2, 3, 4, 6, 8, 10, 13, 15, 16, 18, 20, 22, 30, 31], "where": [2, 4, 8, 10, 19, 22], "whether": [2, 4, 23], "which": [0, 1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31], "while": [3, 9, 12, 13, 16, 18, 29, 30, 31], "whole": 15, "why": [3, 23, 28], "wick": [10, 12, 13, 17], "wil": 3, "win": 25, "wipe": 28, "wipe_filesystem": 4, "wipe_partition_entri": 4, "wipef": 4, "wish": [8, 11, 12, 14, 15, 18, 29, 31], "within": [3, 9, 11, 13, 18, 19, 23, 26], "without": [4, 13, 14, 18], "won": [13, 15, 19], "word": 3, "work": [0, 1, 3, 4, 9, 15, 16, 22, 27], "workaround": [1, 3], "worker": 0, "workspac": 22, "workstat": 9, "would": [3, 10, 15, 17, 18, 20, 22], "write": [3, 7, 10, 18, 22, 23], "writeerr": 23, "writetestconfigfil": 23, "written": [2, 7, 10, 13, 16, 19, 30], "wrong": 31, "wulf": 0, "ww": [1, 3, 5, 7, 13, 17, 20, 24, 26, 31], "ww4": [4, 5, 17], "ww_intern": [2, 25, 29, 30, 31], "ww_server_ip": 24, "ww_server_subnet_mask": 24, "wwbackup": [13, 19], "wwchrootdir": [2, 30], "wwclient": [2, 3, 6, 10, 12, 15, 16, 17, 20], "wwclient_arm64": 3, "wwclientdir": [2, 25, 30], "wwctl": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 24, 25, 26, 28, 29, 30, 31], "wwdev": [26, 28], "wwid": 20, "wwinit": [1, 6, 10, 12, 16, 17, 23], "wwnatnetwork": 26, "wwnode1": 1, "wwoverlaydir": [2, 30], "wwprovisiondir": [2, 30], "x": [19, 24], "x64": 1, "x86": [9, 30], "x86_64": [1, 3, 8, 11, 24, 25, 26, 30], "xarg": 13, "xf": [4, 8], "xfs_growf": 25, "xml": [19, 24], "y": [1, 12, 13, 14, 19, 24, 25, 26, 30, 31], "yaml": [2, 6, 12], "ye": [3, 25, 26, 29], "year": [0, 3, 9], "yield": 12, "you": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31], "your": [0, 2, 8, 9, 10, 14, 15, 16, 17, 20, 23, 24, 25, 26, 29, 30, 31], "yum": [3, 8, 24, 26], "zlib": 3, "zone": [29, 30], "zypper": [1, 4, 5, 8, 31]}, "titles": ["Background", "Boot Management", "Warewulf Configuration", "Container Management", "Disk Management", "Dnsmasq", "Glossary", "Warewulf Initialization", "Warewulf Installation", "Introduction", "IPMI", "Kernel Management", "Node Configuration", "Warewulf Overlays", "Node Profiles", "Node Provisioning", "Security", "Control Server Setup", "Stateless Provisioning", "Templating", "Troubleshooting", "Controlling Warewulf (wwctl)", "Contributing", "Debugging", "Development Environment (KVM)", "Development Environment (Vagrant)", "Development Environment (VirtualBox)", "Documentation", "User Guide", "Debian 12 Quickstart", "Enterprise Linux Quickstart (Rocky Linux, CentOS, and RHEL)", "openSUSE Leap and SLES 15 Quickstart"], "titleterms": {"": 12, "1": 22, "12": 29, "15": 31, "2": [22, 25], "3": 22, "4": 22, "5": 22, "6": 22, "7": 24, "8": 8, "9": 25, "A": 3, "In": 19, "The": [9, 12, 15], "To": [3, 14], "abort": 19, "about": 9, "access": 19, "ad": 12, "add": [29, 30, 31], "addit": 12, "address": 17, "against": 23, "all": [3, 11], "an": [14, 22], "apptain": 3, "arch": 3, "attribut": 12, "automat": [29, 30, 31], "background": 0, "base": 30, "basic": [13, 29], "binari": 8, "boot": [1, 30], "box": 25, "branch": 22, "build": [3, 13, 24, 29, 30, 31], "cascad": 14, "cento": [24, 30], "chang": [3, 22], "checkout": 22, "chmod": 13, "chown": 13, "cockpit": 25, "code": [8, 22, 23], "combin": 13, "command": [10, 19], "comment": 19, "commun": 22, "compil": 8, "comput": 25, "conf": 2, "configur": [2, 4, 12, 29, 30, 31], "consider": 3, "consol": 10, "contain": [3, 12, 29, 30, 31], "content": 28, "contribut": [22, 28], "control": [17, 21, 29, 31], "cpu": 25, "creat": [3, 13, 19, 24, 25], "db": 12, "debian": 29, "debug": [13, 23], "decrement": 19, "default": [2, 24, 29, 30, 31], "delet": 13, "delv": 23, "depend": [8, 29, 31], "develop": [24, 25, 26], "dhcp": 24, "directori": 2, "discoveri": 12, "disk": 4, "dnsmasq": 5, "document": 27, "dracut": 1, "duplic": 3, "edit": 13, "effect": 14, "efi": 1, "enabl": [29, 30, 31], "enterpris": 30, "environ": [24, 25, 26], "exampl": [4, 19, 23], "exclud": 3, "featur": 9, "file": [3, 19], "firewalld": [29, 30], "fork": 22, "from": [3, 30, 31], "fstab": 13, "full": 23, "git": 8, "glossari": 6, "grub": [1, 20], "guid": 28, "h": 25, "hardwar": 15, "head": 25, "host": [3, 13, 25], "hostlist": 21, "how": 14, "http": [1, 3], "i": 18, "ignit": [4, 13], "imag": [12, 30], "implement": 4, "import": [3, 11, 13, 18], "includ": [19, 29], "includeblock": 19, "includefrom": 19, "increment": 19, "initi": 7, "instal": [1, 5, 8, 17, 23, 24, 25, 29, 30, 31], "interfac": 13, "introduct": [9, 14], "ipmi": 10, "ipx": [1, 20], "issu": 22, "join": 22, "keep": 22, "kei": 2, "kernel": [11, 12, 25, 29, 31], "kvm": [24, 25], "leap": [4, 8, 31], "libvirt": 25, "linux": [4, 8, 25, 30], "list": [3, 11, 12, 13], "local": 3, "log": 7, "loop": 19, "machin": 24, "make": [3, 22], "manag": [1, 3, 4, 11], "master1": 24, "modul": 25, "multi": 3, "multipl": [14, 17, 19], "name": 12, "network": [12, 13, 17, 24], "new": [12, 22], "nobackup": 19, "node": [2, 10, 11, 12, 14, 15, 19, 25, 29, 30, 31], "object": 4, "off": 24, "onli": 10, "open": 31, "opensus": [4, 8, 31], "oper": 17, "option": 25, "overlai": [13, 30, 31], "overrid": [11, 14], "overview": 18, "path": 2, "plug": 25, "podman": 3, "power": 10, "prepar": 3, "privat": 3, "process": 15, "profil": [10, 14, 29, 30, 31], "provid": 13, "provis": [15, 16, 18], "proxi": 3, "pull": [22, 29, 31], "push": 22, "qemu": 25, "quickstart": [28, 29, 30, 31], "rais": 22, "rang": 19, "registri": 3, "releas": 8, "reload": 25, "repo": 22, "request": 22, "requir": [4, 25], "review": 10, "rhel": 30, "rocki": [4, 8, 25, 30], "rpm": 8, "run": 23, "runtim": 8, "sandbox": 25, "scratch": 3, "secur": [1, 16], "selinux": 16, "server": [17, 24], "servic": [7, 29, 30, 31], "session": 23, "set": [10, 12, 29, 31], "setup": [15, 17, 25], "sever": 12, "shim": 1, "show": 13, "size": 3, "slack": 22, "sle": 31, "sourc": [8, 30], "special": 19, "specif": [19, 23], "spin": 25, "split": 19, "ssh": [2, 13], "start": [29, 30, 31], "stateless": 18, "statu": 15, "step": 22, "storag": 4, "submit": 22, "suit": 23, "summari": 16, "support": 25, "sync": 22, "syncus": [3, 13], "system": [7, 17, 25, 29, 30, 31], "tag": 19, "tarbal": 8, "templat": [13, 19], "test": 23, "tool": 3, "troubleshoot": [4, 20], "turn": 24, "type": 2, "un": 12, "under": 24, "up": [25, 29, 31], "us": [3, 13, 14, 23], "usag": 5, "user": 28, "vagrant": 25, "vagrantfil": 25, "valid": 23, "variabl": 19, "vet": 23, "view": 10, "virtual": [24, 25], "virtualbox": 26, "vision": 9, "vnf": [29, 31], "w": 25, "warewulf": [2, 7, 8, 9, 13, 21, 22, 24, 25, 29, 30, 31], "why": 18, "wipe": 4, "wwclient": 13, "wwctl": 21, "wwdev": 24, "wwinit": 13, "your": [3, 22]}}) \ No newline at end of file