From 664cab65c4f0454d8e3594653954387923aa397d Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sun, 22 Sep 2024 19:16:10 +0200 Subject: Remove aai-aaf-auth from aai-common - AAF has been removed from ONAP some time ago, thus this model is not needed anymore Issue-ID: AAI-4006 Change-Id: I7943ed2f4c5308cca058c8aead9b0bd3b95ac580 Signed-off-by: Fiete Ostkamp --- .../test/resources/bundleconfig-local/aaf/cadi.properties | 14 -------------- .../resources/bundleconfig-local/aaf/org.onap.aai.props | 4 ---- 2 files changed, 18 deletions(-) delete mode 100644 aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/cadi.properties delete mode 100644 aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/org.onap.aai.props (limited to 'aai-aaf-auth/src/test/resources/bundleconfig-local/aaf') diff --git a/aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/cadi.properties b/aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/cadi.properties deleted file mode 100644 index 8f7004ff..00000000 --- a/aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/cadi.properties +++ /dev/null @@ -1,14 +0,0 @@ -## Location properties -## -## Localized Machine Information -## -cadi_loglevel=DEBUG -cadi_latitude=38.0 -cadi_longitude=-72.0 - -# Locate URL (which AAF Env) - Use lower case -aaf_locate_url=https://aafist.test.org:8095 -# AAF URL - Use upper case -aaf_url=https://AAF_LOCATE_URL/service:2.0 -# -cadi_prop_files=src/test/resources/bundleconfig-local/aaf/org.onap.aai.props diff --git a/aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/org.onap.aai.props b/aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/org.onap.aai.props deleted file mode 100644 index 3056e5f9..00000000 --- a/aai-aaf-auth/src/test/resources/bundleconfig-local/aaf/org.onap.aai.props +++ /dev/null @@ -1,4 +0,0 @@ -cm_url=cm_url -hostname=hostname -aaf_env=IST -cadi_x509_issuers=CN=AAF CADI Test Issuing CA 01, OU=CSO, O=CO, C=US:CN=AAF CADI Test Issuing CA 02, OU=CSO, O=CO, C=US \ No newline at end of file -- cgit 1.2.3-korg