The core API implementation for Daisycloud OpenStack installer.
Go to file
lijianzheng a9a437bc07 modify funciton name for cluster template
Change-Id: Ic22c9bf2a57b97ceceff9507c59b983d59960c91
2017-03-07 10:27:53 +00:00
backend if not known_hosts will failed 2017-01-18 08:13:56 +00:00
code modify funciton name for cluster template 2017-03-07 10:27:53 +00:00
contrib Support physical network card config virtual function 2017-02-21 07:16:50 +00:00
doc Add doc for diasy call graph among modules. 2016-08-05 06:38:08 +00:00
make Build pxe_server_install rpm from source 2016-12-08 08:28:12 +00:00
rpm patch of 412261,solve config net error 2017-01-16 11:45:15 +00:00
test/tempest delete none-core code from core code 2016-11-15 07:38:54 +00:00
tools modify logroate set 2016-12-30 08:45:08 +00:00
.gitignore Add Copyright to the diff-coverage tool 2016-12-27 08:09:10 +00:00
.gitreview Added .gitreview 2016-03-29 07:52:50 +00:00
README.md Cleanup dependence 2016-10-15 03:07:40 +00:00
diff_coverage.py Add Copyright to the diff-coverage tool 2016-12-27 08:09:10 +00:00
patch.py Add coverage verify script 2016-12-23 12:38:55 +00:00

README.md

[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: The core logic code. code/daisyclient: The command line interface code. TODO: To be splited out as another project. code/horizon: The web interface code. TODO: To be splited out as another project.

Build Daisy artifact

# yum install -y epel-release
# yum install -y centos-release-openstack-mitaka
# cd tools
# ./daisy-compile-rpm.sh 
# cd ../make 
# make allrpm

Then 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.....................................................................................................................................................................................

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

Please select an operation: 1

Test Daisy

TODO