diff options
author | Aaron Hay <aaron.hay@att.com> | 2018-11-13 09:42:21 -0500 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-11-13 16:11:08 +0000 |
commit | c68f1ea85f2786f065b25d2cd91b71d43de258b7 (patch) | |
tree | 3ad936fe781b8849f4b9e4b12f8bfb05ecee9641 /installation | |
parent | de58c437e8b49ea10085c2d7498cf275266679d5 (diff) |
Update APPC for Casablanca AAF support
Change-Id: I2773fcdb498349d11ceb26b8f29d69f97512b1a0
Issue-ID: APPC-1235
Signed-off-by: Aaron Hay <aaron.hay@att.com>
(cherry picked from commit d3eaf0aec6d0d1cc271c5f56888ca59887cef8f6)
Diffstat (limited to 'installation')
-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 |