aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docker
AgeCommit message (Collapse)AuthorFilesLines
2021-07-19Initialize k8s test suite for AirshipParth Yadav19-40/+207
This patch updates sdv framework to support multiple test suites. Current test suites: * default * k8s Current Cloud Installers: * Airship The patch also adds makefile for sdv framework to ease development work. Some useful makefile target: * make sandbox * make run * make lint * make bash Run `make help` for complete usage guide. The patch restructures the codebases directory structure. Signed-off-by: Parth Yadav<parthyadav3105@gmail.com> Change-Id: I109d13f84334ec1cfa4f9c17b74d38a979272ea5
2021-07-07This patch will allow user to pass PDF file as an URL or a file pathadi05091-4/+18
Signed-off-by: Adarsh Yadav<adiyadav0509@gmail.com> Change-Id: I01a211e6a44ab57aaf8e9e4d21eca2e91791646d
2021-06-14Fix Dockerfile bugsParth Yadav4-8/+23
Fixes some Dockerfile bugs. Also, fixes some other syntax bugs, does not covers logical bug fixes. Signed-off-by: Parth Yadav<parthyadav3105@gmail.com> Change-Id: I72cfbf058a2c35148337359d78e1fb8f1b3234d3
2021-06-14Merge "[WIP]: Openstack Security Check"Sridhar Rao18-0/+1743
2021-06-14[WIP]: Openstack Security CheckSridhar K. N. Rao18-0/+1743
This patch adds openstack security checking. This is based on https://docs.openstack.org/security-guide/checklist.html Support reading configuration from default file and environment Added reference security.conf Update the Documentation. Update index to include security Fix bug reported by Parth, and another. JIRA: CIRV-49 Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I72579a861409c3aaf464f44f0cdc24dc33cd4345
2021-04-30Bug Fixes: Fix failing http based health checks && Vswitch core checksParth Yadav3-6/+83
This Patch ensures sdvstate support for Airship 1.7 and Airship 1.8. * Http based health check: Added a sandbox pod for curl utility for sending https requests to pods within cluster. Few Airship components are required to be checked by sending http request on their status endpoints, like Kibana. * Fix config file parsing bug for: 1. vswitch_pmd_cores_check and 2. vswitch_dpdk_lcores_check Signed-off-by: Parth Yadav<parthyadav3105@gmail.com> Change-Id: I0864b9fd269c189b6e9807123da43dcf1fe1cbef
2020-10-15Merge "sdv-prevalidation: added src, mapping, documentation, Dockerfile, and ↵Sridhar Rao35-0/+3623
server files"
2020-09-12CIRV_SDV: URLS Checker in container.opensource-tnbt3-0/+304
This patch implements a Installer Manifest URLS checker as a container application. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: Iff143034a0f4a883e6a06db289bf784dc5cc2b72
2020-09-10sdv-prevalidation: added src, mapping, documentation, Dockerfile, and server ↵not4win35-0/+3623
files Signed-off-by: Ashwin Nayak<ashwinnayak111@gmail.com> Change-Id: I81ae24169a5f8ff79d2c129f30daf5c9f04e5da9
2020-08-31Merge "Add support for TestAPI, Reporting and new checks"Sridhar Rao16-62/+1328
2020-08-26Add support for TestAPI, Reporting and new checksParth Yadav16-62/+1328
Adds following new checks: * ceph_health_check * prometheus_check * grafana_check * elasticsearch_check * kibana_check * nagios_check * elasticsearch_exporter_check * fluentd_exporter_check * physical_network_check * reserved_vnf_cores_check * isolated_cores_check * vswitch_pmd_cores_check * vswitch_dpdk_lcore_check * os_reserved_cores_check * nova_scheduler_filters_check * cpu_allocation_ratio_check Updated result reporting format to match with TestAPI result formating Signed-off-by: Parth Yadav<parthyadav3105@gmail.com> Change-Id: I421fd20067d289e8735a2ed3f402c68f45ae69e9
2020-08-24Init Resource Modelling ToolParth Yadav16-0/+1414
Tool for resource planning of VNFs. Signed-off-by: Parth Yadav<parthyadav3105@gmail.com> Change-Id: I4729d665707162132b16765b3ba2d7a9d914d339
2020-08-17Init SDV-StateParth Yadav26-0/+1405
This patch adds post cloud-software deployment state validation tool. Currently supports pod_health_check for Airship deployment. Signed-off-by: Parth Yadav<parthyadav3105@gmail.com> Change-Id: I28eeff520f7a00419620bf50cc38fd4793aa31b8