aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main/properties
AgeCommit message (Collapse)AuthorFilesLines
2018-05-04Fix truststore installationTimoney, Dan (dt5972)1-2/+2
Need to copy truststore to /opt/onap/sdnc/data/stores and update aaiclient.properties to use truststoreONAPall.jks as truststore Change-Id: I6c7ce1889b8c8712b8f615ce4957ec579136a895 Issue-ID: SDNC-303 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 702f10f093a1a11d2fcc18a7265b6fe7a1a9ce20
2018-04-27Fix ansible server configTimoney, Dan (dt5972)1-1/+1
Added ansible server to docker-compose.yml and made a few config changes: - redirect of output in final exec causes exec to fail. Instead, need to redirect output in standalone exec line. Redirected to /var/log/ansible-server.log - Updated LCM config to use ansiblehost alias to reach ansible (was incorrectly using 0.0.0.0) Change-Id: I4b1b6bbc5f3df6f480333d53adda4c8e6e0d6510 Issue-ID: SDNC-288 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 50c65c2c7cd92db6d14215114d098b33da5f618d
2018-04-26Property file for LCM DGsRuchira Agarwal1-0/+19
Property file for LCM DGs Change-Id: I8f5e115a65f779c8b7136cfcf29e165b3527d4a0 Issue-ID: SDNC-289 Signed-off-by: Ruchira Agarwal <ra1926@att.com> Former-commit-id: 798f8776ccd874ae3e4192b8e5c578fb70dbad74
2017-11-30Add keytool script to sdnc installationramu.n1-0/+4
For HTTPS connection to 3rd party controller need to create sdnc client key file Change-Id: I7f7429ddca0952e7bb6153273713dc8ff129e3ac Issue-ID: SDNC-179 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 997040ec141b9799a37eaf527bba10e7f5d75b2a
2017-11-09vGW VF HEAT ParametersBrian Freeman1-1/+3
Issue-ID: SDNC-176 Change-Id: Ibd43a8dccf97b84a525a2a3a72245ad0f994aa45 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 744cbc430faa713bc77361fe57e4814b96fe492f
2017-11-07Save brg service to md-sal in DGMarcus G K Williams1-0/+3
Issue-Id: SDNC-176 Change-Id: I406f53a00512ef5c656149d2090b94e12328398b Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 204da530ab853b8825c1acec5a68e11194bd24d0
2017-11-05Fix tunnelxconn template valueMarcus G K Williams1-1/+1
Issue-Id: SDNC-164 Change-Id: I910c4254950796645aa95cca334018f418d14bbb Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: e6d6e096fff5a2e5d425432ce3e69460b057c16a
2017-11-05Merge "Fix honeycomb password in dg.properties"Dan Timoney1-1/+1
Former-commit-id: 0b0fb6f8e80bf0d0299256a0659bef0b16c1fbed
2017-11-04Fix honeycomb password in dg.propertiesMarcus G K Williams1-1/+1
Issue-Id: SDNC-164 Change-Id: Id99c8a17af95ac757e5d2684d60f66701877f654 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 9350ce213ce5603ce55cbb17db3a58b8b224de38
2017-11-04Fix mdsal-resource passwdBrian Freeman1-1/+1
Issue-ID: SDNC-168 Change-Id: Ic7b23e95a86ea99cc24c874a710781fa495b96d2 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 03a19042c2bf0c47f7097a90827ed6b78e7e9a66
2017-11-03Update brg activate and tunnelxconn create DGsMarcus G K Williams1-3/+4
This update adds RestApiCallNode calls to tunnelxconn create DG to configure xconnect for vCPE VNFs and fixes order of vxlan tunnel create on brg activate DG and tunnelxconn create DG. It also converts tabs to spaces in brg-allotted-resource.json and tunnelxconn-allotted-resource.json. Issue-Id: SDNC-164 Change-Id: I72c70762df7f778ab9a8aca2040f5c424eb4dc0d Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 90aab828a230896fa60398c3f66f6fee57c73be5
2017-11-02Update brg topo activate DGMarcus G K Williams1-0/+7
brg-topology-operation-activate should setup vxlan port/tunnel between vBRG and vgMUX. This patch adds the vcpe-vpp-bridge-domain.json template and edits brg topo activate DG and the generic-resource-api-dg.properties to enable setup of the vxlan tunnel. Issue-Id: SDNC-164 Change-Id: Ic5e473f16e2fb2e90149619accc857a64c3dbbd2 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 8235f3c0e35d379937e6e12130435aa76a5ac0bf
2017-10-30GENERIC-RESOURCE-API template fixesDan Timoney1-0/+4
Add missing RESTAPI templates used by vcpe use case and fix error in properties file Change-Id: I008620438529244335eacbd704e355e2de80873d Issue-ID: SDNC-151 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: af90e06e4fbd0f645467bef839ea18dfa6c415ca
2017-10-25Fix: Unable to find valid ssl trust certificationAuthor Name1-1/+1
Change-Id: If5d0d1d7f7c2cbaa956ef12d9e3b1e8f43110471 Issue-ID : SDNC-142 Signed-off-by: shalmonw <shalmonwaidande@gmail.com> Former-commit-id: 30b46efd21d814e53592279a290d6b8630c1816f
2017-10-20Fix tunnelxconn DGsDan Timoney1-1/+1
Tunnelxconn DGs had cut/paste errors (referred to security-zone incorrectly). Also, restapi templates were missing. Change-Id: Ib7aad71796301632e9269aa9e3e5e5fd266d7a94 Issue-ID: SDNC-139 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 76c06d99c067aa7be038e496753caee30ee01d0b
2017-10-18Add missing generic resource propertiesDan Timoney1-0/+20
Generic resource API expects a properties file to define endpoints used by restapicallnode. Change-Id: Ia9786167236d520966034e50399a86b76eda9b68 Issue-ID: SDNC-136 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c0907b920aa7609f9ab6a2d6db715de1b6208c09
2017-10-12Changed aaiclient login/passwdDan Timoney1-2/+2
Changed AAI login/password to value provided for SDNC's use. Change-Id: I725a71ccdf2e568f8b49bb75aba9cae1b4986981 Issue-ID: SDNC-80 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 067ab468d0f407d7dfc19a4bb013a61eaf082721
2017-09-20Fix dblib propertiesDan Timoney1-0/+1
Added missing property in dblib.properties to specify mariadb JDBC connector. Also, fixed bug in install that was preventing DGs from being added. Change-Id: Ife7df2b7565bbcaf98c9d816158224b4b4a77189 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 43405c2830e03529e9ce17c28a9e302e6fdf69ea
2017-09-19Updated release version for AAI configRich Tabedzki1-80/+80
Changes made: 1. updated release version in aaiclient.properties Issue-ID: CCSDK-97 Change-Id: Ie23c722e24a081cdaa99b0d79e8d89efc54dad2f Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com> Former-commit-id: 17285f5963a884c88499e7bef26b31e3a19e511c
2017-09-15Update property filesDan Timoney6-78/+237
Updated property files to use new refactored org.onap property names. Change-Id: I0ba380ec99e2da323a3aa2898610f82a1fd1caf2 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 13e93c95d77af7da8c7c099f02a0d8f1ea9b2141
2017-08-10[SDNC-30] summaryRich Tabedzki1-187/+28
Updated path version and paths to latest AAI project's release version Change-Id: Icfe861ca4bf4de777359b9a35d1f24f46bb7c185 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com> Former-commit-id: 58b6a976bef04529e1d8576a3c35722291efe0d6
2017-03-07[Docker] Dgbuilder docker image does not buildTimoney, Daniel (dt5972)5-5/+5
Problem seems to be related to version of exec-maven-plugin - version 1.5.0 seems to work correctly Change-Id: Iafde699687fb06ea1dfd9fa06b04668022007345 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 660e02d8d1fc4a06e756c068f36f9bf74aba3199
2017-02-15Initial commit for OpenECOMP SDN-C OA&MTimoney, Daniel (dt5972)8-0/+631
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba