commit | 49903c39101936b33082ae84d8bb1f835d59ec9e | [log] [tgz] |
---|---|---|
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | Mon Nov 25 17:19:28 2024 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Mon Nov 25 17:19:28 2024 +0000 |
tree | 8db5031f8bbbcc77b6f8608094fa8967e07ef9e3 | |
parent | f85210b8e205aabab807ad6b6cec435c319ba0d2 [diff] | |
parent | 6f6949419e0dac1fc723073c4fb54815d4023100 [diff] |
Merge "Bring up second instance of apex for S3Ps"
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:
Running Policy CSIT in docker: To run CSIT in docker, docker/csit/run-project-csit.sh script can be invoked with the argument {project_name}.
Running Policy Regression Tests: ACM regression tests can be invoked using the script docker/csit/run-acm-regression.sh with the arguments {ACM-R release name} {participant release name} For example, if ACM-R and participants needs to be tested for backward compatbility between montreal and london versions, the script can be invoked with the command "./run-acm-regression.sh montreal london" This will deploy ACM-R and other policy components in montreal version and the participants in london version before invoking the test suite. The script can also be invoked without any arguments to deploy all the components in the default version of the repo.