in new bare centos,python-lockfile is needed by python-django-horizon and dhcp is needed to build pxe
Change-Id: I3144c92462144af6516e064bb91d8b85ca09222f Signed-off-by: YaoLu <lu.yao135@zte.com.cn>
This commit is contained in:
parent
d4a546d078
commit
ad4cd59bd3
@ -72,6 +72,7 @@ function all_install
|
||||
|
||||
write_install_log "install daisy dashboard rpm"
|
||||
install_rpm_by_yum "python-django"
|
||||
install_rpm_by_yum "python-lockfile"
|
||||
install_rpm_by_daisy_yum "python-django-horizon"
|
||||
install_rpm_by_yum "daisy-dashboard"
|
||||
|
||||
@ -84,6 +85,8 @@ function all_install
|
||||
else
|
||||
write_install_log "install pxe server rpm"
|
||||
install_rpm_by_daisy_yum pxe_server_install
|
||||
install_rpm_by_yum "dhcp"
|
||||
install_rpm_by_yum "nfs-utils"
|
||||
fi
|
||||
|
||||
#get management network IP address, and then update the database of Daisy user to the configuration file
|
||||
|
Loading…
x
Reference in New Issue
Block a user