commit | f575f921ac75f48a9ab48bc64f48344dc84a15cd | [log] [tgz] |
---|---|---|
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | Thu Oct 12 15:11:02 2023 +0100 |
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | Thu Oct 12 15:11:02 2023 +0100 |
tree | f25bb7f7b92e5a502ddab2c2aa55d311f6700fd7 | |
parent | 34d9e8a8c4b1816dd91dc70391a1b3fc735a2602 [diff] |
Fix k8s csit test failures Issue-ID: POLICY-4853 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: If99cb19a60e65b720a60105d222ce321da7b01d3
Copyright 2018-2019 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains legacy docker-compose configurations used for CSIT tests, and ONAP Heat instantiations.
Additionally, the policy-base/ and policy-common/ projects are used to generate the OS base for policy images.
Helm directory is added to include the helm chart for policy-models-simulators. To spin the kubernetes pod up:
Running Policy CSIT in kubernetes: To run CSIT in kubernetes, docker/csit/run-k8s-csit.sh script can be invoked with the arguments {install} {project_name} When the project name is not supplied, the script only installs the policy helm charts and doesn't execute any robot tests. To teardown the kubernetes cluster, the same script can be invoked with the argument {uninstall}
Steps involved in running CSIT in kubernetes: