...
...
...
...
...
...
Introduction
We successfully validated SEBA installation with post-install validation test in AT&T SEBA Blueprint Validation Lab (Atlanta, GA). These test cases have been identified manually with a Nokia OpenEdge cluster. More clusters will be tested in the AT&T lab and other labs in later releases.
Post-install validation
...
A post installation verification is required to ensure that all nodes and services were properly deployed.
...
- Chart repository is up and running: (The curl command below is really one line.)
curl -sS -XGET --cacert /etc/chart-repo/ssl/ca.pem --cert /etc/chart-repo/ssl/chart-repo1.pem
--key /etc/chart-repo/ssl/chart-repo1-key.pem https://chart-repo.kube-system.svc.rec.io:8088/charts/index.yaml
Output: output is a yaml file.
...
helm list
Output: caas-infra.
Additional Testing
After the SEBA helm charts are deployed, all containers in the default namespace are confirmed to be in a Completed or Running status. Additional testing with bbsim and/or ponsim is planned for future Akraino releases.
...