From 4956fe8d6d3e7d0012204c85083d2e051f05a038 Mon Sep 17 00:00:00 2001 From: gh-actions Date: Thu, 12 Dec 2024 14:22:01 +0000 Subject: [PATCH] Update main docs --- .../_sources/contents/configuration.rst.txt | 43 ++++++++++++++++++- static/docs/main/contents/configuration.html | 34 ++++++++++++++- static/docs/main/index.html | 2 + static/docs/main/searchindex.js | 2 +- 4 files changed, 78 insertions(+), 3 deletions(-) diff --git a/static/docs/main/_sources/contents/configuration.rst.txt b/static/docs/main/_sources/contents/configuration.rst.txt index 13309244..c6a4ded1 100644 --- a/static/docs/main/_sources/contents/configuration.rst.txt +++ b/static/docs/main/_sources/contents/configuration.rst.txt @@ -10,7 +10,7 @@ warewulf.conf ============= The Warewulf configuration exists as follows in the current version of -Warewulf (4.5.2): +Warewulf (4.5.8): .. code-block:: yaml @@ -227,3 +227,44 @@ Directories The ``/etc/warewulf/ipxe/`` directory contains *text/templates* that are used by the Warewulf configuration process to configure the ``ipxe`` service. + +FirewallD +========= + +When using ``firewalld`` with Warewulf, the following services are required to be added for successful node interconnectivity: + +.. code-block:: console + + firewall-cmd --permanent --add-service=warewulf + firewall-cmd --permanent --add-service=dhcp + firewall-cmd --permanent --add-service=nfs + firewall-cmd --permanent --add-service=tftp + +Make sure the ``--reload`` command is ran afterwards: + +.. code-block:: console + + firewall-cmd --reload + +nftables +======== + +When deploying ``nftables`` with Warewulf, ensure that TCP port ``9873`` for HTTP requests is available, else you will not be able to add new nodes to the cluster. + +This can be done with the ``nft add rule`` command: + +.. code-block:: console + + nft add rule inet filter input tcp dport 9873 accept + +Save the changes to your ``nftables.conf`` file: + +.. code-block:: console + + nft list ruleset > /etc/nftables.conf + +Restart the ``nftables`` service: + +.. code-block:: console + + systemctl restart nftables \ No newline at end of file diff --git a/static/docs/main/contents/configuration.html b/static/docs/main/contents/configuration.html index 73f6fc1a..0ea0d8d1 100644 --- a/static/docs/main/contents/configuration.html +++ b/static/docs/main/contents/configuration.html @@ -61,6 +61,8 @@
  • nodes.conf
  • Upgrades
  • Directories
  • +
  • FirewallD
  • +
  • nftables
  • Controlling Warewulf (wwctl)
  • @@ -129,7 +131,7 @@

    Warewulf Configuration

    warewulf.conf

    The Warewulf configuration exists as follows in the current version of -Warewulf (4.5.2):

    +Warewulf (4.5.8):

    ipaddr: 10.0.0.1
     netmask: 255.255.252.0
     network: 10.0.0.0
    @@ -317,6 +319,36 @@ 

    Directoriesipxe service.

    +
    +

    FirewallD

    +

    When using firewalld with Warewulf, the following services are required to be added for successful node interconnectivity:

    +
    firewall-cmd --permanent --add-service=warewulf
    +firewall-cmd --permanent --add-service=dhcp
    +firewall-cmd --permanent --add-service=nfs
    +firewall-cmd --permanent --add-service=tftp
    +
    +
    +

    Make sure the --reload command is ran afterwards:

    +
    firewall-cmd --reload
    +
    +
    +
    +
    +

    nftables

    +

    When deploying nftables with Warewulf, ensure that TCP port 9873 for HTTP requests is available, else you will not be able to add new nodes to the cluster.

    +

    This can be done with the nft add rule command:

    +
    nft add rule inet filter input tcp dport 9873 accept
    +
    +
    +

    Save the changes to your nftables.conf file:

    +
    nft list ruleset > /etc/nftables.conf
    +
    +
    +

    Restart the nftables service:

    +
    systemctl restart nftables
    +
    +
    +
    diff --git a/static/docs/main/index.html b/static/docs/main/index.html index 3162f9d9..05b07774 100644 --- a/static/docs/main/index.html +++ b/static/docs/main/index.html @@ -147,6 +147,8 @@

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