diff options
author | Aaron Hay <aaron.hay@att.com> | 2018-11-13 09:42:21 -0500 |
---|---|---|
committer | Aaron Hay <aaron.hay@att.com> | 2018-11-13 09:42:50 -0500 |
commit | d3eaf0aec6d0d1cc271c5f56888ca59887cef8f6 (patch) | |
tree | 6540e65455514dfbaf389cf1a7d63bead2ea050f /installation/src | |
parent | f5f682dadb2634f3dfb7d7c988c282b18f04b48d (diff) |
Update APPC for Casablanca AAF support
Change-Id: I2773fcdb498349d11ceb26b8f29d69f97512b1a0
Issue-ID: APPC-1235
Signed-off-by: Aaron Hay <aaron.hay@att.com>
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/bath_config.csv | 2 | ||||
-rw-r--r-- | installation/src/main/properties/cadi.properties | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/installation/src/main/properties/bath_config.csv b/installation/src/main/properties/bath_config.csv new file mode 100644 index 0000000..6fa9c10 --- /dev/null +++ b/installation/src/main/properties/bath_config.csv @@ -0,0 +1,2 @@ +# APPC_RESTCONF_UI -> appc@appc.onap.org +Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==,Basic YXBwY0BhcHBjLm9uYXAub3JnOmRlbW8xMjM0NTYh,2050-03-03 diff --git a/installation/src/main/properties/cadi.properties b/installation/src/main/properties/cadi.properties index 69fe728..4da002d 100644 --- a/installation/src/main/properties/cadi.properties +++ b/installation/src/main/properties/cadi.properties @@ -20,6 +20,7 @@ #hostname=localhost cadi_loglevel=INFO +cadi_bath_convert=/opt/onap/appc/data/properties/bath_config.csv ############################################################ # Properties Generated by AT&T Certificate Manager |