Conformance results for v1.26/ericsson-ccd (#2470)
Signed-off-by: Rajesh Nayak <rajesh.nayak.md@ericsson.com>
This commit is contained in:
parent
1578383fd2
commit
10d8c5e8e6
|
@ -0,0 +1,8 @@
|
|||
vendor: Ericsson
|
||||
name: Cloud Container Distribution
|
||||
version: 2.25.0
|
||||
website_url: https://www.ericsson.com/en/portfolio/digital-services/cloud-infrastructure/cloud-container-distribution
|
||||
documentation_url: https://www.ericsson.com/en/portfolio/digital-services/cloud-infrastructure/cloud-container-distribution
|
||||
type: distribution
|
||||
description: 'Ericsson Cloud Container Distribution provides container management and orchestration for the Ericsson Telco applications that have been adopted to the Cloud Native based Architecture and run in a container environment.'
|
||||
contact_email_address: rajesh.nayak.md@ericsson.com
|
|
@ -0,0 +1,41 @@
|
|||
# Conformance tests for Ericsson Cloud Container Distribution
|
||||
|
||||
## Install Ericsson CCD 2.25.0 (base on Kubernetes v1.26.1)
|
||||
|
||||
Ericsson Cloud Container Distribution provides container management and
|
||||
orchestration for the Ericsson Telco applications that have been adopted to
|
||||
Cloud Native based Architecture and run in a container environment.
|
||||
|
||||
The following procedure were used to create an CCD cluster for the purposes of
|
||||
running the Kubernetes conformance tests.
|
||||
|
||||
Edit env-eccd.yaml to correspond your network and openstack environment
|
||||
settings.
|
||||
|
||||
Install the Cloud Container Distribution cluster by executing the stack create
|
||||
command in OpenStack.
|
||||
|
||||
$ openstack stack create -t eccd.yaml -e env-eccd.yaml ccd-cncf-stack --wait
|
||||
|
||||
After a completed deployment, the Kubernetes cluster is ready to be used.
|
||||
|
||||
Should you need further instructions please refer to CPI documentation related
|
||||
software package.
|
||||
|
||||
## Run Conformance Test
|
||||
|
||||
On the new kubernetes cluster run the Conformance tests using the following
|
||||
command:
|
||||
|
||||
```sh
|
||||
kubectl apply -f sonobuoy.yaml
|
||||
```
|
||||
|
||||
Watch Sonobuoy's logs with:
|
||||
|
||||
```
|
||||
kubectl logs -f -n heptio-sonobuoy e2e sonobuoy
|
||||
```
|
||||
|
||||
Wait for the line `no-exit was specified, sonobuoy is now blocking`, and then
|
||||
copy the results using `kubectl cp`
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue