aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main/yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-12Fix ansible startup directoryDan Timoney1-1/+1
Update docker-compose to fix entrypoint for ansible-server Issue-ID: SDNC-1626 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I28a252717e25e9887454f08023e27d8c570cd3b8 Former-commit-id: cdc716ed9e3bfad973c182932f1b9d04f5210264
2021-06-22Effort to reduce image layer and sizeHesam Rahimi2-11/+11
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-17Add CSIT test cases to sdnc/oam repoDan Timoney1-0/+80
Refactored csit tests currently in integration/csit and moved them as part of sdnc/oam project so that we can trigger csit tests as part of our docker builds. Change-Id: I3acd25c7a6f1bc0ea9b2a2bd756cedc5fb2bf701 Issue-ID: SDNC-1545 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 16a6e0ea52a4a681ed2799612e310c867e720a61
2021-02-25Resolve issues starting with docker-composeDan Timoney1-0/+3
Resolve issues starting sdnc container with docker-compose Change-Id: I406a940b6c8270865b7454ba7de3ed754b448321 Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 7b43110a917e6bcdf3df73cf4c0e1b2e9520e17b
2021-02-22Remove embedded passwordsDan Timoney1-10/+51
Updated properties files to use env variables instead of embedded default passwords. Change-Id: I7b5a796bbb5d386dda8cba47cbb977ec47838a11 Issue-ID: SDNC-1482 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: d0a86a8593f3832f11198e91c2343db6fad5a1a9
2020-11-30Remove obsoleted admportal from docker-composeLasse Kaihlavirta1-29/+0
Issue-ID: CCSDK-2915 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I712478897d29012e67e9d3babb9153737bc810b7 Former-commit-id: 9a9f041fe289d994ee82be7b0394287ca4e229e9
2020-10-13Retain default behavior of startODL.sh scriptRavi Pendurty1-0/+1
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-08-28Add a configurable truststore for A1 adapterRehanRaza1-0/+6
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-04-06Fix env variable namesDan Timoney1-1/+1
Correct variable names for ODL admin user and password Change-Id: I31a0a4d01305999fe7fab67acddc43e943bc1567 Issue-ID: SDNC-1131 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 655b551fad9188eeca75ed59bf7aa2a7325a52ca
2020-04-06Fix env variable names ODL_ADMIN_USERNAME and ODL_ADMIN_PASSWORDDan Timoney1-2/+2
Correct typos of variable names for ODL admin user and password to match variable names in installCerts.py Change-Id: I1984a27de5c7a071e7f7c7a3f58722ee8687b039 Issue-ID: SDNC-1131 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: bda5f8f4e97abe10288434c4642c52eff1d00fd3
2020-04-03Add env needed by installCerts.py to docker-compose.ymlDan Timoney1-0/+4
Add env variables needed by installCerts.py script to the docker-compose.yml. Change-Id: I3a61f67c2fbaf7e59aa4b35ec8d80040c2c5b85f Issue-ID: SDNC-1131 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 964dcf86d84ad9d06b1034dab627ab1b6de014b3
2019-04-09Add new HTTPS listener on port 8443Rotundo, Alfred (ar3165)1-0/+2
Changes made: expose port 8443 from container added new listener to listen on that port added cert when starting up Change-Id: I5106192d55d51fd340f28b9eace0c5ea83afcd99 Issue-ID: SDNC-528 Signed-off-by: Rotundo, Alfred (ar3165) <ar3165@att.com> Former-commit-id: 77710f34952c5ac8d6f8250d90b03b43de1a4a5b
2019-04-03add aafshiro feature config filesUbuntu1-0/+2
and and update configuration files to support AAF Change-Id: I2362383091d78981c293fb536a1735e1352ebdc6 Issue-ID: SDNC-485 Signed-off-by: Ubuntu <ra1926@att.com> Former-commit-id: 3b73876ac29a3fd3391fdcff43236014e518501e
2019-02-20Add entrypoint for ansible serverTimoney, Dan (dt5972)1-0/+1
Add back entrypoint for ansible server in docker-compose.yml Change-Id: Ic1dae78c44167f466239056cf4419147b7473c90 Issue-ID: SDNC-639 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 6f7e3c9ab88e25efc815cc40b55699f97060957a
2019-02-08Fix ansible startupTimoney, Dan (dt5972)1-1/+0
Ansible server does not start up in CSIT test due to incorrect entrypoint in docker-compose.yml (no longer needed due to changes submitted by CIA team) Change-Id: Ib643b41128ed9f043f009053e9405c6e3f6d880c Issue-ID: SDNC-552 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: f98a53aa8d2b35f164d1bb4d12d79c616433c9f5
2018-09-18Fix ansible server pathTimoney, Dan (dt5972)1-1/+1
Ansible server path to startup script was wrong, preventing ansible server docker from starting. Change-Id: Iabfa884dffc59ddd791430b45901af4072b17a46 Issue-ID: SDNC-455 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 93edb0fec0b36fbcd15d6efb1ddb55a1b37cbbdf
2018-04-27Add dns config, fix ansible start scriptv1.3.1Timoney, Dan (dt5972)1-0/+2
Re-add DNS config accidentally removed from sdnc container in docker-compose.yml and fix typos in ansible start script Change-Id: I808d559f68e7348acb5bbddfc089b96168f0f7bf Issue-ID: SDNC-288 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: f2929453c961b3d6e9a5320b06cd86146a4c636f
2018-04-27Fix ansible server configTimoney, Dan (dt5972)1-2/+21
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-03-20Add missing containers to docker-compose.ymlTimoney, Dan (dt5972)1-0/+38
Add missing ueb-listener and dmaap-listener containers to docker-compose.yml. Change-Id: Ia5b32080524a8dc7b608c037e2e71593eae993c6 Issue-ID: SDNC-177 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: d21a1b3a5e05b5466c792d5ee7298df5ab714a51
2018-03-20Fix paths in docker-compose.ymlTimoney, Dan (dt5972)1-42/+2
Fix paths and versions in docker-compose.yml to correct values for Beijing release. Change-Id: I74f9238397ed5687d948ed525fb818fbd5ce64d2 Issue-ID: SDNC-277 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: f62137b244e64bfaf0d9aa9b606597e59774ea27
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-03Add dmaap listener docker containerDan Timoney1-0/+20
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-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-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-16Add ueb-listener containerDan Timoney1-0/+19
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-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-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-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-15Update property filesDan Timoney1-6/+6
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 Morales1-3/+3
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-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-05-15[DOCKER] Update tagDan Timoney1-21/+21
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-03-31[SDNC-5] Rebase sdnc-oamDan Timoney1-4/+4
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-02-27[OS-250] Parameterize docker-compose scriptTimoney, Daniel (dt5972)1-3/+3
Use env variable NEXUS_DOCKER_REPO to refer to docker repository Change-Id: I017ea0d31afe8a702babc5f0bf3310b89e38322f Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: e033b8ad1c89e540767d56857724c36356dba9d2
2017-02-22[DOCKER-COMPOSE] Hardcode LF settingsTimoney, Daniel (dt5972)1-3/+3
Hard code LF openecomp docker settings in docker-compose.yml Change-Id: I2c7700f3075bfb2cd8e52f499f8bc246d65ad60c Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 9bd0118c19a488062f953c7c71a845b3919a6490
2017-02-21[VERSION] Use official root pomTimoney, Daniel (dt5972)1-0/+92
Use version 1.0.0 of root pom Change-Id: Icc821432b9eb68be9dfb3755f505b6bdd8b97035 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: f8e0d3b080ae4c8069de5b7cefa6ca60dda2fe5d