Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ endif::[]
{% endfor %}

edpm_network_config_nmstate: false
# Control resolv.conf management by NetworkManager
# false = disable NetworkManager resolv.conf update (default)
# true = enable NetworkManager resolv.conf update
edpm_bootstrap_network_resolvconf_update: false
edpm_network_config_hide_sensitive_logs: false
#
# These vars are for the network config templates themselves and are
Expand Down
1 change: 1 addition & 0 deletions tests/roles/dataplane_adoption/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ dataplane_cr: |
{{ edpm_network_config_template| indent(10) }}

edpm_network_config_nmstate: false
edpm_bootstrap_network_resolvconf_update: false
edpm_network_config_hide_sensitive_logs: false
#
# These vars are for the network config templates themselves and are
Expand Down