Role - edpm_network_config

Note

When the edpm_network_config_tool is set to ‘os-net-config’, the ctlplane_gateway_ip and ctlplane_ip variables must be set on the host.

osp.edpm.edpm_network_config role – The main entry point for the edpm_network_config role.

Entry point main – The main entry point for the edpm_network_config role.

Synopsis

Parameters

Parameter

Comments

edpm_bond_interface_ovs_options

string

Binding options to be rendered in a template

Default: "bond_mode=active-backup"

edpm_network_config_async_poll

integer

How often will the edpm_os_net_config module be polled.

Default: 3

edpm_network_config_async_timeout

integer

Time before edpm_os_net_config call times out.

Default: 300

edpm_network_config_debug

boolean

Debugging output enabled

Choices:

  • false ← (default)

  • true

edpm_network_config_download_delay

integer

The seconds between retries for failed download tasks

Default: 5

edpm_network_config_download_retries

integer

The number of retries for failed download tasks

Default: 5

edpm_network_config_hide_sensitive_logs

boolean

Hide logs of potentially sensitive nature.

Choices:

  • false

  • true ← (default)

edpm_network_config_manage_service

boolean

Enable the network service or not

Choices:

  • false

  • true ← (default)

edpm_network_config_nmstate

boolean

If enabled, use nmstate and network manager for network configuration.

Choices:

  • false ← (default)

  • true

edpm_network_config_os_net_config_mappings

dictionary

Per node and/or per node group configuration map. Used by the edpm_os_net_config_mappings module.

Default: {}

edpm_network_config_safe_defaults

boolean

If enabled, safe defaults (DHCP for all interfaces) will be applied in case of failing while applying the provided net config.

Choices:

  • false

  • true ← (default)

edpm_network_config_systemrole_nmstate_dependencies

list / elements=string

Packages needed by nmstate (via system-role)

Default: ["NetworkManager-ovs"]

edpm_network_config_template

string

Which settings template should be rendered.

Default: ""

edpm_network_config_tool

string

Which network config tool should be used. The `nmstate` will call `systemroles.network`.

Choices:

  • "os-net-config" ← (default)

  • "nmstate"

edpm_network_config_update

boolean

Apply NetworkConfig or not

Choices:

  • false ← (default)

  • true

neutron_physical_bridge_name

string

Name of the physical bridge

Default: "br-ex"

neutron_public_interface_name

string

Name of the public network interface

Default: "nic1"