2025-02-18 13:06:33 +03:00
2025-02-18 13:06:33 +03:00
2024-04-26 11:36:01 +03:00
2025-02-18 13:06:33 +03:00
2025-02-11 16:27:58 +03:00
2025-02-18 13:06:33 +03:00

Automated kubernetes cluster deployment on Proxmox VE

Dependencies

  • python3-module-proxmoxer
  • python3-module-dotenv
  • ansible

Quick start

Create a file .env, which contains environment variables.

Example of a .env file:

# Proxmox VE host
PROXMOX_HOST='pve.office.basealt.ru'
# Proxmox VE user
PROXMOX_USER='stepchenkoas'
# Proxmox VE full username (e.g. username@BaseALT)
PROXMOX_USER_FULL="${PROXMOX_USER}@BaseALT"
# Proxmox VE user password
PROXMOX_PASSWORD=super-secret-password
# Whether VMs should be deleted at the start
DELETE_VMS=1

Then run the run.sh script.

./run.sh sisyphus 1.31.5 v0.25.7 registry.altlinux.org

TODO:

  • Add automatic deletion of created VMs after the tests are completed
Description
No description provided
Readme 57 KiB
Languages
Python 82.2%
Shell 17.8%