Skip to content
Snippets Groups Projects
Commit 12e09d2d authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Make the ConfigureNetwork task ready for exclusion

This task was added in snf-image v0.18
parent 249d2597
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ CONFIGURATION_TASKS = [ ...@@ -49,6 +49,7 @@ CONFIGURATION_TASKS = [
lambda x: x == "linux"), lambda x: x == "linux"),
("Hostname/Computer Name assignment", ["AssignHostname"], lambda x: True), ("Hostname/Computer Name assignment", ["AssignHostname"], lambda x: True),
("Password change", ["ChangePassword"], lambda x: True), ("Password change", ["ChangePassword"], lambda x: True),
("Network configuration", ["ConfigureNetwork"], lambda x: x != 'windows'),
("File injection", ["EnforcePersonality"], lambda x: True) ("File injection", ["EnforcePersonality"], lambda x: True)
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment