Skip to content
Snippets Groups Projects
Commit 7d730865 authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

Router setup commented for production environments

parent 2fa10e7b
No related branches found
No related tags found
No related merge requests found
......@@ -91,9 +91,10 @@ $ip_range2 = "start=${start_ip2},end=${end_ip2}"
}
# router setup for the tenant test
iaas::setup::router { "test1:${private_network1}": }
if $external_network2 {
iaas::setup::router { "test2:${private_network2}": }
}
# Commented for production environments
# iaas::setup::router { "test1:${private_network1}": }
# if $external_network2 {
# iaas::setup::router { "test2:${private_network2}": }
# }
}
}
\ No newline at end of file
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