Integrate docker-compose for ONAP policy framework 34/6234/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Fri, 4 Jun 2021 14:26:27 +0000 (16:26 +0200)
committerMuhammad Rehan Raza <muhammad.rehan.raza@est.tech>
Fri, 4 Jun 2021 14:38:19 +0000 (14:38 +0000)
commit599cbbcd69171ee0a6076cf545e1ec4be8982c51
treec54f60918c998e5a730d65a1601543b200e3246d
parent53d47d4c8f037cb93aee17953879c834c648700f
Integrate docker-compose for ONAP policy framework

Change-Id: I0af06df80a34a3aa98434e128cea2eb75c94fce6
Issue-ID: NONRTRIC-520
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
34 files changed:
solution/integration/smo/onap-policy/config/apex-pdp/OnapPfConfig.json [new file with mode: 0644]
solution/integration/smo/onap-policy/config/db/db.conf [new file with mode: 0644]
solution/integration/smo/onap-policy/config/db/db.sh [new file with mode: 0755]
solution/integration/smo/onap-policy/config/distribution/defaultConfig.json [new file with mode: 0644]
solution/integration/smo/onap-policy/config/dns_keystore.txt [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/AAI-http-client.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/APPC-CL-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/APPC-LCM-READ-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/APPC-LCM-WRITE-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/DCAE_CL_RSP-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/DCAE_TOPIC-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/GUARD-http-client.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/POLICY-CL-MGT-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/SDNC-http-client.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/SDNR-CL-RSP-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/SDNR-CL-topic.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/SO-http-client.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/VFC-http-client.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/engine-system.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/engine.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/feature-lifecycle.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/custom/features.pre.sh [new file with mode: 0755]
solution/integration/smo/onap-policy/config/drools-apps/custom/standalone-settings.xml [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/env/base.conf [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/env/feature-healthcheck.conf [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools-apps/env/feature-pooling-dmaap.conf [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools/custom/engine-system.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools/custom/engine.properties [new file with mode: 0644]
solution/integration/smo/onap-policy/config/drools/custom/noop.pre.sh [new file with mode: 0755]
solution/integration/smo/onap-policy/config/drools/env/base.conf [new file with mode: 0644]
solution/integration/smo/onap-policy/config/pap/defaultConfig.json [new file with mode: 0644]
solution/integration/smo/onap-policy/config/xacml-pdp/defaultConfig.json [new file with mode: 0644]
solution/integration/smo/onap-policy/docker-compose.yml [new file with mode: 0644]
solution/integration/smo/onap-policy/wait_for_port.sh [new file with mode: 0755]