move csit/scripts, docker-compose to docker repo 40/116740/6
authorTaka Cho <takamune.cho@att.com>
Mon, 11 Jan 2021 21:48:33 +0000 (16:48 -0500)
committerTaka Cho <takamune.cho@att.com>
Thu, 14 Jan 2021 14:33:09 +0000 (14:33 +0000)
commit6d188afbef71b620063d5d4c1687a30c8f54ee8e
treec4ef82e5b59b2f1fa5fbfb7cc18e81ed2d60c83e
parent1fe9893bee8c0f53dd3d6fbc9dc26dfa8b37f4c9
move csit/scripts, docker-compose to docker repo

part of moving csit to project level
scripts shares with all applications repo reside in
docker repo.
all docker-compose relate volume files reside in
docker repo.
align with new JJB template

Issue-ID: POLICY-2895
Change-Id: I8fd97c6932e41779b01c1c941564763415c83f16
Signed-off-by: Taka Cho <takamune.cho@att.com>
22 files changed:
csit/config/apex-pdp/OnapPfConfig.json [new file with mode: 0644]
csit/config/db/db.conf [new file with mode: 0644]
csit/config/db/db.sh [new file with mode: 0755]
csit/config/distribution/defaultConfig.json [new file with mode: 0644]
csit/config/drools-apps/custom/features.pre.sh [new file with mode: 0755]
csit/config/drools-apps/custom/standalone-settings.xml [new file with mode: 0644]
csit/config/drools-apps/env/base.conf [new file with mode: 0644]
csit/config/drools-apps/env/feature-healthcheck.conf [new file with mode: 0644]
csit/config/drools-apps/env/feature-pooling-dmaap.conf [new file with mode: 0644]
csit/config/drools/custom/noop.pre.sh [new file with mode: 0755]
csit/config/drools/env/base.conf [new file with mode: 0644]
csit/config/pap/defaultConfig.json [new file with mode: 0644]
csit/config/sim-all/simParameters.json [new file with mode: 0644]
csit/config/xacml-pdp/defaultConfig.json [new file with mode: 0644]
csit/detmVers.sh [new file with mode: 0644]
csit/docker-compose-all.yml [new file with mode: 0644]
csit/get-branch-mariadb.sh [new file with mode: 0644]
csit/get-instance-ip.sh [new file with mode: 0755]
csit/get-models-examples.sh [new file with mode: 0644]
csit/prepare-csit.sh [new file with mode: 0755]
csit/run-policy-csit.sh [new file with mode: 0755]
csit/wait_for_port.sh [new file with mode: 0755]