From 0a21e5abdbaf2af2e2aaa068ec5a367f1fd421f0 Mon Sep 17 00:00:00 2001 From: ansible-msp Date: Fri, 13 Mar 2026 15:59:05 -0700 Subject: [PATCH] [LE-001] pm-node-02 pre-upgrade config backup 2026-03-13 --- .../pm-node-02/etc/apt/sources.list | 9 ++ .../pm-node-02/pm-node-02/etc/hostname | 1 + .../proxmox/pm-node-02/pm-node-02/etc/hosts | 11 +++ .../pm-node-02/etc/network/interfaces | 96 +++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/apt/sources.list create mode 100644 hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hostname create mode 100644 hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hosts create mode 100644 hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/network/interfaces diff --git a/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/apt/sources.list b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/apt/sources.list new file mode 100644 index 0000000..2c8ae02 --- /dev/null +++ b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/apt/sources.list @@ -0,0 +1,9 @@ +deb http://ftp.ca.debian.org/debian trixie main contrib non-free-firmware + +deb http://ftp.ca.debian.org/debian trixie-updates main contrib non-free-firmware + +# security updates +deb http://security.debian.org trixie-security main contrib non-free-firmware + +deb http://download.proxmox.com/debian/pve trixie pve-no-subscription + diff --git a/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hostname b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hostname new file mode 100644 index 0000000..ba2df41 --- /dev/null +++ b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hostname @@ -0,0 +1 @@ +pm-node-02 diff --git a/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hosts b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hosts new file mode 100644 index 0000000..ed10119 --- /dev/null +++ b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/hosts @@ -0,0 +1,11 @@ +127.0.0.1 localhost.localdomain localhost +192.168.22.66 pm-node-02.localeng.ca pm-node-02 + +# The following lines are desirable for IPv6 capable hosts + +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts diff --git a/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/network/interfaces b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/network/interfaces new file mode 100644 index 0000000..c4edfc7 --- /dev/null +++ b/hypervisor_configs/le-001/proxmox/pm-node-02/pm-node-02/etc/network/interfaces @@ -0,0 +1,96 @@ +# network interface settings; autogenerated +# Please do NOT modify this file directly, unless you know what +# you're doing. +# +# If you want to manage parts of the network configuration manually, +# please utilize the 'source' or 'source-directory' directives to do +# so. +# PVE will preserve these directives, but will NOT read its network +# configuration from sourced files, so do not attempt to move any of +# the PVE managed interfaces into external files! + +auto lo +iface lo inet loopback + +iface eno8 inet manual + +auto ens1f1np1 +iface ens1f1np1 inet manual + mtu 9000 + +auto eno1 +iface eno1 inet manual + mtu 9000 + +auto eno2 +iface eno2 inet manual + mtu 9000 + +auto eno3 +iface eno3 inet manual + mtu 9000 + +auto eno4 +iface eno4 inet manual + mtu 9000 + +auto ens1f0np0 +iface ens1f0np0 inet manual + mtu 9000 + +iface eno5 inet manual + +iface eno6 inet manual + +auto eno7 +iface eno7 inet static + address 10.10.10.66/28 +#CLUSTER SYNC + +auto bond0 +iface bond0 inet manual + bond-slaves eno1 eno2 eno3 eno4 + bond-miimon 100 + bond-mode 802.3ad + bond-xmit-hash-policy layer3+4 + mtu 9000 +#Client Access LAG + +auto bond1 +iface bond1 inet manual + bond-slaves ens1f0np0 ens1f1np1 + bond-miimon 100 + bond-mode 802.3ad + bond-xmit-hash-policy layer3+4 + mtu 9000 +#Storage LAG + +auto vmbr0 +iface vmbr0 inet static + address 192.168.22.66/24 + gateway 192.168.22.1 + bridge-ports eno8 + bridge-stp off + bridge-fd 0 +#MGMT ONLY + +auto vmbr1 +iface vmbr1 inet manual + bridge-ports bond0 + bridge-stp off + bridge-fd 0 + bridge-vlan-aware yes + bridge-vids 2-4094 + mtu 9000 +#CLIENT ACCESS + +auto vmbr2 +iface vmbr2 inet static + address 10.10.22.66/24 + bridge-ports bond1 + bridge-stp off + bridge-fd 0 + mtu 9000 +#STORAGE NETWORK + +source /etc/network/interfaces.d/*