suse-autoyast/network-template¶
Overrides 'init-options' for SuSe based systems.
This Param defines the name of a template for autoyast.xml
use in
the <networking> ... </networking>
section.
Note
RackN recommends not defining complex network topology in the
unattended/answerfiles of OS installer tools. Instead use the
Params net/interface-topology
and net/interface-config
to
define SystemD NetworkD configuration in the Pipeline. Some OS
installers may also use the network-data
Param.
The net/interface-*
Params are Netconfig / Netwrangler syntax
and processed by the configure-network
Task. All RackN
provided pipeline installers use this Task by default.
By default uses the template named autoyast-network.xml.tmpl
Set this Param to the name of a Template
to use as an alternative
to the default Network configuration. Provided example Templates
are:
- ux://templates/autoyast-network.xml.tmpl
Warning
If a user defined template is used, then the XML <networking>
section
tags MUST NOT be defined, they are defined in the top-level autoyast XML
document, and only one section definition can be defined.
The <proxy>
section is defined separately and is controlled by the use
of the Param proxy-servers
. Do not define <proxy>
in your networking
section, instead use the proxy-servers
Param.
The Param expansion uses the ParamExpand
method allowing use of
golang template rendering constructs in the Param name.