Displaying 1 result from an estimated 1 matches for "cobbler_user_name".
2009 Jul 02
2
How to install ovirt in working environment?
...= 'station.example.ru'
dns::remote{setup:
guest_ipaddr=> $guest_ipaddr,
admin_ipaddr=> $admin_ipaddr,
guest_dev => 'eth1',
admin_dev => 'eth1'
}
# DHCP Configuration
# Cobbler configuration
$cobbler_hostname = 'station.example.ru'
$cobbler_user_name = 'cobbler'
$cobbler_user_password = 'cobbler'
# Postgres Configuration
$db_username = 'ovirt'
$db_password = 'ovirtadmin'
# FreeIPA configuration
$realm_name = 'example.ru'
$freeipa_password = 'secret'
$short_ldap_dn = 'dc=example,dc=ru'
$l...