commit | 1ed9d7b38cdce5890fbe8408f13ff3a95d279f24 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Thu Feb 09 11:11:55 2023 +0000 |
committer | Liam Fallon <liam.fallon@est.tech> | Thu Feb 09 14:56:54 2023 +0000 |
tree | f306501f7ac9367a079b22f163545932aceca48b | |
parent | 8a98552c7f5a0b58e3a524db24e8bfb47a4494b1 [diff] |
Add sequence tables for Hibernate Hibernate does not allow the same sequence table to be used for more than one sequence number generator JPA class. Issue-ID: POLICY-4533 Change-Id: If7e70164a5da7e0678aeb192d563bafc213f8bb6 Signed-off-by: liamfallon <liam.fallon@est.tech> 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: