zhouya 39508100bc fix pxe server cannot build by daisy.conf bug
when use daisy.conf to deploy the pxe server:
get "instal_func.sh: line 39: bc: command not found" error
the env is lack of bc package

Change-Id: I8d23f7755cde86fee39b6717f13dc1146303bfc8
2017-08-07 17:29:01 +08:00
2017-08-07 09:09:35 +00:00
2016-03-29 07:52:50 +00:00
2016-12-23 09:00:01 -05:00

[toc]

Daisy(Openstack project name: daisycloud-core)

Daisy provides automated deployment and management of OpenStack and other distributed systems.

Website

http://www.daisycloud.org

Code Layout

  • code/daisy: core logic code.
  • code/daisyclient: command line interface code.
  • code/horizon: web interface code.

Build Daisy artifact

# cd tools
# ./daisy-compile-rpm.sh
# cd ../make
# make allrpm

The artifacts will be at target/el7/noarch/, with name such as installdaisy_el7_noarch.bin.

Install Daisy

# cd target/el7/noarch/
# ./installdaisy_el7_noarch.bin
Verifying archive integrity... All good.
Uncompressing daisy...........................................................

=================================
    DAISY Installation Wizard
=================================
1. install
2. upgrade
3. clean
4. help
5. exit

Please select an operation: 1

Test Daisy

TODO

  • : separate daisyclient as another project;
  • : separate horizon as another project;
Description
The core API implementation for Daisycloud OpenStack installer.
Readme 437 MiB
Languages
Python 89.5%
Shell 8.1%
Makefile 0.9%
RPM Spec 0.8%
reStructuredText 0.6%