photon-network-template¶
OpenSCAP packages, profile, and settings during OS Install
This string contains the name of a Photon network configuration template. The Photon OS network configuration is based on JSON syntax, and documentation can be found at:
- https://vmware.github.io/photon/docs/user-guide/working-with-kickstart/
- https://vmware.github.io/photon/assets/files/html/3.0/photon_user/kickstart.html
The Template must be in correct JSON format, and should follow the same format as found in the default partitioning template:
photon-network-default.json.tmpl
(the default value)- or
photon-network-static_EXAMPLE.json.tmpl
- or
photon-network-vlan_EXAMPLE.json.tmpl
Warning
You must include the trailing JSON comma in custom partitioning templates, see the above EXAMPLE marked templates for ... well ... examples.
The string will be expanded into the following template name:
photon-network-<string>.json.tmpl
e.g. a value of static_EXAMPLE
would expand to use the template photon-network-static_EXAMPLE.json.tmpl
.