Displaying 1 result from an estimated 1 matches for "default_gw".
Did you mean:
default_
2009 May 29
0
[PATCH server] last patch to implement remote freeipa
...s[admin_dev]
+ if dns_servers == "y"
+ admin_dns_server = ns_list[0]
+ else
+ admin_dns_server = admin_ipaddr
+ end
admin_network_gateway = prompt_for_answer("Enter the network gateway for your Admin network (example: 192.168.50.254):", :default => default_gw.chomp, :regex => IP_OR_FQDN)
tftp_setup = prompt_yes_no("Provide pxe/tftp capability?")
end
diff --git a/installer/modules/ovirt/files/ovirt-remote-ipa.conf b/installer/modules/ovirt/files/ovirt-remote-ipa.conf
new file mode 100644
index 0000000..5cf3506
--- /dev/null
+++ b/insta...