Changing AAIService Bundle to use AAI Properties 73/7773/2
authorHector Anapan <ha076r@att.com>
Wed, 16 Aug 2017 18:56:54 +0000 (14:56 -0400)
committerPatrick Brady <pb071s@att.com>
Wed, 16 Aug 2017 22:09:46 +0000 (22:09 +0000)
commit249b2c06fb63e42efcfbb1a2c60004789b4f9c8d
tree7ec8de25a27070257e366500cad4654c7dcc72a5
parentdfdf6d89e3efe5b4244584909e51c039750ef5ee
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]
docker-compose/docker-compose.yml
installation/src/main/properties/mdsal-resource.properties [new file with mode: 0644]
installation/src/main/properties/sql-resource.properties [new file with mode: 0644]
installation/src/main/properties/svclogic.properties [new file with mode: 0644]
installation/src/main/stores/keystore.client.p12 [deleted file]
installation/src/main/stores/keystore.clientnew.p12 [new file with mode: 0644]
platform-logic/installer/src/main/scripts/setenv.sh