Skip to content

Commit

Permalink
Adapt documentation to Leap 15.5
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Jul 10, 2023
1 parent ec72e05 commit 909872c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions docs/recipes/install/common/warewulf_setup_sles.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# Configure Warewulf to use the default SLES tftp location
[sms](*\#*) perl -pi -e "s#\#tftpdir = /var/lib/#tftpdir = /srv/#" /etc/warewulf/provision.conf

# Configure Warewulf to use the correct certificate bundle
[sms](*\#*) perl -pi -e "s,cacert =.*,cacert = /etc/ssl/ca-bundle.pem," /etc/warewulf/provision.conf

# Update Warewulf http configuration to use the SLES version of Apache modules
[sms](*\#*) export MODFILE=/etc/apache2/conf.d/warewulf-httpd.conf
[sms](*\#*) perl -pi -e "s#modules/mod_perl.so\$#/usr/lib64/apache2/mod_perl.so#" $MODFILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
\input{vc.tex}

% Define Base OS and other local macros
\newcommand{\baseOS}{OpenSUSE Leap 15.3}
\newcommand{\OSRepo}{Leap\_15\_3}
\newcommand{\baseOS}{OpenSUSE Leap 15.5}
\newcommand{\OSRepo}{Leap\_15\_5}
\newcommand{\OSTree}{Leap\_15}
\newcommand{\OSTag}{leap15}
\newcommand{\baseos}{leap15.3}
\newcommand{\baseos}{leap15.5}
\newcommand{\baseosshort}{leap15}
\newcommand{\provisioner}{Warewulf}
\newcommand{\provheader}{\provisioner{}}
Expand Down
6 changes: 3 additions & 3 deletions docs/recipes/install/leap15/aarch64/warewulf/slurm/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
\input{vc.tex}

% Define Base OS and other local macros
\newcommand{\baseOS}{OpenSUSE Leap 15.3}
\newcommand{\OSRepo}{Leap\_15\_3}
\newcommand{\baseOS}{OpenSUSE Leap 15.5}
\newcommand{\OSRepo}{Leap\_15\_5}
\newcommand{\OSTree}{Leap\_15}
\newcommand{\OSTag}{leap15}
\newcommand{\baseos}{leap15.3}
\newcommand{\baseos}{leap15.5}
\newcommand{\baseosshort}{leap15}
\newcommand{\provisioner}{Warewulf}
\newcommand{\provheader}{\provisioner{}}
Expand Down
6 changes: 3 additions & 3 deletions docs/recipes/install/leap15/x86_64/warewulf/openpbs/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
\input{vc.tex}

% Define Base OS and other local macros
\newcommand{\baseOS}{OpenSUSE Leap 15.3}
\newcommand{\OSRepo}{Leap\_15\_3}
\newcommand{\baseOS}{OpenSUSE Leap 15.5}
\newcommand{\OSRepo}{Leap\_15\_5}
\newcommand{\OSTree}{Leap\_15}
\newcommand{\OSTag}{leap15}
\newcommand{\baseos}{leap15.3}
\newcommand{\baseos}{leap15.5}
\newcommand{\baseosshort}{leap15}
\newcommand{\provisioner}{Warewulf}
\newcommand{\provheader}{\provisioner{}}
Expand Down
6 changes: 3 additions & 3 deletions docs/recipes/install/leap15/x86_64/warewulf/slurm/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
\input{vc.tex}

% Define Base OS and other local macros
\newcommand{\baseOS}{OpenSUSE Leap 15.4}
\newcommand{\OSRepo}{Leap\_15\_4}
\newcommand{\baseOS}{OpenSUSE Leap 15.5}
\newcommand{\OSRepo}{Leap\_15\_5}
\newcommand{\OSTree}{Leap\_15}
\newcommand{\OSTag}{leap15}
\newcommand{\baseos}{leap15.4}
\newcommand{\baseos}{leap15.5}
\newcommand{\baseosshort}{leap15}
\newcommand{\provisioner}{Warewulf}
\newcommand{\provheader}{\provisioner{}}
Expand Down

0 comments on commit 909872c

Please sign in to comment.