27fb288f11
1.fix bug of get config from conf file is a str 2.modify daisy default backend as kolla 3.modify daisy max os install num to 20 Change-Id: I9ebb0e9ec4ff100ec723544d10a15aebe78585f2
40 lines
1.0 KiB
Plaintext
Executable File
40 lines
1.0 KiB
Plaintext
Executable File
[DEFAULT]
|
|
#The mangement ip of daisy
|
|
#When Daisy will be installed in the virtual machine, this option is required.
|
|
daisy_management_ip=
|
|
|
|
[BACKEND]
|
|
#Default backend types of daisy, including tecs, zenic, proton, kolla.
|
|
#If you want to create a cluster with more than one backend,
|
|
#all backend names should be provided for this configuration item,
|
|
#such as, default_backend_types=tecs,zenic,proton,kolla.
|
|
default_backend_types=kolla
|
|
|
|
[OS]
|
|
#Default os install types of daisy
|
|
os_install_type=pxe
|
|
|
|
[PXE]
|
|
#Set to 'yes' if you want to build a PXE server, otherwise to 'no'.
|
|
build_pxe=no
|
|
|
|
#the nic name, to build a PXE server on this nic.
|
|
eth_name=
|
|
|
|
#The ip value of PXE server
|
|
ip_address=99.99.1.5
|
|
|
|
#the net mask of PXE server
|
|
net_mask=255.255.255.0
|
|
|
|
#The start value of PXE client ip range
|
|
client_ip_begin=99.99.1.50
|
|
|
|
#The end value of PXE client ip range
|
|
client_ip_end=99.99.1.150
|
|
|
|
[multicast]
|
|
#enabled multicast or not.if enabled multicast please set this to 'True'.
|
|
#such as daisy_conf_mcast_enabled=True
|
|
daisy_conf_mcast_enabled=False
|