aboutsummaryrefslogtreecommitdiffstats
path: root/installation
AgeCommit message (Collapse)AuthorFilesLines
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
2017-05-17[DOCKER] Fix mysql installationDan Timoney1-1/+2
Mysql jar file installed in wrong directory Change-Id: Ibe824d87c93773f923046ec6eb33e9b64e7fa6f7 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 689aa901acf029346ca85189074837b8aa5533a4
2017-05-15[DOCKER] Update tagDan Timoney5-25/+25
Docker tag should end in -STAGING-latest, and remove invalid characters in docker-compose.yml Change-Id: I518ea5e6a60f189a38255ee9666d5400b5a5fe2b Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 5e114568fffa29940d6ec4f1554921a78b7d984b
2017-05-10[UCA-10] Add MTU setupDan Timoney1-0/+7
Add MTU setting set up to docker-compose script for SDN-C Change-Id: I15b2b427edce5c62d4c901ee7b63f494576e48db Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c1505aa33b2442479316ea73625c75ba7f2dd047
2017-05-01[SDNC-7] Update SDNC Image - Use dependency pluginMarcus G K Williams3-13/+64
This patch removes OpenDaylight tar.gz and mysql-connector tar.gz and uses maven-dependency-plugin to get these files instead. Change-Id: I1c0885fe5beec3b9d151bc2f60fe2f669a620413 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 55d1ae5a085835731c6305cfaacec10a2b0314d8
2017-05-01[SDNC-7] Remove ODL tarballDan Timoney5-5/+4
Remove OpenDaylight release tarball from Gerrit and instead use dependency plugin to pull from OpenDaylight nexus Change-Id: Ie9071b3d5f5dbf18455d857815ec9927e6aa5a54 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 90ed6f02f881d5598c24a17a02b602abe0e1c342
2017-04-26[RELEASE] Roll to 1.1.1-SNAPSHOTDan Timoney5-10/+10
Roll to next snapshot version Change-Id: Ia5f8bb92d5566cea07b98bbb7a63c9588ea975c8 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 5b0799ac9dbaf0022b0b668c7471f6e03df91b7a
2017-04-25[DOCKER] Fix dgbuilderTimoney, Daniel (dt5972)1-1/+15
Fix dgbuilder docker container build Change-Id: I0601bcd807a7d79a01788fb2d021554f013e43ea Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: b93e5937498c01c8b1969104a5045d75d9985895
2017-04-25[DOCKER] Fix docker configDan Timoney4-40/+23
Fix docker config error in pom.xml Change-Id: I806c4e3f383da2be01d9ea6743807929c5378a15 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: d4698382607eb0df3e87a0a1ee29937c8d85fe39
2017-04-24[SDNC-5] Docker tagDan Timoney4-203/+382
Update docker tags to match latest ONAP standards Change-Id: I5db0fa66dabc625f6fe5febdf5511a2d33b48c42 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 3be2dec90f877dbca6c9663410053ae7dd229179
2017-04-24[SDNC-5] Rebase SDN-C oamDan Timoney4-1/+1
Apply fixes to directed graphs and docker containers discovered during local testing Change-Id: Ie675ecea7aa5119fb0b3ee180997b3a420be3e1b Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 596540a90b7cd031151943062b8c259314acce93
2017-04-04[DOCKER] Fix dgbuilder docker buildDan Timoney1-1/+1
Correct error in Dockerfile for dgbuilder that prevents docker container from building Change-Id: I7c0f0eef62b759ebf04ef7a6bd08eca78a673ce9 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 493371eaedf4dbe9eb522474707c6f7c2db5b202
2017-03-31[SDNC-5] Rebase sdnc-oamDan Timoney13-42/+64
Port to OpenDaylight Boron and sync updates since 16.10 Change-Id: I9f6febe0bd3d50c3d27c775e5a41806ee3d2e6cb Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c7fb7db31a50d5f0005251d41f497fbd4fb2ae4b
2017-03-15Merge "Add default path for mvn settings file"Dan Timoney1-3/+10
Former-commit-id: 9f4bdc553cfe0b509d6f536b31f44c30d7605935