17%
04.12.2024
can use Kustomize or Helm to install the AWX operator with default settings, as described in the documentation [2]. Operator version 2.12.2 was used for this example.
The main playbook for the AWX 00
17%
05.12.2011
multiplatform shared-memory multiprocessing programming in C, C++, and Fortran on most processor architectures and operating systems, including Linux, Unix, AIX, Solaris, Mac OS X, and Microsoft Windows platforms
17%
05.11.2018
# for your environment.
05 #
06 #
07 # slurm.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 Control
17%
13.12.2018
Port=6817
16 SlurmdPort=6818
17 AuthType=auth/munge
18 StateSaveLocation=/var/spool/slurm/ctld
19 SlurmdSpoolDir=/var/spool/slurm/d
20 SwitchType=switch/none
21 MpiDefault=none
22 Slurmctld
17%
28.11.2022
, this step can take some time. In this setup, Git writes its data at a rate of about 1.2GB per minute. The speed also depends on whether Git needs to write small or large files. During the write process you
17%
03.12.2015
.8, the Django formtools
[5] were part of this project and all was well. However, a decision was then made to outsource this part. Although this doesn't necessarily have to be a problem, Fedora 22 no longer
17%
15.08.2016
A fairly stable Community Technology Preview version 2.2 of SQL Server 2016 has been available since July 2015. With the newest release, Microsoft wants to optimize the features that have already
17%
14.11.2013
" : "CONNECTION > 2000",
18
19 "type" : "CHANGE",
20 "adjust" : 2,
21
22 "period_number" : 3,
23 "period" : 10
24 },
25 {
26 // -10 percent VMs when
17%
05.02.2023
: description,
13 excludeFromIndexes: true,
14 },
15 {
16 name: 'done',
17 value: false,
18 },
19 ],
20 };
21 try {
22 await datastore.save(entity);
23
17%
30.05.2021
_ssl':
19 ensure => installed,
20 }
21 }
22
23 package { $package_name:
24 ensure => installed,
25 }
26 }
In the context of variables, Puppet also provides conditions such as if-else and case