Volt CLI: source-available under AGPSL v5.0
Complete infrastructure platform CLI: - Container runtime (systemd-nspawn) - VoltVisor VMs (Neutron Stardust / QEMU) - Stellarium CAS (content-addressed storage) - ORAS Registry - GitOps integration - Landlock LSM security - Compose orchestration - Mesh networking Copyright (c) Armored Gates LLC. All rights reserved. Licensed under AGPSL v5.0
This commit is contained in:
28
tests/hybrid/test-manifests/basic-hybrid.toml
Normal file
28
tests/hybrid/test-manifests/basic-hybrid.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# basic-hybrid.toml — Minimal hybrid-native workload manifest for Volt
|
||||
#
|
||||
# Hybrid-native: boots with its own init (systemd) inside a full boot-mode
|
||||
# systemd-nspawn container. Gets private /proc, /sys, cgroups v2 delegation,
|
||||
# and PID namespace isolation with PID 1 = systemd.
|
||||
|
||||
[workload]
|
||||
name = "test-hybrid-basic"
|
||||
type = "hybrid"
|
||||
image = "ubuntu:24.04"
|
||||
|
||||
[resources]
|
||||
memory = "1G"
|
||||
memory_soft = "512M"
|
||||
cpu_weight = 100
|
||||
pids_max = 4096
|
||||
|
||||
[network]
|
||||
mode = "private"
|
||||
bridge = "voltbr0"
|
||||
|
||||
[kernel]
|
||||
profile = "server"
|
||||
|
||||
[security]
|
||||
seccomp = "default"
|
||||
landlock = "server"
|
||||
private_users = true
|
||||
Reference in New Issue
Block a user