summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11Update helm charts to use final version of SDNC and CDS docker imagesTimoney, Dan (dt5972)5-5/+5
Update helm charts to use final Dublin version of SDNC docker images (version 1.5.4) and CDS docker images (version 0.4.5) Change-Id: Ibb8ca03fe2a924329b39205bc14b165456e273b7 Issue-ID: SDNC-795 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-06Update sdnc/ccsdk versions to 1.5.3/0.4.4Timoney, Dan (dt5972)5-5/+5
Update SDNC and CCSDK versions to reflect latest CCSDK/SDNC docker versions Change-Id: I325a999a77e8e4e9ff7ba3ddbd99b5dc91c46695 Issue-ID: SDNC-793 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-29Update to latest SDNC and CCSDK containersTimoney, Dan (dt5972)5-5/+5
Update to use latest CCSDK and SDNC releases (0.4.3 and 1.5.2, respectively). Change-Id: I1412f5b3744a37db87b498650d06889fb90e2d0f Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-20SDNC-766: Updating OOM startODL.shDarraghEgan1-0/+2
Changes have been made in the sdnc/oam repo that have not been refelected in the oom repo and this file needs to be updated so both scripts will be the same in each repo. Issue-ID: SDNC-766 Change-Id: I61ef6a09b9ddc3422c0f85ae89d13eb240361f6a Signed-off-by: DarraghEgan <darragh.egan@est.tech>
2019-05-08Change ownership of persistent vol mountTimoney, Dan (dt5972)2-1/+11
Persistent volumes must be writable by non-root user odl. So, change ownership of the mount to odl user. Change-Id: Ie2ff285bd623a7b69289bc438ff16a2724fd7ded Issue-ID: SDNC-749 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-02Update to use released SDNC/CDS artifactsTimoney, Dan (dt5972)5-5/+5
Update helm charts to use released version of CDS and SDNC artifacts. Change-Id: If7c537bb1ce8d991244bd2cfa536a95f8c377107 Issue-ID: SDNC-740 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-17Merge "SDNC using shared mariadb-galera cluster"Alexis de Talhouët20-59/+64
2019-04-12Disable sdnc-portalTimoney, Dan (dt5972)1-1/+1
Updated sdnc-portal values.yaml to prevent sdnc-portal from coming up when SDNC is started. The portal is not currently used and has security issues that need to be addressed before it should be used. Change-Id: I3b37e97cb212489ae9ef7f12e88e21823a97f2e4 Issue-ID: SDNC-702 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-12SDNC using shared mariadb-galera clusterMahendra Raghuwanshi20-59/+64
Change-Id: I41330836901ccf1fcbdd0f9d6e720ce13ea3a9ea Issue-ID: OOM-1651 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-04-05Merge SDNR change to sdnc startODL scriptHerbert Eiselt1-2/+46
Add SDNR feature and adjust netconf for cluster Change-Id: Idec95539d0becc2f4c09e71e4b66616328775956 Issue-ID: SDNC-721 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
2019-03-25SDNC-665: Change to startODL for oam repoDarraghEgan1-0/+6
This is for the post operation of keystore to add new keystore to odl while it's coming up and also to add certificates and keys that are available to odl's keystore and truststore When sdnc/oam gets mounted and so does oom repo, the startODL.sh in the oam repo gets overwritten by the startODL.sh in the oom repo. This change updates the startODL.sh so both scripts will be the same in each repo Issue-ID: SDNC-665 Change-Id: Ie9096c4d68e8c0c88682d188194c386e69b0108d Signed-off-by: DarraghEgan <darragh.egan@est.tech>
2019-03-12SDNC-660: Helm integration for Netconf over TLSRahul Tyagi4-1/+90
This commit introduces a persistent volume for "NETCONF over TLS" usecase in SDNC, so that certificates can be fetched from persistence at deployment time of SDNC/ODL. This functionality can be enbaled/disabled using flag oom/kubernetes/sdnc/values.yaml values.certpersistence.enabled true/false. By default this is enabled (.i.e. true). Mounted paths are Host path : /dockerdata-nfs/sdnc/certs Container path : /opt/opendaylight/current/certs Issue-ID: SDNC-660 Change-Id: Iab2ecdfcb890b6dc779de12655f0fb7bd869fb0f Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-03-04Add CDS as new chartSylvain Desbureaux2-1/+5
CDS (Common Design Studio) was put in common but with the arrival of a chart that hosts the UI, it seems better to have it into its own "root" chart. For now, CDS chart is being installed if it's set as enabled in SDNC. Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52 Issue-ID: CCSDK-1015 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-02-20Fix sdnc ansible server issueTimoney, Dan (dt5972)1-0/+3
Due to change by APPC to CCSDK ansible server, SDNC needs to add back the endpoint command for its ansible container (which it had been getting from the ENDPOINT defined in the Dockerfile. Change-Id: Iecaf32d59554ef8bb461f12aa84d3b2f10ebb85a Issue-ID: SDNC-639 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-19Merge "Update SDNC container versions for Fluorine"Hong Guan7-8/+9
2019-02-12Update SDNC container versions for FluorineTimoney, Dan (dt5972)7-8/+9
Update SDNC container versions for Dublin based on Fluorine Change-Id: I7e6b0a984b228ada0c52e86352e420c751f37722 Issue-ID: SDNC-552 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott12-17/+17
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-11-21Sync docker tags with release manifestGary Wu5-5/+5
Sync docker tags with the release manifest from integration repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045. Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-20Sync docker tags with release manifestGary Wu5-5/+5
Sync docker tags with the release manifest from integration repo commit 0aad96cbbcdb97c2b074cb83d367c29dac6243df. Issue-ID: INT-663 Change-Id: I877077c3a35cb196c89ebb0e27dfe452e12b5249 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-19Fix SDNC initializationTimoney, Dan (dt5972)1-11/+17
Updated start script so that initialization of local file system is handled by a local lockfile, while initialization of database is handled by a lockfile on persistent volume. Change-Id: I5ef6aa672f0863bf0d6b656b7445b42d3fbe12e5 Issue-ID: SDNC-525 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-15Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit b37a3cfdaf92c4855660d2f0c1b20eb482b99bd4. Change-Id: Iabb203836d0c0adb5604a9303d4a108142ec6757 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-15Set lcm restconf user/passwordTimoney, Dan (dt5972)1-3/+5
Set lcm user/password in lcm-dg.properties Change-Id: I76f109f7bf9096128dabdcb52448a0fe85e0da35 Issue-ID: SDNC-252 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-14Store .installed marker in persistent volumeTimoney, Dan (dt5972)1-2/+8
Store .installed marker in persistent volume (/opt/opendaylight/current/daexim) Change-Id: If54d40225e8eb30bcd3f133801726ae5f90b02a2 Issue-ID: SDNC-518 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-09Merge "Update log config to log4js format"Alexis de Talhouët1-113/+100
2018-11-07Update log config to log4js formatTimoney, Dan (dt5972)1-113/+100
Update SDNC log config file to log4j2 format Change-Id: I66ff0be34860823d53f5a191b8c357886c6c2936 Issue-ID: SDNC-487 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-07Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7. Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-05Reduce UEB listener timeoutjmac1-1/+1
Change-Id: Ie2f98e66140b47729458f525b8d1cd09ce005eb3 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-472
2018-10-30Add missing selectors on PVCAlexis de Talhouët1-0/+3
Change-Id: If156e738a26c7c19043657c97ac327125c5162db Issue-ID: OOM-1486 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-18Sync docker tags with release manifestGary Wu5-5/+5
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-10Update bblueprint processor propsAlexis de Talhouët1-11/+11
Change-Id: I85143062482443ee26f13de5ff046f80fad943d0 Issue-ID: CCSDK-596 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-26Update SDNC ansible server pathjmac1-1/+1
Change-Id: Ib78abf44f7812a0b4d2cad411a6807bc9d0123bc Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-468
2018-09-25Merge "Update AAI credentials for AAF integration"Alexis de Talhouët1-2/+2
2018-09-25Updating charts to use common resource templateMandeep Khinda6-6/+6
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda5-1/+6
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-24Update Chart versions to 3.0Mike Elliott12-15/+15
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-24Update AAI credentials for AAF integrationjmac1-2/+2
Change-Id: Ic38b6917e8775d6bc335c5fbbd475a9d14ac25fa Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-467
2018-09-21Add requirement to network-name-gen for SDNCAlexis de Talhouët1-0/+3
Change-Id: I064f451c14bb6538dbdafff7157704892c6b2fcc Issue-ID: OOM-1433 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-21Merge "Add requirement on controller-blueprint for sdnc"Jerome Doucerain1-0/+3
2018-09-21Add missing properties files to SDNCAlexis de Talhouët2-0/+41
Missing netbox and blueprint-rest-adaptor Change-Id: Ifa4f2095190718ae8dc3412eac99ae242978c97e Issue-ID: CCSDK-589 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-20Add requirement on controller-blueprint for sdncAlexis de Talhouët1-0/+3
Change-Id: I07c1eb1642f348e355eec96513e32a1bb87e6670 Issue-ID: CCSDK-523 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-20reducing resource request numbersMandeep Khinda5-23/+23
Issue-ID: OOM-1145 Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19fixing resource limit whitespaceMandeep Khinda5-72/+70
causes a warning: warning: cannot overwrite table with non table for limits (map[cpu:2 memory:4Gi]) Issue-ID: OOM-1421 Change-Id: Ice08a1d0af99eedbfaca4fe507d6d966784a6cb2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-18Merge "add missing properties for SDNC DMaaP listener"Mandeep Khinda2-0/+38
2018-09-18add missing properties for SDNC DMaaP listenerjmac2-0/+38
Change-Id: I7a9f462d1e494e2f9b5ab5df78c2b406aa1bde4d Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-454
2018-09-18Backup Task-SDNC ConfigMaptoshrajbhardwaj6-2/+57
Issue-ID: OOM-1404 Change-Id: If2ea6cc54a5dbfbb475e9abc8b2444a2053c6603 Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-09-17Merge "update LCM DG config"Borislav Glozman1-1/+20
2018-09-14update LCM DG configAgarwal, Ruchira(ra1926)1-1/+20
LCM DG config for ScaleOut, TrafficMgmt, SoftwareUpgrade Change-Id: Ia607fb6002968b266fa4d025129cada72485b445 Issue-ID: SDNC-425 Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
2018-09-13Resource Limits for sdnctoshrajbhardwaj11-47/+103
Issue-ID: OOM-1162 Change-Id: Ifb06ba4377152148ab817ec48e8cdd62bbff7f5d Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-09-07fix sdnc.cluster script to use new NodePort prefixjmac1-1/+1
Change-Id: Ie2c84aad411e26019eb38cb9262ff98096345ad6 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1379
2018-09-07move SDNC geo NodePorts to separate prefixjmac2-6/+7
Change-Id: I7aaa10563a9008d4628534159b2064a5f51802ec Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1379