Skip to content

Commit

Permalink
Adding additional steps required to support newer network naming sche…
Browse files Browse the repository at this point in the history
…me (#354)
  • Loading branch information
koomie committed Mar 31, 2017
1 parent 95f9ec1 commit 6f5c8e4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/recipes/install/centos7/x86_64/warewulf/pbspro/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,13 @@ \subsubsection{Import files} \label{sec:file_import}
\end{lstlisting}
% end_ohpc_run

\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
# Additional step required if desiring to use predictable network interface
# naming schemes (e.g. en4s0f0). Skip if using eth# style names.
[sms](*\#*) wwsh provision set "${compute_regex}" --kargs "net.ifnames=1,biosdevname=1"
[sms](*\#*) wwsh provision set --postnetdown=1 "${compute_regex}"
\end{lstlisting}

% begin_ohpc_run
% ohpc_validation_comment Add hosts to cluster (Cont.)
% Removed slurm.conf,munge.key from the list of files because it is NOT compatible with PBS Professional.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ \subsubsection{Import files} \label{sec:file_import}
\end{lstlisting}
% end_ohpc_run

\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily,literate={BOSVER}{\baseos{}}1]
\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
# Additional step required if desiring to use predictable network interface
# naming schemes (e.g. en4s0f0). Skip if using eth# style names.
[sms](*\#*) wwsh provision set "${compute_regex}" --kargs "net.ifnames=1,biosdevname=1"
Expand Down
7 changes: 7 additions & 0 deletions docs/recipes/install/sles12/x86_64/warewulf/pbspro/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,13 @@ \subsubsection{Import files} \label{sec:file_import}
\end{lstlisting}
% end_ohpc_run

\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
# Additional step required if desiring to use predictable network interface
# naming schemes (e.g. en4s0f0). Skip if using eth# style names.
[sms](*\#*) wwsh provision set "${compute_regex}" --kargs "net.ifnames=1,biosdevname=1"
[sms](*\#*) wwsh provision set --postnetdown=1 "${compute_regex}"
\end{lstlisting}

% begin_ohpc_run
% ohpc_validation_comment Add hosts to cluster (Cont.)
\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
Expand Down
7 changes: 7 additions & 0 deletions docs/recipes/install/sles12/x86_64/warewulf/slurm/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,13 @@ \subsubsection{Import files} \label{sec:file_import}
\end{lstlisting}
% end_ohpc_run

\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
# Additional step required if desiring to use predictable network interface
# naming schemes (e.g. en4s0f0). Skip if using eth# style names.
[sms](*\#*) wwsh provision set "${compute_regex}" --kargs "net.ifnames=1,biosdevname=1"
[sms](*\#*) wwsh provision set --postnetdown=1 "${compute_regex}"
\end{lstlisting}

% begin_ohpc_run
% ohpc_validation_comment Add hosts to cluster (Cont.)
\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
Expand Down

0 comments on commit 6f5c8e4

Please sign in to comment.