-
Notifications
You must be signed in to change notification settings - Fork 7
/
debian10-ppc64-common.yaml
56 lines (52 loc) · 1.56 KB
/
debian10-ppc64-common.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Debian buster (10) ppc64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/ppc64le/debian-buster.yaml
global:
# Override uncommon kernel path
g5k_kernel_path: "/vmlinux"
g5k_initrd_path: "/initrd.img"
# Export format to generate
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: common
# Grid'5000 environment version
g5k_version: 1111111111
# Grid'5000 environment arch
g5k_image_arch: ppc64
# Grid'5000 kadeploy environment parameters
g5k_tar_path: server:///path/to/your/image
g5k_tar_compression: "zstd"
g5k_postinst_path: server:///grid5000/postinstalls/g5k-postinstall.tgz
g5k_postinst_compression: "gzip"
g5k_postinst_script: g5k-postinstall --net debian --disk-aliases
g5k_kernel_params: "modprobe.blacklist=nouveau"
deb_backports: true
packages: ""
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# puppet
puppetlabs_apt_version: 6.3.0
bootstrap:
- "@base"
setup:
- "@base"
- configure_system
- configure_apt
- install_packages
- setup_orchestrator
- run_orchestrator
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k