
This PS does: 1) Build and run Daisycloud-core in queens env 2) Upgrade image verison to Queens 3) Remove UI out from daisycloud-core Change-Id: Iecdce8bf73001a7930c2f90cb814e4bfcbaae7c4 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
53 lines
976 B
Markdown
53 lines
976 B
Markdown
## Build Daisy artifact
|
|
|
|
```
|
|
# cd tools && ./daisy-compile-rpm.sh
|
|
(above run only once)
|
|
# cd ../make
|
|
# make allrpm
|
|
```
|
|
|
|
The artifacts will be at target/el7/noarch/, with name is like 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
|
|
```
|
|
|
|
## Uninstall 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: 3
|
|
```
|
|
|