summaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25fix sdnc-web startup issueMichael DÜrre1-1/+1
add missing update of base nginx image Issue-ID: SDNC-1693 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I9487de75d8d57293bc7f299c20e831d1e2e889e2 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: f04e77f1c442a73f1e7f33ee5fe0e0f20fa4104a
2022-03-30Release Jakarta M4 maven artifactsDan Timoney1-1/+1
Release Jakarta M4 version of sdnc/oam maven artifacts and roll to next snapshot Issue-ID: SDNC-1672 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I42d06b1f2a353f891e313408adb4ccc459bb481c Former-commit-id: 4ddc510a0bbf374f51e44c3ce2fc5ec10b7072fe
2022-02-09remove mediatorApp from default appsMichael DÜrre1-1/+0
remove unmaintained mediatorApp Issue-ID: SDNC-1666 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Iffe630830cfd8a91303b4a2eef371cbec319c34b Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Former-commit-id: 1ccc27f8ba2f3fef8e02be3227beed3d60084f1b
2022-01-27improve sdnc-web for external appsMichael DÜrre16-185/+817
add package manager for more flexibility Issue-ID: SDNC-1658 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I30f4aaa24cf05fce212282b06d5e08437dbcfa8b Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Former-commit-id: f41f011ff2e18befd77dd63ab828ea14aafac2a7
2021-10-12Roll versions for Jakarta releaseDan Timoney1-1/+1
Roll versions in master branch for use in Jakarta release Issue-ID: SDNC-1611 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie3e9bd9728359278ec631047fcdc48ddcc5aaea7 Former-commit-id: 54d26a0fdd15cb78879043e4dd79f7626feb99a8
2021-09-20Release 2.2.0 maven artifacts and roll versionDan Timoney1-1/+1
Release version 2.2.0 sdnc/oam maven artifacts and roll version Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I93262c278a6be224c6f92798bb36959875f0f3f5 Former-commit-id: bcb990d74c92cd1e46fc445ae0002b821454efff
2021-06-22Effort to reduce image layer and sizeHesam Rahimi1-16/+7
Removing few ENV version variable and those should be read from pom properties (maven-resource-plugin filtering true) Combined Dockerfile and Standalone.Dockerfile Adding Docker build arg AAF which will decide whether to add aaa-app-config.xml in docker image or not for standalone Updated docker-maven-plugin to 0.34.0 to have noCache true Removing start-it-container execution as it's being tested by CSIT Replacing maven-exec-plugin with maven-antrun-plugin Updating latest base docker images versions Updating parent version to 2.1.7 Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I68f8f4780804a2014b73b5eeb9dba29d1896a602 Former-commit-id: 866ddebbcac80c38c79c46bb37373123a0c678f0
2021-05-12Place version properties in root pomhighstreetherbert1-1/+0
ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Iff7d56586997e85b19879e426785cf5387b654f4 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 5bccac3337bb3ca27b3777c8e3f3dc3ec706eaee
2021-05-04Fix sdnc-oam build jobhighstreetherbert1-1/+1
fix version number in sdnc-web build Issue-ID: SDNC-1534 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ife0bc761e709c47d9fef337806a5f7d935403c0a Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 3a31602a992cf63376710002b4e85712d5a5226f
2021-03-19Roll to Istanbul release versionDan Timoney1-2/+2
Roll master to Istanbul release version Change-Id: I7da45e40569b80f5a1fff3146adef93966786095 Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 95737493d20a3ebfaba4235f4438cf6f21d99b48
2021-02-26Release version 2.1.2 dockers and roll versionDan Timoney1-2/+2
Create version 2.1.2 dockers. This corrects a bug in startODL.sh that was no longer installing A1 adaptor Change-Id: I1561b2808575ec2ba52146b587bef9ed7cbeb77c Issue-ID: SDNC-1496 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 80df53c54957b0d0a18faef0c5f37b18c6798077
2021-02-25Release 2.1.1 dockers and roll versionDan Timoney1-2/+2
Release 2.1.1 version docker containers and roll version to 2.1.2-SNAPSHOT Change-Id: Iebc8d3f48ce5ca73ed086493e953d8a2cabff284 Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9f98e3d0c695c3aa833ce31492b7d87f7affee4c
2021-02-11update sdnc-web imageMichael DÜrre1-1/+18
handle new env vars during startup Issue-ID: SDNC-1478 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Id472e21a235fa11e03a9f1441313658fe48e1eb3 Former-commit-id: 887b16594fbbf6551d22922c8bdd37e8f0d47ee2
2020-12-15upgrade ccsdk feature version for sdnc-webMichael DÜrre1-1/+1
fix feature artifact version Issue-ID: SDNC-1437 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ic0c046582e5e86dfd513cabd4c10a84e11e18ee7 Former-commit-id: 87559eb12224c82d34860146f5f3aa1859b976f8
2020-12-07Release 2.1.0 dockersDan Timoney1-2/+2
Release version 2.1.0 of SDNC docker containers Change-Id: Ibaaaab943cf8b3b844dc37d73aea6f8445cc3dfb Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a05e6faab7ec5577daf3e6a73a4fb681ca11565f
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-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-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-09-14Roll to initial Honolulu snapshotDan Timoney1-2/+2
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 Timoney1-1/+1
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-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)1-2/+2
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-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-10Remove unused modules and fix pom structureDan Timoney1-314/+314
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 Timoney1-1/+1
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-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-04-21Update sdnc-oam for sdnc and sdnc-web to use guilin versionsherbert1-1/+1
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-03-18Roll to Guilin release snapshotDan Timoney1-2/+2
Roll master branch to Guilin release numbering Change-Id: I273a6d07c7a42dd1bde4219fada701da51c40bf0 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 0d6d9148fd35aec6a2f8ba72f6212570a37a73d3
2020-03-12Use updated Frankfurt M4 versionsDan Timoney1-1/+1
Update to use final Frankfurt M4 versions of ccsdk/features and CCSDK dockers. Change-Id: I20c89a353e513edf401b6941ffbddb0f54c3e08b Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 614a16a8fb98b477e65446d5a47777f99e65c281
2020-03-06Use released Frankfurt M4 artifactsDan Timoney1-2/+2
Update to use released Frankfurt M4 version of parent poms and released CCSDK Frankfurt M4 artifacts. Change-Id: Ic36751ce71e2d3f983f8c5b20a56169591e7393d Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 8352d567e199ef1fa960e4473898b00e14b149d6
2020-03-02fixed missing resource filesMichael Dürre1-12/+12
fixed extracting resources recursively Issue-ID: SDNC-1107 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ie7d4e3de23d19fa9744439195efbd92f7cd46142 Former-commit-id: d3403b2b6f391b1d79f26dc03779b2edb36e5a35
2020-02-28fixed sdncweb helpserverMichael Dürre3-2/+57
fixed unresolved meta.json for helpserver Issue-ID: SDNC-1089 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I58b30872bfe4260f8be1c0ade870f8b3d3698798 Former-commit-id: a8786c7978848bf99e8f437fb0083fce94fdf00f
2020-02-19fixed sdnc-web pomMichael Dürre2-77/+27
fixed parent and also some other props sync to sdnc-image Issue-ID: SDNC-1064 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I7807e6298da407d0e87db24e6b95b32d4655c5f7 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Former-commit-id: b5cd53a8da9d5a4707875e97d6975097217e9545
2020-02-06Update to use released CCSDK parent pomDan Timoney1-1/+1
Update new module sdnc-web to use released parent pom 1.5.1 Change-Id: I7758318cf2441fd97d674adcbbc9b2e25104c8c6 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 15ca43491e1cd9adfc6c640bfab5c7dce260894e
2020-02-03add sdnc-web distMichael Dürre7-0/+683
add osgifree dist for web based content Issue-ID: SDNC-1013 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I3964f13cf15479525862c2abddfd154fe9dcabee Former-commit-id: b565c3dc19ab4658db2c86fe2bd6d24072b72944