aboutsummaryrefslogtreecommitdiffstats
path: root/installation
AgeCommit message (Collapse)AuthorFilesLines
2017-11-05Fix container name for dmaapBrian Freeman1-1/+1
Issue-ID: SDNC-165 Change-Id: Ib393086b8078f0a30dfa9710400559936258af6b Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 8cecd7baa69f70d163886810159f104817d07cc8
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-03Merge "Update brg activate and tunnelxconn create DGs"Dan Timoney1-3/+4
Former-commit-id: f6c0fb7b0fa5a88e6c376b14356b4c4c45843467
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-03Merge "Add dmaap listener docker container"Marcus Williams9-0/+439
Former-commit-id: 4ca0bcf5fbf73f508c8cc557d745746d219879a8
2017-11-03Add dmaap listener docker containerDan Timoney9-0/+439
Add docker container for DMAAP listener Change-Id: I1e8504d4181223027a90112ec2dc24afcec7b058 Issue-ID: SDNC-165 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 761e1086b0b2113d7c3dc794069d435054e7d1cf
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-11-02Use local ueblistener docker imageDan Timoney1-1/+1
Updated docker-compose.yml to use local ueblistener image tagged latest Change-Id: I1335974be59acdd91e32c2e44159b92fcc955833 Issue-ID: SDNC-154 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 232fd0feab23007e5edd2ede91786342d0f7b9de
2017-11-01Updates to tunnelxconn assignmentDan Timoney2-0/+64
Update tunnelxconn assignment logic to assign IP address and VNI from local inventory Change-Id: I1aae9162d1eb7a61d641b620488d52abdfe32357 Issue-ID: SDNC-160 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a7e7279c379e470c1cf7446099fbc11b66fd2ac8
2017-10-31Fix ueb listener configDan Timoney2-3/+6
Fix SDC URL and password in ueb-listener.properties Change-Id: I9e6d75ee3d54cbcda00b9dbfdc402ce73ef9c6f0 Issue-ID: SDNC-154 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 239a1e091c9ba2dc8361bf9bf5ddbc781bbae320
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 DB syntax errors on load of database schemaMarcus G K Williams2-4/+2
This patch fixes errors on sdnc container bring-up that are printed to console during load of schemas for network_model.data.dump and service_model.data.dump Issues-Id: SDNC-146 Change-Id: I5cc180f8f58b348d8cdd051b67956861293433e4 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 0771cc66e3ab2789e5e98c6bce316fd4d71776ad
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-23Remove nexus URL from docker-compose.ymlDan Timoney1-3/+3
Integration scripts expect to pull docker image locally, with local tag 'latest' - so nexus URL should not be in image name. Leaving it in ueblistener since that docker container is not yet in integration startup script (so no local tag created). Change-Id: I9526e0fc67733ce82d515cb1d75c928ae732a42b Issue-ID: SDNC-121 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a8ebccfdd2fd1ebf51148b95f6a673ba58f38290
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-17Fix table schemaDan Timoney1-11/+5
Table schema incorrectly changed, breaking admportal Change-Id: I41636888c6796cc6df067f1f18d83c7ce7f525e4 Issue-ID: SDNC-133 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 6571979096ef15b8b8b1cbebde5e22be3f8aec97
2017-10-16Add ueb-listener containerDan Timoney2-1/+20
Add ueb-listener container to docker-compose.yml Change-Id: Id0d71dd486a41927d290f51ab7c7533d149eb292 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e4a0c2981b814cc8de238cac0f488d49e46b2306
2017-10-16Remove javadoc and source jarsDan Timoney1-1/+1
Do not install ueb-listener javadoc or source jars. Change-Id: I5331739c80694a6b0bccdbdbbb150f232e8a67a7 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: f5384671462a6b27299292be720fd883e76fc593
2017-10-16Create ueb-listener logs directoryDan Timoney1-5/+4
Need to create logs directory before exec call to redirect output there. Change-Id: Ic435006a60cbe4c3e960cc6c5d8fb9b1bf051134 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9d407f7116f88815ba18391f20d1e0890dbb61c2
2017-10-13Fix ueb-listener permissionsDan Timoney1-0/+29
Fix permissions on ueb-listener start script to allow docker container to start properly. Change-Id: I5c559644e26dddadebe515616ca5c1df8502f33a Issue-ID: SDNC-116 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4734972ee14f2181c7945154cab8b2a040e45af0
2017-10-13Fix case of importsDan Timoney6-48/+48
Table names should be upper case in data import files, to match schema. Change-Id: Ibd52a7c3ab45d2262dca4a72383180a897148bc1 Issue-ID: SDNC-77 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4b267f0621ed48a026f5c594166554c3219d693d
2017-10-12Preload TOSCA dataDan Timoney8-0/+400
Preload TOSCA data so testing can proceed independent of SDC Change-Id: I949f0bd099c1259ad94780a5bf0001efddcd7e66 Issue-ID: SDNC-77 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4a67582df824d4f0524a1d84250fb658d0784164
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-10-10Fix ueb-listener Dockerfile base image versionDan Timoney1-1/+1
ueb-listener docker file should look for ccsdk distribution version of ubuntu image. Change-Id: I24c0b73250af4dbf25d8fe742c890b1faa7c75ad Issue-ID: SDNC-116 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 1e3d20c9b1f3683daccac7eaf0a42586d8382f90
2017-10-09Add missing ueb-listener docker containerDan Timoney8-0/+378
Add docker container for ueb-listener process Change-Id: I0892379367f1cb20cd892d668abed94d897d0eb5 Issue-ID: SDNC-116 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c557d4315c112a4202777287c49023034833f77f
2017-10-04Add missing tablesDan Timoney1-93/+1582
Add tables missing from SDNC schema Change-Id: I26bfca11c9a9789d8d59ae6f0f407aeff8e3092c Issue-ID: SDNC-77 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 919f62fb6939b0eefbd25c139a61b5f4983b26f2
2017-10-04Use nexus port 10001 in docker-composeDan Timoney1-3/+3
Update docker-compose.yml to use port 10001 instead of 10003. Change-Id: I6a4957d93dff04dce887cb72516b8c3b03ffe39e Issue-ID: INT-241 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: f6c1667ddd3699fd829c494944fb9a74a4c55c15
2017-10-03Add generic-resource-api installBrian Freeman2-0/+2
Issue-ID: SDNC-109 Change-Id: I2862c77cab4a458ebdf50956c298762f40b951fc Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 4386a943edda6bd9011767aaf6ad97630f286342
2017-09-26Add karaf ssh port to sdnc containerMarcus G K Williams1-0/+1
Add karaf ssh port to sdnc container to allow easy ssh for dev/debug purposes by using ssh -p 8201 karaf@localhost Issue-Id: SDNC-100 Change-Id: Ie8aa949a9ac0f21866dcfb973f061f11d09ccea5 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 8b0e68e524c2fb406e57e0cd6186312cb8fb752b
2017-09-26Merge "Update docker-compose.yml images with nexus addr"Dan Timoney1-3/+3
Former-commit-id: 98f7ad9c248b0578358ff600f54dab7ee055423a
2017-09-22Fix slicore-utils feature installMarcus G K Williams1-1/+1
Issue-Id: SDNC-88 Change-Id: Ife8c1e896bdc1b4bb757b3fb4ef7d7bafad3b7f6 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: f2107ef8c5b25d36c31f5199a3d7f493b71f10b5
2017-09-22Update docker-compose.yml images with nexus addrMarcus G K Williams1-3/+3
Issue-Id: SDNC-100 Change-Id: I804c408fc9f6a2168a12c5d29f02db224007dc23 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: a938c310e56a4107c2bb51f105a07f40d76700c9
2017-09-22Add core-utils packageDan Timoney1-0/+1
Need to install CCSDK core-utils package to resolve issue loading dblib after refactoring code change. Change-Id: I1e36d23b7bbc787f1d9ebc3eab15e1e65d049b5c Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: ddc5e13a9322484a60f40cec998b9f48783e884d
2017-09-20Fix dblib propertiesDan Timoney2-5/+6
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 Timoney7-84/+243
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-09-14Fix SDNC Docker image namesVictor Morales2-4/+4
The SDNC images were named to use ONAP repository Change-Id: I9f15599794e1b6595279a81c6ffa080e347885e9 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: SDNC-50 Former-commit-id: 84671ff52f6ff2693be3b6d5824eb385a58ba445
2017-09-07Fix installFeatures scriptDan Timoney1-2/+67
Added CCSDK features to SDNC installFeatures.sh script Change-Id: I50b3d6319f5081f8e6afeed58c2e17f8c9c00b9d Issue-ID: CCSDK-76 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 417522491c88ed0d0b8d8201d75cf7a1cf2e5aac
2017-09-01Build sdnc/oam from ccsdkDan Timoney11-254/+88
Update sdnc/oam to build from ccsdk. To get a clean build, it was necessary to also change openecomp references to onap. Change-Id: I90d939e77504cd58148889aff2a50f060e27f963 Issue-ID: SDNC-50 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e391e1e3ca8ea5385bb1f77ed7c4c83935451575
2017-08-17Fix Ubuntu Dockerfile syntaxVictor Morales1-1/+1
It was removed a character required to build the Ubuntu Docker image in the commit I9ad061789fff4af2d21650783ab4659f54c729fa. Change-Id: If3d370f18692f2ee89de64a18d70b9428f85d308 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: SDNC-60 Former-commit-id: a31f9aad7a5330c4ed665c95e540a062d860e1a2
2017-08-11Merge "Clean up Dockerfiles"Dan Timoney2-5/+17
Former-commit-id: af0f0df8ad4a87a9bdb7fc6503869c8a175e19d7
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-07-14Clean up DockerfilesChuck Short2-5/+17
Follow Docker best practices guide located at: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices Also try to improve readability of the Dockerfile Change-Id: I9ad061789fff4af2d21650783ab4659f54c729fa Signed-off-by: Chuck Short <charles.short@ericsson.com> Former-commit-id: 20a1f5623a96bc4491dd7efdcb1ce03bd6ed1d28
2017-07-01Merge "Add proxy support"Dan Timoney1-2/+10
Former-commit-id: cee38293eb9f404449769c75c9ad107f639d373b
2017-06-27Fix dns server in sdnc_controller_containerNayan Deshmukh1-1/+3
The docker container should use the dns-server vm to resolve queries For details see: https://wiki.onap.org/questions/6592641 Change-Id: I9b1c09b287796eb4d01de632b0a2a9a0b5047ae8 Signed-off-by: Nayan Deshmukh <n.deshmukh@samsung.com> Former-commit-id: 8d9836ac944d0659f0b7a5231503433bac655dcc
2017-06-23Add proxy supportVictor Morales1-2/+10
It's not possible to build the Docker images behind a corporate proxy. This change adds support to HTTP and HTTPS protocols for creation of images. Change-Id: Ic5fffd3ecbaa1406ff9a27203f6aca43aa971704 Signed-off-by: Victor Morales <victor.morales@intel.com> Former-commit-id: 177e59e42d10ff5927d7f92b5bf87a244af67626
2017-06-05[SDNC-14] Roll oam to version 1.1.2Dan Timoney5-10/+10
Roll oam to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: I4cbed1436cc2dfb77690a5aaa28477a1d3e957c3 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: fe503b491dda155f20e3840ec14ea89788961187