daisycloud-core/README.md
Zhijiang Hu 04c8894b13 Solve H102 "Apache 2.0 license header not found" error
We added a new 3rd-party CI system which includes a newer version
of flake8. This PS is trying to solve H102 error detected by the
new CI system.

Change-Id: I6d20dd5bf6421a673bde9cd3f13b4a87f4df407b
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-05-24 06:02:33 -04:00

1005 B

[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;