forked from dell/omnia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenchami_image_cmd.yml
More file actions
62 lines (47 loc) · 2.12 KB
/
Copy pathopenchami_image_cmd.yml
File metadata and controls
62 lines (47 loc) · 2.12 KB
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
57
58
59
60
61
62
# Copyright 2025 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
rhel_x86_64_base_image_name: "rhel-x86_64_base"
rhel_aarch64_base_image_name: "rhel-aarch64_base"
base_image_commands:
- "dracut --add 'dmsquash-live livenet network-manager' --install '/usr/lib/systemd/systemd-sysroot-fstab-check' --kver $(basename /lib/modules/*) -N -f --logfile /tmp/dracut.log 2>/dev/null" # noqa: yaml[line-length]
- "echo DRACUT LOG:; cat /tmp/dracut.log"
- "rm -f /var/lib/rpm/__db*"
- "rpmdb --rebuilddb"
# x86_64 compute commands
default_x86_64_compute_commands:
- "echo 'Default x86_64 compute'"
default_aarch64_compute_commands:
- "echo 'Default aarch64 compute'"
login_node_x86_64_compute_commands:
- "echo 'Login node x86_64 compute'"
login_node_aarch64_compute_commands:
- "echo 'Login node aarch64 compute'"
login_compiler_node_x86_64_compute_commands:
- "echo 'Login Compiler node x86_64 compute'"
service_kube_node_x86_64_compute_commands:
- "echo 'Service kube node x86_64 compute'"
service_kube_control_plane_first_x86_64_compute_commands:
- "echo 'Service kube control plane first x86_64 compute'"
service_kube_control_plane_x86_64_compute_commands:
- "echo 'Service kube control plane x86_64 compute'"
slurm_control_node_x86_64_compute_commands:
- "echo 'Slurm Control node x86_64 compute'"
slurm_node_x86_64_compute_commands:
- "echo 'Slurm node x86_64 compute'"
# aarch64 compute commands
slurm_node_aarch64_compute_commands:
- "echo 'Slurm node aarch64 compute'"
login_compiler_node_aarch64_compute_commands:
- "echo 'Login Compiler node aarch64 compute'"