Skip to content

Commit 49d4562

Browse files
author
Jaganathan Palanisamy
committed
Disable NetworkManager DNS config update
This chenge is to prevent the DNS config update via NetworkManager for ifcfg provider and only set this edpm ansible variable 'edpm_bootstrap_network_resolvconf_update' true for supporting nmsate provider.
1 parent b6ad47b commit 49d4562

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ endif::[]
490490
{% endfor %}
491491
492492
edpm_network_config_nmstate: false
493+
# Control resolv.conf management by NetworkManager
494+
# false = disable NetworkManager resolv.conf update (default)
495+
# true = enable NetworkManager resolv.conf update
496+
edpm_bootstrap_network_resolvconf_update: false
493497
edpm_network_config_hide_sensitive_logs: false
494498
#
495499
# These vars are for the network config templates themselves and are

tests/roles/dataplane_adoption/defaults/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ dataplane_cr: |
222222
{{ edpm_network_config_template| indent(10) }}
223223
224224
edpm_network_config_nmstate: false
225+
edpm_bootstrap_network_resolvconf_update: false
225226
edpm_network_config_hide_sensitive_logs: false
226227
#
227228
# These vars are for the network config templates themselves and are

0 commit comments

Comments
 (0)