summaryrefslogtreecommitdiffstats
path: root/installation
AgeCommit message (Collapse)AuthorFilesLines
2020-11-04Update dmaap-listener and ueb-listener to use java11Dan Timoney3-9/+4
Updated dmaap-listener and ueb-listener to use java 11 JRE instead of java 8. Also updated dmaap-listener to use ONAP standard base image Change-Id: I7c568cc6f9e9a27b7c4028a01e3a7c41a3130a63 Issue-ID: SDNC-1352 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e2992cfd8358b961e9cf3126d33a8a8b6643931b
2020-11-02Completing the logic and the call flow for Transport Slicing operations:Hesam Rahimi1-0/+5
- Allocate a Transport Slice - Activate a Transport Slice - DeActivate a Transport Slice - Delete a Transport Slice Bug Fixing and cleaning up the DGs. Issue-ID: SDNC-1202 Issue-ID: SDNC-1404 Change-Id: Ib2eae06c543ae8277ee2014fda87ca2ca3a516af Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: 37a6361877cd1b9cae35e94f4a0be3a19bd4d088
2020-10-26Adapt versionhighstreetherbert1-1/+1
Version to actual ccsdk feature snapshot Issue-ID: SDNC-1399 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ia4e2547b997112fc93b6a65323cdf6654c6e0a21 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 1f4c8b46c86818f623974d70869161781e6cd0f3
2020-10-26Merge "Add all missing specific devicemanagers"Herbert Eiselt1-3/+1
Former-commit-id: c3499b3deb41ec4ba7e7b184b5ee9266e9d180f6
2020-10-23fixed websocket forwardingMichael Dürre2-4/+4
fixed forwarding rule for websocket Issue-ID: SDNC-1395 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ida2e28662afdfee86269c51c0902df13a55d53ca Former-commit-id: bcb12ca4fd5c6df770f96a0ac76170b6a4f2281f
2020-10-22Add all missing specific devicemanagersRavi Pendurty1-3/+1
startODL.sh missing device managers in SDNRDM=true Issue-ID: SDNC-1387 Change-Id: Ia732fbd2c8763aefc8021bef861c8607316bda10 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: f924fe00692e9ba1aa008bb7c40eb7b50e1847ba
2020-10-20Fix error caused by empty env TOPOURLRavi Pendurty5-16/+21
container in crashloop back due to empty env TOPOURL Issue-ID: SDNC-1385 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Id5d106caee7fcb78ee9fce390521dad056debca4 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: aedaa63d22821c83042a4dd3f16b1c053d3ac031
2020-10-13Retain default behavior of startODL.sh scriptRavi Pendurty2-16/+25
Retain default behavior of startODL.sh in standalone environment Issue-ID: SDNC-1374 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I95f02de192a4ae0f834d9eaf28c27e7a6d0be6f9 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 1c4be052347a39afcc40767b0ad1fcf3e7aaa391
2020-10-07Fix start script issuesDan Timoney2-7/+9
Fix issues in start script Change-Id: I9f78611d97021c27496c424930f8f0bca83a427c Issue-ID: SDNC-1371 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 484471f013194ac337da337bb324475d267a917f
2020-10-06Merge ONAP certs into cacertsDan Timoney2-2/+5
Merge ONAP certificates into openjdk cacerts file Change-Id: I9743442196d85e68d4ca2f2a5df46590d33eec3b Issue-ID: SDNC-1371 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 7a9a9e3a922dd74e9d68660431fc610ca16919f9
2020-10-05Update SDNC KeypassRavi Pendurty1-1/+1
Update SDNC Keypass Issue-ID: SDNC-1372 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Idcac967794bc4b8321251ea73829557c1d62cc53 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 32976a44b3f5049a6a7dded2cabcec7a3bb4b722
2020-10-02Make sdnc-image GPL freeRavi Pendurty1-129/+130
Use bourne shell instead of bash Issue-ID: SDNC-1343 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: If9c296be34ff5c413d6456a541a5ba40b7e5ad38 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: fb56805b552f9cd67e66a9f874b2284dcb772bd5
2020-09-28Fixes based on review comments in GuilinRavi Pendurty2-13/+25
Fixes based on review comments in Guilin for the startODL.sh and startODL.oom.sh merge Issue-ID: SDNC-1370 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I8a7513800821a4d24852b3a070f2671ea635e18e Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 6ade86fb576e33014b0486d95d241824ba4fc673
2020-09-23Merge SDNC startup and certificate install scriptsRavi Pendurty4-805/+312
startODL.oom.sh merged with startODL.sh and installCerts.oom.py merged with installCerts.py Issue-ID: SDNC-1366 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I21f9d140e19c18f57f9dc988bfd7e0d07e96f286 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: d625b03fa2a13a3efec49f9df6ca5c0ba0d15b63
2020-09-14Roll to initial Honolulu snapshotDan Timoney6-14/+14
Roll to initial Honolulu snapshot version Change-Id: Ic4be591d50fe3bfdf616af43d1245b1ba8d20dbf Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: ed8420fb7b28582b36b3df30a54e7502f362bd22
2020-09-11Update sdnc/oam to build against released M4 versionsDan Timoney3-3/+3
Update sdnc/oam to build dockers against released M4 versions Change-Id: I9c114a4becb1f86ae9dca9e33367d8d50f1f187f Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 96f21a4d6bf50fb54e17c2443ee2f677af382ee3
2020-09-03Merge "DMAAP Listener properties for RANSlice feature"Dan Timoney2-1/+36
Former-commit-id: 87b57a18655ad87628f88626d9ba6272d0517a2e
2020-09-03rollback scripts to bashMichael Dürre14-14/+14
change back from sh to bash Issue-ID: SDNC-1346 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I3798ff8cbe5e1ee52d8c3abbc45a45a00ff3be42 Former-commit-id: f685f0a4491f2adfc498977c404b6c1f93f16717
2020-09-02DMAAP Listener properties for RANSlice featureSandeep Shah2-1/+36
DMAAP Listener properties for RANSlice feature to include DMAAP topic to listen to and SDNC end point to execute RPC's against Issue-ID: SDNC-1344 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ifbaf5816d0a20e98014329236b86cc48fa830c11 Former-commit-id: f0a8b38da48328bda7464b4b70abe7c5dfb6fad4
2020-09-01Merge "adapt sdnc-image to latest baseimage"Dan Timoney16-30/+20
Former-commit-id: 3330eabdac41dfabd0509bbf7a0f44f03cc1844b
2020-09-01adapt sdnc-image to latest baseimageMichael Dürre16-30/+20
clean up dockerfiles and switch from bash to sh Issue-ID: SDNC-1342 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I79c5c5d04aa5b4d87f57f4dedc1fc25d34635327 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Former-commit-id: 61775c18131655bd6c74f25787e621138120ac36
2020-09-01fixed sdnc-web proxy for topology apiMichael Dürre2-19/+10
fixed proxy pass for topology api and synced https Issue-ID: SDNC-1341 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ie45f3fa91a082fd7739e5c040691df5602553c98 Former-commit-id: f2d7e05ffb34afcbbcccc376e6b823725982566a
2020-08-31update sdnc-web imageMichael Dürre6-257/+177
cleanup installation and add more proxy fn Issue-ID: SDNC-1337 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Id5fcee41dd43d4935b08b821521c6036c321b2e7 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Former-commit-id: c553802849a383176eca863fc35694426f9d31cb
2020-08-28Rolling to next SNAPSHOTSingal, Kapil (ks220y)7-15/+15
Ran mvn tidy:pom to refactor poms Issue-ID: SDNC-1340 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I845330844c5e453601d2f142be14fb26de6e0066 Former-commit-id: 7126148e8ce4a7a472e9ea084259792d77697fc5
2020-08-28Merge "Add a configurable truststore for A1 adapter"Herbert Eiselt5-0/+38
Former-commit-id: 6a9e13ac968d3210919c18714cd646621ac089ed
2020-08-28Merge "Update scripts to use python3"Dan Timoney4-32/+121
Former-commit-id: 97238533de89a757f9118ea1964da3941ed4d31e
2020-08-28Add a configurable truststore for A1 adapterRehanRaza5-0/+38
The default truststore truststore.a1.adapter.jks contains a1simulator's cert from ORAN-SC: https://gerrit.o-ran-sc.org/r/gitweb?p=sim/a1-interface.git;a=blob;f=near-rt-ric-simulator/certificate/cert.crt;h=51e37a79a508242a2179f0607df61fb795e94a6a;hb=refs/heads/master This truststore can be overridden by mounting a new volume in docker-compose/helm, and the correpoding password for the truststore is set using an environment variable. Change-Id: Iec489a5a8f0435191475db0a1737e822f0a44b99 Issue-ID: SDNC-1339 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech> Former-commit-id: 6ee5a32752bd838225b9cbacd22ed451fd24c9a6
2020-08-28Update scripts to use python3Ravi Pendurty4-32/+121
startODL scripts and certificate install scripts are updated Issue-ID: CCSDK-2707 Change-Id: I67ab95c6d725b82fc381ca86a5be091e7aade803 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 031046c24f3dc81d0d04259deb35ed44382d1c39
2020-08-28Remove ccsdk.feature.version and use CCSDKFEATUREVERSIONhighstreetherbert3-9/+8
Issue-ID: SDNC-1332 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I28b079ad0137113e9fd9d3bfb1fe681bdbe25e11 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 25b7e1b639066284cb7b06032a2cf6986615c98c
2020-08-26Merge "Remove dependencies provided by odlsli base image"Dan Timoney1-23/+0
Former-commit-id: 5a104d283feb11db04b825c4cf10931e655046ba
2020-08-26Update to release versionLathish1-1/+1
Issue-ID: SDNC-1335 Change-Id: I4e7e6b75ab9527606c697c36dfba9f861bc2a734 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech> Former-commit-id: 7dc280fecf903ac4c08e76ae05bfb03cf2c721ec
2020-08-24Add oran a1-adapter feature to oamRehanRaza2-2/+2
Change-Id: Ide1f473af86363a2f92ae72dc06084a4b105f5cc Issue-ID: CCSDK-2604 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech> Former-commit-id: 3f1a6b01790cfd2afb3eda3156665d53c4ebc4c6
2020-08-21Remove dependencies provided by odlsli base imagehighstreetherbert1-23/+0
Remove sdnr related dependencies Issue-ID: SDNC-1329 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I12bca2847cc03c5c98b7672f405048eaf0cedb3f Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: ef3044c5975c29a408497cefeaf7ff642ad5f1b3
2020-08-11Fix dependencies to use released Guilin artifactsDan Timoney4-11/+4
Fix dependencies to use released Guilin artifacts. Also, remove dependency on removed interface vnf-api Change-Id: I32eeadbc1a051b03a0e68af624e0001f4c0ba5ee Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: d1584bbcd06d635b0b59b53af04b21e08adf2007
2020-08-10Remove unused modules and fix pom structureDan Timoney7-395/+390
Removed modules not currently being used and restructured poms into parent/child relationship to fix problem that was causing version plugin not to update versions properly. Change-Id: I41d63d469a24c65e8771e1546c879ab1bf8d0d53 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9bf0c309085118b432f0fab1d7012a3b33180d4b
2020-08-07Use released version of artifacts to build dockerDan Timoney7-9/+9
Use released version of artifacts to build sdnc/oam dockers Change-Id: I33020197329d87e5ae006a1ec5909c183f6be64b Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 92dc52513bc90f327addbbf46edafaf864e66766
2020-08-04Optical Service Property file changesMehreen Kaleem1-0/+3
Change-Id: Ibb997d5d61373ee456404fe728261d012a44e3ad Issue-ID: SDNC-1233 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> Former-commit-id: 04c6887af7bd77f5480a06316fb3594389398b24
2020-07-31Merge "DG changes for the closed loop and async support in MDONS"Dan Timoney2-0/+3
Former-commit-id: fbf997335b6cca38872e855ca168f20b18b286f5
2020-07-02DG changes for the closed loop and asyncMehreen Kaleem2-0/+3
support in MDONS Change-Id: Ibb16b84cd37d8d41dd0f511fea81ec329a0f8021 Issue-ID: SDNC-1233 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> Former-commit-id: 225e1b887423a6a5972cf90216156eebc727a41d
2020-06-19Use system DNS resolverRavi Pendurty5-17/+5
Use system DNS resolver instead of the nginx DNS resolver Issue-ID: SDNC-1247 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Iff3b82fc540a7271ee3e87ddd21f939ca6fdad17 Former-commit-id: 777395dad47d25403317639684f3591f844dc57b
2020-05-15Change log4j2 configurationDan Timoney6-102/+58
Changed log4j2 configuration from using properties files to using XML, which seems to work more reliably. Change-Id: Ib183a4c48aeb9880eff2121fb8b6c7cf521ae7c9 Issue-ID: SDNC-1167 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 582d94bcc69ea564596e2cfe40f625b0f9b4591d
2020-05-08InstallCerts.py Script Corrupt SDNC-ODL Keystore/Truststoreajay_dp0011-52/+54
when Process Multiple set of Certificates. Issue-ID: SDNC-1177 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: If04d5722e6bb25bb98d1f962159f31743108f0f4 Former-commit-id: 258c7e955896ddc5abb0589aa8a470d716e86de7
2020-04-29Merge "Added missing line in optical DG properties file"Dan Timoney1-0/+1
Former-commit-id: 2a44140041f62d054dd787e274a75421699d8374
2020-04-29Added missing line in optical DG properties fileFranklin Dsilva1-0/+1
to support TAPI deletion flow Change-Id: I721cf0889c0a31b1ea5f7c8520ba9111e746406e Issue-ID: SDNC-1182 Signed-off-by: Franklin Dsilva <franklin.dsilva@us.fujitsu.com> Former-commit-id: c7ed50f654fc847a4211f9b8b5ab985fea2c3c10
2020-04-28Dual license config fileDan Timoney1-1/+4
Updated config aaa config file to dual license (EPL and APL) Change-Id: I95005e702aa07a927305e57a8a87f5d3abae95e8 Issue-ID: SDNC-1176 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: db40a1cd76e5e306f97cf8fc111b4b3bd530d289
2020-04-21Update sdnc-oam for sdnc and sdnc-web to use guilin versionsherbert2-4/+4
Issue-ID: SDNC-1168 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I580e409dc78ef151f3304186288e4a66d6085f44 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: dde982c3aaef26b518080d27dba4925e33409056
2020-04-16InstallCerts.py Script Fails to Execute Successfullyajay_dp0011-1/+1
Issue-ID: SDNC-1155 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: If7b1c8c9027a446763a4909892bccf8edabfb49f Former-commit-id: b703352599826343643cbf8895cca8dce5232c14
2020-04-09update AAF certs for SDNCAgarwal, Ruchira (ra1926)5-38/+39
update AAF Certs for SDNC with Apr 7 2021 expiration Issue-ID: CCSDK-2304 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com> Change-Id: I0f1be22f5cc94d6da857e9007874b18fb9485e95 Former-commit-id: 79ca0e7ea5ea970af5d760e8a959721c2ec83868
2020-04-08Update UEB Listener ASDC consumerIdlalena.aria1-1/+1
Changes made: Update ueb-listener.properties consumer-id from sdc-COpenSource-Env11-sdnc-dockero to sdnc-test, per Yuriy's request. Issue-ID: SDNC-1143 Change-Id: Ic34d2a8df6c840e1a5cf22d6643e9d4c4afe55ae Signed-off-by: lalena.aria <lalena.aria@att.com> Update UEB Listener ASDC consumerId Changes made: Update ueb-listener.properties consumer-id from sdnc-test to sdnc, per Yuriy's request. Issue-ID: SDNC-1143 Change-Id: I6347699d539788e9996526f2ba669a4c017e835f Signed-off-by: lalena.aria <lalena.aria@att.com> Former-commit-id: aeddf795e75ed18db9b1bc82f1133a6493ea56a0
2020-04-08Merge "Start as non-root"Dan Timoney2-5/+38
Former-commit-id: e2ea89f2e3fdcd7f5b41fef1d0703495a619e277