Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d8a6bc7c authored by Albin PETIT's avatar Albin PETIT
Browse files

Merge branch 'feature/add-centos-nfs' into 'master'

Add nfs variant for all distributions

See merge request !190
parents 3a295427 c9211aef
1 merge request!190Add nfs variant for all distributions
Showing
with 579 additions and 257 deletions
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos7 ppc64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/ppc64le/centos-7.yaml
global:
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 kadeploy environment parameters
# Grid'5000 environment arch
g5k_image_arch: ppc64
g5k_tar_path: server:///path/to/your/image
g5k_tar_compression: "zstd"
g5k_postinst_path: server:///grid5000/postinstalls/g5k-postinstall.tgz
g5k_postinst_script: g5k-postinstall --net redhat --disk-aliases
g5k_postinst_compression: "gzip"
g5k_kernel_params: "biosdevname=0 crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
......@@ -6,50 +6,17 @@
#
#==============================================================================
---
extend: from_scratch/ppc64le/centos-7.yaml
extend: centos7-ppc64-common.yaml
global:
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: min
# Grid'5000 environment version
g5k_version: 1111111111
# Grid'5000 kadeploy environment parameters
# Grid'5000 environment arch
g5k_image_arch: ppc64
g5k_tar_path: server:///path/to/your/image
g5k_tar_compression: "zstd"
g5k_postinst_path: server:///grid5000/postinstalls/g5k-postinstall.tgz
g5k_postinst_script: g5k-postinstall --net redhat --disk-aliases
g5k_postinst_compression: "gzip"
g5k_kernel_params: "biosdevname=0 crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos7 ppc64 nfs Grid'5000 environment
#
#==============================================================================
---
extend: centos7-ppc64-common.yaml
global:
# Grid'5000 environment variant
g5k_variant: nfs
# packages to install
packages: "$${packages} nfs-utils autofs openldap-clients nss-pam-ldapd ruby"
# Grid'5000 Kadeploy environment parameters
g5k_postinst_script: g5k-postinstall --net redhat --fstab nfs --restrict-user current --disk-aliases
bootstrap:
- "@base"
setup:
- "@base"
- setup_g5k_ca_certificate
- setup_ldap
export:
- "@base"
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos7 x64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/centos-7.yaml
global:
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 kadeploy environment parameters
# Grid'5000 environment arch
g5k_image_arch: x64
g5k_tar_path: server:///path/to/your/image
g5k_tar_compression: "zstd"
g5k_postinst_path: server:///grid5000/postinstalls/g5k-postinstall.tgz
g5k_postinst_script: g5k-postinstall --net redhat --disk-aliases
g5k_postinst_compression: "gzip"
g5k_kernel_params: "biosdevname=0 crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
......@@ -6,50 +6,17 @@
#
#==============================================================================
---
extend: from_scratch/centos-7.yaml
extend: centos7-x64-common.yaml
global:
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: min
# Grid'5000 environment version
g5k_version: 1111111111
# Grid'5000 kadeploy environment parameters
# Grid'5000 environment arch
g5k_image_arch: x64
g5k_tar_path: server:///path/to/your/image
g5k_tar_compression: "zstd"
g5k_postinst_path: server:///grid5000/postinstalls/g5k-postinstall.tgz
g5k_postinst_script: g5k-postinstall --net redhat --disk-aliases
g5k_postinst_compression: "gzip"
g5k_kernel_params: "biosdevname=0 crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos7 x64 nfs Grid'5000 environment
#
#==============================================================================
---
extend: centos7-x64-common.yaml
global:
# Grid'5000 environment variant
g5k_variant: nfs
# packages to install
packages: "$${packages} nfs-utils autofs openldap-clients nss-pam-ldapd ruby"
# Grid'5000 Kadeploy environment parameters
g5k_postinst_script: g5k-postinstall --net redhat --fstab nfs --restrict-user current --disk-aliases
bootstrap:
- "@base"
setup:
- "@base"
- setup_g5k_ca_certificate
- setup_ldap
export:
- "@base"
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos8 ARM64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/aarch64/centos-8.yaml
global:
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: arm64
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
......@@ -6,51 +6,17 @@
#
#==============================================================================
---
extend: from_scratch/aarch64/centos-8.yaml
extend: centos8-arm64-common.yaml
global:
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: min
# Grid'5000 environment version
g5k_version: 1111111111
# Grid'5000 environment arch
g5k_image_arch: arm64
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos8 arm64 nfs Grid'5000 environment
#
#==============================================================================
---
extend: centos8-arm64-common.yaml
global:
# Grid'5000 environment variant
g5k_variant: nfs
# packages to install
packages: "$${packages} nfs-utils autofs openldap-clients nss-pam-ldapd ruby"
# Grid'5000 Kadeploy environment parameters
g5k_postinst_script: g5k-postinstall --net redhat --fstab nfs --restrict-user current --disk-aliases
bootstrap:
- "@base"
setup:
- "@base"
- setup_g5k_ca_certificate
- setup_ldap
export:
- "@base"
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos7 ppc64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/ppc64le/centos-8.yaml
global:
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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
......@@ -6,51 +6,17 @@
#
#==============================================================================
---
extend: from_scratch/ppc64le/centos-8.yaml
extend: centos8-ppc64-common.yaml
global:
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: min
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos8 ppc64 nfs Grid'5000 environment
#
#==============================================================================
---
extend: centos8-ppc64-common.yaml
global:
# Grid'5000 environment variant
g5k_variant: nfs
# packages to install
packages: "$${packages} nfs-utils autofs openldap-clients nss-pam-ldapd ruby"
# Grid'5000 Kadeploy environment parameters
g5k_postinst_script: g5k-postinstall --net redhat --fstab nfs --restrict-user current --disk-aliases
bootstrap:
- "@base"
setup:
- "@base"
- setup_g5k_ca_certificate
- setup_ldap
export:
- "@base"
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos8 x64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/centos-8.yaml
global:
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: x64
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
......@@ -6,51 +6,17 @@
#
#==============================================================================
---
extend: from_scratch/centos-8.yaml
extend: centos8-x64-common.yaml
global:
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: min
# Grid'5000 environment version
g5k_version: 1111111111
# Grid'5000 environment arch
g5k_image_arch: x64
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos8 x64 nfs Grid'5000 environment
#
#==============================================================================
---
extend: centos8-x64-common.yaml
global:
# Grid'5000 environment variant
g5k_variant: nfs
# packages to install
packages: "$${packages} nfs-utils autofs openldap-clients nss-pam-ldapd ruby"
# Grid'5000 Kadeploy environment parameters
g5k_postinst_script: g5k-postinstall --net redhat --fstab nfs --restrict-user current --disk-aliases
bootstrap:
- "@base"
setup:
- "@base"
- setup_g5k_ca_certificate
- setup_ldap
export:
- "@base"
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos Stream 8 x64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/centos-stream-8.yaml
global:
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: x64
g5k_distrib: centosstream
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
include_steps:
- $${distrib}/$${release}
- $${distrib}
- centos/$${release}
- centos
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
......@@ -6,58 +6,17 @@
#
#==============================================================================
---
extend: from_scratch/centos-stream-8.yaml
extend: centosstream8-x64-common.yaml
global:
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: min
# Grid'5000 environment version
g5k_version: 1111111111
# Grid'5000 environment arch
g5k_image_arch: x64
g5k_distrib: centosstream
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
include_steps:
- $${distrib}/$${release}
- $${distrib}
- centos/$${release}
- centos
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos Stream 9 x64 nfs Grid'5000 environment
#
#==============================================================================
---
extend: ./centosstream8-x64-common.yaml
global:
# Grid'5000 environment variant
g5k_variant: nfs
# packages to install
packages: "$${packages} nfs-utils autofs openldap-clients nss-pam-ldapd ruby"
# Grid'5000 Kadeploy environment parameters
g5k_postinst_script: g5k-postinstall --net redhat --fstab nfs --restrict-user current --disk-aliases
bootstrap:
- "@base"
setup:
- "@base"
- setup_g5k_ca_certificate
- setup_ldap
export:
- "@base"
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos Stream 9 x64 common Grid'5000 environment
#
#==============================================================================
---
extend: from_scratch/centos-stream-9.yaml
global:
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: x64
g5k_distrib: centosstream
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
include_steps:
- $${distrib}/$${release}
- $${distrib}
- centos/$${release}
- centos
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
......@@ -6,58 +6,17 @@
#
#==============================================================================
---
extend: from_scratch/centos-stream-9.yaml
extend: ./centosstream9-x64-common.yaml
global:
appliance_formats: qcow2 tar.zst
# Output base filename
output: "$${kameleon_cwd}/$${kameleon_recipe_name}"
# Grid'5000 environment variant
g5k_variant: min
# Grid'5000 environment version
g5k_version: 1111111111
# Grid'5000 environment arch
g5k_image_arch: x64
g5k_distrib: centosstream
# 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 redhat --disk-aliases
g5k_kernel_params: "crashkernel=no"
g5k_kernel_path: "/vmlinuz"
g5k_initrd_path: "/initramfs.img"
g5k_no_chroot_for_grub: "true"
# Packages to install
packages: "zstd"
# locales
locales: POSIX C en_US.UTF8
lang: en_US.UTF8
timezone: Europe/Paris
# password
root_password: grid5000
include_steps:
- $${distrib}/$${release}
- $${distrib}
- centos/$${release}
- centos
bootstrap:
- "@base"
setup:
- create_kernel_symlinks
- "@base"
- configure_system
- install_packages
- disable_kdump
- set_g5k_release
- set_g5k_motd
export:
- clean_dhcp_leases
- "@base"
- do_qcow2_finish_works
- export_g5k
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment