-
Notifications
You must be signed in to change notification settings - Fork 7
/
debian11-ppc64-std.yaml
35 lines (29 loc) · 1.07 KB
/
debian11-ppc64-std.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Debian bullseye (11) ppc64 std Grid'5000 environment
#
#==============================================================================
---
extend: ./debian11-ppc64-common.yaml
global:
# Grid'5000 environment variant
g5k_variant: std
# Generate only the appliance for bare-metal deployment, not for VMs.
appliance_formats: tar.zst
# Grid'5000 Kadeploy environment parameters
g5k_postinst_script: g5k-postinstall --net debian-bridged --net hpc --fstab nfs --restrict-user std --disk-aliases
# Disable cgroup v2 and force cgroup v1 - Bug #12723
g5k_kernel_params: "systemd.unified_cgroup_hierarchy=false systemd.legacy_systemd_cgroup_controller=true"
# QEMU options
qemu_image_size: 18G
# Visibility override
g5k_visibility: shared
bootstrap:
- "@base"
setup:
- "@base"
- set_and_clear_var_log
export:
- "@base"