aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main/stores
diff options
context:
space:
mode:
authorHector Anapan <ha076r@att.com>2017-08-16 14:56:54 -0400
committerPatrick Brady <pb071s@att.com>2017-08-16 22:09:46 +0000
commit249b2c06fb63e42efcfbb1a2c60004789b4f9c8d (patch)
tree7ec8de25a27070257e366500cad4654c7dcc72a5 /installation/src/main/stores
parentdfdf6d89e3efe5b4244584909e51c039750ef5ee (diff)
Changing AAIService Bundle to use AAI Properties
This code changes the docker-compose.yml's SDNC_CONFIG_DIR env.variable in the "appc" service that deploys the appc container to point to appc's aaiclient.properties instead of the sdnc's aiiclient.properties. In doing so, some properties had to be moved to the new SDNC_CONFIG_DIR's appc properties folder path so SDNC karaf features are installed correctly. Also, replacing the AAIClient p12 keystore by converting the validated jks file to this new p12 keystore certificate. Change-Id: I6ee5bd56f4403cb575fdc93ded8eebc6a7a5cc4b Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-129]
Diffstat (limited to 'installation/src/main/stores')
-rw-r--r--installation/src/main/stores/keystore.client.p12bin5652 -> 0 bytes
-rw-r--r--installation/src/main/stores/keystore.clientnew.p12bin0 -> 3488 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/installation/src/main/stores/keystore.client.p12 b/installation/src/main/stores/keystore.client.p12
deleted file mode 100644
index 5efffb3..0000000
--- a/installation/src/main/stores/keystore.client.p12
+++ /dev/null
Binary files differ
diff --git a/installation/src/main/stores/keystore.clientnew.p12 b/installation/src/main/stores/keystore.clientnew.p12
new file mode 100644
index 0000000..932889e
--- /dev/null
+++ b/installation/src/main/stores/keystore.clientnew.p12
Binary files differ