Skip to content

Commit 87aa763

Browse files
wenting-guoaarnq
authored andcommitted
Conformance results for v1.25/daocloud (cncf#2240)
Signed-off-by: bell.guo <[email protected]> Signed-off-by: bell.guo <[email protected]>
1 parent 491d937 commit 87aa763

File tree

4 files changed

+53560
-0
lines changed

4 files changed

+53560
-0
lines changed

v1.25/daocloud/PRODUCT.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
vendor: DaoCloud
2+
name: DaoCloud Enterprise
3+
version: v5.0
4+
website_url: https://docs.daocloud.io/
5+
documentation_url: https://docs.daocloud.io/dce/what-is-dce/
6+
product_logo_url: https://github.com/dasu23/DC-Jenkinsfile/raw/master/DaoCloud.svg
7+
type: distribution
8+
description: 'Daocloud helps you provide a reliable and consistent basic support environment to meet the high SLA requirements of enterprise critical applications
9+
.'

v1.25/daocloud/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
### DaoCloud Enterprise
2+
3+
DaoCloud Enterprise is a platform based on Kubernetes which developed by [DaoCloud](https://www.daocloud.io).
4+
5+
### How to Reproduce
6+
7+
#### Create Cluster
8+
9+
First install [DaoCloud Enterprise](https://docs.daocloud.io/install/offline-install-full/), and login to the console.
10+
After successful login, select "Clusters > create" and config the create page.
11+
The "Clusters" page will display all the clusters created and managed by DaoCloud Enterprise.
12+
13+
#### Run conformance Test by Sonobuoy
14+
15+
Login to the control-plant of the cluster created by DaoCloud Enterprise.
16+
17+
Start the conformance tests:
18+
19+
```
20+
wget https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.10/sonobuoy_0.56.10_linux_amd64.tar.gz
21+
tar -xvf sonobuoy_0.56.10_linux_amd64.tar.gz
22+
mv sonobuoy /usr/bin
23+
sonobuoy run --mode=certified-conformance
24+
25+
````
26+
27+
Monitor the conformance tests by tracking the sonobuoy logs, and wait for the line: "no-exit was specified, sonobuoy is now blocking"
28+
29+
```
30+
sonobuoy logs -f
31+
32+
```
33+
34+
Retrieve result:
35+
36+
```
37+
outfile=$(sonobuoy retrieve)
38+
mkdir ./results;
39+
tar xzf $outfile -C ./results
40+
41+
```

0 commit comments

Comments
 (0)