![zhouya](/assets/img/avatar_default.png)
1.fix bug of get config from conf file is a str 2.modify daisy default backend as kolla 3.modify daisy max os install num to 20 Change-Id: I9ebb0e9ec4ff100ec723544d10a15aebe78585f2
[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
# yum install -y epel-release
# yum install -y centos-release-openstack-mitaka
# 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
Languages
Python
89.5%
Shell
8.1%
Makefile
0.9%
RPM Spec
0.8%
reStructuredText
0.6%