The core API implementation for Daisycloud OpenStack installer.
aa5e992cbc
Change-Id: I381693d52bbdb9bc54f8f869ffcd63b6ece9dcf6 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn> |
||
---|---|---|
backend | ||
code | ||
contrib | ||
doc | ||
make | ||
rpm | ||
test/tempest | ||
tools | ||
.gitignore | ||
.gitreview | ||
diff_coverage.py | ||
patch.py | ||
README.md |
[toc]
Daisy(Openstack project name: daisycloud-core)
Daisy provides automated deployment and management of OpenStack and other distributed systems.
Website
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;