commit | 1f339f886d01c6d6ac5cfd6467850c61fee4f675 | [log] [tgz] |
---|---|---|
author | adheli.tavares <adheli.tavares@est.tech> | Fri Feb 17 15:14:07 2023 +0000 |
committer | Adheli Tavares <adheli.tavares@est.tech> | Wed Feb 22 13:22:48 2023 +0000 |
tree | 9c59715170d07c951421f5cf8f4d7d939e289c8b | |
parent | a6664dc5c767210a78f140b9fa149c2a8261b428 [diff] |
Restructure of csit files to be used both by docker and k8s config Issue-ID: POLICY-4125 Change-Id: Id63b3badb1b451b36e3226970dcafaa5a62d860f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
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: