64 lines
1.9 KiB
Text
64 lines
1.9 KiB
Text
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing,
|
|
# software distributed under the License is distributed on an
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
# KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations
|
|
# under the License.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
# Logfile
|
|
[logging]
|
|
LOG_FILE = /tmp/prs_logfile.txt
|
|
|
|
# DB host
|
|
[dbConnection]
|
|
DB_HOST = xx_hostname_or_ip_
|
|
DB_PORT = 3306
|
|
DB_USER = xx_db_username_xx
|
|
DB_INST = xx_db_inst_xx
|
|
DB_PASSWORD = "xx_db_password_xx"
|
|
|
|
# TFTP
|
|
[tftp]
|
|
TFTP_ROOT_DIR = /var/lib/tftpboot
|
|
TFTP_IMAGE_DIR = /var/lib/tftpboot/pxelinux.cfg
|
|
TFTP_BOOT_OPTIONS_DIR = /var/lib/tftpboot/pxelinux.cfg/boot_options_prs
|
|
TFTP_UPDATE_FILE = /var/lib/tftpboot/pxelinux.cfg/update.prs
|
|
TFTP_BASE_FILE = /var/lib/tftpboot/pxelinux.cfg/base.prs
|
|
TFTP_BASE_MENU_FILE = /var/lib/tftpboot/pxelinux.cfg/base-menu
|
|
|
|
[snmp]
|
|
SNMP_COMMUNITY = xx_snmp_community_name_xx
|
|
|
|
# Vlan Config
|
|
[vlan]
|
|
VLAN_RESERVED = {10, {"name", internal}, 999,{"name", "tashi-vm"}, 1000, {"name", "management"}, 1001, {"name", "dmz"}}
|
|
VLAN_MAX = 4095
|
|
|
|
|
|
[hardware]
|
|
HARDWARE_CONTROL = ["ipmi", "drac", "pdu"]
|
|
HARDWARE_PDU = "raritan"
|
|
HARDWARE_DRAC = "DELL DRAC"
|
|
|
|
[DhcpDns]
|
|
# Key file must be in the same directory or this will get denied
|
|
dnsKeyFile = xx_Kname.+157+36480.private_xx
|
|
dnsServer = xx_dns_server_ip_xx xx_port_xx
|
|
dnsDomain = xx_fqdn_xx
|
|
dnsExpire = 60
|
|
dhcpServer = xx_dhcpserver_host_or_ip_xx
|
|
dhcpKeyName = xx_dhcpservername_xx
|
|
dhcpSecretKey = xx_secretkey_xx
|